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

#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 { white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; 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-size:18px; }

#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 { background-color: #fff; color: #333; font-family: "OpenSans", arial; font-size: 14px; font-size: 1.4rem; max-width: 1920px; margin: 0 auto; overflow-x: hidden; }

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

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

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

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

img { border: none; }

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

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

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

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

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

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

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

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

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

input, textarea, select { font-family: "OpenSans", arial; font-size: 14px; font-size: 1.4rem; border: none; outline: none; background: none; }

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

textarea { resize: none; }

.pull-left { float: left; }

.pull-right { float: right; }

.clear { clear: both; }

.fix { *zoom: 1; }

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

/* 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: #003399; }
::selection { color: #fff; background: #003399; }

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

.self-ellipsis-5 { 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; }

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

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

.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; color: #333; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.at-style-responsive .at-share-btn { padding: 0 !important; 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: #003399 \9; background: -webkit-gradient(linear, left top, right top, from(#406FCD), to(#003399)); background: -webkit-linear-gradient(left, #406FCD, #003399); background: -moz-linear-gradient(left, #406FCD, #003399); background: linear-gradient(90deg, #406FCD, #003399); -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: #003399 !important; background-color: #003399 \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: #003399 !important; background-color: #fff \9; color: #003399 !important; }

.an-btn2:hover .iconfont { color: #003399 !important; }

.an-btn2:hover:before { height: 500%; opacity: 1; filter: alpha(opacity=100); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

/* .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.5; filter: alpha(opacity=50); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; background-color: #003399; } }

@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---------------------------------------------------------------------*/
/*-------------proslide_menubtn start--------------------------------------------------------*/
.proslide_menubtn { display: none; width: 23px; height: 18px; position: absolute; top: 12px; right: 10px; cursor: pointer; -webkit-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s; z-index: 9; }

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

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

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

.page a { display: inline-block; vertical-align: top; background-color: #EBEBEB; color: #999; min-width: 36px; padding: 0 2px; height: 36px; line-height: 36px; margin: 0 7.5px 10px; font-size: 16px; font-size: 1.6rem; }

.page span { display: inline-block; vertical-align: top; color: #999; min-width: 36px; padding: 0 2px; height: 36px; line-height: 36px; margin: 0 7.5px 10px; font-size: 16px; font-size: 1.6rem; }

.page a.prev, .page a.next { font-size: 12px; font-size: 1.2rem; }

.page a:hover, .page a.page-active { background-color: #003399; color: #FFFFFF; }

@media only screen and (max-width: 1219px) { .page a { height: 30px; line-height: 30px; min-width: 30px; font-size: 14px; font-size: 1.4rem; margin: 0 4px; } }

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

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

.page .add-form .add-btn { font-size: 16px; font-size: 1.6rem; text-align: center; min-width: 150px; padding: 0 10px; height: 36px; line-height: 36px; background-color: #003399; color: #999; cursor: pointer; }

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

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

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

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

.contact-pc li { position: relative; width: 100%; width: 53px; height: 40px; background: #FFFFFF; box-shadow: 0px 3px 8px 0px rgba(0, 51, 153, 0.17); border-radius: 20px 0px 0px 20px; margin-bottom: 8px; -webkit-transition: all .35s; -o-transition: all .35s; -moz-transition: all .35s; transition: all .35s; }

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

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

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

.contact-pc li .iconfont { 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; }

.c1 .iconfont { color: #03c305; }

.c2 .iconfont { color: #00aff0; }

.c3 .iconfont { color: #66bc54; }

.c4 .iconfont { color: #2d588b; }

.c5 .iconfont { color: #f4b419; }

.c6 .iconfont { color: #003399; font-size: 16px !important; font-size: 1.6rem !important; }

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

.contact-phone li { width: 33.333333%; height: 100%; float: left; position: relative; background: #fff; }

.contact-phone li:hover { background-color: #003399; }

.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 { font-size: 20px; font-size: 2rem; }

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

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

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

.back-top { position: fixed; right: 10px; bottom: -100px; -webkit-transition: 1s; -o-transition: 1s; -moz-transition: 1s; transition: 1s; cursor: pointer; z-index: 998; border-radius: 50%; width: 41px; height: 41px; line-height: 41px; background-color: #003399; -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: 14px; font-size: 1.4rem; color: #fff; position: relative; }

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

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

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

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

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

/*-------------pro-share end---------------------------------------------------------------*/
/*-------------bread start-----------------------------------------------------------------*/
/*.page_banner { position: relative; padding-bottom: 15.625%; }*/

/*.page_banner img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }*/

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

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

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

.bread > .iconfont { font-size: 12px; font-size: 1.2rem; margin: 0 11px; color: #999; }

.bread a .iconfont { color: #003399; margin-right: 10px; }

.fac-box3{ margin-bottom:60px; }

@media screen and (max-width: 1219px) { .bread > .iconfont { margin: 0 7px; } }

@media screen and (max-width: 991px) { .bread { font-size: 14px; font-size: 1.4rem; }
  .bread > .iconfont { margin: 0 5px; }
  .bread a .iconfont { margin-right: 5px; } }

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

.page_wrap { padding: 60px 0 90px; }

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

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

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

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

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

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

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

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

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

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

.search .search-icon { cursor: pointer; display: block; border-left: #9FA7AF solid 1px; padding-left: 35px; }

@media screen and (max-width: 1219px) { .search .search-icon { padding-left: 20px; } }

.search .search-icon .iconfont { display: block; color: #666666; font-size: 17px; font-size: 1.7rem; line-height: 20px; }

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

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

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

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

/*-------------header start----------------------------------------------------------------*/
.header.fixed, .header.index-header.fixed, .header.index-header:hover { background-color: #fff; border-bottom: solid 1px #f0f0f0; position: fixed; }

.header.fixed .logo .logo1, .header.index-header.fixed .logo .logo1, .header.index-header:hover .logo .logo1 { visibility: visible; opacity: 1; }

.header.fixed .logo .logo2, .header.index-header.fixed .logo .logo2, .header.index-header:hover .logo .logo2 { visibility: hidden; opacity: 0; }

.header.fixed .navlist > li > a, .header.index-header.fixed .navlist > li > a, .header.index-header:hover .navlist > li > a { color: #333 !important; }

.header.fixed .navlist > li:hover > a, .header.index-header.fixed .navlist > li:hover > a, .header.index-header:hover .navlist > li:hover > a { color: #003399 !important; }

.header.fixed .lang-box .box-title, .header.index-header.fixed .lang-box .box-title, .header.index-header:hover .lang-box .box-title { color: #666; }

.header.fixed .search .search-icon, .header.index-header.fixed .search .search-icon, .header.index-header:hover .search .search-icon { border-left: #9FA7AF solid 1px; }

.header.fixed .search .search-icon .iconfont, .header.index-header.fixed .search .search-icon .iconfont, .header.index-header:hover .search .search-icon .iconfont { color: #666666; }

.header.fixed .search .search-icon .iconfont:hover, .header.index-header.fixed .search .search-icon .iconfont:hover, .header.index-header:hover .search .search-icon .iconfont:hover { color: #003399; }

.header { position: relative; top: 0; left: 0; z-index: 999999; width: 100%; background: #FFFFFF; border-bottom: solid 1px #f0f0f0; }

@media screen and (min-width: 992px) { .header.index-header { position: absolute; background-color: transparent; }
  .header.index-header .logo .logo1 { visibility: hidden; opacity: 0; }
  .header.index-header .logo .logo2 { visibility: visible; opacity: 1; }
  .header.index-header .navlist > li > a { color: #fff !important; }
  .header.index-header .lang-box .box-title { color: #fff; }
  .header.index-header .lang-box .box-title:hover { color: #003399; }
  .header.index-header .search .search-icon { border-left: #fff solid 1px; }
  .header.index-header .search .search-icon .iconfont { color: #fff; } }

.header .lang-box { margin-top: 30px; }

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

.header .lang-box .box-title { cursor: pointer; line-height: 20px; font-size: 16px; font-size: 1.6rem; color: #666; padding-left: 30px; position: relative; padding-bottom: 28px; }

.header .lang-box .box-title .iconfont { font-size: 20px; font-size: 2rem; position: absolute; left: 0; top: 0; }

.header .lang-box .box-title:hover { color: #003399; }

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

@media screen and (max-width: 991px) { .header .lang-box .box-title { padding-left: 25px; position: absolute; right: 35px; top: 8px; padding-bottom: 0; } }

@media screen and (max-width: 767px) { .header .lang-box .box-title { padding-left: 20px; font-size: 12px; font-size: 1.2rem; }
  .header .lang-box .box-title .iconfont { font-size: 14px; font-size: 1.4rem; } }

.header .logo { float: left; display: block; width: 175px; margin: 25px 0 0; }

.header .logo a { display: block; position: relative; padding-bottom: 17.14286%; overflow: hidden; }

.header .logo .logo1, .header .logo .logo2 { display: block; margin: 0 auto; width: 100%; position: absolute; top: 0; left: 0; width: 100%; height: 100%; -webkit-transition: all .35s; -o-transition: all .35s; -moz-transition: all .35s; transition: all .35s; }

.header .logo .logo1 { visibility: visible; opacity: 1; }

.header .logo .logo2 { visibility: hidden; opacity: 0; }

@media screen and (max-width: 991px) { .header .logo { width: 170px; margin: 20px 0; } }

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

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

.header .navlist > li { display: inline-block; vertical-align: top; margin-left: 70px; }

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

.header .navlist > li > a { font-family: "OpenSans-Semibold", arial; font-size: 16px; font-size: 1.6rem; display: block; line-height: 24px; color: #333; padding-bottom: 28px; }

.header .navlist > li.nav-active > a, .header .navlist > li:hover > a { color: #003399; }

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

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

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

.header .nav-select { z-index: 99; position: absolute; top: 100%; 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; border-top: solid 1px #eaeaea; }

.header .nav-select.select1 { -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 .nav-select { display: none; } }

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

.footer .f-top { border-bottom: solid 1px #fff; border-bottom-color: rgba(255, 255, 255, 0.3); padding: 55px 0 14px; }

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

@media screen and (max-width: 767px) { .footer .f-top { padding: 20px 0 14px; text-align: center; } }

.footer .f-top .footer-title { line-height: 1.3; font-size: 20px; font-size: 2rem; font-family: "OpenSans-Semibold", arial; margin-bottom: 22px; }

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

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

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

.footer .f-top .wp { font-size: 0; letter-spacing: 0; }

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

.footer .f-top .flist .box-list { font-size: 14px; font-size: 1.4rem; line-height: 26px; margin-bottom: 35px; }

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

@media screen and (max-width: 991px) { .footer .f-top .flist .box-list { margin-bottom: 30px; line-height: 24px; } }

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

.footer .f-top .flist dl { margin-bottom: 7px; }

.footer .f-top .flist dl dd, .footer .f-top .flist dl dd a { color: #8C8C8C; }

.footer .f-top .flist1 { width: 18%; padding-right: 2%; }

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

.footer .f-top .flist2 { width: 30%; padding-right:4%; }

.footer .f-top .flist2 dd a{display:block;overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;}

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

.footer .f-top .flist3 { width: 22%; padding-right: 4%; }

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

.footer .f-top .flist4 { width:30%;  }

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

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

.footer .f-top .flist4 .item-btn { color: #fff; text-decoration: underline; }

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

.footer .f-top .flist4 .item-pic { margin: -15px 0 38px; }

.footer .f-top .flist4 .item-pic img { display: block; }

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

.footer .f-top .follow-title { margin-top: -18px; }

@media screen and (max-width: 991px) { .footer .f-top .follow-title { margin-top: 0; } }

.footer .f-top .f-follow { font-size: 0; letter-spacing: 0; }

.footer .f-top .f-follow > a { display: inline-block; vertical-align: top; width: 30px; height: 30px; line-height: 30px; margin-left: 6px; }
.footer .f-top .f-follow > a img{max-width: 30px; }
.footer .f-top .f-follow > a:first-child { margin-left: 0; }

.footer .f-bot { padding: 19px 0 26px; font-size: 14px; font-size: 1.4rem; line-height: 26px; }

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

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

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

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

/*-------------footer end------------------------------------------------------------------*/
/*-------------index start-----------------------------------------------------------------*/
.index-video { width: 100%; height: 100vh; overflow: hidden; margin: 0 auto; position: relative; }

@media screen and (max-width: 991px) { .index-video { height: auto; } }

.index-video .iconfont { font-size: 34px; font-size: 3.4rem; line-height: 1; color: #fff; position: absolute; left: 50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); bottom: 1.85185%; }

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

@media screen and (max-width: 991px) { .index-video .iconfont { font-size: 26px; font-size: 2.6rem; } }

@media screen and (max-width: 767px) { .index-video .iconfont { font-size: 20px; font-size: 2rem; } }

.index-video .item-video { position: relative; overflow: hidden; width: 100%; height: 100%; }

@media screen and (max-width: 991px) { .index-video .item-video { height: 0; padding-bottom: 56.25%; } }

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

.index-video .item-video video { border: none; position: absolute; display: block; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); min-width: 100%; min-height: 100%;  max-width: none; -o-object-fit: cover; object-fit: cover; -o-object-position: 50% 50%; object-position: 50% 50%; display: none \9; display: block \9\0; }

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

.index-video .item-backdrop { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: #000; background-color: rgba(0, 0, 0, 0.5); text-align: center; color: #fff; padding: 20px 2%; }

.index-video .item-backdrop .item-subt { font-size: 36px; font-size: 3.6rem; line-height: 1.3; text-transform: uppercase; margin-bottom: 30px; }

@media screen and (max-width: 1419px) { .index-video .item-backdrop .item-subt { font-size: 32px; font-size: 3.2rem; margin-bottom: 25px; } }

@media screen and (max-width: 1219px) { .index-video .item-backdrop .item-subt { font-size: 28px; font-size: 2.8rem; margin-bottom: 20px; } }

@media screen and (max-width: 991px) { .index-video .item-backdrop .item-subt { font-size: 22px; font-size: 2.2rem; margin-bottom: 15px; } }

@media screen and (max-width: 767px) { .index-video .item-backdrop .item-subt { font-size: 18px; font-size: 1.8rem; margin-bottom: 10px; } }

@media screen and (max-width: 640px) { .index-video .item-backdrop .item-subt { margin-bottom: 5px; font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 480px) { .index-video .item-backdrop .item-subt { margin-bottom: 5px; font-size: 14px; font-size: 1.4rem; } }

.index-video .item-backdrop .item-title { font-weight: bold; font-family: "OpenSans-Semibold", arial; font-size: 56px; font-size: 5.6rem; line-height: 1.3; text-transform: uppercase; margin-bottom: 53px; }

@media screen and (max-width: 1419px) { .index-video .item-backdrop .item-title { font-size: 48px; font-size: 4.8rem; margin-bottom: 40px; } }

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

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

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

@media screen and (max-width: 640px) { .index-video .item-backdrop .item-title { font-size: 20px; font-size: 2rem; margin-bottom: 10px; } }

@media screen and (max-width: 480px) { .index-video .item-backdrop .item-title { font-size: 18px; font-size: 1.8rem; margin-bottom: 10px; } }

.index-video .item-backdrop .item-btn { display: inline-block; padding: 0 10px; min-width: 200px; line-height: 60px; background-color: #003399; border-radius: 30px; color: #fff; font-size: 20px; font-size: 2rem; font-family: "OpenSans-Light", arial; }

@media screen and (max-width: 1219px) { .index-video .item-backdrop .item-btn { line-height: 50px; font-size: 18px; font-size: 1.8rem; } }

@media screen and (max-width: 991px) { .index-video .item-backdrop .item-btn { min-width: 160px; line-height: 40px; font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 767px) { .index-video .item-backdrop .item-btn { min-width: 130px; line-height: 32px; font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 480px) { .index-video .item-backdrop .item-btn { min-width: 100px; line-height: 28px; font-size: 12px; font-size: 1.2rem; } }


.wrap { background-color: #F6F6F6; }

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

.index-item .item-title { font-family: "OpenSans-Semibold", arial; font-size: 42px; font-size: 4.2rem; line-height: 1.3; }

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

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

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

.index-item .item-desc { margin-top: 14px; font-size: 16px; font-size: 1.6rem; line-height: 1.4; }

.index-item .item-desc, .index-item .item-desc a { color: #444444; }

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

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

.index-probox { padding: 89px 0 100px; }

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

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

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

.index-probox .index-item { margin-bottom: 22px; }

.cate-owl { margin-bottom: 38px; }

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

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

.cate-owl .list-item { padding: 0 5px; }

.cate-owl .list-item:hover .item-pic .img2, .cate-owl .list-item.tab-active .item-pic .img2 { visibility: visible; opacity: 1; filter: alpha(opacity=100); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.cate-owl .list-item:hover .item-pic .img1, .cate-owl .list-item.tab-active .item-pic .img1 { visibility: hidden; opacity: 0; filter: alpha(opacity=0); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

.cate-owl .list-item:hover .item-title, .cate-owl .list-item:hover .item-title a, .cate-owl .list-item.tab-active .item-title, .cate-owl .list-item.tab-active .item-title a { color: #003399; }

.cate-owl .item-pic { margin: 0 auto; width: 70px; height: 70px; position: relative; }

@media screen and (max-width: 991px) { .cate-owl .item-pic { width: 55px; height: 55px; } }

@media screen and (max-width: 640px) { .cate-owl .item-pic { width: 40px; height: 40px; } }

.cate-owl .item-pic img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: block; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; }

.cate-owl .item-pic .img1 { visibility: visible; opacity: 1; filter: alpha(opacity=100); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.cate-owl .item-pic .img2 { visibility: hidden; opacity: 0; filter: alpha(opacity=0); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

.cate-owl .item-title { text-align: center; font-family: "OpenSans-Semibold", arial; font-size: 16px; font-size: 1.6rem; line-height: 1.3; margin-top: 2px; }

.cate-owl .item-title, .cate-owl .item-title a { color: #666; }

@media screen and (max-width: 991px) { .cate-owl .item-title { font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 640px) { .cate-owl .item-title { font-size: 12px; font-size: 1.2rem; } }

.pro-owl { position: relative; }

@media screen and (max-width: 1319px) { .pro-owl { padding: 0 50px; } }

@media screen and (max-width: 991px) { .pro-owl { padding: 0; } }

.pro-owl .owl-carousel { width: 102.5%; margin-left: -1.25%; }

.pro-owl .owl-buttons { display: none !important; }

.pro-owl .owl-btns { font-size: 0; letter-spacing: 0; text-align: center; }

.pro-owl .owl-btns .owl-btn { position: absolute; top: 50%; margin-top: -27px; display: inline-block; vertical-align: top; cursor: pointer; font-size: 54px; font-size: 5.4rem; color: #D1D1D1; }

.pro-owl .owl-btns .owl-btn:hover { color: #003399; }

.pro-owl .owl-btns .owl-btn.disabled { color: #ccc; cursor: auto; }

@media screen and (max-width: 1319px) { .pro-owl .owl-btns .owl-btn { margin-top: -22px; font-size: 44px; font-size: 4.4rem; } }

@media screen and (max-width: 991px) { .pro-owl .owl-btns .owl-btn { font-size: 36px; font-size: 3.6rem; position: relative; top: 0; margin-top: 0; margin: 20px 3px 0; } }

@media screen and (max-width: 767px) { .pro-owl .owl-btns .owl-btn { font-size: 26px; font-size: 2.6rem; } }

.pro-owl .owl-btns .item-prev { left: -112px; }

@media screen and (max-width: 1519px) { .pro-owl .owl-btns .item-prev { left: -60px; } }

@media screen and (max-width: 1319px) { .pro-owl .owl-btns .item-prev { left: 0; } }

.pro-owl .owl-btns .item-next { right: -112px; }

@media screen and (max-width: 1519px) { .pro-owl .owl-btns .item-next { right: -60px; } }

@media screen and (max-width: 1319px) { .pro-owl .owl-btns .item-next { right: 0; } }

.pro-owl .list-item { margin: 0 3.65854%; background: #003399 \9; background: -webkit-gradient(linear, left bottom, left top, from(#003399), to(#000000)); background: -webkit-linear-gradient(bottom, #003399, #000000); background: -moz-linear-gradient(bottom, #003399, #000000); background: linear-gradient(0deg, #003399, #000000); position: relative; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; }

.pro-owl .list-item:hover { background: #003399; }

.pro-owl .item-pic { position: relative; z-index: 2; }

.pro-owl .item-pic a { position: relative; padding-bottom: 84.21053%; display: block; overflow: hidden; }

.pro-owl .item-pic img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.pro-owl .item-pics { position: absolute; left: 0; width: 100%; bottom: 0; }

.pro-owl .item-pics a { position: relative; padding-bottom: 67.10526%; display: block; overflow: hidden; }

.pro-owl .item-pics img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.pro-owl .item-body { text-align: center; padding: 20px 30px 35px; position: relative; z-index: 2; }

@media screen and (max-width: 1319px) { .pro-owl .item-body { padding: 20px 10px 35px; } }

@media screen and (max-width: 1219px) { .pro-owl .item-body { padding: 15px 5px 25px; } }

@media screen and (max-width: 991px) { .pro-owl .item-body { padding: 10px 5px 20px; } }

@media screen and (max-width: 767px) { .pro-owl .item-body { padding: 10px 5px 15px; } }

.pro-owl .item-body .item-title { font-family: "OpenSans-Semibold", arial; font-size: 18px; font-size: 1.8rem; line-height: 1.4; }

.pro-owl .item-body .item-title, .pro-owl .item-body .item-title a { color: #fff; }

.pro-owl .item-body .item-title a:hover { color: #C3C3C3 !important; }

@media screen and (max-width: 1219px) { .pro-owl .item-body .item-title { font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 991px) { .pro-owl .item-body .item-title { font-size: 14px; font-size: 1.4rem; } }

.pro-owl .item-body .item-subt { margin-top: 9px; font-family: "OpenSans-Light", arial; font-size: 14px; font-size: 1.4rem; line-height: 1.4; }

.pro-owl .item-body .item-subt, .pro-owl .item-body .item-subt a { color: #C3C3C3; }

.pro-owl .item-body .item-subt a:hover { color: #fff !important; }

@media screen and (max-width: 991px) { .pro-owl .item-body .item-subt { margin-top: 5px; font-size: 12px; font-size: 1.2rem; } }

.pro-owl .item-body .item-desc { margin-top: 9px; font-family: "OpenSans-Light", arial; font-size: 16px; font-size: 1.6rem; line-height: 30px; height: 90px; }

.pro-owl .item-body .item-desc, .pro-owl .item-body .item-desc a { color: #fff; }

.pro-owl .item-body .item-desc{ text-align: left; }

.pro-owl .item-body .item-desc a:hover { color: #C3C3C3 !important; }

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

@media screen and (max-width: 991px) { .pro-owl .item-body .item-desc { margin-top: 5px; font-size: 12px; font-size: 1.2rem; line-height: 20px; height: 60px; } }

@media screen and (max-width: 767px) { .pro-owl .item-body .item-desc { line-height: 18px; height: 54px; } }

.pro-owl .item-body .item-btn { margin-top: 48px; display: inline-block; min-width: 180px; background-color: #003399 \9; background: -webkit-gradient(linear, left top, right top, from(#003399), to(#406FCD)); background: -webkit-linear-gradient(left, #003399, #406FCD); background: -moz-linear-gradient(left, #003399, #406FCD); background: linear-gradient(90deg, #003399, #406FCD); line-height: 50px; color: #fff; font-size: 14px; font-size: 1.4rem; font-family: "OpenSans-Light", arial; }

@media screen and (max-width: 1219px) { .pro-owl .item-body .item-btn { margin-top: 15px; min-width: 140px; line-height: 40px; } }

@media screen and (max-width: 991px) { .pro-owl .item-body .item-btn { margin-top: 10px; min-width: 110px; line-height: 32px; font-size: 12px; font-size: 1.2rem; } }

@media screen and (max-width: 767px) { .pro-owl .item-body .item-btn { min-width: 90px; line-height: 28px; } }

.index-bg { background: url(../images/bjcuowu.jpg) no-repeat top center; }


.index-about { padding: 34px 0 87px;  }

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

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

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

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

.index-about .box-item .item-body { position: absolute; top: 0; right: 0; bottom: 0; width: 39.83333%; background-color: #fff; background-color: rgba(255, 255, 255, 0.4); padding: 20px 35px 20px 45px; }

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

@media screen and (max-width: 991px) { .index-about .box-item .item-body { width: 44.16667%; padding: 15px; } }

@media screen and (max-width: 767px) { .index-about .box-item .item-body { position: relative; width: 100%; padding: 20px 15px 30px; } }

.index-about .box-item .item-box .item-title { font-family: "OpenSans-Semibold", arial; font-size: 42px; font-size: 4.2rem; line-height: 1.3; margin-bottom: 20px; }

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

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

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

.index-about .box-item .item-box .item-subt { font-family: "OpenSans-Semibold", arial; font-size: 16px; font-size: 1.6rem; line-height: 1.3; margin-bottom: 9px; }

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

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

.index-about .box-item .item-box .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 30px; }

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

@media screen and (max-width: 991px) { .index-about .box-item .item-box .item-desc { line-height: 22px; } }

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

.index-about .box-item .box-list { padding-top: 14px; }

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

.index-about .box-item .box-list .list-item { padding: 10px 0; position: relative; margin-top: 16px; }

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

@media screen and (max-width: 991px) { .index-about .box-item .box-list .list-item { padding: 5px 0; margin-top: 8px; } }

.index-about .box-item .box-list .iconfont { display: block; width: 70px; height: 70px; line-height: 66px; text-align: center; background: #003399; border: 2px solid #FFFFFF; box-shadow: 2px 0px 3px 0px rgba(0, 0, 0, 0.19); border-radius: 50%; color: #fff; font-size: 30px; font-size: 3rem; position: absolute; left: 0; top: 0; }

@media screen and (max-width: 1219px) { .index-about .box-item .box-list .iconfont { width: 60px; height: 60px; line-height: 56px; font-size: 26px; font-size: 2.6rem; } }

@media screen and (max-width: 991px) { .index-about .box-item .box-list .iconfont { width: 50px; height: 50px; line-height: 46px; font-size: 22px; font-size: 2.2rem; } }

.index-about .box-item .box-list .item-title { display: inline-block; background-color: #fff; background-color: rgba(255, 255, 255, 0.8); border-radius: 25px; padding: 10px 25px 10px 86px; font-family: "OpenSans-Semibold", arial; font-size: 20px; font-size: 2rem; line-height: 30px; }

@media screen and (max-width: 1219px) { .index-about .box-item .box-list .item-title { font-size: 16px; font-size: 1.6rem; line-height: 24px; padding: 8px 20px 8px 70px; } }

@media screen and (max-width: 991px) { .index-about .box-item .box-list .item-title { font-size: 14px; font-size: 1.4rem; line-height: 20px; padding: 10px 15px 10px 55px; } }

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

.index-news { padding-bottom: 71px; margin-top:50px; }

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

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

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

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

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

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

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

.index-news .box-list .list-item { display: inline-block; vertical-align: top; width: 48.33333%; margin-left: 3.33333%; margin-bottom: 30px; background-color: #FFFFFF; border: 2px solid #E6E6E6; box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07); }

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

.index-news .box-list .item-body { padding: 0 30px 38px; }

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

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

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

.index-news .box-list .item-date { display: inline-block; background-color: #003399; color: #fff; min-width: 140px; line-height: 46px; text-align: center; padding: 0 15px; font-size: 14px; font-size: 1.4rem; margin-top: -23px; margin-bottom: 14px; position: relative; }

@media screen and (max-width: 991px) { .index-news .box-list .item-date { line-height: 36px; margin-top: -18px; } }

@media screen and (max-width: 767px) { .index-news .box-list .item-date { min-width: 100px; font-size: 12px; font-size: 1.2rem; line-height: 26px; margin-top: -13px; padding: 0 5px; margin-bottom: 10px; } }

.index-news .box-list .item-title { font-family: "OpenSans-Semibold", arial; font-size: 30px; font-size: 3rem; line-height: 46px; height: 92px; margin-bottom: 11px; }

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

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

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

.index-news .box-list .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 30px; height: 60px; margin-bottom: 22px; }

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

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

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

.index-news .box-list .item-btn { font-family: "OpenSans-Semibold", arial; font-size: 14px; font-size: 1.4rem; line-height: 1.4; text-decoration: underline; color: #003399; }

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

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

.index-base { background: url(../images/bg2.jpg) no-repeat center; background-size: cover; position: relative; }

.index-base:before { position: absolute; content: ''; left: 0; top: 0; width: 50%; height: 100%; background-color: #003399; opacity: 0.6; z-index: 0; }

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

.index-base .wp { position: relative; z-index: 2; }

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

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

.index-base .index-item .item-title a:hover { color: #ccc !important; }

.index-base .left-box { float: left; width: 42.91667%; padding: 69px 0 61px; }

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

@media screen and (max-width: 767px) { .index-base .left-box { float: none; width: 100%; padding: 30px 15px; background-color: #003399; background-color: rgba(0, 51, 153, 0.6); } }

.index-base .left-box .index-item { margin-bottom: 37px; }

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

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

.index-base .right-box { float: right; width: 40%; margin-right: 2.5%; padding: 69px 0 61px; }

@media screen and (max-width: 1219px) { .index-base .right-box { width: 42.91667%; margin-right: 0; } }

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

@media screen and (max-width: 767px) { .index-base .right-box { float: none; width: 100%; padding: 30px 15px; } }

.index-base .right-box .index-item { margin-bottom: 81px; text-align: left; }

@media screen and (max-width: 1219px) { .index-base .right-box .index-item { margin-bottom: 60px; } }

@media screen and (max-width: 767px) { .index-base .right-box .index-item { margin-bottom: 20px; text-align: center; } }

.index-base .right-box .box-list .list-item { border-bottom: dashed 1px #B4B4B4; position: relative; padding-left: 16px; padding-bottom: 23px; margin-bottom: 41px; }

@media screen and (max-width: 1219px) { .index-base .right-box .box-list .list-item { margin-bottom: 26px; padding-bottom: 25px; } }

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

.index-base .right-box .box-list .item-title { margin-bottom: 9px; line-height: 30px; font-size: 24px; font-size: 2.4rem; font-family: "OpenSans-Semibold", arial; padding-right: 30px; position: relative; overflow: visible; }

.index-base .right-box .box-list .item-title:before { position: absolute; content: '-'; top: 0; left: -16px; }

.index-base .right-box .box-list .item-title a { overflow: hidden; }

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

.index-base .right-box .box-list .item-title a:hover { color: #ccc !important; }

@media screen and (max-width: 1219px) { .index-base .right-box .box-list .item-title { font-size: 20px; font-size: 2rem; margin-bottom: 0; } }

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

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

.index-base .right-box .box-list .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 30px; height: 60px; }

.index-base .right-box .box-list .item-desc, .index-base .right-box .box-list .item-desc a { color: #DCDCDC; }

.index-base .right-box .box-list .item-desc a:hover { color: #fff !important; }

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

@media screen and (max-width: 991px) { .index-base .right-box .box-list .item-desc { line-height: 22px; height: 44px; } }

.index-base .right-box .box-list .item-btn { line-height: 30px; font-size: 24px; font-size: 2.4rem; color: #fff; position: absolute; right: 0; top: 0; }

.index-base .right-box .box-list .item-btn:hover { color: #ccc !important; }

@media screen and (max-width: 991px) { .index-base .right-box .box-list .item-btn { font-size: 20px; font-size: 2rem; } }

.index-base .right-box .box-btn { font-family: "OpenSans-Light", arial; margin-top: 54px; text-align: center; display: inline-block; min-width: 180px; background-color: #003399 \9; background: -webkit-gradient(linear, left top, right top, from(#406FCD), to(#003399)); background: -webkit-linear-gradient(left, #406FCD, #003399); background: -moz-linear-gradient(left, #406FCD, #003399); background: linear-gradient(90deg, #406FCD, #003399); line-height: 50px; color: #fff; font-size: 14px; font-size: 1.4rem; }

.index-base .right-box .box-btn:before { background: -webkit-gradient(linear, left top, right top, from(#003399), to(#406FCD)); background: -webkit-linear-gradient(left, #003399, #406FCD); background: -moz-linear-gradient(left, #003399, #406FCD); background: linear-gradient(90deg, #003399, #406FCD); }

@media screen and (max-width: 1219px) { .index-base .right-box .box-btn { min-width: 140px; line-height: 40px; } }

@media screen and (max-width: 991px) { .index-base .right-box .box-btn { margin-top: 18px; min-width: 120px; line-height: 32px; } }

@media screen and (max-width: 767px) { .index-base .right-box .box-btn { margin-top: 0; min-width: 100px; line-height: 28px; font-size: 12px; font-size: 1.2rem; } }

.down-owl .owl-buttons { display: none !important; }

.down-owl .owl-btns { font-size: 0; letter-spacing: 0; text-align: center; }

.down-owl .owl-btns .owl-btn { display: inline-block; vertical-align: top; cursor: pointer; font-size: 30px; font-size: 3rem; color: #fff; opacity: 0.2; }

.down-owl .owl-btns .owl-btn:hover { opacity: 1; }

.down-owl .owl-btns .owl-btn.disabled { color: #ccc; cursor: auto; }

.down-owl .owl-btns .item-prev { margin-right: -1px; }

.down-owl .list-item { text-align: center; }

@media screen and (max-width: 767px) { .down-owl .list-item { padding: 0 8px; } }

@media screen and (max-width: 400px) { .down-owl .list-item { padding: 0; } }

.down-owl .item-title { margin-top: 25px; font-family: "OpenSans-Semibold", arial; font-size: 18px; font-size: 1.8rem; line-height: 1.4; }

.down-owl .item-title, .down-owl .item-title a { color: #fff; }

.down-owl .item-title a:hover { color: #ccc !important; }

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

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

.down-owl .item-btn { font-family: "OpenSans-Light", arial; margin-top: 26px; display: inline-block; min-width: 180px; background-color: #003399 \9; background: -webkit-gradient(linear, left top, right top, from(#406FCD), to(#003399)); background: -webkit-linear-gradient(left, #406FCD, #003399); background: -moz-linear-gradient(left, #406FCD, #003399); background: linear-gradient(90deg, #406FCD, #003399); line-height: 50px; height: 50px; color: #fff; font-size: 14px; font-size: 1.4rem; }

.down-owl .item-btn .iconfont { font-size: 27px; font-size: 2.7rem; color: #fe7960; margin-right: 15px; vertical-align: middle; }

.down-owl .item-btn:before { background: -webkit-gradient(linear, left top, right top, from(#003399), to(#406FCD)); background: -webkit-linear-gradient(left, #003399, #406FCD); background: -moz-linear-gradient(left, #003399, #406FCD); background: linear-gradient(90deg, #003399, #406FCD); }

@media screen and (max-width: 1219px) { .down-owl .item-btn { min-width: 140px; line-height: 40px; height: 40px; }
  .down-owl .item-btn .iconfont { font-size: 24px; font-size: 2.4rem; } }

@media screen and (max-width: 991px) { .down-owl .item-btn { min-width: 120px; line-height: 32px; height: 32px; }
  .down-owl .item-btn .iconfont { font-size: 20px; font-size: 2rem; margin-right: 5px; } }

@media screen and (max-width: 767px) { .down-owl .item-btn { margin-top: 20px; min-width: 100px; line-height: 28px; height: 28px; font-size: 12px; font-size: 1.2rem; }
  .down-owl .item-btn .iconfont { font-size: 16px; font-size: 1.6rem; margin-right: 0; } }

.index-story { padding: 88px 0 70px; }

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

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

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

.index-story .index-item { margin-bottom: 40px; }

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

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

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

.index-story .box-list .list-item { display: inline-block; vertical-align: top; width: 31.66667%; margin-left: 2.5%; margin-bottom: 30px; }

@media screen and (max-width: 767px) {
    .index-story .box-list .list-item { width:48%; margin-left: 1% !important; margin-right: 1%; margin-bottom: 20px; } 
     .index-story .box-list .list-item:nth-child(3){display:none;}
    
}

@media screen and (max-width: 640px) { .index-story .box-list .list-item { width: 48%; } }

.index-story .box-list .item-body { background: #FFFFFF; border: 1px solid #CCCCCC; box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07); padding: 17px 19px 45px; }

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

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

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

.index-story .box-list .item-title { font-family: "OpenSans-Semibold", arial; font-size: 24px; font-size: 2.4rem; line-height: 40px; height: 80px; margin-bottom: 10px; }

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

@media screen and (max-width: 991px) { .index-story .box-list .item-title { font-size: 16px; font-size: 1.6rem; line-height: 24px; height: 48px; margin-bottom: 5px; } }

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

.index-story .box-list .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 30px; height: 150px; margin-bottom: 27px; }

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

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

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

.index-story .box-list .item-btn { font-family: "OpenSans-Semibold", arial; font-size: 14px; font-size: 1.4rem; line-height: 1.4; text-decoration: underline; color: #003399; }

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

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

/*-------------index end-------------------------------------------------------------------*/
/*-------------1-1-products start----------------------------------------------------------*/
.cate-yiji { font-size: 0; letter-spacing: 0; }

.cate-yiji > * { display: inline-block; vertical-align: top; cursor: pointer; width: 16.66667%; padding: 0 5px; margin-bottom: 10px; }

@media screen and (max-width: 640px) { .cate-yiji > * { width: 33.33333%; } }

.cate-yiji > * > a { display: block; }

.cate-yiji > *:hover .item-pic .img2, .cate-yiji > *.active .item-pic .img2 { visibility: visible; opacity: 1; filter: alpha(opacity=100); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.cate-yiji > *:hover .item-pic .img1, .cate-yiji > *.active .item-pic .img1 { visibility: hidden; opacity: 0; filter: alpha(opacity=0); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

.cate-yiji > *:hover .item-title, .cate-yiji > *.active .item-title { color: #003399; }

.cate-yiji .item-pic { margin: 0 auto; width: 70px; height: 70px; position: relative; }

@media screen and (max-width: 991px) { .cate-yiji .item-pic { width: 55px; height: 55px; } }

@media screen and (max-width: 640px) { .cate-yiji .item-pic { width: 40px; height: 40px; } }

.cate-yiji .item-pic img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: block; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; }

.cate-yiji .item-pic .img1 { visibility: visible; opacity: 1; filter: alpha(opacity=100); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.cate-yiji .item-pic .img2 { visibility: hidden; opacity: 0; filter: alpha(opacity=0); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

.cate-yiji .item-title { text-align: center; font-family: "OpenSans-Semibold", arial; font-size: 16px; font-size: 1.6rem; line-height: 1.3; color: #666; margin-top: 2px; }

@media screen and (max-width: 991px) { .cate-yiji .item-title { font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 640px) { .cate-yiji .item-title { font-size: 12px; font-size: 1.2rem; } }

.cpro-box { margin-top: 17px; }

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

.cpro-box .item-box { padding-top: 23px; }

.cpro-box .box-item { text-align: center; }

.cpro-box .box-item .item-title { font-family: "OpenSans-Semibold", arial; font-size: 42px; font-size: 4.2rem; line-height: 1.3; }

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

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

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

.cpro-box .box-item .item-btn { margin-top: 4px; display: inline-block; font-size: 16px; font-size: 1.6rem; line-height: 1.4; text-decoration: underline; }

.cpro-box .box-item .item-btn, .cpro-box .box-item .item-btn a { color: #003399; }

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

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

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

.cpro-box .box-list .list-item { display: inline-block; vertical-align: top; width: 31.66667%; margin-left: 2.5%; text-align: center; margin-top: 30px; }

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

.cpro-box .box-list .item-title { margin-top: 23px; font-size: 18px; font-size: 1.8rem; line-height: 1.4; }

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

@media screen and (max-width: 991px) { .cpro-box .box-list .item-title { margin-top: 15px; } }

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

.cpro-box .box-list .item-subt { margin-top: 11px; font-size: 14px; font-size: 1.4rem; line-height: 1.4; }

.cpro-box .box-list .item-subt, .cpro-box .box-list .item-subt a { color: #666; }

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

/*-------------1-1-products end------------------------------------------------------------*/
/*-------------1-2-products start----------------------------------------------------------*/
.cate-erji { margin-bottom: 41px; background-color: #F6F6F6; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); padding: 14px 4.16667% 21px; text-align: center; margin-top: 14px; }

@media screen and (max-width: 1219px) { .cate-erji { padding: 15px 15px 20px; } }

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

@media screen and (max-width: 767px) { .cate-erji { margin-bottom: 25px; padding: 10px 10px 15px; } }

.cate-erji .item-list { border-bottom: dashed 1px #CBCBCB; font-size: 0; letter-spacing: 0; padding: 0 0 10px; }

.cate-erji .item-list > a { display: inline-block; vertical-align: top; font-size: 16px; font-size: 1.6rem; line-height: 24px; margin: 5px 13px; color: #666; }

.cate-erji .item-list > a:hover, .cate-erji .item-list > a.active { color: #003399; }

@media screen and (max-width: 1219px) { .cate-erji .item-list > a { margin: 3px 10px; font-size: 14px; font-size: 1.4rem; line-height: 20px; } }

@media screen and (max-width: 767px) { .cate-erji .item-list > a { font-size: 12px; font-size: 1.2rem; line-height: 1.4; } }

.pro2-list { font-size: 0; letter-spacing: 0; }

.pro2-list .list-item { display: inline-block; vertical-align: top; width: 31.66667%; margin-left: 2.5%; text-align: center; margin-bottom: 60px; }

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

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

.pro2-list .item-pic a { position: relative; padding-bottom: 100%; display: block; }

.pro2-list .item-pic img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.pro2-list .item-title { margin-top: 23px; font-size: 18px; font-size: 1.8rem; line-height: 1.4; }

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

@media screen and (max-width: 991px) { .pro2-list .item-title { margin-top: 15px; } }

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

.pro2-list .item-subt { margin-top: 11px; font-size: 14px; font-size: 1.4rem; line-height: 1.4; }

.pro2-list .item-subt, .pro2-list .item-subt a { color: #666; }

@media screen and (max-width: 991px) { .pro2-list .item-subt { margin-top: 5px; } }

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

.pro2-list .item-btn { font-family: "OpenSans-Light", arial; display: inline-block; margin-top: 13px; font-size: 14px; font-size: 1.4rem; line-height: 1.4; color: #003399; }

.pro2-list .item-btn:hover { text-decoration: underline; }

@media screen and (max-width: 991px) { .pro2-list .item-btn { margin-top: 5px; } }

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

/*-------------1-2-products end------------------------------------------------------------*/
/*-------------1-3-products start----------------------------------------------------------*/
.m-prob1 .prob-pic { width: 600px; margin-right: 47px; float: left; }

@media screen and (max-width: 1219px) { .m-prob1 .prob-pic { float: none; margin: 0 auto; } }

.m-prob1 .prob-pic-big { position: relative; border: solid 1px #D1D1D1; }

.m-prob1 .prob-pic-big .provideo-box { border-radius: 0; width: 100%; overflow: hidden; position: absolute; top: 0; left: 0; z-index: 9; }

.m-prob1 .prob-pic-big .provideo-box .provideo { position: relative; overflow: hidden; padding-bottom: 99.66667%; height: 0; }

.m-prob1 .prob-pic-big .provideo-box .provideo iframe, .m-prob1 .prob-pic-big .provideo-box .provideo video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; }

.m-prob1 .prob-pic-big .provideo-box .provideo iframe body { margin: 0px !important; }

.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: 18px; padding: 0; overflow: hidden; }

.m-prob1 .prob-pic-btn { position: absolute; top: 50%; margin-top: -13px; display: block; cursor: pointer; width: 26px; height: 26px; line-height: 26px; background-color: #000; background-color: rgba(0, 0, 0, 0.5); font-size: 12px; font-size: 1.2rem; color: #fff; text-align: center; z-index: 2; }

.m-prob1 .prob-pic-btn:hover { background-color: #003399; }

.m-prob1 .prob-pic-btn.prev { left: 0; }

.m-prob1 .prob-pic-btn.next { right: 0; }

.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.06667%; width: 0.2%; overflow: hidden; }

.m-prob1 .prob-pic-item .item-pics { display: block; position: relative; border: 1px solid #D1D1D1; border-radius: 0; z-index: 1; overflow: visible; padding-bottom: 98.33333%; }

.m-prob1 .prob-pic-item .item-pics img { display: block; width: 100%; border-radius: 0; position: absolute; top: 0; left: 0; height: 100%; }

.m-prob1 .prob-pic-item .item-pics.active { border-color: #003399; }

@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%; padding-top: 0; }
  .m-prob1 .prob-pic-item .item-pics, .m-prob1 .prob-pic-item .item-video { border: 1px solid #D1D1D1 !important; } }

@media screen and (max-width: 640px) { .m-prob1 .prob-pic-list ul li { margin-right: .02%; width: 0.49%; } }

@media screen and (max-width: 480px) { .m-prob1 .prob-pic-list ul li { margin-right: 0%; width: 1%; } }

/* pro-info */
.pro-info { overflow: hidden; }

@media screen and (max-width: 1219px) { .pro-info { width: 100%; margin-top: 30px; } }

.pro-info > .item-title { font-family: "OpenSans-Semibold", arial; color: #333; font-size: 24px; font-size: 2.4rem; line-height: 1.5; margin-top: -7px; margin-bottom: 20px; }

@media screen and (max-width: 1219px) { .pro-info > .item-title { font-size: 20px; font-size: 2rem; line-height: 1.3; margin-top: 0; } }

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

.pro-info .item-desc { border-bottom: solid 1px #E6E6E6; min-height: 361px; padding-bottom: 20px; 
/*margin-bottom: 44px; */
margin-bottom: 30px; 
font-size: 16px; font-size: 1.6rem; line-height: 30px; }

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

.pro-info .item-desc em { display: block; font-style: normal; position: relative; }

.pro-info .item-desc em:before { position: relative; content: ''; display: inline-block; width: 13px; height: 13px; background-color: #666; border-radius: 50%; margin-right: 5px; }

@media screen and (max-width: 1219px) { .pro-info .item-desc em:before { width: 11px; height: 11px; } }

@media screen and (max-width: 991px) { .pro-info .item-desc em:before { width: 9px; height: 9px; } }

@media screen and (max-width: 767px) { .pro-info .item-desc em:before { width: 7px; height: 7px; } }

.pro-info .item-desc, .pro-info .item-desc a { color: #666; }

@media screen and (max-width: 1219px) { .pro-info .item-desc { min-height: auto; font-size: 14px; font-size: 1.4rem; line-height: 26px; margin-bottom: 30px; } }

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

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

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

.pro-info .item-btns .item-btn { display: inline-block; vertical-align: top; line-height: 62px; min-width: 100%; border: solid 1px #000000; color: #333; font-size: 18px; font-size: 1.8rem; text-align: center; }

.pro-info .item-btns .item-btn .iconfont { font-size: 26px; font-size: 2.6rem; vertical-align: middle; margin-right: 20px; color: #003399; }

.pro-info .item-btns .item-btn:first-child { margin-bottom: 30px; }

.pro-info .item-btns .item-btn:hover { border-color: transparent; background: -webkit-gradient(linear, left top, right top, from(#003399), to(#406FCD)); background: -webkit-linear-gradient(left, #003399, #406FCD); background: -moz-linear-gradient(left, #003399, #406FCD); background: linear-gradient(90deg, #003399, #406FCD); color: #fff; }

.pro-info .item-btns .item-btn:hover .iconfont { color: #fff; }

@media screen and (max-width: 1219px) { .pro-info .item-btns .item-btn { min-width: 200px; line-height: 40px; font-size: 16px; font-size: 1.6rem; }
  .pro-info .item-btns .item-btn .iconfont { font-size: 22px; font-size: 2.2rem; margin-right: 10px; }
  .pro-info .item-btns .item-btn:first-child { margin-bottom: 0; margin-right: 20px; } }

@media screen and (max-width: 991px) { .pro-info .item-btns .item-btn { min-width: 180px; font-size: 14px; font-size: 1.4rem; line-height: 34px; }
  .pro-info .item-btns .item-btn .iconfont { font-size: 18px; font-size: 1.8rem; margin-right: 5px; } }

@media screen and (max-width: 767px) { .pro-info .item-btns .item-btn { min-width: 130px; font-size: 12px; font-size: 1.2rem; line-height: 28px; }
  .pro-info .item-btns .item-btn .iconfont { font-size: 14px; font-size: 1.4rem; } }

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

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

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

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

.pro-info .pro-share .share-title { color: #333; font-size: 14px; font-size: 1.4rem; }

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

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

.pro3-tab { margin-top: 80px; }

@media screen and (max-width: 1219px) { .pro3-tab { margin-top: 70px; } }

@media screen and (max-width: 991px) { .pro3-tab { margin-top: 50px; } }

@media screen and (max-width: 767px) { .pro3-tab { margin-top: 30px; } }

.pro3-tab .tab-options { background-color: #F2F2F2; padding: 24px 0 28px; margin-bottom: 40px; }

@media screen and (max-width: 1219px) { .pro3-tab .tab-options { margin-bottom: 30px; padding: 20px 0; } }

@media screen and (max-width: 767px) { .pro3-tab .tab-options { padding: 15px 0; } }

@media screen and (max-width: 480px) { .pro3-tab .tab-options { padding: 10px 0; } }

.pro3-tab .tab-options .wp { font-size: 0; letter-spacing: 0; }

.pro3-tab .tab-options .wp > li { display: inline-block; vertical-align: top; font-size: 18px; font-size: 1.8rem; font-family: "OpenSans-Semibold", arial; line-height: 24px; margin-right: 86px; position: relative; cursor: pointer; }

.pro3-tab .tab-options .wp > li:hover, .pro3-tab .tab-options .wp > li.tab-active { color: #003399; }

.pro3-tab .tab-options .wp > li:before { position: absolute; content: ''; width: 1px; background-color: #D5D5D5; height: 22px; top: 1px; right: -43px; }

.pro3-tab .tab-options .wp > li:last-child { margin-right: 0; }

.pro3-tab .tab-options .wp > li:last-child:before { display: none; }

@media screen and (max-width: 767px) { .pro3-tab .tab-options .wp > li { font-size: 16px; font-size: 1.6rem; margin-right: 50px; }
  .pro3-tab .tab-options .wp > li:before { right: -25px; } }

.pro3-tab .tab-content .tab-content-item { display: none; }

.pro3-tab .tab-content .tab-content-item:first-child { display: block; }

.pro3-tab .box-spec { font-size: 16px; font-size: 1.6rem; line-height: 30px; }

.pro3-tab .box-spec p { min-height: 30px; }

.pro3-tab .box-spec img, .pro3-tab .box-spec iframe { max-width: 100%; }

@media screen and (max-width: 1219px) { .pro3-tab .box-spec { font-size: 14px; font-size: 1.4rem; line-height: 26px; }
  .pro3-tab .box-spec p { min-height: 26px; } }

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

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

.pro3-tab .box-down .item-pic { margin-bottom: 23px; }

.pro3-tab .box-down .item-pic img { display: block; }

@media screen and (max-width: 1219px) { .pro3-tab .box-down .item-pic { margin-bottom: 15px; } }

@media screen and (max-width: 767px) { .pro3-tab .box-down .item-pic { margin-bottom: 10px; } }

.pro3-tab .box-down .item-title { font-family: "OpenSans-Semibold", arial; font-size: 20px; font-size: 2rem; line-height: 1.4; margin-bottom: 18px; }

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

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

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

.pro3-tab .box-down .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 1.4; margin-bottom: 36px; color: #333; }

@media screen and (max-width: 1219px) { .pro3-tab .box-down .item-desc { font-size: 14px; font-size: 1.4rem; margin-bottom: 30px; } }

@media screen and (max-width: 991px) { .pro3-tab .box-down .item-desc { margin-bottom: 20px; } }

@media screen and (max-width: 767px) { .pro3-tab .box-down .item-desc { font-size: 12px; font-size: 1.2rem; margin-bottom: 15px; } }

.pro3-tab .box-down .item-btn { font-family: "OpenSans-Light", arial; text-align: center; display: inline-block; min-width: 145px; background-color: #003399 \9; background: -webkit-gradient(linear, left top, right top, from(#003399), to(#406FCD)); background: -webkit-linear-gradient(left, #003399, #406FCD); background: -moz-linear-gradient(left, #003399, #406FCD); background: linear-gradient(90deg, #003399, #406FCD); line-height: 46px; height: 46px; color: #fff; font-size: 14px; font-size: 1.4rem; /* &:hover{ background: linear-gradient(90deg, #406FCD, #003399); } */ }

.pro3-tab .box-down .item-btn .iconfont { font-size: 27px; font-size: 2.7rem; color: #fe7960; margin-right: 15px; vertical-align: middle; }

@media screen and (max-width: 1219px) { .pro3-tab .box-down .item-btn { min-width: 140px; line-height: 40px; height: 40px; }
  .pro3-tab .box-down .item-btn .iconfont { font-size: 24px; font-size: 2.4rem; } }

@media screen and (max-width: 991px) { .pro3-tab .box-down .item-btn { min-width: 120px; line-height: 32px; height: 32px; }
  .pro3-tab .box-down .item-btn .iconfont { font-size: 20px; font-size: 2rem; margin-right: 5px; } }

@media screen and (max-width: 767px) { .pro3-tab .box-down .item-btn { min-width: 100px; line-height: 28px; height: 28px; font-size: 12px; font-size: 1.2rem; }
  .pro3-tab .box-down .item-btn .iconfont { font-size: 16px; font-size: 1.6rem; margin-right: 0; } }

.pro3-tags { margin-top: 60px; border-top: solid 1px #DEDEDE; padding-top: 59px; }

@media screen and (max-width: 1219px) { .pro3-tags { padding-top: 40px; margin-top: 50px; } }

@media screen and (max-width: 991px) { .pro3-tags { padding-top: 30px; margin-top: 40px; } }

@media screen and (max-width: 767px) { .pro3-tags { padding-top: 20px; margin-top: 30px; } }

.pro3-tags .item-title { float: left; font-family: "OpenSans-Semibold", arial; font-size: 20px; font-size: 2rem; line-height: 36px; margin-right: 19px; }

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

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

@media screen and (max-width: 767px) { .pro3-tags .item-title { font-size: 14px; font-size: 1.4rem; line-height: 26px; margin-right: 10px; } }

.pro3-tags .item-desc { overflow: hidden; font-size: 0; letter-spacing: 0; }

.pro3-tags .item-desc > a { display: inline-block; vertical-align: top; border: solid 1px #aaa; color: #666; font-size: 16px; font-size: 1.6rem; line-height: 22px; margin-right: 13px; margin-bottom: 10px; padding: 6px 19px; }

.pro3-tags .item-desc > a:hover { border-color: #333; color: #333; }

@media screen and (max-width: 1219px) { .pro3-tags .item-desc > a { font-size: 14px; font-size: 1.4rem; padding: 6px 15px; margin-right: 10px; } }

@media screen and (max-width: 991px) { .pro3-tags .item-desc > a { margin-right: 10px; padding: 6px 15px; } }

@media screen and (max-width: 767px) { .pro3-tags .item-desc > a { font-size: 12px; font-size: 1.2rem; line-height: 18px; padding: 3px 10px; } }

.pro3-form { background-color: #EBEBEB; margin-top: 52px; }

@media screen and (max-width: 1219px) { .pro3-form { margin-top: 50px; } }

@media screen and (max-width: 991px) { .pro3-form { margin-top: 40px; } }

@media screen and (max-width: 767px) { .pro3-form { margin-top: 25px; } }

.pro3-form .wp { position: relative; padding: 34px 0 76px; }

@media screen and (max-width: 1219px) { .pro3-form .wp { padding-bottom: 50px; } }

@media screen and (max-width: 991px) { .pro3-form .wp { padding-bottom: 40px; } }

@media screen and (max-width: 767px) { .pro3-form .wp { padding: 30px 15px 20px; } }

.pro3-form .item-bg { position: absolute; top: 100%; left: 0; width: 100%; }

.pro3-form .item-bg img { display: block; }

.pro3-form .box-title { text-align: center; font-size: 34px; font-size: 3.4rem; font-family: "OpenSans-Semibold", arial; text-transform: uppercase; line-height: 1.3; margin-bottom: 36px; }

@media screen and (max-width: 1219px) { .pro3-form .box-title { font-size: 28px; font-size: 2.8rem; margin-bottom: 30px; } }

@media screen and (max-width: 991px) { .pro3-form .box-title { font-size: 24px; font-size: 2.4rem; margin-bottom: 20px; } }

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

.pro3-form .item-form ::-webkit-input-placeholder { color: #666666; opacity: 1; }

.pro3-form .item-form :-o-placeholder { color: #666666; opacity: 1; }

.pro3-form .item-form ::-moz-placeholder { color: #666666; opacity: 1; }

.pro3-form .item-form :-ms-input-placeholder { color: #666666; opacity: 1; }

.pro3-form .item-form .star { position: relative; }

.pro3-form .item-form .star:before { position: absolute; content: '*'; font-size: 14px; font-size: 1.4rem; line-height: 1; color: #FF0000; left: 16px; top: 19px; }

.pro3-form .item-form .item-input { width: 48.33333%; margin-bottom: 18px; }

.pro3-form .item-form .item-input1 { float: left; width: 100%; margin-bottom: 19px; }

.pro3-form .item-form input, .pro3-form .item-form textarea { display: block; width: 100%; color: #666; background-color: #fff; border: solid 1px #D6D6D6; border-left: solid 2px #003399; font-size: 14px; font-size: 1.4rem; }

.pro3-form .item-form input { height: 46px; line-height: 44px; padding: 0 10px 0 26px; }

.pro3-form .item-form textarea { height: 120px; padding: 10px 10px 8px 26px; line-height: 24px; }

.pro3-form .item-form .item-code { margin-right: 3.33333%; }

.pro3-form .item-form .item-img { line-height: 46px; position: relative; top: -1px; }

.pro3-form .item-form .item-img img { max-height: 46px; vertical-align: middle; cursor: pointer; }

.pro3-form .item-form .item-btn { float: right; width: 33%; padding: 0; }

.pro3-form .item-form .item-btn input { border: 0; background-color: #003399 \9; background: -webkit-gradient(linear, left top, right top, from(#003399), to(#406FCD)); background: -webkit-linear-gradient(left, #003399, #406FCD); background: -moz-linear-gradient(left, #003399, #406FCD); background: linear-gradient(90deg, #003399, #406FCD); color: #fff; font-size: 18px; font-size: 1.8rem; padding: 0; text-transform: uppercase; }

.pro3-form .item-form .item-btn input:hover { background: -webkit-gradient(linear, left top, right top, from(#406FCD), to(#003399)); background: -webkit-linear-gradient(left, #406FCD, #003399); background: -moz-linear-gradient(left, #406FCD, #003399); background: linear-gradient(90deg, #406FCD, #003399); }

@media screen and (max-width: 1219px) { .pro3-form .item-form .item-btn { width: 30%; }
  .pro3-form .item-form .item-btn input { font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 991px) { .pro3-form .item-form .item-btn { width: 26.66667%; } }

@media screen and (max-width: 767px) { .pro3-form .item-form .item-input, .pro3-form .item-form .item-input1 { margin-bottom: 15px; }
  .pro3-form .item-form .star:before { left: 10px; top: 15px; }
  .pro3-form .item-form input { height: 38px; line-height: 38px; }
  .pro3-form .item-form textarea { padding-top: 6px; }
  .pro3-form .item-form input, .pro3-form .item-form textarea { font-size: 12px; font-size: 1.2rem; padding-left: 20px; }
  .pro3-form .item-form .item-code { width: -webkit-calc(100% - 130px) !important; width: -moz-calc(100% - 130px) !important; width: calc(100% - 130px) !important; margin-right: 0; }
  .pro3-form .item-form .item-img { float: right; line-height: 38px; }
  .pro3-form .item-form .item-img img { max-height: 38px; }
  .pro3-form .item-form .item-btn { width: 100%; margin-left: 0; }
  .pro3-form .item-form .item-btn input { font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 480px) { .pro3-form .item-form .item-input { width: 100%; }
  .pro3-form .item-form .item-input, .pro3-form .item-form .item-input1 { margin-bottom: 10px; } }

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

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

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

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

.related-box .box-title { border-bottom: solid 1px #D5D5D5; font-size: 24px; font-size: 2.4rem; font-family: "OpenSans-Semibold", arial; line-height: 1.3; padding-bottom: 21px; }

.related-box .box-title a:hover { color: #003399; }

@media screen and (max-width: 1219px) { .related-box .box-title { font-size: 22px; font-size: 2.2rem; padding-bottom: 15px; } }

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

@media screen and (max-width: 767px) { .related-box .box-title { font-size: 18px; font-size: 1.8rem; padding-bottom: 10px; } }

.related-box .related-owl { position: relative; width: 102.5%; margin-left: -1.25%; padding-top: 46px; }

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

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

@media screen and (max-width: 767px) { .related-box .related-owl { padding-top: 20px; } }

.related-box .related-owl .owl-buttons { display: none !important; }

.related-box .related-owl .owl-btns { font-size: 0; letter-spacing: 0; position: absolute; right: 1.25%; top: -45px; }

@media screen and (max-width: 767px) { .related-box .related-owl .owl-btns { top: -35px; } }

.related-box .related-owl .owl-btns .owl-btn { display: inline-block; vertical-align: top; width: 25px; height: 25px; line-height: 25px; text-align: center; background: #E0E0E0; font-size: 12px; font-size: 1.2rem; color: #666; cursor: pointer; }

.related-box .related-owl .owl-btns .owl-btn:hover { background-color: #003399; color: #fff; }

.related-box .related-owl .owl-btns .owl-btn.disabled { color: #ccc; cursor: auto; }

.related-box .related-owl .owl-btns .item-prev { margin-right: 14px; }

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

.related-box .related-owl .owl-btns .item-next { right: 0; }

.related-box .related-owl .list-item { margin: 0 3.65854%; text-align: center; }

.related-box .related-owl .item-title { margin-top: 23px; font-size: 18px; font-size: 1.8rem; line-height: 1.4; }

@media screen and (max-width: 1219px) { .related-box .related-owl .item-title { margin-top: 20px; font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 991px) { .related-box .related-owl .item-title { margin-top: 15px; } }

@media screen and (max-width: 767px) { .related-box .related-owl .item-title { margin-top: 10px; font-size: 14px; font-size: 1.4rem; } }

.related-box .related-owl .item-subt { margin-top: 11px; font-size: 14px; font-size: 1.4rem; line-height: 1.4; }

.related-box .related-owl .item-subt, .related-box .related-owl .item-subt a { color: #666; }

@media screen and (max-width: 991px) { .related-box .related-owl .item-subt { margin-top: 5px; } }

@media screen and (max-width: 767px) { .related-box .related-owl .item-subt { font-size: 12px; font-size: 1.2rem; margin-top: 5px; } }

.related-box .related-owl .item-btn { display: inline-block; margin-top: 13px; font-size: 14px; font-size: 1.4rem; line-height: 1.4; color: #003399; font-family: "OpenSans-Light", arial; }

.related-box .related-owl .item-btn:hover { text-decoration: underline; }

@media screen and (max-width: 991px) { .related-box .related-owl .item-btn { margin-top: 5px; } }

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

/*-------------1-3-products end------------------------------------------------------------*/
/*-------------2-1-Solution start----------------------------------------------------------*/
.s1-list { font-size: 0; letter-spacing: 0; padding-bottom: 20px; }

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

.s1-list .list-item { display: inline-block; vertical-align: top; width: 100%; padding: 20px; background: #FFFFFF; box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15); margin-bottom: 60px; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row nowrap; -moz-box-orient: horizontal; -moz-box-direction: normal; -ms-flex-flow: row nowrap; flex-flow: row nowrap; -webkit-box-pack: start; -webkit-justify-content: flex-start; -moz-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; }

.s1-list .list-item:hover { background-color: #F6F6F6; box-shadow: none; }

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

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

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

@media screen and (max-width: 480px) { .s1-list .list-item { padding: 6px; } }

.s1-list .item-pic { -webkit-box-flex: 0; -webkit-flex: 0 0 auto; -moz-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; float: left; width: 33.33333%; margin-right: 3.08333%; position: relative; }

.s1-list .item-pic a { display: block; position: relative; padding-bottom: 75%; }

.s1-list .item-pic img { position: absolute; top: 0; left: 0; bottom: 0; right: 0; }

@media screen and (max-width: 991px) { .s1-list .item-pic { margin-right: 2.5%; } }

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

@media screen and (max-width: 480px) { .s1-list .item-pic { width: 130px; } }

.s1-list .item-body { -webkit-box-flex: 1; -webkit-flex: 1 1 auto; -moz-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; overflow: hidden; }

.s1-list .item-title { font-size: 24px; font-size: 2.4rem; line-height: 1.3; font-family: "OpenSans-Semibold", arial; }

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

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

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

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

@media screen and (max-width: 1219px) { .s1-list .item-desc { margin-top: 10px; font-size: 14px; font-size: 1.4rem; line-height: 26px; height: 78px; } }

@media screen and (max-width: 991px) { .s1-list .item-desc { line-height: 24px; height: 72px; } }

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

@media screen and (max-width: 480px) { .s1-list .item-desc { height: 36px; line-height: 18px; }
  .s1-list .item-desc a { -webkit-line-clamp: 2; } }

.s1-list .item-btn { margin-top: 36px; display: inline-block; text-align: center; padding: 0 15px; min-width: 145px; line-height: 46px; background: -webkit-gradient(linear, left top, right top, from(#003399), to(#406FCD)); background: -webkit-linear-gradient(left, #003399, #406FCD); background: -moz-linear-gradient(left, #003399, #406FCD); background: linear-gradient(90deg, #003399, #406FCD); color: #fff; font-size: 14px; font-size: 1.4rem; font-family: "OpenSans-Light", arial; }

@media screen and (max-width: 1219px) { .s1-list .item-btn { line-height: 40px; margin-top: 30px; min-width: 130px; } }

@media screen and (max-width: 991px) { .s1-list .item-btn { margin-top: 20px; line-height: 32px; min-width: 120px; } }

@media screen and (max-width: 767px) { .s1-list .item-btn { margin-top: 12px; line-height: 26px; min-width: 100px; font-size: 12px; font-size: 1.2rem; } }

@media screen and (max-width: 480px) { .s1-list .item-btn { margin-top: 8px; min-width: 90px; line-height: 24px; padding: 0 10px; } }

/*-------------2-1-Solution end------------------------------------------------------------*/
/*-------------2-2-Solution start----------------------------------------------------------*/
.s2-main .item-pic { margin-bottom: 32px; }

.s2-main .item-pic img { display: block; }

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

@media screen and (max-width: 991px) { .s2-main .item-pic { margin-bottom: 20px; } }

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

.s2-main .item-title { font-size: 32px; font-size: 3.2rem; text-align: center; font-family: "OpenSans-Semibold", arial; line-height: 1.3; position: relative; padding-bottom: 16px; margin-bottom: 32px; }

.s2-main .item-title:before { position: absolute; content: ''; height: 1px; width: 12.5%; background-color: #003399; bottom: 0; left: 0; right: 0; margin: 0 auto; }

@media screen and (max-width: 1219px) { .s2-main .item-title { font-size: 28px; font-size: 2.8rem; } }

@media screen and (max-width: 991px) { .s2-main .item-title { font-size: 24px; font-size: 2.4rem; margin-bottom: 25px; } }

@media screen and (max-width: 767px) { .s2-main .item-title { font-size: 18px; font-size: 1.8rem; padding-bottom: 10px; margin-bottom: 15px; } }

.s2-main .pro-share { text-align: center; margin-bottom: 20px; }

.s2-main .pro-share .share-title { font-size: 14px; font-size: 1.4rem; color: #333; }

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

.s2-main .item-desc { margin-bottom: 57px; font-size: 16px; font-size: 1.6rem; line-height: 30px; }

.s2-main .item-desc * { color: #666; }

@media screen and (max-width: 1219px) { .s2-main .item-desc { margin-bottom: 50px; font-size: 14px; font-size: 1.4rem; line-height: 26px; } }

@media screen and (max-width: 991px) { .s2-main .item-desc { margin-bottom: 40px; font-size: 14px; font-size: 1.4rem; line-height: 22px; } }

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

.s2-story {  background-attachment: fixed !important; position: relative; padding: 91px 0 82px; }



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

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

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

.s2-story .box-title { font-size: 32px; font-size: 3.2rem; text-align: center; font-family: "OpenSans-Semibold", arial; line-height: 1.3; position: relative; padding-bottom: 16px; margin-bottom: 65px; }

.s2-story .box-title:before { position: absolute; content: ''; height: 1px; width: 12.5%; background-color: #fff; bottom: 0; left: 0; right: 0; margin: 0 auto; }

.s2-story .box-title * { color: #fff; }

.s2-story .box-title a:hover { color: #003399; }

@media screen and (max-width: 1219px) { .s2-story .box-title { font-size: 28px; font-size: 2.8rem; margin-bottom: 50px; } }

@media screen and (max-width: 991px) { .s2-story .box-title { font-size: 24px; font-size: 2.4rem; margin-bottom: 40px; } }

@media screen and (max-width: 767px) { .s2-story .box-title { font-size: 18px; font-size: 1.8rem; padding-bottom: 10px; margin-bottom: 30px; } }

.s2-story .box-list { font-size: 0; letter-spacing: 0; }

.s2-story .box-list .list-item { display: inline-block; vertical-align: top; width: 31.66667%; margin-left: 2.5%; text-align: center; margin-bottom: 30px; background-color: #fff; background-color: rgba(255, 255, 255, 0.8); -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; }

.s2-story .box-list .list-item:hover { background-color: #003399; }

.s2-story .box-list .list-item:hover .item-title, .s2-story .box-list .list-item:hover .item-title * { color: #fff; }

.s2-story .box-list .list-item:hover .item-add, .s2-story .box-list .list-item:hover .item-add * { color: #DFDFDF; }

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

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

.s2-story .box-list .item-body { padding: 12px 20px; }

@media screen and (max-width: 1219px) { .s2-story .box-list .item-body { padding: 12px 15px; } }

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

@media screen and (max-width: 767px) { .s2-story .box-list .item-body { padding: 10px 5px; } }

.s2-story .box-list .item-title { font-family: "OpenSans-Semibold", arial; font-size: 18px; font-size: 1.8rem; line-height: 1.3; border-bottom: dashed 1px #B6B6B6; padding-bottom: 8px; }

.s2-story .box-list .item-title a { overflow: hidden; }

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

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

.s2-story .box-list .item-add { margin-top: 11px; display: inline-block; position: relative; line-height: 24px; font-size: 16px; font-size: 1.6rem; color: #666; }

.s2-story .box-list .item-add .iconfont { font-size: 20px; font-size: 2rem; margin-right: 16px; }

@media screen and (max-width: 1219px) { .s2-story .box-list .item-add { font-size: 14px; font-size: 1.4rem; }
  .s2-story .box-list .item-add .iconfont { font-size: 18px; font-size: 1.8rem; margin-right: 10px; } }

@media screen and (max-width: 991px) { .s2-story .box-list .item-add { margin-top: 8px; } }

@media screen and (max-width: 767px) { .s2-story .box-list .item-add { margin-top: 5px; line-height: 20px; font-size: 12px; font-size: 1.2rem; }
  .s2-story .box-list .item-add .iconfont { font-size: 14px; font-size: 1.4rem; margin-right: 5px; } }

.recom-box { margin-top: 51px; margin-bottom: 23px; }

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

@media screen and (max-width: 991px) { .recom-box { margin-top: 40px; margin-bottom: 20px; } }

@media screen and (max-width: 767px) { .recom-box { margin-top: 30px; margin-bottom: 10px; } }

.recom-box .box-title { border-bottom: solid 1px #D5D5D5; font-size: 32px; font-size: 3.2rem; font-family: "OpenSans-Semibold", arial; line-height: 1.3; padding-bottom: 19px; padding-right: 60px; }

.recom-box .box-title a:hover { color: #003399; }

@media screen and (max-width: 1219px) { .recom-box .box-title { font-size: 28px; font-size: 2.8rem; padding-bottom: 15px; } }

@media screen and (max-width: 991px) { .recom-box .box-title { font-size: 24px; font-size: 2.4rem; } }

@media screen and (max-width: 767px) { .recom-box .box-title { font-size: 18px; font-size: 1.8rem; padding-bottom: 10px; } }

.recom-box .recom-owl { position: relative; width: 102.5%; margin-left: -1.25%; padding-top: 46px; }

@media screen and (max-width: 1219px) { .recom-box .recom-owl { padding-top: 40px; } }

@media screen and (max-width: 991px) { .recom-box .recom-owl { padding-top: 30px; } }

@media screen and (max-width: 767px) { .recom-box .recom-owl { padding-top: 20px; } }

@media screen and (max-width: 480px) { .recom-box .recom-owl { width: 100%; margin-left: 0; } }

.recom-box .recom-owl .owl-buttons { display: none !important; }

.recom-box .recom-owl .owl-btns { font-size: 0; letter-spacing: 0; position: absolute; right: 1.25%; top: -52px; }

@media screen and (max-width: 991px) { .recom-box .recom-owl .owl-btns { top: -45px; } }

@media screen and (max-width: 767px) { .recom-box .recom-owl .owl-btns { top: -35px; } }

.recom-box .recom-owl .owl-btns .owl-btn { display: inline-block; vertical-align: top; width: 25px; height: 25px; line-height: 25px; text-align: center; background: #E0E0E0; font-size: 12px; font-size: 1.2rem; color: #666; cursor: pointer; }

.recom-box .recom-owl .owl-btns .owl-btn:hover { background-color: #003399; color: #fff; }

.recom-box .recom-owl .owl-btns .owl-btn.disabled { color: #ccc; cursor: auto; }

.recom-box .recom-owl .owl-btns .item-prev { margin-right: 14px; }

@media screen and (max-width: 1219px) { .recom-box .recom-owl .owl-btns .item-prev { margin-right: 8px; } }

.recom-box .recom-owl .owl-btns .item-next { right: 0; }

.recom-box .recom-owl .box-item { margin: 0 3.65854%; font-size: 0; letter-spacing: 0; }

@media screen and (max-width: 480px) { .recom-box .recom-owl .box-item { margin: 0; } }

.recom-box .recom-owl .list-item { display: inline-block; vertical-align: top; width: 100%; margin-bottom: 30px; text-align: center; background-color: #fff; }

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

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

.recom-box .recom-owl .item-body { padding: 0 5px 17px; }

@media screen and (max-width: 991px) { .recom-box .recom-owl .item-body { padding-bottom: 15px; } }

@media screen and (max-width: 767px) { .recom-box .recom-owl .item-body { padding-bottom: 10px; } }

.recom-box .recom-owl .item-title { margin-top: 25px; font-size: 18px; font-size: 1.8rem; line-height: 1.4; }

@media screen and (max-width: 1219px) { .recom-box .recom-owl .item-title { margin-top: 20px; font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 991px) { .recom-box .recom-owl .item-title { margin-top: 15px; } }

@media screen and (max-width: 767px) { .recom-box .recom-owl .item-title { margin-top: 10px; font-size: 14px; font-size: 1.4rem; } }

.recom-box .recom-owl .item-subt { margin-top: 11px; font-size: 14px; font-size: 1.4rem; line-height: 1.4; }

.recom-box .recom-owl .item-subt, .recom-box .recom-owl .item-subt a { color: #666; }

@media screen and (max-width: 991px) { .recom-box .recom-owl .item-subt { margin-top: 5px; } }

@media screen and (max-width: 767px) { .recom-box .recom-owl .item-subt { font-size: 12px; font-size: 1.2rem; margin-top: 5px; } }

.recom-box .recom-owl .item-btn { font-family: "OpenSans-Light", arial; display: inline-block; margin-top: 13px; font-size: 14px; font-size: 1.4rem; line-height: 1.4; color: #003399; }

.recom-box .recom-owl .item-btn:hover { text-decoration: underline; }

@media screen and (max-width: 991px) { .recom-box .recom-owl .item-btn { margin-top: 5px; } }

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

@media screen and (min-width: 1220px) { .recom-form.s3-main .item-title { font-size: 32px; font-size: 3.2rem; margin-bottom: 15px; } }

@media screen and (min-width: 1220px) { .recom-form.s3-main .item-desc { line-height: 24px; margin-bottom: 38px; } }

/*-------------2-2-Solution end------------------------------------------------------------*/
/*-------------2-3-Solution start----------------------------------------------------------*/
.s3-main .item-title { font-size: 36px; font-size: 3.6rem; line-height: 1.3; text-align: center; font-family: "OpenSans-Semibold", arial; margin-bottom: 10px; }

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

@media screen and (max-width: 991px) { .s3-main .item-title { font-size: 24px; font-size: 2.4rem; } }

@media screen and (max-width: 767px) { .s3-main .item-title { font-size: 20px; font-size: 2rem; margin-bottom: 6px; } }

.s3-main .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 30px; max-width: 860px; margin: 0 auto 30px; text-align: center; color: #999; }

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

@media screen and (max-width: 991px) { .s3-main .item-desc { line-height: 22px; } }

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

.s3-main .item-form ::-webkit-input-placeholder { color: #666666; opacity: 1; }

.s3-main .item-form :-o-placeholder { color: #666666; opacity: 1; }

.s3-main .item-form ::-moz-placeholder { color: #666666; opacity: 1; }

.s3-main .item-form :-ms-input-placeholder { color: #666666; opacity: 1; }

.s3-main .item-form .star { position: relative; }

.s3-main .item-form .star:before { position: absolute; content: '*'; font-size: 16px; font-size: 1.6rem; line-height: 1; color: #FF0000; left: 10px; top: 19px; }

@media screen and (max-width: 1219px) { .s3-main .item-form .star:before { font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 767px) { .s3-main .item-form .star:before { font-size: 12px; font-size: 1.2rem; } }

.s3-main .item-form .item-input { width: 48.33333%; margin-bottom: 20px; }

.s3-main .item-form .item-input1 { float: left; width: 100%; margin-bottom: 20px; }

.s3-main .item-form .item-input1.star:before { top: 10px; }

.s3-main .item-form input, .s3-main .item-form textarea { display: block; width: 100%; color: #666; background-color: #ECECEC; font-size: 16px; font-size: 1.6rem; }

.s3-main .item-form input { height: 54px; line-height: 54px; padding: 0 10px 0 22px; }

.s3-main .item-form textarea { height: 160px; padding: 5px 10px 8px 22px; line-height: 24px; }

.s3-main .item-form .item-code { margin-right: 3.33333%; }

.s3-main .item-form .item-img { line-height: 54px; position: relative; top: -1px; }

.s3-main .item-form .item-img img { max-height: 54px; vertical-align: middle; cursor: pointer; }

.s3-main .item-form .item-btn { margin-left: 5.33333%; width: 200px; padding: 0; }

.s3-main .item-form .item-btn input { border: 0; background-color: #003399 \9; background: -webkit-gradient(linear, left top, right top, from(#003399), to(#406FCD)); background: -webkit-linear-gradient(left, #003399, #406FCD); background: -moz-linear-gradient(left, #003399, #406FCD); background: linear-gradient(90deg, #003399, #406FCD); color: #fff; font-size: 18px; font-size: 1.8rem; padding: 0; text-transform: uppercase; }

.s3-main .item-form .item-btn input:hover { background: -webkit-gradient(linear, left top, right top, from(#406FCD), to(#003399)); background: -webkit-linear-gradient(left, #406FCD, #003399); background: -moz-linear-gradient(left, #406FCD, #003399); background: linear-gradient(90deg, #406FCD, #003399); }

@media screen and (max-width: 1219px) { .s3-main .item-form input, .s3-main .item-form textarea { font-size: 14px; font-size: 1.4rem; }
  .s3-main .item-form input { line-height: 46px; height: 46px; }
  .s3-main .item-form .item-img { line-height: 46px; }
  .s3-main .item-form .item-img img { max-height: 46px; }
  .s3-main .item-form .item-btn input { font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 991px) { .s3-main .item-form .item-btn { float: right; width: 26.66667%; margin-left: 0; } }

@media screen and (max-width: 767px) { .s3-main .item-form .item-input, .s3-main .item-form .item-input1 { margin-bottom: 15px; }
  .s3-main .item-form .star:before { left: 10px; top: 15px; }
  .s3-main .item-form input { height: 38px; line-height: 38px; }
  .s3-main .item-form textarea { padding-top: 6px; }
  .s3-main .item-form input, .s3-main .item-form textarea { font-size: 12px; font-size: 1.2rem; padding-left: 20px; }
  .s3-main .item-form .item-code { width: -webkit-calc(100% - 110px) !important; width: -moz-calc(100% - 110px) !important; width: calc(100% - 110px) !important; margin-right: 0; }
  .s3-main .item-form .item-img { float: right; line-height: 38px; }
  .s3-main .item-form .item-img img { max-height: 38px; }
  .s3-main .item-form .item-btn { width: 100%; margin-left: 0; }
  .s3-main .item-form .item-btn input { font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 480px) { .s3-main .item-form .item-input { width: 100%; }
  .s3-main .item-form .item-input, .s3-main .item-form .item-input1 { margin-bottom: 10px; } }

/*-------------2-3-Solution end------------------------------------------------------------*/
/*-------------3-1-Brand-company start-----------------------------------------------------*/
.brand-title { text-align: center; font-family: "OpenSans-Semibold", arial; font-size: 46px; font-size: 4.6rem; line-height: 1.3; position: relative; padding-bottom: 34px; }

.brand-title:before { position: absolute; content: ''; height: 5px; width: 16.66667%; background-color: #000; left: 0; right: 0; bottom: 0; margin: 0 auto; }

@media screen and (max-width: 1419px) { .brand-title { font-size: 40px; font-size: 4rem; } }

@media screen and (max-width: 1219px) { .brand-title { font-size: 34px; font-size: 3.4rem; padding-bottom: 30px; } }

@media screen and (max-width: 991px) { .brand-title { font-size: 28px; font-size: 2.8rem; padding-bottom: 15px; }
  .brand-title:before { height: 4px; } }

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

.about-box1 { margin-bottom: 50px; }

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

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

.about-box1 .brand-title { margin-bottom: 22px; }

.about-box1 .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 30px; }

.about-box1 .item-desc, .about-box1 .item-desc * { color: #666; }

.about-box1 .item-desc strong { color: #333; font-size: 18px; font-size: 1.8rem; font-family: "OpenSans-Semibold", arial; font-weight: normal; }

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

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

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

.about-box2 { background-color: #F2F2F2; padding: 60px 0; margin-bottom: 60px; }

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

@media screen and (max-width: 991px) { .about-box2 { padding: 40px 0; margin-bottom: 40px; } }

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

.about-box2 .wp { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row nowrap; -moz-box-orient: horizontal; -moz-box-direction: normal; -ms-flex-flow: row nowrap; flex-flow: row nowrap; -webkit-box-pack: start; -webkit-justify-content: flex-start; -moz-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; }

@media screen and (max-width: 480px) { .about-box2 .wp { display: block; } }

.about-box2 .item-pic { float: left; width: 50%; overflow: hidden; margin-right: 3.66667%; -webkit-box-flex: 0; -webkit-flex: 0 0 auto; -moz-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; }

.about-box2 .item-pic img { display: block; width: 100%; }

@media screen and (max-width: 1219px) { .about-box2 .item-pic { margin-right: 2.5%; } }

@media screen and (max-width: 480px) { .about-box2 .item-pic { float: none; width: 100%; margin: 0 auto 20px; } }

.about-box2 .item-body { -webkit-box-flex: 1; -webkit-flex: 1 1 auto; -moz-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; overflow: hidden; }

.about-box2 .item-title { font-size: 28px; font-size: 2.8rem; line-height: 32px; position: relative; padding-left: 40px; margin-bottom: 13px; }

.about-box2 .item-title .iconfont { position: absolute; left: 0; top: 0; font-size: 30px; font-size: 3rem; }

@media screen and (max-width: 1219px) { .about-box2 .item-title { line-height: 30px; font-size: 24px; font-size: 2.4rem; padding-left: 36px; margin-bottom: 10px; }
  .about-box2 .item-title .iconfont { font-size: 26px; font-size: 2.6rem; } }

@media screen and (max-width: 991px) { .about-box2 .item-title { line-height: 26px; font-size: 20px; font-size: 2rem; padding-left: 30px; }
  .about-box2 .item-title .iconfont { font-size: 22px; font-size: 2.2rem; } }

@media screen and (max-width: 767px) { .about-box2 .item-title { line-height: 22px; font-size: 16px; font-size: 1.6rem; margin-bottom: 5px; padding-left: 25px; }
  .about-box2 .item-title .iconfont { font-size: 18px; font-size: 1.8rem; } }

.about-box2 .item-desc { margin-bottom: 27px; font-size: 16px; font-size: 1.6rem; line-height: 30px; }

.about-box2 .item-desc, .about-box2 .item-desc * { color: #666; }

@media screen and (max-width: 1219px) { .about-box2 .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 26px; margin-bottom: 20px; } }

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

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

.about-box3 { margin-bottom: 52px; }

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

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

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

.about-box3 .wp { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -webkit-flex-flow: row-reverse nowrap; -moz-box-orient: horizontal; -moz-box-direction: reverse; -ms-flex-flow: row-reverse nowrap; flex-flow: row-reverse nowrap; -webkit-box-pack: start; -webkit-justify-content: flex-start; -moz-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; }

@media screen and (max-width: 480px) { .about-box3 .wp { display: block; } }

.about-box3 .item-pic { float: right; width: 50%; overflow: hidden; margin-left: 3.66667%; -webkit-box-flex: 0; -webkit-flex: 0 0 auto; -moz-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; }

.about-box3 .item-pic img { display: block; width: 100%; }

@media screen and (max-width: 1219px) { .about-box3 .item-pic { margin-left: 2.5%; } }

@media screen and (max-width: 480px) { .about-box3 .item-pic { float: none; width: 100%; margin: 0 auto 20px; } }

.about-box3 .item-body { -webkit-box-flex: 1; -webkit-flex: 1 1 auto; -moz-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; overflow: hidden; }

.about-box3 .item-title { font-size: 28px; font-size: 2.8rem; line-height: 32px; font-family: "OpenSans-Semibold", arial; text-align: center; margin-bottom: 47px; }

@media screen and (max-width: 1219px) { .about-box3 .item-title { line-height: 30px; font-size: 24px; font-size: 2.4rem; margin-bottom: 20px; } }

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

@media screen and (max-width: 767px) { .about-box3 .item-title { line-height: 22px; font-size: 16px; font-size: 1.6rem; margin-bottom: 10px; } }

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

.about-box3 .item-desc, .about-box3 .item-desc * { color: #666; }

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

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

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

.about-box4 { margin-bottom: 47px; }

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

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

.about-cer .box-title { border-bottom: solid 1px #D5D5D5; font-size: 32px; font-size: 3.2rem; font-family: "OpenSans-Semibold", arial; line-height: 1.3; padding-bottom: 19px; padding-right: 60px; }

.about-cer .box-title a:hover { color: #003399; }

@media screen and (max-width: 1219px) { .about-cer .box-title { font-size: 28px; font-size: 2.8rem; padding-bottom: 15px; } }

@media screen and (max-width: 991px) { .about-cer .box-title { font-size: 24px; font-size: 2.4rem; } }

@media screen and (max-width: 767px) { .about-cer .box-title { font-size: 18px; font-size: 1.8rem; padding-bottom: 10px; } }

.about-cer .aboutcer-owl { position: relative; width: 102.5%; margin-left: -1.25%; padding-top: 40px; }

@media screen and (max-width: 1219px) { .about-cer .aboutcer-owl { padding-top: 40px; } }

@media screen and (max-width: 991px) { .about-cer .aboutcer-owl { padding-top: 30px; } }

@media screen and (max-width: 767px) { .about-cer .aboutcer-owl { padding-top: 20px; } }

.about-cer .aboutcer-owl .owl-buttons { display: none !important; }

.about-cer .aboutcer-owl .owl-btns { font-size: 0; letter-spacing: 0; position: absolute; right: 1.25%; top: -52px; }

@media screen and (max-width: 991px) { .about-cer .aboutcer-owl .owl-btns { top: -45px; } }

@media screen and (max-width: 767px) { .about-cer .aboutcer-owl .owl-btns { top: -35px; } }

.about-cer .aboutcer-owl .owl-btns .owl-btn { display: inline-block; vertical-align: top; width: 25px; height: 25px; line-height: 25px; text-align: center; background: #E0E0E0; font-size: 12px; font-size: 1.2rem; color: #666; cursor: pointer; }

.about-cer .aboutcer-owl .owl-btns .owl-btn:hover { background-color: #003399; color: #fff; }

.about-cer .aboutcer-owl .owl-btns .owl-btn.disabled { color: #ccc; cursor: auto; }

.about-cer .aboutcer-owl .owl-btns .item-prev { margin-right: 14px; }

@media screen and (max-width: 1219px) { .about-cer .aboutcer-owl .owl-btns .item-prev { margin-right: 8px; } }

.about-cer .aboutcer-owl .owl-btns .item-next { right: 0; }

.about-cer .aboutcer-owl .list-item { margin: 0 3.65854%; text-align: center; }

.about-cer .aboutcer-owl .item-backdrop .iconfont { font-size: 30px; font-size: 3.0rem; color: #fff; position: relative; }

@media screen and (max-width: 991px) { .about-cer .aboutcer-owl .item-backdrop { display: none; } }

.about-cer .aboutcer-owl .item-title { font-size: 16px; font-size: 1.6rem; line-height: 1.3; margin-top: 16px; }

@media screen and (max-width: 1219px) { .about-cer .aboutcer-owl .item-title { font-size: 14px; font-size: 1.4rem; margin-top: 10px; } }

/*-------------3-1-Brand-company end-------------------------------------------------------*/
/*-------------3-2-Brand-Factory start-----------------------------------------------------*/
.fac-owl { position: relative; }

.fac-owl .owl-buttons { display: none !important; }

.fac-owl .owl-btns { font-size: 0; letter-spacing: 0; text-align: center; }

.fac-owl .owl-btns .owl-btn { position: absolute; top: 50%; margin-top: -30px; display: inline-block; vertical-align: top; cursor: pointer; width: 40px; height: 60px; line-height: 60px; font-size: 21px; font-size: 2.1rem; background-color: #fff; color: #003399; }

.fac-owl .owl-btns .owl-btn:hover { background-color: #003399; color: #fff; }

.fac-owl .owl-btns .owl-btn.disabled { color: #ccc; cursor: auto; }

@media screen and (max-width: 1219px) { .fac-owl .owl-btns .owl-btn { margin-top: -25px; width: 36px; height: 50px; line-height: 50px; font-size: 20px; font-size: 2rem; } }

@media screen and (max-width: 991px) { .fac-owl .owl-btns .owl-btn { margin-top: -20px; width: 30px; height: 40px; line-height: 40px; font-size: 18px; font-size: 1.8rem; } }

@media screen and (max-width: 767px) { .fac-owl .owl-btns .owl-btn { margin-top: -15px; width: 24px; height: 30px; line-height: 30px; font-size: 14px; font-size: 1.4rem; } }

.fac-owl .owl-btns .item-prev { left: 0; }

.fac-owl .owl-btns .item-next { right: 0; }

.fac-owl .list-item { position: relative; }

.fac-owl .item-pic { padding-bottom: 66.66667%; }

.fac-owl .item-pic img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.fac-owl .item-title { position: absolute; bottom: 0; left: 0; width: 100%; background: url(../images/bg5.png) no-repeat bottom center; background-size: cover; font-family: "OpenSans-Semibold", arial; font-size: 22px; font-size: 2.2rem; line-height: 1.3; color: #fff; text-align: center; padding: 33px 5px 21px; }

@media screen and (max-width: 1219px) { .fac-owl .item-title { font-size: 18px; font-size: 1.8rem; padding: 20px 5px 15px; } }

@media screen and (max-width: 991px) { .fac-owl .item-title { font-size: 16px; font-size: 1.6rem; padding: 15px 5px 10px; } }

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

.fac-box1 { margin-bottom: 60px; }

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

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

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

.fac-box1 .brand-title { margin-bottom: 60px; }

@media screen and (max-width: 1219px) { .fac-box1 .brand-title { margin-bottom: 40px; } }

@media screen and (max-width: 991px) { .fac-box1 .brand-title { margin-bottom: 30px; } }

@media screen and (max-width: 767px) { .fac-box1 .brand-title { margin-bottom: 20px; } }

.fac-box2 { background: url(../images/bg6.jpg) no-repeat center; background-attachment: fixed; position: relative; 
/*padding: 150px 0 120px;*/
padding: 80px 0 80px;
margin-bottom: 47px; }

.fac-box2:before { position: absolute; content: ''; top: 0; bottom: 0; left: 0; right: 0; background: url(../images/bg6.jpg) no-repeat center; background-size: cover; z-index: -1; }

@media screen and (max-width: 1219px) { .fac-box2 { padding: 100px 0 70px; } }

@media screen and (max-width: 991px) { .fac-box2 { padding: 70px 0 40px; margin-bottom: 40px; } }

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

@media screen and (min-width: 1319px) { .fac-box2 .wp { width: 1240px; } }

.fac-box2 .box-list { font-size: 0; letter-spacing: 0; }

.fac-box2 .box-list .list-item { display: inline-block; vertical-align: top;
/*width: 31.45161%; margin-left: 2.82258%; */
margin-bottom: 30px; background-color: #fff; background-color: rgba(255, 255, 255, 0.8); }

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

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

.fac-box2 .box-list .item-title { font-size: 18px; font-size: 1.8rem; font-family: "OpenSans-Semibold", arial; line-height: 1.3; padding: 18px 5px; text-align: center; }

@media screen and (max-width: 1219px) { .fac-box2 .box-list .item-title { font-size: 16px; font-size: 1.6rem; padding: 12px 5px; } }

@media screen and (max-width: 991px) { .fac-box2 .box-list .item-title { padding: 10px 5px; } }

@media screen and (max-width: 767px) { .fac-box2 .box-list .item-title { font-size: 14px; font-size: 1.4rem; padding: 8px 5px; } }

.fac-box3 .brand-title { margin-bottom: 60px; }

@media screen and (max-width: 1219px) { .fac-box3 .brand-title { margin-bottom: 40px; } }

@media screen and (max-width: 991px) { .fac-box3 .brand-title { margin-bottom: 30px; } }

@media screen and (max-width: 767px) { .fac-box3 .brand-title { margin-bottom: 20px; } }

/*-------------3-2-Brand-Factory end-------------------------------------------------------*/
/*-------------3-3-Brand-our team start----------------------------------------------------*/
.team-list { padding-top: 49px; }

.team-list .box-item { text-align: center; }

.team-list .box-title { display: inline-block; background-color: #4777D9; color: #fff; font-family: "OpenSans-Semibold", arial; font-size: 24px; font-size: 2.4rem; line-height: 1.3; padding: 15px 30px; margin-bottom: 149px; position: relative; }

.team-list .box-title:before { position: absolute; content: ''; width: 1px; height: 100px; left: 50%; margin-left: -0.5px; background-color: #4777D9; bottom: -118px; }

@media screen and (max-width: 1219px) { .team-list .box-title { font-size: 20px; font-size: 2rem; padding: 15px 25px; margin-bottom: 100px; }
  .team-list .box-title:before { height: 70px; bottom: -85px; } }

@media screen and (max-width: 991px) { .team-list .box-title { font-size: 18px; font-size: 1.8rem; padding: 10px 20px; margin-bottom: 80px; }
  .team-list .box-title:before { height: 50px; bottom: -65px; } }

@media screen and (max-width: 767px) { .team-list .box-title { font-size: 16px; font-size: 1.6rem; padding: 8px 15px; margin-bottom: 50px; }
  .team-list .box-title:before { height: 30px; bottom: -40px; } }

.team-list .item-list { font-size: 0; letter-spacing: 0; text-align: center; }

.team-list .item-list .list-item { display: inline-block; vertical-align: top; width: 26.66667%; margin: 0 3.33333% 80px; }

@media screen and (max-width: 1219px) { .team-list .item-list .list-item { width: 29.33%; margin: 0 2% 50px; } }

@media screen and (max-width: 480px) { .team-list .item-list .list-item { width: 46%; margin-bottom: 30px; } }

@media screen and (max-width: 400px) { .team-list .item-list .list-item { width: 100%; margin-left: 0; margin-right: 0; } }

.team-list .item-list .item-pic { width: 78.125%; background: #FFFFFF; box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35); border-radius: 50%; margin: 0 auto; }

.team-list .item-list .item-pic div { position: relative; padding-bottom: 100%; display: block; overflow: hidden; }

.team-list .item-list .item-pic img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

@media screen and (max-width: 400px) { .team-list .item-list .item-pic { width: 37.5%; } }

.team-list .item-list .item-title { margin-top: 15px; font-family: "OpenSans-Semibold", arial; font-size: 18px; font-size: 1.8rem; line-height: 24px; }

.team-list .item-list .item-title, .team-list .item-list .item-title * { color: #666; }

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

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

.team-list .item-info { margin-top: 15px; position: relative; }

.team-list .item-info .item-subt { background-color: #EAEAEA; line-height: 46px; padding: 0 30px 0 9px; font-size: 16px; font-size: 1.6rem; text-align: left; color: #666; position: relative; cursor: pointer; }

.team-list .item-info .item-subt .iconfont { position: absolute; right: 10px; }

@media screen and (max-width: 991px) { .team-list .item-info .item-subt { font-size: 14px; font-size: 1.4rem; line-height: 36px; } }

@media screen and (max-width: 767px) { .team-list .item-info .item-subt { line-height: 28px; margin-top: 10px; } }

.team-list .item-info .item-desc { display: none; text-align: left; z-index: 3; padding: 15px; position: absolute; top: 100%; left: 0; width: 100%; background-color: #EAEAEA; border-top: solid 1px #fff; }

@media screen and (max-width: 991px) { .team-list .item-info .item-desc { padding: 15px 10px; } }

@media screen and (max-width: 767px) { .team-list .item-info .item-desc { padding: 10px 8px; } }

.team-list .item-info .item-desc p { font-size: 14px; font-size: 1.4rem; line-height: 30px; padding-left: 30px; position: relative; }

.team-list .item-info .item-desc p .iconfont { position: absolute; left: 0; top: 0; font-size: 18px; font-size: 1.8rem; }

@media screen and (max-width: 991px) { .team-list .item-info .item-desc p { padding-left: 22px; line-height: 26px; font-size: 12px; font-size: 1.2rem; }
  .team-list .item-info .item-desc p .iconfont { font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 767px) { .team-list .item-info .item-desc p { line-height: 20px; padding: 2px 0 2px 22px; } }

.team-list .item-info .item-desc .item-follow { font-size: 0; letter-spacing: 0; margin-top: 12px; }

.team-list .item-info .item-desc .item-follow > a { display: inline-block; vertical-align: top; font-size: 30px; font-size: 3rem; line-height: 1; color: #000; }

@media screen and (max-width: 991px) { .team-list .item-info .item-desc .item-follow > a { font-size: 26px; font-size: 2.6rem; } }

/*-------------3-3-Brand-our team end------------------------------------------------------*/
/*-------------3-4-Brand-News&events start-------------------------------------------------*/
.news1-list { position: relative; padding-top: 117px; margin-top: 60px; margin-bottom: 60px; }

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

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

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

.news1-list:before { position: absolute; content: ''; width: 1px; top: 0; bottom: 85px; background-color: #D7D7D7; left: 50%; margin-left: -0.5px; }

@media screen and (max-width: 767px) { .news1-list:before { left: 6px; bottom: 60px; } }

.news1-list:after { position: absolute; font-family: "iconfont" !important; font-style: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: '\e667'; font-size: 52px; font-size: 5.2rem; line-height: 1; color: #666; top: 0; left: 50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); background-color: #fff; }

@media screen and (max-width: 1219px) { .news1-list:after { font-size: 44px; font-size: 4.4rem; } }

@media screen and (max-width: 991px) { .news1-list:after { font-size: 36px; font-size: 3.6rem; } }

@media screen and (max-width: 767px) { .news1-list:after { font-size: 26px; font-size: 2.6rem; left: -6px; -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; transform: none; } }

.news1-list .list-item { width: 50%; position: relative; }

@media screen and (max-width: 767px) { .news1-list .list-item { width: 100%; padding: 0 0 0 20px !important; margin-bottom: 20px; } }

.news1-list .list-item:before { position: absolute; top: 0; content: ''; width: 15px; height: 15px; background: #FFFFFF; border: 1px solid #C1C1C1; border-radius: 50%; -moz-box-sizing: border-box; box-sizing: border-box; }

@media screen and (max-width: 991px) { .news1-list .list-item:before { width: 11px; height: 11px; } }

@media screen and (max-width: 767px) { .news1-list .list-item:before { right: 0 !important; left: 0 !important; } }

.news1-list .item-box { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row nowrap; -moz-box-orient: horizontal; -moz-box-direction: normal; -ms-flex-flow: row nowrap; flex-flow: row nowrap; -webkit-box-pack: start; -webkit-justify-content: flex-start; -moz-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; }

.news1-list .item-pic { width: 42.80702%; -webkit-box-flex: 0; -webkit-flex: 0 0 auto; -moz-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; }

.news1-list .item-pic a { display: block; overflow: hidden; position: relative; padding-bottom: 68.96552%; }

.news1-list .item-pic img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

@media screen and (max-width: 767px) { .news1-list .item-pic { float: left !important; margin: 0 15px 0 0 !important; width: 200px; } }

@media screen and (max-width: 480px) { .news1-list .item-pic { width: 130px; margin-right: 8px !important; } }

.news1-list .item-body { overflow: hidden; -webkit-box-flex: 1; -webkit-flex: 1 1 auto; -moz-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; }

@media screen and (max-width: 767px) { .news1-list .item-date { float: none !important; } }

.news1-list .item1 { float: right; padding-left: 2.5%; }

.news1-list .item1:before { left: -8px; }

@media screen and (max-width: 991px) { .news1-list .item1:before { left: -6px; } }

.news1-list .item1 .item-pic { float: left; margin-right: 24px; }

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

.news1-list .item2 { float: left; padding-right: 2.5%; }

.news1-list .item2:before { right: -8px; }

@media screen and (max-width: 991px) { .news1-list .item2:before { right: -6px; } }

.news1-list .item2 .item-box { -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -webkit-flex-flow: row-reverse nowrap; -moz-box-orient: horizontal; -moz-box-direction: reverse; -ms-flex-flow: row-reverse nowrap; flex-flow: row-reverse nowrap; }

@media screen and (max-width: 767px) { .news1-list .item2 .item-box { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row nowrap; -moz-box-orient: horizontal; -moz-box-direction: normal; -ms-flex-flow: row nowrap; flex-flow: row nowrap; } }

.news1-list .item2 .item-pic { float: right; margin-left: 24px; }

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

.news1-list .item2 .item-date { float: right; }

.news1-list .item-tip { display: inline-block; background-color: #EBEBEB; color: #555; font-size: 16px; font-size: 1.6rem; line-height: 24px; padding: 0 7px; }

@media screen and (max-width: 1219px) { .news1-list .item-tip { font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 991px) { .news1-list .item-tip { font-size: 12px; font-size: 1.2rem; line-height: 20px; } }

.news1-list .item-title { margin-top: 2px; font-size: 18px; font-size: 1.8rem; line-height: 30px; height: 60px; }

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

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

@media screen and (max-width: 480px) { .news1-list .item-title { height: 20px; }
  .news1-list .item-title a { display: block !important; white-space: nowrap !important; text-overflow: ellipsis !important; overflow: hidden !important; } }

.news1-list .item-desc { margin-top: 3px; font-size: 16px; font-size: 1.6rem; 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 { font-size: 12px; font-size: 1.2rem; line-height: 20px; height: 40px; } }

.news1-list .item-date { width: 42.80702%; font-size: 16px; font-size: 1.6rem; line-height: 22px; color: #666; margin-top: 18px; }

.news1-list .item-date .iconfont { font-size: 18px; font-size: 1.8rem; color: #000; margin-right: 5px; font-weight: bold; vertical-align: middle; }

@media screen and (max-width: 1219px) { .news1-list .item-date { margin-top: 10px; font-size: 14px; font-size: 1.4rem; }
  .news1-list .item-date .iconfont { font-size: 16px; font-size: 1.6rem; } }

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

/*-------------3-4-Brand-News&events end---------------------------------------------------*/
/*-------------3-5-Brand-News&event-detail start-------------------------------------------*/
.news2-main .item-title { text-align: center; font-family: "OpenSans-Semibold", arial; font-size: 24px; font-size: 2.4rem; line-height: 1.4; margin-bottom: 27px; }

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

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

@media screen and (max-width: 767px) { .news2-main .item-title { font-size: 16px; font-size: 1.6rem; margin-bottom: 10px; } }

.news2-main .item-date { margin-bottom: 27px; text-align: center; font-size: 16px; font-size: 1.6rem; line-height: 22px; color: #666; }
.news2-main .item-date strong{ margin-left: 20px; font-weight: normal; }
.news2-main .item-date .iconfont { font-size: 18px; font-size: 1.8rem; color: #000; margin-right: 5px; font-weight: bold; vertical-align: middle; }

@media screen and (max-width: 1219px) { .news2-main .item-date { margin-bottom: 20px; line-height: 20px; font-size: 14px; font-size: 1.4rem; }
  .news2-main .item-date .iconfont { font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 991px) { .news2-main .item-date { margin-bottom: 15px; }
  .news2-main .item-date .iconfont { font-size: 14px; font-size: 1.4rem; } }

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

.news2-main .item-add { padding-top: 2px; margin-bottom: 32px; text-align: center; font-size: 16px; font-size: 1.6rem; line-height: 22px; color: #666; }

.news2-main .item-add .iconfont { font-size: 21px; font-size: 2.1rem; margin-right: 15px; vertical-align: middle; }

@media screen and (max-width: 1219px) { .news2-main .item-add { padding-top: 0; margin-bottom: 20px; line-height: 20px; font-size: 14px; font-size: 1.4rem; }
  .news2-main .item-add .iconfont { font-size: 18px; font-size: 1.8rem; margin-right: 10px; } }

@media screen and (max-width: 991px) { .news2-main .item-add { margin-bottom: 15px; }
  .news2-main .item-add .iconfont { font-size: 16px; font-size: 1.6rem; margin-right: 5px; } }

@media screen and (max-width: 767px) { .news2-main .item-add { margin-bottom: 10px; font-size: 12px; font-size: 1.2rem; }
  .news2-main .item-add .iconfont { font-size: 14px; font-size: 1.4rem; } }

.news2-main .item-keys { text-align: center; margin-bottom: 23px; font-size: 14px; font-size: 1.4rem; line-height: 22px; color: #666; font-family: "OpenSans-Semibold", arial; }

.news2-main .item-keys em { font-style: normal; color: #999; margin: 0 10px; font-family: "OpenSans", arial; }

@media screen and (max-width: 1219px) { .news2-main .item-keys { line-height: 20px; margin-bottom: 20px; } }

@media screen and (max-width: 991px) { .news2-main .item-keys { margin-bottom: 15px; } }

@media screen and (max-width: 767px) { .news2-main .item-keys { font-size: 12px; font-size: 1.2rem; margin-bottom: 10px; }
  .news2-main .item-keys em { margin: 0 6px; } }

.news2-main .item-desc { border-top: solid 1px #CCCCCC; padding: 52px 0 55px; font-size: 16px; font-size: 1.6rem; line-height: 28px; }

.news2-main .item-desc, .news2-main .item-desc * { color: #666; }

.news2-main .item-desc strong { font-family: "OpenSans-Semibold", arial; font-weight: normal; }

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

@media screen and (max-width: 991px) { .news2-main .item-desc { padding: 25px 0; line-height: 24px; } }

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

.news2-main .pro-share { margin-bottom: 39px; }

@media screen and (max-width: 1219px) { .news2-main .pro-share { margin-bottom: 30px; } }

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

.news2-main .pro-share .share-title { font-size: 16px; font-size: 1.6rem; }

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

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

.item-oths { border-top: solid 1px #CCCCCC; padding-top: 40px; }

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

@media screen and (max-width: 991px) { .item-oths { padding-top: 20px; } }

@media screen and (max-width: 767px) { .item-oths { padding-top: 10px; } }

.item-oths .list-item { width: 428px; background-color: #F4F4F4; margin-top: 20px; }

@media screen and (max-width: 991px) { .item-oths .list-item { width: 49%; } }

@media screen and (max-width: 640px) { .item-oths .list-item { width: 100%; } }

.item-oths .item-pic { float: left; width: 160px; position: relative; }

@media screen and (max-width: 991px) { .item-oths .item-pic { width: 150px; } }

@media screen and (max-width: 767px) { .item-oths .item-pic { width: 120px; } }

.item-oths .item-tip { position: absolute; bottom: 0; left: 0; width: 100%; font-size: 14px; font-size: 1.4rem; line-height: 30px; background-color: #000; background-color: rgba(0, 0, 0, 0.8); color: #fff; text-align: center; }

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

.item-oths .item-body { overflow: hidden; padding: 15px 10px 5px; }

@media screen and (max-width: 991px) { .item-oths .item-body { padding: 10px 10px 5px; } }

.item-oths .item-title { font-size: 16px; font-size: 1.6rem; line-height: 24px; height: 48px; margin-bottom: 7px; }

.item-oths .item-title, .item-oths .item-title a { color: #666; }

@media screen and (max-width: 767px) { .item-oths .item-title { font-size: 14px; font-size: 1.4rem; line-height: 20px; height: 40px; margin-bottom: 3px; } }

.item-oths .item-date { font-size: 16px; font-size: 1.6rem; line-height: 22px; color: #666; }
.item-oths .item-date strong{ float: right; }
.item-oths .item-date .iconfont { font-size: 18px; font-size: 1.8rem; color: #000; margin-right: 5px; font-weight: bold; vertical-align: middle; }

@media screen and (max-width: 1219px) { .item-oths .item-date { line-height: 20px; font-size: 14px; font-size: 1.4rem; }
  .item-oths .item-date .iconfont { font-size: 16px; font-size: 1.6rem; } }

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

@media screen and (max-width: 767px) { .item-oths .item-date { font-size: 12px; font-size: 1.2rem; }
  .item-oths .item-date .iconfont { font-size: 12px; font-size: 1.2rem; } }

.item-oths .item-add {margin-top: 12px; font-size: 16px; font-size: 1.6rem; line-height: 22px; color: #999; }

.item-oths .item-add .iconfont { font-size: 21px; font-size: 2.1rem; margin-right: 15px; vertical-align: middle; }

@media screen and (max-width: 1219px) { .item-oths .item-add { line-height: 20px; font-size: 14px; font-size: 1.4rem; }
  .item-oths .item-add .iconfont { font-size: 18px; font-size: 1.8rem; margin-right: 10px; } }

@media screen and (max-width: 991px) { .item-oths .item-add .iconfont { font-size: 16px; font-size: 1.6rem; margin-right: 5px; } }

@media screen and (max-width: 767px) { .item-oths .item-add { font-size: 12px; font-size: 1.2rem; }
  .item-oths .item-add .iconfont { font-size: 14px; font-size: 1.4rem; } }

.item-oths .item-keys { font-size: 14px; font-size: 1.4rem; line-height: 22px; color: #999; }

.item-oths .item-keys em { font-style: normal; margin-right: 10px; }

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

@media screen and (max-width: 767px) { .item-oths .item-keys { font-size: 12px; font-size: 1.2rem; } }

.item-oths + .related-box { margin-top: 52px; }

@media screen and (max-width: 991px) { .item-oths + .related-box { margin-top: 50px; } }

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

/*-------------3-5-Brand-News&event-detail end---------------------------------------------*/
/*-------------3-6-Brand-Certificates start------------------------------------------------*/
.cer-title:before { width: 25%; }

.cer-list { font-size: 0; letter-spacing: 0; padding-bottom: 30px; padding-top: 40px; }

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

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

.cer-list .list-item { display: inline-block; vertical-align: top; width: 23.41667%; margin-left: 2.11111%; margin-bottom: 44px; background-color: #F7F7F7; }

@media screen and (max-width: 1219px) { .cer-list .list-item { width: 23.5%; margin-left: 2%; margin-bottom: 30px; } }

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

@media screen and (max-width: 640px) { .cer-list .list-item { width: 31.33%; margin-left: 1% !important; margin-right: 1% !important; } }

@media screen and (max-width: 400px) { .cer-list .list-item { width: 48%; } }

.cer-list .item-backdrop { top: 1.85185%; bottom: 1.85185%; left: 2.4911%; right: 2.4911%; }

.cer-list .item-backdrop .iconfont { font-size: 30px; font-size: 3.0rem; color: #fff; position: relative; }

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

.cer-list .item-pic { border: solid 1px #828282; border-color: rgba(130, 130, 130, 0.4); position: relative; padding-bottom: 133.80783%; }

.cer-list .item-pic img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.cer-list .item-title { text-align: center; font-size: 18px; font-size: 1.8rem; line-height: 1.4; padding: 18px 5px; }

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

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

/*-------------3-6-Brand-Certificates end--------------------------------------------------*/
/*-------------3-7-Brand-Success stories start---------------------------------------------*/
.app1-list { font-size: 0; letter-spacing: 0; padding-bottom: 30px; }

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

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

.app1-list .list-item { display: inline-block; vertical-align: top; width: 31.66667%; margin-left: 2.5%; text-align: center; margin-bottom: 30px; background-color: #F5F5F5; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; }

.app1-list .list-item:hover { background-color: #003399; }

.app1-list .list-item:hover .item-title, .app1-list .list-item:hover .item-title * { color: #fff; }

.app1-list .list-item:hover .item-add, .app1-list .list-item:hover .item-add * { color: #D3D3D3; }

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

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

.app1-list .item-pic .item-img { position: relative; display: block; overflow: hidden; padding-bottom: 75%; }

.app1-list .item-pic .item-img img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.app1-list .item-backdrop:before { background-color: #000; }

.app1-list .item-backdrop .item-btn { display: inline-block; position: relative; z-index: 2; min-width: 159px; padding: 0 15px; line-height: 57px; background: #003399; font-size: 16px; font-size: 1.6rem; color: #fff; text-transform: uppercase; }

@media screen and (max-width: 1219px) { .app1-list .item-backdrop .item-btn { line-height: 40px; font-size: 14px; font-size: 1.4rem; min-width: 140px; } }

@media screen and (max-width: 991px) { .app1-list .item-backdrop .item-btn { display: none; } }

.app1-list .item-body { padding: 12px 20px 22px; }

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

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

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

.app1-list .item-title { font-size: 18px; font-size: 1.8rem; line-height: 1.3; border-bottom: dashed 1px #B6B6B6; padding-bottom: 15px; }

.app1-list .item-title a { overflow: hidden; }

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

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

.app1-list .item-add { margin-top: 16px; display: inline-block; position: relative; line-height: 24px; font-size: 16px; font-size: 1.6rem; color: #666; }

.app1-list .item-add .iconfont { font-size: 20px; font-size: 2rem; margin-right: 16px; }

@media screen and (max-width: 1219px) { .app1-list .item-add { margin-top: 12px; font-size: 14px; font-size: 1.4rem; }
  .app1-list .item-add .iconfont { font-size: 18px; font-size: 1.8rem; margin-right: 10px; } }

@media screen and (max-width: 991px) { .app1-list .item-add { margin-top: 8px; } }

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

/*-------------3-7-Brand-Success stories end-----------------------------------------------*/
/*-------------3-8-Brand-Success stories-detail start--------------------------------------*/
/*-------------3-8-Brand-Success stories-detail end----------------------------------------*/
/*-------------4-1-support start-----------------------------------------------------------*/
.support-item { text-align: center; }

.support-item .item-title { font-family: "OpenSans-Semibold", arial; font-size: 32px; font-size: 3.2rem; line-height: 1.3; padding-bottom: 36px; position: relative; }

.support-item .item-title:before { position: absolute; content: ''; width: 11.66667%; height: 5px; background-color: #000; left: 0; right: 0; margin: 0 auto; bottom: 0; }

@media screen and (max-width: 1219px) { .support-item .item-title { font-size: 28px; font-size: 2.8rem; padding-bottom: 26px; } }

@media screen and (max-width: 991px) { .support-item .item-title { font-size: 24px; font-size: 2.4rem; padding-bottom: 20px; }
  .support-item .item-title:before { height: 4px; } }

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

.support-item .item-desc { margin-top: 25px; font-size: 16px; font-size: 1.6rem; line-height: 1.5; }

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

@media screen and (max-width: 991px) { .support-item .item-desc { margin-top: 20px; } }

@media screen and (max-width: 767px) { .support-item .item-desc { font-size: 12px; font-size: 1.2rem; margin-top: 15px; } }

.support1-list { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row nowrap; -moz-box-orient: horizontal; -moz-box-direction: normal; -ms-flex-flow: row nowrap; flex-flow: row nowrap; -webkit-box-pack: start; -webkit-justify-content: flex-start; -moz-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; padding-bottom: 10px; font-size: 0; letter-spacing: 0; }

@media screen and (max-width: 640px) { .support1-list { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; } }

.support1-list .list-item { display: inline-block; vertical-align: top; width: 23.33333%; -webkit-flex-basis: 23.33333%; -ms-flex-preferred-size: 23.33333%; flex-basis: 23.33333%; margin-left: 2.22222%; background: #FAFAFA; border: 1px solid #C3C3C3; border-radius: 8px; text-align: center; padding: 61px 10px 57px; margin-top: 29px; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; }

.support1-list .list-item:hover { background-color: #003399; }

.support1-list .list-item:hover .iconfont { color: #fff; }

.support1-list .list-item:hover .item-title, .support1-list .list-item:hover .item-title a { color: #fff; }

@media screen and (max-width: 1219px) { .support1-list .list-item { padding: 50px 10px; } }

@media screen and (max-width: 991px) { .support1-list .list-item { padding: 30px 5px; } }

@media screen and (max-width: 640px) { .support1-list .list-item { width: 48%; -webkit-flex-basis: 48%; -ms-flex-preferred-size: 48%; flex-basis: 48%; margin: 20px 1% 0 !important; } }

.support1-list .iconfont { font-size: 100px; font-size: 10rem; color: #999; line-height: 1; display: block; }

@media screen and (max-width: 1219px) { .support1-list .iconfont { font-size: 80px; font-size: 8rem; } }

@media screen and (max-width: 991px) { .support1-list .iconfont { font-size: 60px; font-size: 6rem; } }

@media screen and (max-width: 767px) { .support1-list .iconfont { font-size: 40px; font-size: 4rem; } }

.support1-list .item-title { margin-top: 32px; font-size: 20px; font-size: 2rem; line-height: 1.4; }

.support1-list .item-title, .support1-list .item-title a { color: #666; }

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

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

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

/*-------------4-1-support end-------------------------------------------------------------*/
/*-------------4-2-support start-----------------------------------------------------------*/
.down-list { font-size: 0; letter-spacing: 0; padding-bottom: 30px; padding-top: 29px; }

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

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

.down-list .list-item { display: inline-block; vertical-align: top; width: 23.33333%; margin-left: 2.22222%; margin-bottom: 50px; text-align: center; }
.down-list .list-item p{font-size: 14px; font-size: 1.4rem;margin-top:20px;line-height: 20px;}
.down-list .list-item .titledown{text-align:left;height:40px;overflow: hidden;}
.down-list .list-item .downsize{text-align:center;margin-top:10px;}

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

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

@media screen and (max-width: 767px) { .down-list .list-item { width: 31.33%; margin-left: 1% !important; margin-right: 1%; margin-bottom: 25px; } }

@media screen and (max-width: 400px) { .down-list .list-item { width: 48%; } }

.down-list .item-pic { box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.23); }

.down-list .item-pic a { position: relative; display: block; padding-bottom: 107.14286%; }

.down-list .item-pic img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.down-list .item-btn { font-family: "OpenSans-Light", arial; margin-top: 30px; display: inline-block; min-width: 180px; background-color: #003399 \9; background: -webkit-gradient(linear, left top, right top, from(#406FCD), to(#003399)); background: -webkit-linear-gradient(left, #406FCD, #003399); background: -moz-linear-gradient(left, #406FCD, #003399); background: linear-gradient(90deg, #406FCD, #003399); line-height: 50px; height: 50px; color: #fff; font-size: 14px; font-size: 1.4rem; }

.down-list .item-btn .iconfont { font-size: 27px; font-size: 2.7rem; color: #fe7960; margin-right: 15px; vertical-align: middle; }

.down-list .item-btn:before { background: -webkit-gradient(linear, left top, right top, from(#003399), to(#406FCD)); background: -webkit-linear-gradient(left, #003399, #406FCD); background: -moz-linear-gradient(left, #003399, #406FCD); background: linear-gradient(90deg, #003399, #406FCD); }

@media screen and (max-width: 1219px) { .down-list .item-btn { margin-top: 30px; min-width: 140px; line-height: 40px; height: 40px; }
  .down-list .item-btn .iconfont { font-size: 24px; font-size: 2.4rem; margin-right: 10px; } }

@media screen and (max-width: 991px) { .down-list .item-btn { margin-top: 20px; min-width: 120px; line-height: 32px; height: 32px; }
  .down-list .item-btn .iconfont { font-size: 20px; font-size: 2rem; margin-right: 5px; } }

@media screen and (max-width: 767px) { .down-list .item-btn { margin-top: 15px; min-width: 100px; line-height: 28px; height: 28px; font-size: 12px; font-size: 1.2rem; }
  .down-list .item-btn .iconfont { font-size: 16px; font-size: 1.6rem; margin-right: 0; } }

/*-------------4-2-support end-------------------------------------------------------------*/
/*-------------4-3-support start-----------------------------------------------------------*/
.down1-list { font-size: 0; letter-spacing: 0; padding-top: 37px; padding-bottom: 50px; }

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

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

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

.down1-list .list-item { display: inline-block; vertical-align: top; width: 31.66667%; margin-left: 2.5%; background-color: #F2F2F2; margin-bottom: 30px; text-align: center; padding: 34px 0 44px; }

@media screen and (max-width: 1219px) { .down1-list .list-item { padding: 25px 0; } }

@media screen and (max-width: 991px) { .down1-list .list-item { padding: 20px 0; } }

@media screen and (max-width: 767px) { .down1-list .list-item { padding: 15px 0; } }

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

.down1-list .item-title { font-size: 20px; font-size: 2rem; line-height: 1.4; font-family: "OpenSans-Semibold", arial; border-bottom: solid 1px #CDCDCD; padding-bottom: 30px; padding-left: 5px; padding-right: 5px; }

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

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

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

.down1-list .item-subt { font-size: 16px; font-size: 1.6rem; line-height: 1.4; margin-top: 25px; padding: 0 5px; }

@media screen and (max-width: 1219px) { .down1-list .item-subt { font-size: 14px; font-size: 1.4rem; margin-top: 20px; } }

@media screen and (max-width: 991px) { .down1-list .item-subt { margin-top: 15px; } }

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

.down1-list .item-btn { margin-top: 36px; display: inline-block; min-width: 160px; height: 60px; line-height: 58px; background: #FFFFFF; color: #003399; border: 1px solid #003399; font-size: 16px; font-size: 1.6rem; }

.down1-list .item-btn .iconfont { font-size: 24px; font-size: 2.4rem; vertical-align: middle; margin-right: 15px; }

@media screen and (max-width: 1219px) { .down1-list .item-btn { min-width: 140px; margin-top: 30px; line-height: 48px; height: 50px; font-size: 14px; font-size: 1.4rem; }
  .down1-list .item-btn .iconfont { margin-right: 10px; font-size: 20px; font-size: 2rem; } }

@media screen and (max-width: 991px) { .down1-list .item-btn { min-width: 120px; margin-top: 20px; line-height: 34px; height: 36px; font-size: 14px; font-size: 1.4rem; }
  .down1-list .item-btn .iconfont { margin-right: 5px; font-size: 18px; font-size: 1.8rem; } }

@media screen and (max-width: 767px) { .down1-list .item-btn { min-width: 100px; margin-top: 10px; line-height: 26px; height: 28px; font-size: 12px; font-size: 1.2rem; }
  .down1-list .item-btn .iconfont { margin-right: 0; font-size: 16px; font-size: 1.6rem; } }

/*-------------4-3-support end-------------------------------------------------------------*/
/*-------------4-4-support start-----------------------------------------------------------*/
.faq-list { padding-top: 19px; padding-bottom: 60px; }

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

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

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

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

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

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

.faq-list .item-title { background-color: #EEEEEE; color: #003399; line-height: 24px; font-size: 16px; font-size: 1.6rem; font-family: "OpenSans-Semibold", arial; padding: 11px 35px 11px 17px; cursor: pointer; position: relative; }

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

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

.faq-list .item-title:before { position: absolute; content: ''; width: 14px; height: 2px; background: #B9B9B9; top: 24px; right: 20px; }

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

.faq-list .item-title:after { position: absolute; content: ''; width: 2px; height: 14px; background: #B9B9B9; top: 18px; right: 26px; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; }

@media screen and (max-width: 767px) { .faq-list .item-title:after { top: 14px; right: 16px; } }

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

.faq-list .item-desc { display: none; padding: 18px 17px 6px; font-size: 14px; font-size: 1.4rem; line-height: 24px; }

.faq-list .item-desc p { min-height: 24px; }

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

.faq-list .item-desc em { font-style: normal; color: #DA2A22; }

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

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

.faq-form { background-color: #EEEEEE; padding: 32px 0 120px; }

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

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

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

.faq-form .item-form input, .faq-form .item-form textarea { background-color: #fff; }

.faq-form .item-form .item-btn { /* input{ font-family: $family-Light; } */ }

@media screen and (min-width: 992px) { .faq-form .item-form .item-btn { margin-left: 3.33333%; } }

/*-------------4-4-support end-------------------------------------------------------------*/
/*-------------4-5-support start-----------------------------------------------------------*/
.help-box1 { padding-bottom: 2px; }

.help-box1 .support-item { margin-bottom: 19px; }

.help-box1 .box-list { font-size: 0; letter-spacing: 0; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row wrap; -moz-box-orient: horizontal; -moz-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-box-pack: start; -webkit-justify-content: flex-start; -moz-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }

.help-box1 .box-list .list-item { cursor: pointer; display: inline-block; vertical-align: top; width: 28.33333%; -webkit-flex-basis: 28.33333%; -ms-flex-preferred-size: 28.33333%; flex-basis: 28.33333%; margin-left: 7.5%; background: #FAFAFA; border: 1px solid #C3C3C3; border-radius: 8px; margin-bottom: 49px; text-align: center; padding: 50px 10px 47px; -webkit-transition: all .35s; -o-transition: all .35s; -moz-transition: all .35s; transition: all .35s; }

.help-box1 .box-list .list-item:hover { background-color: #003399; }

.help-box1 .box-list .list-item:hover .iconfont ,.help-box1 .box-list .list-item:hover .iconfont912{ background-color: #fff; color: #003399; border-color: #335cad; }

.help-box1 .box-list .list-item:hover .item-title { color: #fff; }

@media screen and (max-width: 1219px) { .help-box1 .box-list .list-item { width: 32%; -webkit-flex-basis: 32%; -ms-flex-preferred-size: 32%; flex-basis: 32%; margin-left: 2%; margin-bottom: 40px; padding: 30px 10px 40px; } }

@media screen and (max-width: 991px) { .help-box1 .box-list .list-item { padding: 25px 10px; margin-bottom: 30px; } }

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

@media screen and (max-width: 480px) { .help-box1 .box-list .list-item { width: 48%; -webkit-flex-basis: 48%; -ms-flex-preferred-size: 48%; flex-basis: 48%; margin-left: 1% !important; margin-right: 1%; } }

.help-box1 .box-list .iconfont,.help-box1 .box-list .iconfont912 { display: block; margin: 0 auto; width: 115px; height: 115px; background-color: #003399; border: solid 10px #c8d2e6; border-radius: 50%; font-size: 42px; font-size: 4.2rem; color: #fff; line-height: 95px; -webkit-transition: all .35s; -o-transition: all .35s; -moz-transition: all .35s; transition: all .35s; }

@media screen and (max-width: 991px) { .help-box1 .box-list .iconfont,.help-box1 .box-list .iconfont912 { width: 96px; height: 96px; border-width: 8px; line-height: 80px; font-size: 36px; font-size: 3.6rem; } }

@media screen and (max-width: 767px) { .help-box1 .box-list .iconfont,.help-box1 .box-list .iconfont912 { width: 66px; height: 66px; border-width: 6px; line-height: 54px; font-size: 30px; font-size: 3rem; } }

.help-box1 .box-list .item-title { -webkit-transition: all .35s; -o-transition: all .35s; -moz-transition: all .35s; transition: all .35s; font-size: 20px; font-size: 2rem; line-height: 1.4; color: #666; margin-top: 18px; }

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

@media screen and (max-width: 991px) { .help-box1 .box-list .item-title { font-size: 16px; font-size: 1.6rem; margin-top: 12px; } }

@media screen and (max-width: 767px) { .help-box1 .box-list .item-title { font-size: 14px; font-size: 1.4rem; margin-top: 8px; } }

.help-box2 { text-align: center; }

.help-box2 .support-item { margin-bottom: 35px; }

.help-box2 .box-list { text-align: left; font-size: 0; letter-spacing: 0; }

.help-box2 .box-list .list-item { display: inline-block; vertical-align: middle; width: 48.33333%; margin-left: 3.33333%; background-color: #fff; box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15); margin-bottom: 40px; padding: 20px 13px; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; }

.help-box2 .box-list .list-item:hover { background-color: #F5F5F5; box-shadow: none; }

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

@media screen and (max-width: 991px) { .help-box2 .box-list .list-item { padding: 10px; } }

@media screen and (max-width: 767px) { .help-box2 .box-list .list-item { width: 100%; margin-bottom: 25px; margin-left: 0; } }

@media screen and (max-width: 480px) { .help-box2 .box-list .list-item { padding: 10px 5px; } }

.help-box2 .box-list .item-box { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row nowrap; -moz-box-orient: horizontal; -moz-box-direction: normal; -ms-flex-flow: row nowrap; flex-flow: row nowrap; -webkit-box-pack: start; -webkit-justify-content: flex-start; -moz-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; }

.help-box2 .box-list .item-pic { -webkit-box-flex: 0; -webkit-flex: 0 0 auto; -moz-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; float: left; width: 38.44765%; margin-right: 20px; }

@media screen and (max-width: 1219px) { .help-box2 .box-list .item-pic { margin-right: 15px; } }

@media screen and (max-width: 991px) { .help-box2 .box-list .item-pic { width: 150px; margin-right: 10px; } }

@media screen and (max-width: 767px) { .help-box2 .box-list .item-pic { width: 35%; } }

@media screen and (max-width: 480px) { .help-box2 .box-list .item-pic { width: 130px; } }

.help-box2 .box-list .item-body { overflow: hidden; -webkit-box-flex: 1; -webkit-flex: 1 1 auto; -moz-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; }

.help-box2 .box-list .item-title { line-height: 1.3; font-size: 18px; font-size: 1.8rem; font-family: "OpenSans-Semibold", arial; margin-bottom: 5px; }

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

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

.help-box2 .box-list .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 26px; height: 78px; margin-bottom: 16px; }

@media screen and (max-width: 1219px) { .help-box2 .box-list .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 22px; height: 66px; margin-bottom: 12px; } }

@media screen and (max-width: 991px) { .help-box2 .box-list .item-desc { line-height: 20px; height: 60px; } }

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

@media screen and (max-width: 480px) { .help-box2 .box-list .item-desc { line-height: 18px; height: 36px; }
  .help-box2 .box-list .item-desc a { -webkit-line-clamp: 2; } }

.help-box2 .box-list .item-btn { font-size: 14px; font-size: 1.4rem; color: #003399; line-height: 1.3; }

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

.help-box2 .box-btn { margin-top: 20px; display: inline-block; min-width: 180px; background-color: #003399 \9; background: -webkit-gradient(linear, left top, right top, from(#003399), to(#406FCD)); background: -webkit-linear-gradient(left, #003399, #406FCD); background: -moz-linear-gradient(left, #003399, #406FCD); background: linear-gradient(90deg, #003399, #406FCD); line-height: 50px; color: #fff; font-size: 14px; font-size: 1.4rem; text-align: center; }

@media screen and (max-width: 1219px) { .help-box2 .box-btn { margin-top: 15px; min-width: 140px; line-height: 40px; } }

@media screen and (max-width: 991px) { .help-box2 .box-btn { margin-top: 10px; min-width: 110px; line-height: 32px; font-size: 12px; font-size: 1.2rem; } }

@media screen and (max-width: 767px) { .help-box2 .box-btn { min-width: 90px; line-height: 28px; } }

.model-backdrop { z-index: 9999999999; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: #000; background-color: rgba(0, 0, 0, 0.58); visibility: hidden; }

.model-backdrop .item-close { z-index: 999; position: absolute; top: -27px; right: -27px; width: 26px; height: 26px; line-height: 26px; background: #FFFFFF; border-radius: 50%; font-size: 14px; font-size: 1.4rem; text-align: center; font-weight: bold; cursor: pointer; }

.model-backdrop .item-close:hover { background-color: #003399; color: #fff; }

@media screen and (max-width: 767px) { .model-backdrop .item-close { top: -12px; right: -12px; width: 24px; height: 24px; line-height: 24px; font-size: 12px; font-size: 1.2rem; } }

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

.model1 .item-box, .model2 .item-box { width:1200px; 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%); background-color: #fff; }
.model2 .item-box .item-pic img,.model1 .item-box .item-pic img{    margin-left: auto;
    margin-right: auto;
    display: block;}
@media screen and (max-width: 991px) { .model1 .item-box, .model2 .item-box { width: 700px; } }

@media screen and (max-width: 767px) { .model1 .item-box, .model2 .item-box { width: 90%; } }

.model1 .item-body, .model2 .item-body { padding: 17px 25px 48px; }
/*.model1 .item-box{ height: 600px;
    overflow-y: scroll;}*/

@media screen and (max-width: 1219px) { .model1 .item-body, .model2 .item-body { padding: 17px 20px 30px; } }

@media screen and (max-width: 991px) { .model1 .item-body, .model2 .item-body { padding: 15px 15px 20px; } }

@media screen and (max-width: 767px) { .model1 .item-body, .model2 .item-body { padding: 10px 10px 20px; }

   /* .model1 .item-box{ height: 400px;
    overflow-y: scroll;}*/
    
    
    
}

.model1 .item-body .item-title, .model2 .item-body .item-title { font-family: "OpenSans-Semibold", arial; font-size: 36px; font-size: 3.6rem; line-height: 1.3; text-align: center; margin-bottom: 11px; }

@media screen and (max-width: 1219px) { .model1 .item-body .item-title, .model2 .item-body .item-title { font-size: 32px; font-size: 3.2rem; } }

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

@media screen and (max-width: 767px) { .model1 .item-body .item-title, .model2 .item-body .item-title { font-size: 20px; font-size: 2rem; margin-bottom: 5px; } }

@media screen and (max-width: 480px) { .model1 .item-body .item-title, .model2 .item-body .item-title { font-size: 16px; font-size: 1.6rem; } }

.model1 .item-body .item-desc, .model2 .item-body .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 30px; }

.model1 .item-body .item-desc, .model1 .item-body .item-desc *, .model2 .item-body .item-desc, .model2 .item-body .item-desc * { color: #666; }

@media screen and (max-width: 1219px) { .model1 .item-body .item-desc, .model2 .item-body .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 26px; } }

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

@media screen and (max-width: 767px) { .model1 .item-body .item-desc, .model2 .item-body .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 1.4; } }

.model3 .item-box { width: 1200px; 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%); background-color: #fff; }

@media screen and (max-width: 991px) { .model3 .item-box { width: 700px; } }

@media screen and (max-width: 767px) { .model3 .item-box { width: 90%; } }

.model3 .item-info { /*padding-left: 20px;
    padding-right: 20px; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; 
    -webkit-box-direction: normal; -webkit-flex-flow: row nowrap; -moz-box-orient: horizontal; -moz-box-direction: normal; 
    -ms-flex-flow: row nowrap; flex-flow: row nowrap; -webkit-box-pack: start;
    -webkit-justify-content: flex-start; -moz-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; 
   -webkit-box-align: center;
    -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; */}

@media screen and (max-width: 480px) { .model3 .item-info { display: block; } }

/*.model3 .item-pic { -webkit-box-flex: 0; -webkit-flex: 0 0 auto; -moz-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; float: left; width: 32%; }*/

.model3 .item-pic img { display: block ;margin-right: auto; margin-left:atuo; }

@media screen and (max-width: 480px) { .model3 .item-pic { margin-right: 10px; } }

.model3 .item-body { -webkit-box-flex: 1; -webkit-flex: 1 1 auto; -moz-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; overflow: hidden; padding: 5px 25px 25px; }

@media screen and (max-width: 1219px) { .model3 .item-body { padding: 5px 20px 20px; } }

@media screen and (max-width: 991px) { .model3 .item-body { padding: 5px 15px 20px; } }

@media screen and (max-width: 767px) { .model3 .item-body { padding: 10px 10px 20px; } }

@media screen and (max-width: 480px) { .model3 .item-body { overflow: visible; } }

.model3 .item-body .item-title { font-family: "OpenSans-Semibold", arial; font-size: 36px; font-size: 3.6rem; line-height: 1.3; margin-bottom: 16px;    text-align: center; }

@media screen and (max-width: 1219px) { .model3 .item-body .item-title { font-size: 32px; font-size: 3.2rem; } }

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

@media screen and (max-width: 767px) { .model3 .item-body .item-title { font-size: 20px; font-size: 2rem; margin-bottom: 12px; } }

@media screen and (max-width: 480px) { .model3 .item-body .item-title { font-size: 16px; font-size: 1.6rem; } }

.model3 .item-body .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 30px; }

.model3 .item-body .item-desc, .model3 .item-body .item-desc * { color: #666; }

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

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

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

.model4 .item-box { width: 1200px; 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%); background-color: #fff; }

@media screen and (max-width: 767px) { .model4 .item-box { width: 90%; max-width: 400px; } }

.model4 .item-info { position: relative; }

/*.model4 .item-pic { position: absolute; bottom: 0; right: 0; width: 42.35105%; }*/

.model4 .item-pic img { display: block;margin-left: auto;
    margin-right: auto; }

.model4 .item-body { padding: 56px 64px 50px 34px; position: relative; z-index: 2; }

@media screen and (max-width: 1219px) { .model4 .item-body { padding: 56px 64px 50px 20px; } }

@media screen and (max-width: 991px) { .model4 .item-body { padding: 56px 64px 50px 15px; } }

@media screen and (max-width: 767px) { .model4 .item-body { padding: 30px 40px 30px 10px; } }

.model4 .item-body .item-title,.model5 .item-body .item-title { font-family: "OpenSans-Semibold", arial; font-size: 36px; font-size: 3.6rem; line-height: 1.3; margin-bottom: 13px; text-align: center;}

@media screen and (max-width: 1219px) { .model4 .item-body .item-title,.model5 .item-body .item-title { font-size: 32px; font-size: 3.2rem; } }

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

@media screen and (max-width: 767px) { .model4 .item-body .item-title ,.model5 .item-body .item-title{ font-size: 20px; font-size: 2rem; margin-bottom: 5px; } }

@media screen and (max-width: 480px) { .model4 .item-body .item-title,.model5 .item-body .item-title { font-size: 16px; font-size: 1.6rem; } }

.model4 .item-body .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 30px; }

.model4 .item-body .item-desc, .model4 .item-body .item-desc * { color: #666; }

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

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

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

.model5 .item-box { width: 1200px; 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%); background-color: #fff; }

@media screen and (max-width: 1319px) { .model5 .item-box { width: 800px; } }

@media screen and (max-width: 991px) { .model5 .item-box { width: 700px; } }

@media screen and (max-width: 767px) { .model5 .item-box { width: 90%; } }

.model5 .item-pic { position: relative; }

.model5 .item-pic .item-title { color: #fff; font-family: "OpenSans-Semibold", arial; font-size: 36px; font-size: 3.6rem; line-height: 1.3; padding: 0 90px; position: absolute; left: 0; width: 100%; bottom: 8%;text-align: center; }

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

@media screen and (max-width: 991px) { .model5 .item-pic .item-title { font-size: 26px; font-size: 2.6rem; padding: 0 15px; } }

@media screen and (max-width: 767px) { .model5 .item-pic .item-title { font-size: 20px; font-size: 2rem; padding: 0 10px; } }

@media screen and (max-width: 480px) { .model5 .item-pic .item-title { font-size: 16px; font-size: 1.6rem; } }

.model5 .item-body { padding: 27px 90px 78px; 
   }
    
 
    
.model5 .item-box  .item-pic img{display: block;
    margin-left: auto;
    margin-right: auto;}

@media screen and (max-width: 1219px) { .model5 .item-body { padding: 17px 20px 30px; } }

@media screen and (max-width: 991px) { .model5 .item-body { padding: 15px 15px 20px; } }

@media screen and (max-width: 767px) { .model5 .item-body { padding: 10px 10px 20px; } 
    
    
    
    
}

.model5 .item-body .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 30px; }

.model5 .item-body .item-desc, .model5 .item-body .item-desc * { color: #666; }

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

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

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

.model6 .item-box { background-color: #EEEEEE; width: 1200px; 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%); }

@media screen and (max-width: 1319px) { .model6 .item-box { width: 800px; } }

@media screen and (max-width: 991px) { .model6 .item-box { width: 700px; } }

@media screen and (max-width: 767px) { .model6 .item-box { width: 90%; } }

.model6 .item-info { padding: 31px 30px 96px; }

@media screen and (max-width: 1319px) { .model6 .item-info { padding: 30px; } }

@media screen and (max-width: 1219px) { .model6 .item-info { padding: 30px; } }

@media screen and (max-width: 991px) { .model6 .item-info { padding: 20px; } }

@media screen and (max-width: 767px) { .model6 .item-info { padding: 15px; } }

.model6 .item-info .item-title { font-size: 36px; font-size: 3.6rem; line-height: 1.3; text-align: center; font-family: "OpenSans-Semibold", arial; margin-bottom: 10px; }

@media screen and (max-width: 1419px) { .model6 .item-info .item-title { font-size: 32px; font-size: 3.2rem; } }

@media screen and (max-width: 1219px) { .model6 .item-info .item-title { font-size: 28px; font-size: 2.8rem; } }

@media screen and (max-width: 991px) { .model6 .item-info .item-title { font-size: 24px; font-size: 2.4rem; } }

@media screen and (max-width: 767px) { .model6 .item-info .item-title { font-size: 20px; font-size: 2rem; margin-bottom: 6px; } }

.model6 .item-info .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 30px; max-width: 860px; margin: 0 auto 40px; text-align: center; color: #999; }

@media screen and (max-width: 1419px) { .model6 .item-info .item-desc { margin-bottom: 20px; line-height: 26px; font-size: 14px; font-size: 1.4rem; } }

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

@media screen and (max-width: 991px) { .model6 .item-info .item-desc { line-height: 22px; } }

@media screen and (max-width: 767px) { .model6 .item-info .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 1.5; margin-bottom: 15px; } }

.model6 .item-info .item-form ::-webkit-input-placeholder { color: #666666; opacity: 1; }

.model6 .item-info .item-form :-o-placeholder { color: #666666; opacity: 1; }

.model6 .item-info .item-form ::-moz-placeholder { color: #666666; opacity: 1; }

.model6 .item-info .item-form :-ms-input-placeholder { color: #666666; opacity: 1; }

.model6 .item-info .item-form .star { position: relative; }

.model6 .item-info .item-form .star:before { position: absolute; content: '*'; font-size: 16px; font-size: 1.6rem; line-height: 1; color: #FF0000; left: 10px; top: 19px; }

@media screen and (max-width: 1219px) { .model6 .item-info .item-form .star:before { font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 767px) { .model6 .item-info .item-form .star:before { font-size: 12px; font-size: 1.2rem; } }

.model6 .item-info .item-form .item-input { width: 49.12281%; margin-bottom: 20px; }

.model6 .item-info .item-form .item-input1 { float: left; width: 100%; margin-bottom: 20px; }

.model6 .item-info .item-form .item-input1.star:before { top: 10px; }

.model6 .item-info .item-form input, .model6 .item-info .item-form textarea { display: block; width: 100%; color: #666; background-color: #fff; font-size: 16px; font-size: 1.6rem; }

.model6 .item-info .item-form input { height: 54px; line-height: 54px; padding: 0 10px 0 22px; }

.model6 .item-info .item-form textarea { height: 160px; padding: 5px 10px 8px 22px; line-height: 24px; }

.model6 .item-info .item-form .item-code { margin-right: 1.66667%; }

.model6 .item-info .item-form .item-img { line-height: 54px; position: relative; top: -1px; }

.model6 .item-info .item-form .item-img img { max-height: 54px; vertical-align: middle; cursor: pointer; }

.model6 .item-info .item-form .item-btn { margin-left: 2.41667%; width: 200px; padding: 0; }

.model6 .item-info .item-form .item-btn input { border: 0; background-color: #003399 \9; background: -webkit-gradient(linear, left top, right top, from(#003399), to(#406FCD)); background: -webkit-linear-gradient(left, #003399, #406FCD); background: -moz-linear-gradient(left, #003399, #406FCD); background: linear-gradient(90deg, #003399, #406FCD); color: #fff; font-size: 18px; font-size: 1.8rem; padding: 0; text-transform: uppercase; }

.model6 .item-info .item-form .item-btn input:hover { background: -webkit-gradient(linear, left top, right top, from(#406FCD), to(#003399)); background: -webkit-linear-gradient(left, #406FCD, #003399); background: -moz-linear-gradient(left, #406FCD, #003399); background: linear-gradient(90deg, #406FCD, #003399); }

@media screen and (max-width: 1219px) { .model6 .item-info .item-form input, .model6 .item-info .item-form textarea { font-size: 14px; font-size: 1.4rem; }
  .model6 .item-info .item-form input { line-height: 46px; height: 46px; }
  .model6 .item-info .item-form .item-img { line-height: 46px; }
  .model6 .item-info .item-form .item-img img { max-height: 46px; }
  .model6 .item-info .item-form .item-btn input { font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 991px) { .model6 .item-info .item-form .item-input, .model6 .item-info .item-form .item-input1 { margin-bottom: 15px; }
  .model6 .item-info .item-form .item-btn { float: right; width: 31.66667%; margin-left: 0; }
  .model6 .item-info .item-form .star:before { left: 10px; top: 15px; }
  .model6 .item-info .item-form input { height: 38px; line-height: 38px; }
  .model6 .item-info .item-form textarea { height: 120px; }
  .model6 .item-info .item-form .item-img { line-height: 38px; }
  .model6 .item-info .item-form .item-img img { max-height: 38px; } }

@media screen and (max-width: 767px) { .model6 .item-info .item-form .item-input, .model6 .item-info .item-form .item-input1 { margin-bottom: 10px; }
  .model6 .item-info .item-form .star:before { left: 10px; top: 12px; }
  .model6 .item-info .item-form input { height: 32px; line-height: 30px; }
  .model6 .item-info .item-form textarea { padding-top: 4px; height: 90px; }
  .model6 .item-info .item-form input, .model6 .item-info .item-form textarea { font-size: 12px; font-size: 1.2rem; padding-left: 20px; }
  .model6 .item-info .item-form .item-code { width: -webkit-calc(100% - 90px) !important; width: -moz-calc(100% - 90px) !important; width: calc(100% - 90px) !important; margin-right: 0; }
  .model6 .item-info .item-form .item-img { float: right; line-height: 32px; }
  .model6 .item-info .item-form .item-img img { max-height: 32px; }
  .model6 .item-info .item-form .item-btn { width: 100%; margin-left: 0; }
  .model6 .item-info .item-form .item-btn input { font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 480px) { .model6 .item-info .item-form .item-input { width: 100%; }
  .model6 .item-info .item-form .item-input, .model6 .item-info .item-form .item-input1 { margin-bottom: 10px; } }

/*-------------4-5-support end-------------------------------------------------------------*/
/*-------------4-6-support start-----------------------------------------------------------*/
.base1-list { padding-bottom: 40px; }

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

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

.base1-list .list-item { padding: 40px 0; margin-bottom: 40px; }

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

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

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

.base1-list .item1 .wp { -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -webkit-flex-direction: row-reverse; -moz-box-orient: horizontal; -moz-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; background: #FFFFFF; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1); }

.base1-list .item1 .item-pic { float: right; }

.base1-list .item2 { background-color: #F8F8F8; }

.base1-list .item2 .item-pic { float: left; }

.base1-list .wp { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row nowrap; -moz-box-orient: horizontal; -moz-box-direction: normal; -ms-flex-flow: row nowrap; flex-flow: row nowrap; -webkit-box-pack: start; -webkit-justify-content: flex-start; -moz-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; }

@media screen and (max-width: 767px) { .base1-list .wp { padding: 0; } }

.base1-list .item-pic { -webkit-box-flex: 0; -webkit-flex: 0 0 auto; -moz-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 56.66667%; }

.base1-list .item-pic a { position: relative; padding-bottom: 75%; display: block; overflow: hidden; }

.base1-list .item-pic img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

@media screen and (max-width: 767px) { .base1-list .item-pic { width: 50%; } }

@media screen and (max-width: 480px) { .base1-list .item-pic { width: 48%; } }

.base1-list .item-body { overflow: hidden; -webkit-box-flex: 1; -webkit-flex: 1 1 auto; -moz-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; padding: 30px 60px; }

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

@media screen and (max-width: 991px) { .base1-list .item-body { padding: 20px; } }

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

@media screen and (max-width: 480px) { .base1-list .item-body { padding: 0 8px; } }

.base1-list .item-title { font-size: 36px; font-size: 3.6rem; line-height: 56px; max-height: 112px; font-family: "OpenSans-Semibold", arial; margin-bottom: 14px; }

.base1-list .item-title, .base1-list .item-title a { color: #003399; }

@media screen and (max-width: 1219px) { .base1-list .item-title { font-size: 28px; font-size: 2.8rem; line-height: 38px; max-height: 76px; } }

@media screen and (max-width: 991px) { .base1-list .item-title { font-size: 22px; font-size: 2.2rem; line-height: 30px; max-height: 60px; margin-bottom: 10px; } }

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

@media screen and (max-width: 480px) { .base1-list .item-title { max-height: none; line-height: 1.3; }
  .base1-list .item-title a { display: block !important; overflow: hidden; text-overflow: ellipsis; white-space: nowrap !important; } }

.base1-list .item-desc { font-size: 18px; font-size: 1.8rem; line-height: 36px; max-height: 108px; margin-bottom: 33px; }

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

@media screen and (max-width: 1219px) { .base1-list .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 28px; max-height: 84px; } }

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

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

@media screen and (max-width: 480px) { .base1-list .item-desc { max-height: 36px; }
  .base1-list .item-desc a { -webkit-line-clamp: 2; } }

@media screen and (max-width: 480px) { .base1-list .item-desc { margin-bottom: 6px; } }

.base1-list .item-btn { display: inline-block; padding: 0 10px; min-width: 180px; line-height: 53px; background: -webkit-gradient(linear, left top, right top, from(#003399), to(#406FCD)); background: -webkit-linear-gradient(left, #003399, #406FCD); background: -moz-linear-gradient(left, #003399, #406FCD); background: linear-gradient(90deg, #003399, #406FCD); border-radius: 0px; color: #fff; text-align: center; font-size: 18px; font-size: 1.8rem; }

@media screen and (max-width: 1219px) { .base1-list .item-btn { font-size: 16px; font-size: 1.6rem; line-height: 44px; min-width: 160px; } }

@media screen and (max-width: 991px) { .base1-list .item-btn { font-size: 14px; font-size: 1.4rem; line-height: 34px; min-width: 130px; } }

@media screen and (max-width: 767px) { .base1-list .item-btn { font-size: 12px; font-size: 1.2rem; line-height: 26px; min-width: 100px; } }

@media screen and (max-width: 480px) { .base1-list .item-btn { min-width: 80px; line-height: 24px; } }

/*-------------4-6-support end-------------------------------------------------------------*/
/*-------------4-7-support start-----------------------------------------------------------*/
/*-------------4-7-support end-------------------------------------------------------------*/
/*-------------5-1-contact us start--------------------------------------------------------*/
.c1-list { font-size: 0; letter-spacing: 0; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-pack: start; -webkit-justify-content: flex-start; -moz-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; padding-bottom: 31px; }

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

@media screen and (max-width: 640px) { .c1-list { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; } }

.c1-list .list-item { background: #FFFFFF; box-shadow: 0px 6px 10px 0px rgba(51, 51, 51, 0.2); padding: 9px; display: inline-block; vertical-align: top; width: 30.25%; -webkit-flex-basis: 30.25%; -ms-flex-preferred-size: 30.25%; flex-basis: 30.25%; margin-left: 4.625%; text-align: center; padding-bottom: 77px; position: relative; margin-bottom: 30px; }

@media screen and (max-width: 1219px) { .c1-list .list-item { width: 32%; -webkit-flex-basis: 32%; -ms-flex-preferred-size: 32%; flex-basis: 32%; margin-left: 2%; padding-bottom: 60px; } }

@media screen and (max-width: 991px) { .c1-list .list-item { padding: 5px; padding-bottom: 60px; } }

@media screen and (max-width: 767px) { .c1-list .list-item { padding-bottom: 54px; } }

@media screen and (max-width: 640px) { .c1-list .list-item { width: 48%; -webkit-flex-basis: 48%; -ms-flex-preferred-size: 48%; flex-basis: 48%; margin-left: 1% !important; margin-right: 1%; } }

@media screen and (max-width: 400px) { .c1-list .list-item { width: 100%; -webkit-flex-basis: 100%; -ms-flex-preferred-size: 100%; flex-basis: 100%; margin-left: 0% !important; margin-right: 0%; margin-bottom: 20px; } }

.c1-list .item-pic { margin-bottom: 11px; }

.c1-list .item-pics { width: 80px; margin: 0 auto 6px; }

@media screen and (max-width: 1219px) { .c1-list .item-pics { width: 60px; } }

@media screen and (max-width: 991px) { .c1-list .item-pics { width: 50px; } }

@media screen and (max-width: 767px) { .c1-list .item-pics { width: 40px; } }

.c1-list .item-title { font-family: "OpenSans-Semibold", arial; font-size: 22px; font-size: 2.2rem; line-height: 1.3; margin-bottom: 11px; }

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

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

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

.c1-list .item-desc { margin-bottom: 24px; font-size: 16px; font-size: 1.6rem; line-height: 30px; color: #333; }

.c1-list .item-desc a { display: inline; color: #333; }

.c1-list .item-desc img { max-width: 100%; display: block; margin: 0 auto; }

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

@media screen and (max-width: 991px) { .c1-list .item-desc { line-height: 22px; margin-bottom: 15px; } }

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

.c1-list .item-btn { position: absolute; bottom: 0; left: 8px; right: 8px; border-top: solid 1px #ABABAB; font-size: 16px; font-size: 1.6rem; line-height: 24px; height: 77px; color: #666; }

.c1-list .item-btn a { color: #003399; }

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

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

.c1-form { background-color: #EEEEEE; padding: 40px 0 40px; }

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

.c1-form .item-desc { margin-bottom: 40px; }

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

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

.c1-form .item-form input, .c1-form .item-form textarea { background-color: #fff; }

.c1-form .item-form .item-btn { /* input{ font-family: $family-Light; } */ }

@media screen and (min-width: 992px) { .c1-form .item-form .item-btn { margin-left: 2.41667%; } }

.map { margin-top: 60px; }

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

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

.map img, .map iframe { display: block; }

/*-------------5-1-contact us end----------------------------------------------------------*/
/*-------------5-2-contact us start--------------------------------------------------------*/
.c2-box1 { position: relative; margin-bottom: 17px; }

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

.c2-box1 .item-body { position: absolute; top: 13.33333%; left: 15.83333%; right: 15.83333%; background-color: #fff; background-color: rgba(255, 255, 255, 0.85); padding: 22px 30px 27px; font-size: 16px; font-size: 1.6rem; line-height: 30px; }

.c2-box1 .item-body, .c2-box1 .item-body * { color: #666; }

@media screen and (max-width: 1219px) { .c2-box1 .item-body { top: 8.33333%; left: 8.33333%; right: 8.33333%; padding: 20px; font-size: 14px; font-size: 1.4rem; line-height: 26px; } }

@media screen and (max-width: 991px) { .c2-box1 .item-body { top: 8.33333%; left: 8.33333%; right: 8.33333%; padding: 15px; font-size: 14px; font-size: 1.4rem; line-height: 22px; } }

@media screen and (max-width: 767px) { .c2-box1 .item-body { top: 5%; left: 4.16667%; right: 4.16667%; padding: 10px 15px; font-size: 12px; font-size: 1.2rem; line-height: 20px; } }

@media screen and (max-width: 640px) { .c2-box1 .item-body { top: 0; left: 0; right: 0; width: 100%; position: relative; padding: 10px; background-color: #f0f0f0; } }

.c2-box1 .item-body .item-title { line-height: 1.3; font-size: 32px; font-size: 3.2rem; font-family: "OpenSans-Semibold", arial; color: #333; margin-bottom: 3px; }

@media screen and (max-width: 1219px) { .c2-box1 .item-body .item-title { font-size: 26px; font-size: 2.6rem; } }

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

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

.c2-box2 { margin-bottom: 50px; text-align: center; font-size: 16px; font-size: 1.6rem; line-height: 30px; }

@media screen and (max-width: 1219px) { .c2-box2 { font-size: 14px; font-size: 1.4rem; line-height: 26px; margin-bottom: 50px; } }

@media screen and (max-width: 991px) { .c2-box2 { font-size: 14px; font-size: 1.4rem; line-height: 22px; margin-bottom: 40px; } }

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

.c2-form { /* WebKit browsers */ /* Mozilla Firefox 4 to 18 */ /* Mozilla Firefox 19+ */ /* Internet Explorer 10+ */ background-color: #EEEEEE; padding: 53px 0 60px; }

.c2-form ::-webkit-input-placeholder { color: #333; opacity: 1; }

.c2-form :-o-placeholder { color: #333; opacity: 1; }

.c2-form ::-moz-placeholder { color: #333; opacity: 1; }

.c2-form :-ms-input-placeholder { color: #333; opacity: 1; }

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

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

.c2-form .box-title { font-size: 32px; font-size: 3.2rem; line-height: 1.3; font-family: "OpenSans-Semibold", arial; margin-bottom: 31px; }

@media screen and (max-width: 1219px) { .c2-form .box-title { font-size: 28px; font-size: 2.8rem; } }

@media screen and (max-width: 991px) { .c2-form .box-title { font-size: 24px; font-size: 2.4rem; } }

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

.c2-form .item-input { width: 48.33333%; margin-bottom: 29px; }

@media screen and (max-width: 1219px) { .c2-form .item-input { margin-bottom: 15px; } }

@media screen and (max-width: 480px) { .c2-form .item-input { width: 100%; margin-bottom: 10px; } }

.c2-form .item-input input, .c2-form .item-input textarea { display: block; width: 100%; background: #FFFFFF; border: 1px solid #E6E6E6; border-radius: 4px; color: #333; font-size: 18px; font-size: 1.8rem; padding-left: 25px; padding-right: 10px; }

@media screen and (max-width: 1219px) { .c2-form .item-input input, .c2-form .item-input textarea { font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 991px) { .c2-form .item-input input, .c2-form .item-input textarea { font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 767px) { .c2-form .item-input input, .c2-form .item-input textarea { font-size: 12px; font-size: 1.2rem; padding-left: 20px; } }

.c2-form .item-input input { height: 50px; line-height: 48px; }

@media screen and (max-width: 1219px) { .c2-form .item-input input { height: 46px; line-height: 44px; } }

@media screen and (max-width: 767px) { .c2-form .item-input input { height: 38px; line-height: 36px; } }

.c2-form .item-input textarea { height: 180px; line-height: 24px; padding-top: 9px; padding-bottom: 5px; }

@media screen and (max-width: 991px) { .c2-form .item-input textarea { height: 120px; } }

@media screen and (max-width: 767px) { .c2-form .item-input textarea { height: 100px; } }

.c2-form .star { position: relative; }

.c2-form .star:before { position: absolute; content: '*'; color: #FF3737; left: 9px; top: 17px; font-size: 16px; font-size: 1.6rem; line-height: 1; }

@media screen and (max-width: 1219px) { .c2-form .star:before { font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 767px) { .c2-form .star:before { top: 11px; font-size: 12px; font-size: 1.2rem; } }

.c2-form .item-input1 { width: 100%; }

.c2-form .item-input1.star:before { top: 13px; }

@media screen and (max-width: 767px) { .c2-form .item-code { width: -webkit-calc(100% - 110px); width: -moz-calc(100% - 110px); width: calc(100% - 110px); } }

.c2-form .item-img { margin-left: 3.33333%; cursor: pointer; line-height: 50px; position: relative; top: -1px; }

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

@media screen and (max-width: 1219px) { .c2-form .item-img { line-height: 46px; }
  .c2-form .item-img img { max-height: 46px; } }

@media screen and (max-width: 767px) { .c2-form .item-img { margin-left: 0; float: right; line-height: 38px; }
  .c2-form .item-img img { max-height: 38px; } }

.c2-form .item-txt { font-size: 14px; font-size: 1.4rem; line-height: 1.3; width: 100%; color: #666; position: relative; top: -2px; margin-bottom: 61px; }

@media screen and (max-width: 1219px) { .c2-form .item-txt { top: 0; margin-bottom: 40px; } }

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

@media screen and (max-width: 767px) { .c2-form .item-txt { margin-bottom: 20px; font-size: 12px; font-size: 1.2rem; } }

.c2-form .item-btn { float: none; width: 165px; margin-bottom: 0; }

.c2-form .item-btn input { font-size: 20px; font-size: 2rem; border: 0; color: #fff; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; text-transform: uppercase; background: -webkit-gradient(linear, left top, right top, from(#003399), to(#406FCD)); background: -webkit-linear-gradient(left, #003399, #406FCD); background: -moz-linear-gradient(left, #003399, #406FCD); background: linear-gradient(90deg, #003399, #406FCD); border-radius: 0px; }

.c2-form .item-btn input:hover { background: -webkit-gradient(linear, left top, right top, from(#003399), to(#406FCD)); background: -webkit-linear-gradient(left, #003399, #406FCD); background: -moz-linear-gradient(left, #003399, #406FCD); background: linear-gradient(90deg, #003399, #406FCD); }

@media screen and (max-width: 1219px) { .c2-form .item-btn input { font-size: 18px; font-size: 1.8rem; } }

@media screen and (max-width: 991px) { .c2-form .item-btn input { font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 767px) { .c2-form .item-btn { width: 100%; }
  .c2-form .item-btn input { font-size: 14px; font-size: 1.4rem; } }

.c2-form .item-row { float: left; width: 100%; margin-bottom: 29px; background: #FFFFFF; border: 1px solid #E6E6E6; border-radius: 8px; }

@media screen and (max-width: 1219px) { .c2-form .item-row { margin-bottom: 15px; } }

@media screen and (max-width: 480px) { .c2-form .item-row { margin-bottom: 10px; } }

.c2-form .item-row .item-title { font-size: 18px; font-size: 1.8rem; line-height: 24px; padding: 15px 10px 19px 25px; border-bottom: solid 1px #E6E6E6; }

@media screen and (max-width: 1219px) { .c2-form .item-row .item-title { padding-top: 15px; padding-bottom: 15px; font-size: 16px; font-size: 1.6rem; } }

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

@media screen and (max-width: 767px) { .c2-form .item-row .item-title { font-size: 12px; font-size: 1.2rem; padding-top: 8px; padding-bottom: 8px; padding-left: 20px; } }

.c2-form .item-row .item-body { padding: 24px 10px 24px 25px; }

@media screen and (max-width: 1219px) { .c2-form .item-row .item-body { padding: 15px; } }

@media screen and (max-width: 991px) { .c2-form .item-row .item-body { padding: 10px; } }

@media screen and (max-width: 767px) { .c2-form .item-row .item-body { padding: 6px 10px; } }

.c2-form .item-row .item-body label { cursor: pointer; float: left; font-size: 16px; font-size: 1.6rem; line-height: 24px; margin-right: 74px; }

.c2-form .item-row .item-body label:last-child { margin-right: 0; }

.c2-form .item-row .item-body label input { margin-right: 8px; line-height: 24px; }

@media screen and (max-width: 1219px) { .c2-form .item-row .item-body label { margin-right: 40px; } }

@media screen and (max-width: 991px) { .c2-form .item-row .item-body label { font-size: 14px; font-size: 1.4rem; margin-right: 20px; }
  .c2-form .item-row .item-body label input { margin-right: 5px; position: relative; top: -1px; } }

@media screen and (max-width: 767px) { .c2-form .item-row .item-body label { font-size: 12px; font-size: 1.2rem; } }

/*-------------5-2-contact us end----------------------------------------------------------*/
.solution-bar { background: #FFFFFF; box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05); margin-bottom: 46px; }

@media screen and (max-width: 480px) { .solution-bar { margin-bottom: 30px; } }

.solution-bar + .s3-main { padding-top: 17px; }

@media screen and (max-width: 1219px) { .solution-bar + .s3-main { padding-top: 0; } }

.solution-bar .wp { font-size: 0; letter-spacing: 0; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row nowrap; -moz-box-orient: horizontal; -moz-box-direction: normal; -ms-flex-flow: row nowrap; flex-flow: row nowrap; -webkit-box-pack: start; -webkit-justify-content: flex-start; -moz-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }

@media screen and (max-width: 480px) { .solution-bar .wp { display: block; } }

.solution-bar .wp .list-item { -webkit-box-flex: 1; -webkit-flex: 1; -moz-box-flex: 1; -ms-flex: 1; flex: 1; display: inline-block; vertical-align: top; width: 33.33333%; text-align: center; padding: 13px 5px 24px; color: #666; position: relative; }

@media screen and (max-width: 1219px) { .solution-bar .wp .list-item { padding: 13px 5px; } }

@media screen and (max-width: 767px) { .solution-bar .wp .list-item { padding: 8px 5px; } }

@media screen and (max-width: 480px) { .solution-bar .wp .list-item { width: 100%; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row nowrap; -moz-box-orient: horizontal; -moz-box-direction: normal; -ms-flex-flow: row nowrap; flex-flow: row nowrap; -webkit-box-pack: start; -webkit-justify-content: flex-start; -moz-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; text-align: left; padding: 5px; border-top: solid 1px #f0f0f0; }
  .solution-bar .wp .list-item:first-child { border-top: 0; } }

.solution-bar .wp .list-item:before { position: absolute; content: ''; width: 0; height: 0; left: 50%; bottom: -13px; margin-left: -12px; border-top: 13px solid #003399; border-left: 12px solid transparent; border-right: 12px solid transparent; 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; }

@media screen and (max-width: 767px) { .solution-bar .wp .list-item:before { bottom: -10px; margin-left: -8px; border-top: 10px solid #003399; border-left: 8px solid transparent; border-right: 8px solid transparent; } }

@media screen and (max-width: 480px) { .solution-bar .wp .list-item:before { display: none; } }

.solution-bar .wp .list-item:hover, .solution-bar .wp .list-item.active { background-color: #003399; color: #fff; }

.solution-bar .wp .list-item:hover:before, .solution-bar .wp .list-item.active:before { -webkit-transform: translateY(0px); -moz-transform: translateY(0px); -ms-transform: translateY(0px); -o-transform: translateY(0px); transform: translateY(0px); visibility: visible; opacity: 1; }

.solution-bar .wp .iconfont { display: block; font-size: 56px; font-size: 5.6rem; line-height: 1; margin-bottom: 9px; }

@media screen and (max-width: 1219px) { .solution-bar .wp .iconfont { font-size: 46px; font-size: 4.6rem; } }

@media screen and (max-width: 991px) { .solution-bar .wp .iconfont { font-size: 38px; font-size: 3.8rem; } }

@media screen and (max-width: 767px) { .solution-bar .wp .iconfont { font-size: 30px; font-size: 3rem; margin-bottom: 5px; } }

@media screen and (max-width: 480px) { .solution-bar .wp .iconfont { font-size: 26px; font-size: 2.6rem; -webkit-box-flex: 0; -webkit-flex: 0 0 auto; -moz-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; float: left; margin: 0 5px 0 0; } }

.solution-bar .wp p { font-size: 20px; font-size: 2rem; line-height: 1.4; font-family: "OpenSans-Semibold", arial; }

@media screen and (max-width: 1219px) { .solution-bar .wp p { font-size: 18px; font-size: 1.8rem; } }

@media screen and (max-width: 991px) { .solution-bar .wp p { font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 767px) { .solution-bar .wp p { font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 640px) { .solution-bar .wp p { font-size: 13px; font-size: 1.3rem; } }

@media screen and (max-width: 480px) { .solution-bar .wp p { overflow: hidden; -webkit-box-flex: 1; -webkit-flex: 1 1 auto; -moz-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; } }

.contact-bar { background: #FFFFFF; box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05); margin-bottom: 72px; }

@media screen and (max-width: 1219px) { .contact-bar { margin-bottom: 46px; } }

@media screen and (max-width: 480px) { .contact-bar { margin-bottom: 30px; } }

.contact-bar .wp { font-size: 0; letter-spacing: 0; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row nowrap; -moz-box-orient: horizontal; -moz-box-direction: normal; -ms-flex-flow: row nowrap; flex-flow: row nowrap; -webkit-box-pack: start; -webkit-justify-content: flex-start; -moz-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }

@media screen and (max-width: 480px) { .contact-bar .wp { display: block; } }

.contact-bar .wp .list-item { display: inline-block; vertical-align: top; width: 23.33333%; -webkit-flex-basis: 23.33333%; -ms-flex-preferred-size: 23.33333%; flex-basis: 23.33333%; margin-left: 2.22222%; text-align: center; padding: 18px 5px 19px; color: #666; position: relative; }

.contact-bar .wp .list-item:first-child { margin-left: 0; }

@media screen and (max-width: 1219px) { .contact-bar .wp .list-item { padding: 13px 5px; width: 25%; -webkit-flex-basis: 25%; -ms-flex-preferred-size: 25%; flex-basis: 25%; margin-left: 0; } }

@media screen and (max-width: 767px) { .contact-bar .wp .list-item { padding: 8px 5px; } }

@media screen and (max-width: 480px) { .contact-bar .wp .list-item { width: 100%; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row nowrap; -moz-box-orient: horizontal; -moz-box-direction: normal; -ms-flex-flow: row nowrap; flex-flow: row nowrap; -webkit-box-pack: start; -webkit-justify-content: flex-start; -moz-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; text-align: left; padding: 5px; border-top: solid 1px #f0f0f0; }
  .contact-bar .wp .list-item:first-child { border-top: 0; } }

.contact-bar .wp .list-item:before { position: absolute; content: ''; width: 0; height: 0; left: 50%; bottom: -13px; margin-left: -12px; border-top: 13px solid #003399; border-left: 12px solid transparent; border-right: 12px solid transparent; 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; }

@media screen and (max-width: 767px) { .contact-bar .wp .list-item:before { bottom: -10px; margin-left: -8px; border-top: 10px solid #003399; border-left: 8px solid transparent; border-right: 8px solid transparent; } }

@media screen and (max-width: 480px) { .contact-bar .wp .list-item:before { display: none; } }

.contact-bar .wp .list-item:hover, .contact-bar .wp .list-item.active { background-color: #003399; color: #fff; }

.contact-bar .wp .list-item:hover:before, .contact-bar .wp .list-item.active:before { -webkit-transform: translateY(0px); -moz-transform: translateY(0px); -ms-transform: translateY(0px); -o-transform: translateY(0px); transform: translateY(0px); visibility: visible; opacity: 1; }

.contact-bar .wp .iconfont { display: block; font-size: 68px; font-size: 6.8rem; line-height: 1; margin-bottom: 3px; }

@media screen and (max-width: 1219px) { .contact-bar .wp .iconfont { font-size: 58px; font-size: 5.8rem; } }

@media screen and (max-width: 991px) { .contact-bar .wp .iconfont { font-size: 48px; font-size: 4.8rem; } }

@media screen and (max-width: 767px) { .contact-bar .wp .iconfont { font-size: 38px; font-size: 3.8rem; } }

@media screen and (max-width: 480px) { .contact-bar .wp .iconfont { font-size: 26px; font-size: 2.6rem; -webkit-box-flex: 0; -webkit-flex: 0 0 auto; -moz-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; float: left; margin: 0 5px 0 0; } }

.contact-bar .wp p { font-size: 16px; font-size: 1.6rem; line-height: 1.4; font-family: "OpenSans-Semibold", arial; }

@media screen and (max-width: 1219px) { .contact-bar .wp p { font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 991px) { .contact-bar .wp p { font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 767px) { .contact-bar .wp p { font-size: 14px; font-size: 1.4rem; line-height: 1.3; } }

@media screen and (max-width: 640px) { .contact-bar .wp p { font-size: 13px; font-size: 1.3rem; } }

@media screen and (max-width: 480px) { .contact-bar .wp p { overflow: hidden; -webkit-box-flex: 1; -webkit-flex: 1 1 auto; -moz-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; } }

.brand-bar { background: #FFFFFF; box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05); margin-bottom: 61px; }

@media screen and (max-width: 1219px) { .brand-bar { margin-bottom: 46px; } }

@media screen and (max-width: 480px) { .brand-bar { margin-bottom: 30px; } }

.brand-bar + .ne-erji { margin-top: -34px; }

@media screen and (max-width: 1219px) { .brand-bar + .ne-erji { margin-top: -10px; } }

.brand-bar .wp { font-size: 0; letter-spacing: 0; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row nowrap; -moz-box-orient: horizontal; -moz-box-direction: normal; -ms-flex-flow: row nowrap; flex-flow: row nowrap; -webkit-box-pack: start; -webkit-justify-content: flex-start; -moz-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }

@media screen and (max-width: 640px) { .brand-bar .wp { display: block; } }

.brand-bar .wp .list-item { display: inline-block; vertical-align: top; width: 16.66667%; -webkit-flex-basis: 16.66667%; -ms-flex-preferred-size: 16.66667%; flex-basis: 16.66667%; text-align: center; padding: 6px 5px 13px; color: #666; position: relative; }

@media screen and (max-width: 767px) { .brand-bar .wp .list-item { padding: 8px 5px; } }

@media screen and (max-width: 640px) { .brand-bar .wp .list-item { width: 100%; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row nowrap; -moz-box-orient: horizontal; -moz-box-direction: normal; -ms-flex-flow: row nowrap; flex-flow: row nowrap; -webkit-box-pack: start; -webkit-justify-content: flex-start; -moz-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; text-align: left; padding: 5px; border-top: solid 1px #f0f0f0; }
  .brand-bar .wp .list-item:first-child { border-top: 0; } }

.brand-bar .wp .list-item:before { position: absolute; content: ''; width: 0; height: 0; left: 50%; bottom: -13px; margin-left: -12px; border-top: 13px solid #003399; border-left: 12px solid transparent; border-right: 12px solid transparent; 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; }

@media screen and (max-width: 767px) { .brand-bar .wp .list-item:before { bottom: -10px; margin-left: -8px; border-top: 10px solid #003399; border-left: 8px solid transparent; border-right: 8px solid transparent; } }

@media screen and (max-width: 640px) { .brand-bar .wp .list-item:before { display: none; } }

.brand-bar .wp .list-item:hover, .brand-bar .wp .list-item.active { background-color: #003399; color: #fff; }

.brand-bar .wp .list-item:hover:before, .brand-bar .wp .list-item.active:before { -webkit-transform: translateY(0px); -moz-transform: translateY(0px); -ms-transform: translateY(0px); -o-transform: translateY(0px); transform: translateY(0px); visibility: visible; opacity: 1; }

.brand-bar .wp .iconfont { display: block; font-size: 72px; font-size: 7.2rem; line-height: 1; margin-bottom: 0; }

@media screen and (max-width: 1219px) { .brand-bar .wp .iconfont { font-size: 58px; font-size: 5.8rem; } }

@media screen and (max-width: 991px) { .brand-bar .wp .iconfont { font-size: 48px; font-size: 4.8rem; } }

@media screen and (max-width: 767px) { .brand-bar .wp .iconfont { font-size: 38px; font-size: 3.8rem; } }

@media screen and (max-width: 640px) { .brand-bar .wp .iconfont { font-size: 26px; font-size: 2.6rem; -webkit-box-flex: 0; -webkit-flex: 0 0 auto; -moz-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; float: left; margin: 0 5px 0 0; } }

.brand-bar .wp p { margin-top: -7px; font-size: 18px; font-size: 1.8rem; line-height: 1.33; }

@media screen and (max-width: 1219px) { .brand-bar .wp p { font-size: 16px; font-size: 1.6rem; margin-top: 0; } }

@media screen and (max-width: 991px) { .brand-bar .wp p { font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 767px) { .brand-bar .wp p { font-size: 14px; font-size: 1.4rem; line-height: 1.3; } }

@media screen and (max-width: 640px) { .brand-bar .wp p { font-size: 12px; font-size: 1.2rem; } }

@media screen and (max-width: 640px) { .brand-bar .wp p { overflow: hidden; -webkit-box-flex: 1; -webkit-flex: 1 1 auto; -moz-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; } }

.ne-erji { margin-bottom: 60px; }

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

@media screen and (max-width: 991px) { .ne-erji { margin-bottom: 40px; } }

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

.ne-erji .wp { border-bottom: dashed 1px #D2D2D2; font-size: 0; letter-spacing: 0; padding-bottom: 12px; }

.ne-erji .wp > a { display: inline-block; vertical-align: top; width: 16.66667%; font-size: 16px; font-size: 1.6rem; padding-right: 8px; line-height: 1.4; color: #666; margin-bottom: 13px; }

.ne-erji .wp > a:hover, .ne-erji .wp > a.active { color: #003399; }

@media screen and (max-width: 1219px) { .ne-erji .wp > a { margin-bottom: 10px; line-height: 1.3; } }

@media screen and (max-width: 991px) { .ne-erji .wp > a { font-size: 14px; font-size: 1.4rem; width: 25%; } }

@media screen and (max-width: 767px) { .ne-erji .wp > a { font-size: 12px; font-size: 1.2rem; margin-bottom: 8px; } }

@media screen and (max-width: 640px) { .ne-erji .wp > a { width: 33.33%; } }

@media screen and (max-width: 400px) { .ne-erji .wp > a { width: 50%; margin-bottom: 5px; } }

.pro-select { z-index: 999999; width: 100%; left: 0; background: #FFFFFF; box-shadow: 0px 2px 29px 0px rgba(0, 0, 0, 0.04); padding: 10px 0 46px; }

@media screen and (max-width: 1219px) { .pro-select { padding: 10px 0 20px; } }

.pro-select .box-list { font-size: 0; letter-spacing: 0; }

.pro-select .box-list .list-item { display: inline-block; vertical-align: top; width: 25%; margin-top: 10px; padding-right: 10px; }

.pro-select .box-list .item-pic {width: 120px; margin-bottom: 7px;  }
.pro-select .box-list .item-pic img{ max-width: 80px;margin-left: auto;margin-right: auto; }
.pro-select .box-list .item-title { line-height: 20px; font-size: 16px; font-size: 1.6rem; font-family: "OpenSans-Semibold", arial; margin-bottom: 6px; }

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

.pro-select .box-list .item-erji dd { font-size: 14px; font-size: 1.4rem; line-height: 20px; margin-bottom: 6px; color: #666; }

@media screen and (max-width: 1219px) { .pro-select .box-list .item-erji dd { font-size: 12px; font-size: 1.2rem; line-height: 1.3; } }

.pro-select .box-list .item-erji a { color: #666; display: block; }

.pro-select .box-list .item-erji a:hover { color: #003399; }

.solution-select { z-index: 999999; width: 100%; left: 0; background: #FFFFFF; box-shadow: 0px 2px 29px 0px rgba(0, 0, 0, 0.04); }

.solution-select .box-list { font-size: 0; letter-spacing: 0; padding: 18px 0 42px; text-align: center; }

@media screen and (max-width: 1219px) { .solution-select .box-list { padding: 15px 0 25px; } }

.solution-select .box-list .box-item { display: inline-block; vertical-align: top; width: 27.5%; text-align: center; color: #666; }

.solution-select .box-list .box-item:hover, .solution-select .box-list .box-item.active { color: #003399; }

.solution-select .box-list .box-item:hover > a, .solution-select .box-list .box-item.active > a { color: #003399; }

.solution-select .box-list .box-item:hover > a p:before, .solution-select .box-list .box-item.active > a p:before { background-color: #003399; }

.solution-select .box-list .box-item > a { display: block; color: #666; }

.solution-select .box-list .box-item > a > .iconfont { font-size: 52px; font-size: 5.2rem; display: block; line-height: 1; margin-bottom: 14px; }

@media screen and (max-width: 1219px) { .solution-select .box-list .box-item > a > .iconfont { font-size: 42px; font-size: 4.2rem; margin-bottom: 10px; } }

.solution-select .box-list .box-item > a > p { font-family: "OpenSans-Semibold", arial; padding-top: 18px; font-size: 16px; font-size: 1.6rem; line-height: 1.3; position: relative; }

.solution-select .box-list .box-item > a > p:before { position: absolute; content: ''; top: 0; width: 47px; height: 2px; background-color: #666; left: 50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); }

@media screen and (max-width: 1219px) { .solution-select .box-list .box-item > a > p { padding-top: 15px; font-size: 14px; font-size: 1.4rem; }
  .solution-select .box-list .box-item > a > p:before { width: 40px; } }

.solution-select .box-content-item { display: none; padding-bottom: 30px; }

.solution-select .item-list { font-size: 0; letter-spacing: 0; }

.solution-select .item-list .list-item { display: inline-block; vertical-align: top; width: 31.66667%; margin-left: 2.5%; border: solid 1px #DCDCDC; padding: 14px 13px; margin-bottom: 28px; -webkit-transition: all .35s; -o-transition: all .35s; -moz-transition: all .35s; transition: all .35s; }

.solution-select .item-list .list-item:hover { background-color: #F5F5F5; border-color: #F5F5F5; }

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

.solution-select .item-list .item-pic { float: left; width: 120px; margin-right: 10px; }

@media screen and (max-width: 1219px) { .solution-select .item-list .item-pic { width: 100px; } }

.solution-select .item-list .item-body { overflow: hidden; }

.solution-select .item-list .item-title { font-size: 16px; font-size: 1.6rem; font-family: "OpenSans-Semibold", arial; line-height: 1.3; margin-top: 4px; }

@media screen and (max-width: 1219px) { .solution-select .item-list .item-title { font-size: 14px; font-size: 1.4rem; } }

.solution-select .item-list .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 24px; height: 48px; margin-top: 10px; }

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

.solution-select .item-list1 .list-item { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row nowrap; -moz-box-orient: horizontal; -moz-box-direction: normal; -ms-flex-flow: row nowrap; flex-flow: row nowrap; -webkit-box-pack: start; -webkit-justify-content: flex-start; -moz-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; }

.solution-select .item-list1 .item-pic { float: left; -webkit-box-flex: 0; -webkit-flex: 0 0 auto; -moz-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 27.5%; margin-right: 2.5%; }

.solution-select .item-list1 .item-body { -webkit-box-flex: 1; -webkit-flex: 1 1 auto; -moz-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; overflow: hidden; }

.solution-select .item-list1 .item-desc { font-size: 18px; font-size: 1.8rem; line-height: 30px; max-height: 90px; margin-bottom: 23px; }

@media screen and (max-width: 1219px) { .solution-select .item-list1 .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 26px; max-height: 78px; margin-bottom: 15px; } }

.solution-select .item-list1 .item-btn { text-decoration: underline; font-size: 16px; font-size: 1.6rem; line-height: 1.3; color: #003399; }

.solution-select .item-list1 .item-btn:hover { color: #000; }

@media screen and (max-width: 1219px) { .solution-select .item-list1 .item-btn { font-size: 14px; font-size: 1.4rem; } }

.contact-select { z-index: 999999; width: 100%; left: 0; background: #FFFFFF;
/*background-color: rgba(255, 255, 255, 0.9);*/
box-shadow: 0px 2px 29px 0px rgba(0, 0, 0, 0.04); }

.contact-select .wp { font-size: 0; letter-spacing: 0; }

.contact-select .wp .list-item { display: inline-block; vertical-align: top; width: 23.33333%; margin-left: 2.22222%; text-align: center; padding: 55px 5px 39px; color: #666; position: relative; }

.contact-select .wp .list-item:first-child { margin-left: 0; }

@media screen and (max-width: 1219px) { .contact-select .wp .list-item { padding: 25px 5px; width: 25%; margin-left: 0; } }

.contact-select .wp .list-item:hover, .contact-select .wp .list-item.active { color: #003399; }

.contact-select .wp .list-item:hover p:before, .contact-select .wp .list-item.active p:before { background-color: #003399; }

.contact-select .wp .iconfont { display: block; font-size: 68px; font-size: 6.8rem; line-height: 1; margin-bottom: 9px; }

@media screen and (max-width: 1219px) { .contact-select .wp .iconfont { font-size: 58px; font-size: 5.8rem; } }

.contact-select .wp p { font-size: 16px; font-size: 1.6rem; line-height: 1.4; font-family: "OpenSans-Semibold", arial; padding-top: 17px; position: relative; }

.contact-select .wp p:before { position: absolute; content: ''; top: 0; width: 47px; height: 2px; background-color: #666; left: 50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); }

@media screen and (max-width: 1219px) { .contact-select .wp p { font-size: 14px; font-size: 1.4rem; padding-top: 15px; }
  .contact-select .wp p:before { width: 40px; } }

.support-select { z-index: 999999; width: 100%; left: 0; background: #FFFFFF;
/*background-color: rgba(255, 255, 255, 0.9); */
box-shadow: 0px 2px 29px 0px rgba(0, 0, 0, 0.04); }

.support-select .wp { font-size: 0; letter-spacing: 0; text-align: center; }

.support-select .wp .list-item { display: inline-block; vertical-align: top; margin-left: 7.5%; text-align: center; padding: 20px 5px 37px; color: #666; position: relative; }

.support-select .wp .list-item:first-child { margin-left: 0; }

@media screen and (max-width: 1219px) { .support-select .wp .list-item { padding: 15px 5px 25px; } }

.support-select .wp .list-item:hover, .support-select .wp .list-item.active { color: #003399; }

.support-select .wp .iconfont { display: block; font-size: 54px; font-size: 5.4rem; line-height: 1; margin-bottom: 3px; }

@media screen and (max-width: 1219px) { .support-select .wp .iconfont { font-size: 48px; font-size: 4.8rem; } }

.support-select .wp p { font-size: 18px; font-size: 1.8rem; line-height: 1.4; margin-top: 10px; }

@media screen and (max-width: 1219px) { .support-select .wp p { font-size: 16px; font-size: 1.6rem; } }

.brand-select { z-index: 999999; width: 100%; left: 0; background: #FFFFFF;
/*background-color: rgba(255, 255, 255, 0.9);*/
box-shadow: 0px 2px 29px 0px rgba(0, 0, 0, 0.04); }

.brand-select .wp { font-size: 0; letter-spacing: 0; }

.brand-select .wp .list-item { display: inline-block; vertical-align: top; width: 16.66667%; text-align: center; padding: 9px 5px 16px; color: #666; position: relative; }

.brand-select .wp .list-item:hover, .brand-select .wp .list-item.active { color: #003399; }

.brand-select .wp .iconfont { display: block; font-size: 84px; font-size: 8.4rem; line-height: 1; margin-bottom: 0; }

@media screen and (max-width: 1219px) { .brand-select .wp .iconfont { font-size: 58px; font-size: 5.8rem; } }

.brand-select .wp p { margin-top: 5px; font-size: 18px; font-size: 1.8rem; line-height: 1.33; }

@media screen and (max-width: 1219px) { .brand-select .wp p { font-size: 16px; font-size: 1.6rem; } }

@media screen and (min-width: 992px) { .lang-box:hover .lang-select { -webkit-transform: translateY(0px); -moz-transform: translateY(0px); -ms-transform: translateY(0px); -o-transform: translateY(0px); transform: translateY(0px); visibility: visible; opacity: 1; } }

.lang-select { position: absolute; top: 100%; left: 0; width: 100%; z-index: 999999; background-color: #fff; border-top: solid 1px #eaeaea; padding-bottom: 50px; display: none; }

@media screen and (min-width: 992px) { .lang-select { 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; } }

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

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

@media screen and (max-width: 767px) { .lang-select { padding-bottom: 20px; max-height: 400px; overflow-y: scroll; } }

.lang-select .wp { background: url(../images/bg7.jpg) no-repeat center; }

.lang-select .lang-list { float: left; width: 58.33333%; font-size: 0; letter-spacing: 0; padding: 27px 0 0; }

@media screen and (max-width: 767px) { .lang-select .lang-list { width: 100%; float: none; padding: 20px 0 0; } }

.lang-select .lang-list .list-item { display: inline-block; vertical-align: top; width: 33.33333%; margin-bottom: 36px; padding-right: 8px; }

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

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

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

@media screen and (max-width: 480px) { .lang-select .lang-list .list-item { width: 50%; } }

.lang-select .lang-list strong { display: block; margin-bottom: 9px; line-height: 1.3; font-size: 16px; font-size: 1.6rem; font-family: "OpenSans-Semibold", arial; font-weight: normal; }

@media screen and (max-width: 1219px) { .lang-select .lang-list strong { font-size: 14px; font-size: 1.4rem; } }

.lang-select .lang-list dl dd > a { display: block; font-size: 14px; font-size: 1.4rem; line-height: 20px; margin-bottom: 10px; }

.lang-select .lang-list dl dd > a:hover, .lang-select .lang-list dl dd > a.active { color: #003399; }

@media screen and (max-width: 1219px) { .lang-select .lang-list dl dd > a { line-height: 1.3; margin-bottom: 8px; font-size: 12px; font-size: 1.2rem; } }

@media screen and (max-width: 767px) { .lang-select .lang-list dl dd > a { margin-bottom: 5px; } }

.lang-select .box-form { overflow: hidden; padding: 31px 0 0; }

@media screen and (max-width: 767px) { .lang-select .box-form { padding: 10px 0 0; } }

.lang-select .box-form .item-title { margin-bottom: 13px; padding: 9px 20px; font-size: 18px; font-size: 1.8rem; line-height: 26px; text-align: center; font-family: "OpenSans-Semibold", arial; display: inline-block; background-color: #003399; color: #fff; }

.lang-select .box-form .item-title .iconfont { font-size: 22px; font-size: 2.2rem; margin-right: 11px; vertical-align: middle; }

@media screen and (max-width: 1219px) { .lang-select .box-form .item-title { padding: 7px 15px; font-size: 16px; font-size: 1.6rem; }
  .lang-select .box-form .item-title .iconfont { font-size: 20px; font-size: 2rem; margin-right: 5px; } }

@media screen and (max-width: 991px) { .lang-select .box-form .item-title { padding: 5px 15px; line-height: 22px; font-size: 16px; font-size: 1.6rem; }
  .lang-select .box-form .item-title .iconfont { font-size: 20px; font-size: 2rem; margin-right: 5px; } }

.lang-select .box-form .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 26px; margin-bottom: 15px; }

@media screen and (max-width: 1219px) { .lang-select .box-form .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 1.5; } }

.lang-select .box-form .item-form ::-webkit-input-placeholder { color: #666666; opacity: 1; }

.lang-select .box-form .item-form :-o-placeholder { color: #666666; opacity: 1; }

.lang-select .box-form .item-form ::-moz-placeholder { color: #666666; opacity: 1; }

.lang-select .box-form .item-form :-ms-input-placeholder { color: #666666; opacity: 1; }

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

.lang-select .box-form .item-form .star:before { position: absolute; content: '*'; font-size: 15px; font-size: 1.5rem; line-height: 1; color: #FF0000; left: 10px; top: 14px; }

@media screen and (max-width: 1219px) { .lang-select .box-form .item-form .star:before { font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 767px) { .lang-select .box-form .item-form .star:before { font-size: 12px; font-size: 1.2rem; } }

.lang-select .box-form .item-form .item-input { width: 48%; margin-bottom: 9px; }

.lang-select .box-form .item-form .item-input1 { float: left; width: 100%; margin-bottom: 19px; }

.lang-select .box-form .item-form .item-input1.star:before { top: 10px; }

@media screen and (max-width: 1219px) { .lang-select .box-form .item-form .item-input1 { margin-bottom: 9px; } }

.lang-select .box-form .item-form input, .lang-select .box-form .item-form textarea { display: block; width: 100%; color: #666; border: solid 1px #B6B6B6; font-size: 14px; font-size: 1.4rem; }

@media screen and (max-width: 1219px) { .lang-select .box-form .item-form input, .lang-select .box-form .item-form textarea { font-size: 12px; font-size: 1.2rem; } }

.lang-select .box-form .item-form input { height: 40px; line-height: 38px; padding: 0 10px 0 20px; }

@media screen and (max-width: 1219px) { .lang-select .box-form .item-form input { height: 36px; line-height: 34px; } }

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

.lang-select .box-form .item-form textarea { height: 80px; padding: 5px 10px 8px 20px; line-height: 20px; }

.lang-select .box-form .item-form .item-code { margin-right: 4%; }

.lang-select .box-form .item-form .item-img { line-height: 40px; position: relative; top: -1px; }

.lang-select .box-form .item-form .item-img img { max-height: 40px; vertical-align: middle; cursor: pointer; }

@media screen and (max-width: 1219px) { .lang-select .box-form .item-form .item-img { line-height: 34px; }
  .lang-select .box-form .item-form .item-img img { max-height: 34px; } }

@media screen and (max-width: 991px) { .lang-select .box-form .item-form .item-img { line-height: 32px; }
  .lang-select .box-form .item-form .item-img img { max-height: 30px; } }

.lang-select .box-form .item-form .item-btn { margin-top: 11px; width: 40%; padding: 0; }

@media screen and (max-width: 1219px) { .lang-select .box-form .item-form .item-btn { margin-top: 0; } }

.lang-select .box-form .item-form .item-btn input { border: 0; background-color: #003399 \9; background: -webkit-gradient(linear, left top, right top, from(#003399), to(#406FCD)); background: -webkit-linear-gradient(left, #003399, #406FCD); background: -moz-linear-gradient(left, #003399, #406FCD); background: linear-gradient(90deg, #003399, #406FCD); color: #fff; font-size: 18px; font-size: 1.8rem; padding: 0; text-transform: uppercase; }

.lang-select .box-form .item-form .item-btn input:hover { background: -webkit-gradient(linear, left top, right top, from(#406FCD), to(#003399)); background: -webkit-linear-gradient(left, #406FCD, #003399); background: -moz-linear-gradient(left, #406FCD, #003399); background: linear-gradient(90deg, #406FCD, #003399); }

@media screen and (max-width: 1219px) { .lang-select .box-form .item-form .item-btn input { font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 991px) { .lang-select .box-form .item-form .item-btn input { font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 767px) { .lang-select .box-form .item-form .item-btn input { font-size: 14px; font-size: 1.4rem; } }

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

.c4-item .item-title { font-family: "OpenSans-Semibold", arial; font-size: 32px; font-size: 3.2rem; line-height: 1.3; padding-bottom: 36px; margin-bottom: 22px; position: relative; }

.c4-item .item-title:before { position: absolute; content: ''; width: 11.66667%; height: 5px; background-color: #000; left: 0; right: 0; margin: 0 auto; bottom: 0; }

@media screen and (max-width: 1219px) { .c4-item .item-title { font-size: 28px; font-size: 2.8rem; padding-bottom: 26px; } }

@media screen and (max-width: 991px) { .c4-item .item-title { font-size: 24px; font-size: 2.4rem; padding-bottom: 20px; }
  .c4-item .item-title:before { height: 4px; } }

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

.c4-item .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 30px; max-width: 890px; margin: 0 auto 10px; text-align: center; color: #666; }

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

@media screen and (max-width: 991px) { .c4-item .item-desc { line-height: 22px; } }

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

@media screen and (min-width: 992px) { .n-nav, .n-nav-icon { display: none; } }

@-webkit-keyframes resize { from, 60%, 75%, 90%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% { opacity: 0;
    -webkit-transform: scale(5, 5);
    transform: scale(5, 5); }
  100% { opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }

@-moz-keyframes resize { from, 60%, 75%, 90%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% { opacity: 0;
    -webkit-transform: scale(5, 5);
    -moz-transform: scale(5, 5);
         transform: scale(5, 5); }
  100% { opacity: 1;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
         transform: scale(1, 1); } }

@keyframes resize { from, 60%, 75%, 90%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% { opacity: 0;
    -webkit-transform: scale(5, 5);
    -moz-transform: scale(5, 5);
      -o-transform: scale(5, 5);
         transform: scale(5, 5); }
  100% { opacity: 1;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
      -o-transform: scale(1, 1);
         transform: scale(1, 1); } }

.n-nav .n-nav-icon { position: fixed; right: 0; top: 5px; 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: 9999999999999; }

.n-nav .n-nav-icon .iconfont { font-size: 20px; font-size: 2.0rem; color: #003399; }

.n-nav .n-nav-icon span { display: none; width: 100%; height: 2px; margin-bottom: 4px; background-color: #003399; }

.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: 999999999; 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 #003399; 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: #003399; 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; }

.ws_cover, .ws-title-wrapper, .ws_effect { display: none; }

* { margin: 0; padding: 0; }

li { list-style: none; }

.ban_dan { display: block; max-width: 1920px; width: 100%; margin: 0 auto; overflow: hidden; }

.ws_cover a { display: block !important; }

#wowslider-container1 { display: table; zoom: 1; position: relative; width: 100%; max-width: 1920px; margin: 0px auto 0px; z-index: 90; text-align: left; font-size: 10px; text-shadow: none; -moz-box-sizing: content-box; box-sizing: content-box; }

* html #wowslider-container1 { width: 1920px; }

#wowslider-container1 .ws_images ul { position: relative; width: 10000%; height: 100%; left: 0; list-style: none; margin: 0; padding: 0; border-spacing: 0; overflow: visible; }

#wowslider-container1 .ws_images ul li { cursor: pointer; position: relative; width: 1%; height: 100%; line-height: 0; overflow: hidden; float: left; padding: 0 0 0 0 !important; margin: 0 0 0 0 !important; }

#wowslider-container1 .ws_images { position: relative; left: 0; top: 0; height: 100%; max-width: 1920px; vertical-align: top; border: none; overflow: hidden; }

#wowslider-container1 .ws_images ul a { width: 100%; height: 100%; display: block; color: transparent; }

#wowslider-container1 img { max-width: none !important; }

#wowslider-container1 .ws_images .ws_list img, #wowslider-container1 .ws_images > div > img { width: 100%; border: none 0; max-width: none; padding: 0; margin: 0; }

#wowslider-container1 .ws_images iframe { position: absolute; z-index: -1; }

#wowslider-container1 .ws-title > div { display: inline-block !important; }

#wowslider-container1 a { text-decoration: none; outline: none; border: none; }

#wowslider-container1 .ws_bullets { float: left; position: absolute; z-index: 70; }

/* compatibility with Joomla styles */
#wowslider-container1 .ws_script { display: none; }

#wowslider-container1 sound, #wowslider-container1 object { position: absolute; }

#wowslider-container1 .ws_effect { position: static; width: 100%; height: 100%; }

#wowslider-container1 .ws_photoItem { border: 2em solid #fff; margin-left: -2em; margin-top: -2em; }

#wowslider-container1 .ws_cube_side { background: #A6A5A9; }

/* #wowslider-container1.ws_gestures { cursor: -webkit-grab;cursor: -moz-grab; }
#wowslider-container1.ws_gestures.ws_grabbing { cursor: -webkit-grabbing;cursor: -moz-grabbing; } */
#wowslider-container1.ws_video_playing .ws_bullets, #wowslider-container1.ws_video_playing .ws_fullscreen, #wowslider-container1.ws_video_playing .ws_next, #wowslider-container1.ws_video_playing .ws_prev { display: none; }

#wowslider-container1 .ws_video_btn { position: absolute; display: none; cursor: pointer; top: 0; left: 0; width: 100%; height: 100%; z-index: 55; }

#wowslider-container1 .ws_video_btn.ws_youtube, #wowslider-container1 .ws_video_btn.ws_vimeo { display: block; }

#wowslider-container1 .ws_video_btn div { position: absolute; background-size: 200%; top: 50%; left: 50%; width: 7em; height: 5em; margin-left: -3.5em; margin-top: -2.5em; }

#wowslider-container1 .ws_video_btn.ws_youtube div { background-position: 0 0; }

#wowslider-container1 .ws_video_btn.ws_youtube:hover div { background-position: 100% 0; }

#wowslider-container1 .ws_video_btn.ws_vimeo div { background-position: 0 100%; }

#wowslider-container1 .ws_video_btn.ws_vimeo:hover div { background-position: 100% 100%; }

#wowslider-container1 .ws_playpause.ws_hide { display: none !important; }

#wowslider-container1 .ws_images { box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.26); -webkit-transition: box-shadow 0.5s cubic-bezier(0.4, 0, 0.2, 1); -o-transition: box-shadow 0.5s cubic-bezier(0.4, 0, 0.2, 1); -moz-transition: box-shadow 0.5s cubic-bezier(0.4, 0, 0.2, 1); transition: box-shadow 0.5s cubic-bezier(0.4, 0, 0.2, 1); }

#wowslider-container1 .ws_images:hover { box-shadow: 0px 17px 50px rgba(0, 0, 0, 0.19); }

#wowslider-container1 .ws_playpause { display: none !important; }

/* IE10+ hacks */
/* IE10+ hacks */
_:-ms-input-placeholder, :root #wowslider-container1 .ws_playpause:after { line-height: 2.8em; }

/* bottom center */
#wowslider-container1 .ws-title { position: absolute; margin-right: 10em; z-index: 50; left: 0.3em; padding: 1em; bottom: 30px; top: auto; opacity: 1; }

#wowslider-container1 .ws-title div, #wowslider-container1 .ws-title span { display: inline-block; padding: 0.5em; }

#wowslider-container1 .ws-title div { display: block; margin-top: 0.5em; font-size: 1.1em; padding: 1em; line-height: 1.15em; color: #000000; border: 3px solid; border-color: #ffffff; border-radius: 7px; background-color: white; }

#wowslider-container1 .ws-title span { font-size: 1.8em; border: 3px solid; border-color: #ffffff; border-radius: 7px; background-color: rgba(0, 0, 0, 0.2); }

#wowslider-container1 .ws_logo { position: absolute; left: 0; top: 0; height: 100%; width: 100%; z-index: 9; }

#wowslider-container1 img.loading { width: 96px; height: 48px; }

#wowslider-container1 .ws_bullets a img { text-indent: 0; display: block; bottom: 7px; left: -48px; visibility: hidden; position: absolute; max-width: none; }

#wowslider-container1 .ws_bullets a:hover img { visibility: visible; }

#wowslider-container1 .ws_bulframe div div { height: 48px; overflow: visible; position: relative; }

#wowslider-container1 .ws_bulframe div { left: 0; overflow: hidden; position: relative; width: 96px; background-color: #FFFFFF; }

#wowslider-container1 .ws_bullets .ws_bulframe { display: none; bottom: 25px; margin-left: 5px; overflow: visible; position: absolute; cursor: pointer; border: 3px solid; border-color: #ffffff; border-radius: 5px; }

#wowslider-container1 .ws_bulframe div div { height: auto; }

@media all and (max-width: 760px) { #wowslider-container1 .ws_fullscreen { display: block; } }

@media all and (max-width: 768px) { #wowslider-container1 a.ws_next, #wowslider-container1 a.ws_prev { display: none; } }

#wowslider-container1 .ws_bullets { position: absolute; bottom: 4.26667%; left: 0; width: 100%; text-align: center; line-height: 0; letter-spacing: 0; font-size: 0; }

#wowslider-container1 .ws_bullets .ws-box { letter-spacing: 0; font-size: 0; }

#wowslider-container1 .ws_bullets a { position: relative; cursor: pointer; text-shadow: none; color: transparent; display: inline-block; vertical-align: middle; width: 2.60417%; margin: 0 0.20833%; height: 5px; -moz-box-sizing: border-box; box-sizing: border-box; border-top: solid 1px #fff; }

#wowslider-container1 .ws_bullets a span { font-size: 0px; }

#wowslider-container1 .ws_bullets a.ws_selbull { background-color: #003399; border-top-color: #003399; }

@media screen and (max-width: 991px) { #wowslider-container1 .ws_bullets a { height: 4px; } }

@media screen and (max-width: 767px) { #wowslider-container1 .ws_bullets a { height: 3px; } }

#wowslider-container1 a.ws_prev, #wowslider-container1 a.ws_next { display: none; position: absolute; top: 50%; margin-top: -22px; z-index: 60; overflow: hidden; cursor: pointer; color: #fff; font-size: 22px; font-size: 2.2rem; width: 44px; line-height: 44px; height: 44px; text-align: center; background-color: #000; background-color: rgba(0, 0, 0, 0.5); }

#wowslider-container1 a.ws_prev:hover, #wowslider-container1 a.ws_next:hover { background-color: #003399; }

@media screen and (max-width: 1219px) { #wowslider-container1 a.ws_prev, #wowslider-container1 a.ws_next { width: 34px; line-height: 34px; height: 34px; margin-top: -17px; font-size: 18px; font-size: 1.8rem; } }

@media screen and (max-width: 991px) { #wowslider-container1 a.ws_prev, #wowslider-container1 a.ws_next { display: none; } }

#wowslider-container1 a.ws_next { right: 80px; }

#wowslider-container1 a.ws_prev { left: 80px; }

.index-banner { position: relative; padding-bottom: 39.0625%; overflow: hidden; }

.index-banner #wowslider-container1 { position: absolute; top: 0; bottom: 0; left: 0; right: 0; }

/*.page_banner { position: relative; padding-bottom: 25%; overflow: hidden; }*/

/*.page_banner img { position: absolute; top: 0; bottom: 0; left: 0; right: 0; display: block; }*/

@charset "UTF-8";

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  11.1% {
    -webkit-transform: none;
            transform: none
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
            transform: skewX(-12.5deg) skewY(-12.5deg)
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
            transform: skewX(6.25deg) skewY(6.25deg)
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
            transform: skewX(-3.125deg) skewY(-3.125deg)
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
            transform: skewX(1.5625deg) skewY(1.5625deg)
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
            transform: skewX(-0.78125deg) skewY(-0.78125deg)
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
            transform: skewX(0.390625deg) skewY(0.390625deg)
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
            transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
  }
  100% {
    -webkit-transform: none;
            transform: none
  }
}

@keyframes jello {
  11.1% {
    -webkit-transform: none;
            transform: none
  }

  22.2% {

    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
            transform: skewX(-12.5deg) skewY(-12.5deg)
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
            transform: skewX(6.25deg) skewY(6.25deg)
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
            transform: skewX(-3.125deg) skewY(-3.125deg)
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
            transform: skewX(1.5625deg) skewY(1.5625deg)
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
            transform: skewX(-0.78125deg) skewY(-0.78125deg)
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
            transform: skewX(0.390625deg) skewY(0.390625deg)
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
            transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
  }
  100% {
    -webkit-transform: none;
            transform: none
  }
}



.jello{
    -webkit-animation-name:jello;
            animation-name:jello;
    -webkit-transform-origin: center;

            transform-origin: center
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}


@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInStable {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  33.333% {
    opacity: 1;
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  
  66.666666% {
    opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes zoomInStable {
 0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  33.333% {
    opacity: 1;
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  
  66.666666% {
    opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.zoomInStable {
  -webkit-animation-name: zoomInStable;
  animation-name: zoomInStable;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@keyframes anime {
from {
  opacity: 0;
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
}
to {
  opacity: 1;
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  -moz-transform: scaleY(1);
}
}

@-webkit-keyframes anime {
from {
  opacity: 0;
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
}
to {
  opacity: 1;
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  -moz-transform: scaleY(1);
}
}

@-moz-keyframes anime {
from {
  opacity: 0;
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
}
to {
  opacity: 1;
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  -moz-transform: scaleY(1);
}

}

@-o-keyframes anime {
from {
  opacity: 0;
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
}
to {
  opacity: 1;
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  -moz-transform: scaleY(1);
}
}

@-ms-keyframes anime {
from {
  opacity: 0;
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
}
to {
  opacity: 1;
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  -moz-transform: scaleY(1);
}

}

@media screen and (min-width:1000px) and (max-width:1219px) {}
@media screen and (max-width:1219px) {}
@media screen and (max-width:991px) {}
@media screen and (max-width:767px) {}
@media screen and (max-width:640px) {}
@media screen and (max-width:480px) {}


@font-face {
  font-family: 'OpenSans';
  src: url('../fonts/OpenSans.eot');
  src: url('../fonts/OpenSans.eot') format('embedded-opentype'),
    url('../fonts/OpenSans.woff2') format('woff2'),
    url('../fonts/OpenSans.woff') format('woff'),
    url('../fonts/OpenSans.ttf') format('truetype'),
    url('../fonts/OpenSans.svg#OpenSans') format('svg');
  font-display: swap;
}

@font-face {
  font-family: 'OpenSans-Semibold';
  src: url('../fonts/OpenSans-Semibold.eot');
  src: url('../fonts/OpenSans-Semibold.eot') format('embedded-opentype'),
    url('../fonts/OpenSans-Semibold.woff2') format('woff2'),
    url('../fonts/OpenSans-Semibold.woff') format('woff'),
    url('../fonts/OpenSans-Semibold.ttf') format('truetype'),
    url('../fonts/OpenSans-Semibold.svg#OpenSans-Semibold') format('svg');
  font-display: swap;
}

@font-face {
    font-family: 'OpenSans-Light';
    src: url('../fonts/OpenSans-Light.eot');
    src: url('../fonts/OpenSans-Light.eot') format('embedded-opentype'),
         url('../fonts/OpenSans-Light.woff2') format('woff2'),
         url('../fonts/OpenSans-Light.woff') format('woff'),
         url('../fonts/OpenSans-Light.ttf') format('truetype'),
         url('../fonts/OpenSans-Light.svg#OpenSans-Light') format('svg');
     font-display: swap;
}

@font-face {
  font-family: "iconfont"; /* Project id 2703023 */
  src: url('../fonts/iconfont.woff2?t=1627874084492') format('woff2'),
       url('../fonts/iconfont.woff?t=1627874084492') format('woff'),
       url('../fonts/iconfont.ttf?t=1627874084492') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-up12:before {
  content: "\e736";
}

.icon-bottom12:before {
  content: "\e737";
}

.icon-left12:before {
  content: "\e738";
}

.icon-right12:before {
  content: "\e739";
}

.icon-yuanxingjiantouxiangyouzuo:before {
  content: "\e60c";
}

.icon-yuanxingjiantouxiangyou:before {
  content: "\e613";
}

.icon-anniu_jiantoushouqi_o:before {
  content: "\eb89";
}

.icon-anniu_jiantouxiangzuo_o:before {
  content: "\eb8a";
}

.icon-anniu_jiantouzhankai_o:before {
  content: "\eb8b";
}

.icon-anniu-jiantouxiangyou_o:before {
  content: "\eb8c";
}

.icon-yuanxingjiantoushang:before {
  content: "\e965";
}

.icon-yuanxingjiantouxia:before {
  content: "\e966";
}

.icon-yuanxingjiantouyou:before {
  content: "\e967";
}

.icon-yuanxingjiantouzuo:before {
  content: "\e968";
}

.icon-facebook:before {
  content: "\e622";
}

.icon-pinterest:before {
  content: "\e8ab";
}

.icon-linkedin:before {
  content: "\e64b";
}

.icon-youtube1:before {
  content: "\e6d6";
}

.icon-twitter:before {
  content: "\e60b";
}

.icon-Instagram:before {
  content: "\e6af";
}

.icon-ziyuan1:before {
  content: "\e636";
}

.icon-zhizaoye:before {
  content: "\e64a";
}

.icon-hrstaff:before {
  content: "\e612";
}

.icon-zixunguanli:before {
  content: "\e685";
}

.icon-guanbi7-01:before {
  content: "\e60a";
}

.icon-guanbi:before {
  content: "\e609";
}

.icon-extendwarranty:before {
  content: "\e624";
}

.icon-wuliu:before {
  content: "\e649";
}

.icon-tijiao:before {
  content: "\e607";
}

.icon-order1:before {
  content: "\e60f";
}

.icon-hezuo1:before {
  content: "\e6cd";
}

.icon-xiazai1:before {
  content: "\e608";
}

.icon-anzhuang:before {
  content: "\e668";
}

.icon-jiahao3:before {
  content: "\eaf3";
}

.icon-jianhao:before {
  content: "\eaf5";
}

.icon-xiazai:before {
  content: "\e788";
}

.icon-shouce:before {
  content: "\e689";
}

.icon-quest:before {
  content: "\e6cc";
}

.icon-bangzhu:before {
  content: "\e619";
}

.icon-fangdajing:before {
  content: "\e618";
}

.icon-calendar3:before {
  content: "\e7e1";
}

.icon-rili:before {
  content: "\e667";
}

.icon-shouji:before {
  content: "\e6c4";
}

.icon-tubiao209:before {
  content: "\e606";
}

.icon-tel:before {
  content: "\e6f7";
}

.icon-lingying:before {
  content: "\e63b";
}

.icon-gushi:before {
  content: "\e63f";
}

.icon-zuanshicopy:before {
  content: "\e62a";
}

.icon-dizhi:before {
  content: "\e836";
}

.icon-niao:before {
  content: "\e6d9";
}

.icon-zhengshu:before {
  content: "\e7a1";
}

.icon-news_icon:before {
  content: "\e602";
}

.icon-gongchang2:before {
  content: "\e603";
}

.icon-tuandui:before {
  content: "\e604";
}

.icon-jiejuefangan:before {
  content: "\e676";
}

.icon-jiejuefangan1:before {
  content: "\e6fa";
}

.icon-jiejuefangan2:before {
  content: "\e7fb";
}

.icon-jiejuefanganchi:before {
  content: "\e610";
}

.icon-home:before {
  content: "\e65b";
}

.icon-youxiang:before {
  content: "\e631";
}

.icon-xiayige:before {
  content: "\e61e";
}

.icon-xinxi:before {
  content: "\e696";
}

.icon-skype:before {
  content: "\e601";
}

.icon-WhatsApp:before {
  content: "\e62c";
}

.icon-vk:before {
  content: "\e648";
}

.icon-we-chat-colour:before {
  content: "\e60d";
}

.icon-whats_app-copy:before {
  content: "\e605";
}

.icon-left24:before {
  content: "\e783";
}

.icon-right24:before {
  content: "\e784";
}

.icon-shang:before {
  content: "\e620";
}

.icon-PDF:before {
  content: "\e64d";
}

.icon-you-jiantou:before {
  content: "\e650";
}

.icon-gongchang:before {
  content: "\e67a";
}

.icon-qiye:before {
  content: "\e6f4";
}

.icon-zhengshu1:before {
  content: "\e600";
}

.icon-shubiao:before {
  content: "\e647";
}

.icon-sousuo:before {
  content: "\e7d2";
}

.icon-diqiu:before {
  content: "\e6bc";
}

.icon-up7:before {
  content: "\e722";
}

.icon-bottom7:before {
  content: "\e723";
}

.icon-left7:before {
  content: "\e724";
}

.icon-right7:before {
  content: "\e725";
}

.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-search:before {
  content: "\e611";
}

.icon-top10:before {
  content: "\e7ee";
}

.icon-bottom10:before {
  content: "\e7ef";
}

.icon-left10:before {
  content: "\e7f0";
}

.icon-right10:before {
  content: "\e7f1";
}

.icon-list:before {
  content: "\e671";
}



/* 
 *  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: 25px; } }

@media screen and (max-width: 767px) { .owl-theme .owl-controls .owl-pagination { margin-top: 15px; } }

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

@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: #003399; }

/* 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; }

.faq-list .item-desc>em{
  float: left;
  margin-right: 3px;
}
.faq-list .item-desc .item-body{
  overflow: hidden;
}

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

.m-kefu-chat.mobile-hide{ right: 6px!important; }
.page a.no:hover {color: #999!important; background: #EBEBEB!important;}
.item-btns a.no:hover  {color: #333!important; background-color: #E5E5E5!important;}
.ppp{line-height: 30px; font-size: 16px; font-size: 1.6rem; margin-top: 21px; display: block;}
.actives{color: #d52c2c!important;}
.at-resp-share-element .at-icon{width: 24px!important;height: 24px!important;}
.at-style-responsive .at-share-btn{padding: 0!important; border-radius: 2px!important;}
.at-resp-share-element .at-share-btn .at-icon-wrapper{width: 24px!important;height: 24px!important;}
.at-resp-share-element .at-share-btn{margin-bottom: 0!important;margin-right: 3px!important;}
.listcart {width: 100%;text-align: center;}
.listcart a {
    display: inline-block;
    height: 34px;
    width: 200px;
    line-height: 34px;
    overflow: hidden;
    color: #fff;
    cursor: pointer;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    margin-left: 10px;
    border-radius: 5px;
    background-color: #b8b8b8;
    }
    .listcart a:hover {background: #406FCD;}
    /*.xunpanc{margin-top: 20px;}*/
    .xunpanc .table {margin-top: 0;}
    .xunpanc table tr td{border: 1px solid #ccc; text-align: left; padding: 6px 3px;}
    .xunpanc table tr td a:hover{color: #406FCD;}
    .tankaunga{ position:fixed; width:100%; height:100%; left:0px; top:0px; background:#000; background:rgba(0,0,0,0.5); display:none; z-index:9999999999}
.ab1shipin, .ab1shipin-index{ cursor: pointer; }
.tankaunga:before{ content:"X"; position:absolute; width:30px; height:30px; line-height:30px; text-align:center; top:10px; right:10px; background:#fff; border-radius:50%; font-size:18px;}

.tankaungn2{position:fixed; left:5%; top:5%; right:5%; bottom:5%;}


.tankaungn2 iframe,.tankaungn2 video {  position: absolute; top:0; left: 0; width: 100%; height: 100%; border:none;}

.tankaungn2 iframe body{ margin:0px !important;}


/*===================Download Edit======================*/

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

.pass-backdrop .box-model { width: 500px; border-radius: 4px; background-color: #fff; 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%); padding: 27px 54px 38px 33px; }

@media screen and (max-width: 767px) { .pass-backdrop .box-model { width: 90%; max-width: 500px; padding: 20px 15px 30px; } }

.pass-backdrop .box-model .item-title { font-size: 24px; font-size: 2.4rem; line-height: 1.3; text-align: center; margin-bottom: 32px; }

@media screen and (max-width: 767px) { .pass-backdrop .box-model .item-title { font-size: 20px; font-size: 2rem; margin-bottom: 15px; } }

.pass-backdrop .box-model .close-model { font-size: 20px; font-size: 2rem; color: #999; position: absolute; top: 5px; right: 10px; cursor: pointer; }

.pass-backdrop .box-model .close-model:hover { color: #003399; }

.pass-backdrop .box-model .star { padding-left: 14px; position: relative; }

@media screen and (max-width: 767px) { .pass-backdrop .box-model .star { padding-left: 10px; } }

.pass-backdrop .box-model .star:before { position: absolute; content: '*'; font-size: 16px; font-size: 1.6rem; color: #FF0000; left: 0; line-height: 1; top: 18px; }

@media screen and (max-width: 767px) { .pass-backdrop .box-model .star:before { top: 14px; font-size: 14px; font-size: 1.4rem; } }

.pass-backdrop .box-model .item-input { margin-bottom: 16px; position: relative; }

@media screen and (max-width: 767px) { .pass-backdrop .box-model .item-input { margin-bottom: 10px; } }

.pass-backdrop .box-model input { width: 100%; height: 44px; line-height: 42px; border: 1px solid #EAEAEA; border-radius: 0; padding: 0 12px; font-size: 16px; font-size: 1.6rem; }

@media screen and (max-width: 991px) { .pass-backdrop .box-model input { font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 767px) { .pass-backdrop .box-model input { height: 36px; line-height: 34px; font-size: 12px; font-size: 1.2rem; } }

.pass-backdrop .box-model .item-code { padding-right: 130px; }

@media screen and (max-width: 767px) { .pass-backdrop .box-model .item-code { padding-right: 105px; } }

.pass-backdrop .box-model .item-img { position: absolute; right: 1px; top: 0; line-height: 42px; border-radius: 5px; overflow: hidden; }

.pass-backdrop .box-model .item-img img { max-height: 42px; vertical-align: middle; cursor: pointer; }

@media screen and (max-width: 767px) { .pass-backdrop .box-model .item-img { line-height: 34px; }
  .pass-backdrop .box-model .item-img img { max-height: 34px; } }

.pass-backdrop .box-model .item-btn { width: 140px; margin: 0 auto; }

.pass-backdrop .box-model .item-btn input { border: 0; background-color: #003399; color: #fff; text-align: center; font-size: 16px; font-size: 1.6rem; -webkit-transition: all .35s; -o-transition: all .35s; -moz-transition: all .35s; transition: all .35s; }

.pass-backdrop .box-model .item-btn input:hover { background-color: #000; }

@media screen and (max-width: 767px) { .pass-backdrop .box-model .item-btn input { font-size: 12px; font-size: 1.2rem; } }

/*====================News Edit==================================*/

.news2-item { background-color: #F0F0F0; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row nowrap; -moz-box-orient: horizontal; -moz-box-direction: normal; -ms-flex-flow: row nowrap; flex-flow: row nowrap; -webkit-box-pack: start; -webkit-justify-content: flex-start; -moz-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; }

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

.news2-item .item-pic { -webkit-box-flex: 0; -webkit-flex: 0 0 auto; -moz-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 50%; }

@media screen and (max-width: 767px) { .news2-item .item-pic { width: 100%; } }

.news2-item .item-info { -webkit-box-flex: 1; -webkit-flex: 1 1 auto; -moz-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; padding: 10px 25px; }

@media screen and (max-width: 991px) { .news2-item .item-info { padding: 10px; } }


table{
	table-layout: fixed
}

.item-ftitle{ margin-bottom: 20px; }
.pro-ymx{margin-bottom: 30px;text-align: center;}
.pro-ymx img{ width: 100%;
max-width:100%;
display: block;
margin:0 auto;
}
/*.pro-ymx a{display: inline-block;height: 68px;width: 251px;background: url(../images/amazon_c.png) no-repeat center center;background-size: 100% 100%;}*/
/*.pro-ymx a:hover{background: url(../images/amazon_l.png) no-repeat center center;background-size: 100% 100%;}*/

.store img{width: 100%;
/*max-width:150px;*/
max-width:200px;
display: block;}
.store{ margin-top:-22px;display:none;}

.store2{ display: none;}
@media screen and (max-width: 767px){
    .store2{ margin-bottom: 20px;}
     .store2 a{ display: block; float:left; width:48%; margin:1%;}
    store2 a img{ width: 100%;
max-width:100%;
display: block;
margin:0 auto;
}
}

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



#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 */



/* certificate */
.cer-box .aboutcer-title { text-align: center; }

.cer-scroll { position: relative; padding-top:50px;}

.cer-scroll .scroll-btns {position: absolute;

    right: 0;
    text-align: right;
    display: flex;
    width: 100%;
    justify-content: space-between;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;}
 
.cer-scroll .scroll-btns .scroll-btn { width: 35px; height: 35px; cursor: pointer;  display: flex;
    cursor: pointer;
    background: #fff;
    font-size: 18px;
    text-align: center;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: row; color:#333; font-weight:bold; }

.cer-scroll .scroll-btns .scroll-btn:hover{ background:#003399; color:#fff;}

.cer-scroll .scroll-list-box { width: 100%; overflow: hidden; -moz-box-sizing: border-box; box-sizing: border-box; }

.cer-scroll .scroll-list-box .scroll-list { width: 1000%; }

.cer-scroll .scroll-list-box .scroll-list li { float: left; width: 3.145161%; margin-right: 0.282258%;  position: relative; }

.cer-scroll .scroll-list-box .scroll-list li .item-pic { -moz-box-sizing: border-box; box-sizing: border-box; position: relative; }

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

margin: 0 auto; }

.cer-scroll .scroll-list-box .scroll-list li .item-pic:hover img { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }

.cer-scroll .scroll-list-box .scroll-list li .scroll-backdrop { display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap; position: absolute; bottom: -999px; left: 0; width: 100%; height: 100%; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; -webkit-transition: all .5s; background: #000000; background: rgba(0, 0, 0, 0.5); }

.scroll-backdrop img{ width:25px !important;}
.cer-scroll .scroll-list-box .scroll-list li > .item-title { text-align: center; margin-top: 10px; }

.cer-scroll .scroll-list-box .scroll-list li:hover .scroll-backdrop { bottom: 0; }

@media only screen and (max-width: 999px) { .cer-scroll .scroll-list-box .scroll-list li .scroll-backdrop { display: none; }
  .cer-scroll .scroll-list-box .scroll-list li > .item-title { display: block; } }

@media only screen and (max-width: 767px) { .cer-box .aboutcer-title { font-size: 24px; font-size: 2.4rem; margin-bottom: 30px; margin-top: 10px; }
  .cer-scroll { position: relative; /* overflow: hidden; */ }
  .cer-scroll .scroll-btns { position: absolute;  right: 0; }
  .cer-scroll .scroll-list-box .scroll-list li { width: 4.75%; margin-right: 0.5%; } }

@media only screen and (max-width: 400px) {
    .cer-scroll .scroll-list-box .scroll-list { width: 10000%; }
    
    .cer-scroll .scroll-list-box .scroll-list li { width: 1%; margin-right: 0%; } 
    
    
    
}


.fac-box2 .brand-title{ color:#fff;}
.fac-box2 .brand-title:before { background-color: #fff;}




