
/*--公共部分--*/
html { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; -webkit-font-smoothing: antialiased; -webkit-tap-highlight-color: transparent; -webkit-touch-callout: none; cursor: pointer; }

body, form, img, ul, ol, li, dl, dt, dd, p, tr, td, strong, span, pre { margin: 0; padding: 0; border: 0; }

h1, h2, h3, h4, h5, h6, p { margin: 0; padding: 0; font-weight: normal; }


ul, li { list-style: none; }

img { border: 0; vertical-align: middle; }

table { border-collapse: collapse; border-spacing: 0; }

table th, table td { border: 1px solid #ccc; }


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

a { background-color: transparent; -webkit-text-decoration-skip: objects; text-decoration: none; color: #333; outline: none; cursor: pointer; }

a:hover { background-repeat: no-repeat; text-decoration: none; }

a, input[type="button"], button, label, input[type="submit"], input[type="reset"] { cursor: pointer; }

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button { -webkit-appearance: none !important; margin: 0; }

input[type="number"] { -moz-appearance: textfield; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }

sub { bottom: -0.25em; }

sup { top: -0.5em; }

audio, video { display: inline-block; }

[type="checkbox"], [type="radio"] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0; }

input, textarea, select { outline: none; }

input[type="text"], input[type="password"], input[type="button"], input[type="submit"], input[type="reset"], button, select, textarea { outline-style: none; -webkit-appearance: none; resize: none; border: none; -webkit-border-radius: 0; border-radius: 0; }

textarea { overflow: auto; vertical-align: top; }

input:-webkit-autofill { -webkit-box-shadow: 0 0 0px rgba(255, 255, 255, 0) inset !important; }

.bd_weixin_popup, .content-box { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; }

.clearfix:after,.newsdetailB-ctrl:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }

.clearfix ,.newsdetailB-ctrl{ *zoom: 1; }

.clear { clear: both; line-height: 0; height: 0; font-size: 0; }

.fl { float: left; }

.fr { float: right; }

.show { display: block !important; }

.hide { display: none !important; }

.commonweb { padding: 0px 15px; }

.commonwebbox { margin-left: 0px; margin-right: 0px; }

.commonleft { float: none; }

.commonright { float: none; }

.visible-sm, .visible-md, .visible-lg { display: none; }

.hidden-sm, .hidden-md, .hidden-lg { display: block; }


@media (max-width: 320px) { body { min-width: 320px; } }

@media (min-width: 768px) { .commonweb { padding: 0px 20px; }
  .commonwebbox { margin-left: -10px; margin-right: -10px; }
  .visible-sm { display: block; }
  .hidden-sm { display: none; } }

@media (min-width: 992px) { .commonweb { padding: 0px 40px; }
  .commonwebbox { margin-left: -10px; margin-right: -10px; }
  .commonleft { float: left; }
  .commonright { float: right; }
  .visible-md { display: block; }
  .hidden-md { display: none; }
 }

@media (min-width: 1200px) { html { cursor: default; }
  .commonleft { float: left; }
  .commonright { float: right; }
  .visible-lg { display: block; }
  .hidden-lg { display: none; }
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 { float: left; padding-left: 10px; padding-right: 10px; }
  .col-lg-12 { width: 100%; }
  .col-lg-11 { width: 91.66666667%; }
  .col-lg-10 { width: 83.33333333%; }
  .col-lg-9 { width: 75%; }
  .col-lg-8 { width: 66.66666667%; }
  .col-lg-7 { width: 58.33333333%; }
  .col-lg-6 { width: 50%; }
  .col-lg-5 { width: 41.66666667%; }
  .col-lg-4 { width: 33.33333333%; }
  .col-lg-3 { width: 25%; }
  .col-lg-2 { width: 16.66666667%; }
  .col-lg-1 { width: 8.33333333%; } }

@media (min-width: 1260px) { .commonweb { margin: 0px auto; max-width: 1320px; padding: 0 60px; } }

/* layout start*/
.swiper-container { margin-left: auto; margin-right: auto; position: relative; overflow: hidden; z-index: 1; }

.swiper-container-no-flexbox .swiper-slide { float: left; }

.swiper-container-vertical > .swiper-wrapper { -webkit-box-orient: vertical; -moz-box-orient: vertical; -ms-flex-direction: column; -webkit-flex-direction: column; flex-direction: column; }

.swiper-wrapper { position: relative; width: 100%; height: 100%; z-index: 1; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-transition-property: -webkit-transform; -moz-transition-property: -moz-transform; -o-transition-property: -o-transform; transition-property: -webkit-transform; -moz-transition-property: transform, -moz-transform; transition-property: transform; transition-property: transform, -webkit-transform, -moz-transform, -o-transform; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; }

.swiper-container-android .swiper-slide, .swiper-wrapper { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -o-transform: translate(0, 0); -ms-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.swiper-container-multirow > .swiper-wrapper { -webkit-box-lines: multiple; -moz-box-lines: multiple; -ms-flex-wrap: wrap; -webkit-flex-wrap: wrap; flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper { -webkit-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out; margin: 0 auto; }

.swiper-slide { -webkit-flex-shrink: 0; -ms-flex: 0 0 auto; -ms-flex-negative: 0; flex-shrink: 0; width: 100%; height: 100%; position: relative; }

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide { height: auto; }

.swiper-container-autoheight .swiper-wrapper { -webkit-box-align: start; -ms-flex-align: start; -webkit-align-items: flex-start; -moz-box-align: start; align-items: flex-start; -webkit-transition-property: -webkit-transform, height; -moz-transition-property: -moz-transform; -o-transition-property: -o-transform; -webkit-transition-property: height, -webkit-transform; transition-property: height, -webkit-transform; -o-transition-property: height, -o-transform; -moz-transition-property: transform, height, -moz-transform; transition-property: transform, height; transition-property: transform, height, -webkit-transform, -moz-transform, -o-transform; }

.swiper-container .swiper-notification { position: absolute; left: 0; top: 0; pointer-events: none; opacity: 0; z-index: -1000; }

.swiper-wp8-horizontal { -ms-touch-action: pan-y; touch-action: pan-y; }

.swiper-wp8-vertical { -ms-touch-action: pan-x; touch-action: pan-x; }

.swiper-button-next, .swiper-button-prev { position: absolute; top: 50%; width: 27px; height: 44px; margin-top: -22px; z-index: 10; cursor: pointer; -o-background-size: 27px 44px; background-size: 27px 44px; background-position: center; background-repeat: no-repeat; }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled { opacity: 0.35; cursor: auto; pointer-events: none; }

.swiper-pagination { position: absolute; text-align: center; -webkit-transition: 0.3s; -moz-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; -webkit-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); z-index: 10; }

.swiper-pagination.swiper-pagination-hidden { opacity: 0; }

.swiper-pagination-clickable .swiper-pagination-bullet { cursor: pointer; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide { -webkit-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide { pointer-events: none; -webkit-transition-property: opacity; -moz-transition-property: opacity; -o-transition-property: opacity; transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide { pointer-events: none; }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active { pointer-events: auto; }

.swiper-pagination.swiper-pagination-hidden { opacity: 0; }

.swiper-pagination-bullet { width: 8px; height: 8px; display: inline-block; -webkit-border-radius: 100%; border-radius: 100%; background: #000; }

button.swiper-pagination-bullet { border: none; margin: 0; padding: 0; -webkit-box-shadow: none; box-shadow: none; -moz-appearance: none; -ms-appearance: none; -webkit-appearance: none; appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet { cursor: pointer; }

.swiper-pagination-bullet-active { opacity: 1; background: #007aff; }

@media (min-width: 1260px) { /*! fullPage 3.0.4 https://github.com/alvarotrigo/fullPage.js @license GPLv3 for open source use only or Fullpage Commercial License for commercial use http://alvarotrigo.com/fullPage/pricing/ Copyright (C) 2018 http://alvarotrigo.com/fullPage - A project by Alvaro Trigo */
  html.fp-enabled, .fp-enabled body { margin: 0; padding: 0; overflow: hidden; /*Avoid flicker on slides transitions for mobile phones #336 */ -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .fp-section { position: relative; -webkit-box-sizing: border-box; /* Safari<=5 Android<=3 */ -moz-box-sizing: border-box; /* <=28 */ box-sizing: border-box; }
  .fp-slide { float: left; }
  .fp-slide, .fp-slidesContainer { height: 100%; display: block; }
  .fp-slides { z-index: 1; height: 100%; overflow: hidden; position: relative; -webkit-transition: all 0.3s ease-out; /* Safari<=6 Android<=4.3 */ -o-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; transition: all 0.3s ease-out; }
  .fp-section.fp-table, .fp-slide.fp-table { display: table; table-layout: fixed; width: 100%; overflow: hidden; }
  .fp-tableCell { display: table-cell; vertical-align: middle; width: 100%; height: 100%; }
  .fp-slidesContainer { float: left; position: relative; }
  .fp-controlArrow { -webkit-user-select: none; /* webkit (safari, chrome) browsers */ -moz-user-select: none; /* mozilla browsers */ -khtml-user-select: none; /* webkit (konqueror) browsers */ -ms-user-select: none; /* IE10+ */ position: absolute; z-index: 4; top: 50%; cursor: pointer; width: 0; height: 0; border-style: solid; margin-top: -38px; -webkit-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
  .fp-controlArrow.fp-prev { left: 15px; width: 0; border-width: 38.5px 34px 38.5px 0; border-color: transparent #fff transparent transparent; }
  .fp-controlArrow.fp-next { right: 15px; border-width: 38.5px 0 38.5px 34px; border-color: transparent transparent transparent #fff; }
  .fp-scrollable { overflow: hidden; position: relative; }
  .fp-scroller { overflow: hidden; }
  .iScrollIndicator { border: 0 !important; }
  .fp-notransition { -webkit-transition: none !important; -o-transition: none !important; -moz-transition: none !important; transition: none !important; }
  #fp-nav { position: fixed; z-index: 100; margin-top: -32px; top: 50%; opacity: 1; -webkit-transform: translate3d(0, 0, 0); }
  #fp-nav.fp-right { right: 17px; }
  #fp-nav.fp-left { left: 17px; }
  .fp-slidesNav { position: absolute; z-index: 4; opacity: 1; -webkit-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); left: 0 !important; right: 0; margin: 0 auto !important; }
  .fp-slidesNav.fp-bottom { bottom: 17px; }
  .fp-slidesNav.fp-top { top: 17px; }
  #fp-nav ul, .fp-slidesNav ul { margin: 0; padding: 0; }
  #fp-nav ul li, .fp-slidesNav ul li { display: block; width: 14px; height: 13px; margin: 7px; position: relative; }
  .fp-slidesNav ul li { display: inline-block; }
  #fp-nav ul li a, .fp-slidesNav ul li a { display: block; position: relative; z-index: 1; width: 100%; height: 100%; cursor: pointer; text-decoration: none; }
  #fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span { height: 12px; width: 12px; margin: -6px 0 0 -6px; -webkit-border-radius: 100%; border-radius: 100%; }
  #fp-nav ul li a span, .fp-slidesNav ul li a span { -webkit-border-radius: 50%; border-radius: 50%; position: absolute; z-index: 1; height: 4px; width: 4px; border: 0; background: #333; left: 50%; top: 50%; margin: -2px 0 0 -2px; -webkit-transition: all 0.1s ease-in-out; -moz-transition: all 0.1s ease-in-out; -o-transition: all 0.1s ease-in-out; transition: all 0.1s ease-in-out; }
  #fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span { width: 10px; height: 10px; margin: -5px 0px 0px -5px; }
  #fp-nav ul li .fp-tooltip { position: absolute; top: -2px; color: #fff; font-size: 14px; font-family: arial, helvetica, sans-serif; white-space: nowrap; max-width: 220px; overflow: hidden; display: block; opacity: 0; width: 0; cursor: pointer; }
  #fp-nav ul li:hover .fp-tooltip, #fp-nav.fp-show-active a.active + .fp-tooltip { -webkit-transition: opacity 0.2s ease-in; -o-transition: opacity 0.2s ease-in; -moz-transition: opacity 0.2s ease-in; transition: opacity 0.2s ease-in; width: auto; opacity: 1; }
  #fp-nav ul li .fp-tooltip.fp-right { right: 20px; }
  #fp-nav ul li .fp-tooltip.fp-left { left: 20px; }
  .fp-auto-height.fp-section, .fp-auto-height .fp-slide, .fp-auto-height .fp-tableCell { height: auto !important; }
  .fp-responsive .fp-auto-height-responsive.fp-section, .fp-responsive .fp-auto-height-responsive .fp-slide, .fp-responsive .fp-auto-height-responsive .fp-tableCell { height: auto !important; } }


/*箭头*/

.mob-hidden { display: none; }

.pc-hiden { display: block; }

.m-position { position: relative; }

.oh { overflow: hidden; }

/*font*/
.fs30 { font-size: 20px; }

.m-positioncenter { 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%); }

.dnbr br { display: none; }

.tc { text-align: center; }

@media (min-width: 640px) { .dnbr br { display: block; } }

@media (min-width: 1024px) { .pc-hiden { display: none; }
  .mob-hidden { display: block; }
  /*font*/
  .fs30 { font-size: 30px; } }


/*箭头*/
header.ms-header { position: fixed; top: 0; left: 0; z-index: 100; width: 100%; }

header.ms-header .headerbg { background: rgba(0, 0, 0, 0.7); width: 100%; padding: 13px 15px; }

header.ms-header .header-left { float: left; }

header.ms-header .nav-btn { width: 90px; height: 70px; display: none; vertical-align: top; padding: 28px 0 0 28px; border-right: 1px solid #3d3d3d; position: relative; }

header.ms-header .nav-btn i { display: block; width: 36px; height: 4px; background-color: #ffffff; -webkit-border-radius: 2px; border-radius: 2px; margin-bottom: 5px; }

header.ms-header .nav-btn i:nth-child(2) { width: 23px; }

header.ms-header .logo { display: inline-block; vertical-align: top; text-align: center; }

header.ms-header .logo img { vertical-align: middle; height: 28px; }

header.ms-header nav { position: fixed; top: 56px; padding: 20px 0 60px; left: 0; width: 100%; height: 100%; overflow-y: auto; z-index: 99; background: rgba(0, 0, 0, 0.7); display: none; }

header.ms-header nav ul li { border-bottom: 1px solid #646262; }

header.ms-header nav ul li h3 { font-size: 16px; position: relative; }

header.ms-header nav ul li h3 a { display: block; padding: 20px; color: #fff; position: relative; z-index: 1; }

header.ms-header .header-right { float: right; }

header.ms-header .header-right a { display: inline-block; vertical-align: middle; color: #fff; padding: 0 5px; }

header.ms-header .search-item .search-icon { display: inline-block; vertical-align: middle; width: 30px; height: 30px; background: url(../images/mssearch.png) center center no-repeat; }

header.ms-header .search-item .search-box { display: none; position: fixed; top: 59px; left: 0; width: 100%; line-height: normal; background: #fff; }

header.ms-header .search-item .search-box .search-text { width: 100%; height: 40px; padding-left: 10px; }

header.ms-header .search-item .search-box .search-btn { display: block; position: absolute; right: 0; top: 0; width: 40px; height: 40px; background: url(../images/mssearchcur.png) center center no-repeat; font-size: 0; }

header.ms-header .mobnav-btn { width: 30px; height: 30px; position: relative; display: inline-block; vertical-align: middle; }

header.ms-header .mobnav-btn span { top: 50%; margin-top: 0; }

header.ms-header .mobnav-btn span:first-child { content: ""; top: 6px; left: 0; }

header.ms-header .mobnav-btn span:last-child { content: ""; top: auto; bottom: 4px; left: 0; }

header.ms-header .mobnav-btn span, header.ms-header .mobnav-btn span:first-child, header.ms-header .mobnav-btn span:last-child { left: 2px; position: absolute; background: #fff; -webkit-transition: all 0.5s ease; width: 28px; height: 2px; -webkit-border-radius: 3px; border-radius: 3px; -o-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease; }

header.ms-header .mobnav-btn.g_close span { opacity: 0; }

header.ms-header .mobnav-btn.g_close span:first-child { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); top: 15px; opacity: 1; }

header.ms-header .mobnav-btn.g_close span:last-child { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); top: 15px; opacity: 1; }

/*底部*/
footer.ms-footer { padding: 30px 0; background: #303030; color: #ffffff; }

footer.ms-footer a { color: #ffffff; }

footer.ms-footer .footer-share { text-align: center; margin-bottom: 15px; }

footer.ms-footer .footer-share a { position:relative;width: 30px; height: 30px !important; display: inline-block; margin: 0 5px; background-repeat: no-repeat; background-position: center center !important; -o-background-size: cover; background-size: cover; -webkit-border-radius: 50%; border-radius: 50%; border: 1px solid #fff; float: none; padding: 0; }

footer.ms-footer .footer-share a.bds_weixin { background-image: url(../images/mswicon01.png); }

footer.ms-footer .footer-share a.bds_sqq { background-image: url(../images/mswicon02.png);  display:none!important; }

footer.ms-footer .footer-share a.bds_fbook { background-image: url(../images/mswicon03.png); }

footer.ms-footer .footer-share a.bds_toutiao { background-image: url(../images/mswicon04.png); }

footer.ms-footer .footer-share a.bds_shouhu { background-image: url(../images/mswicon05.png); }

footer.ms-footer .footer-share a.bds_baijia { background-image: url(../images/mswicon06.png); }

footer.ms-footer .footer-share a.bds_douying{ background-image: url(../images/mswicon07.png); }

footer.ms-footer .bd_weixin_popup, footer.ms-footer .content-box { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; }

footer.ms-footer .footer-nav { text-align: center; position: relative; margin-bottom: 10px; }

footer.ms-footer .footer-nav a { display: inline-block; line-height: 18px; padding: 0 10px; position: relative; }

footer.ms-footer .footer-nav a:after { content: ""; height: 10px; width: 1px; background: #fff; display: inline-block; position: absolute; right: 0; top: 4px; }

footer.ms-footer .footer-msg { text-align: center; font-size: 12px; }


/*箭头*/


/*箭头*/
@media (min-width: 1024px) { header.ms-header .headerbg { position: absolute; height: 70px; padding: 0 0 0 280px; }
  header.ms-header .header-left { position: absolute; top: 0; left: 0; float: none; font-size: 0; }
  header.ms-header .nav-btn { width: 90px; height: 70px; display: inline-block; padding: 28px 0 0 28px; border-right: 1px solid #3d3d3d; position: relative; }
  header.ms-header .nav-btn i { display: block; width: 36px; height: 4px; background-color: #ffffff; -webkit-border-radius: 2px; border-radius: 2px; margin-bottom: 5px; }
  header.ms-header .nav-btn i:nth-child(2) { width: 23px; }
  header.ms-header .logo { width: 190px; border-left: 1px solid #696969; height: 70px; padding-top: 19px; }
  header.ms-header .logo img { height: 30px; }
  header.ms-header nav { position: static; padding: 0; background: none; float: left; overflow-y: inherit; width: auto; display: block !important; }
  header.ms-header nav ul li { float: left; margin: 0 6px; border-bottom: 0; }
  header.ms-header nav ul li h3:before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 0; background: rgba(41,121,255,.8); z-index: 0; -webkit-transition: all 0.3s; -o-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; }
  header.ms-header nav ul li h3 a { line-height: 70px; padding: 0 10px; }
  header.ms-header nav ul li.cur h3:before, header.ms-header nav ul li:hover h3:before { height: 94px; }
  header.ms-header .header-right { padding-right: 40px; font-size: 16px; }
  header.ms-header .header-right a { line-height: 70px; padding: 0 10px; }
  header.ms-header .header-right a:hover { color: rgba(41,121,255,.8); }
  header.ms-header .search-item { position: relative; }
  header.ms-header .search-item .search-box { top: 70px; left: -50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); width: 250px; position: absolute; -webkit-box-shadow: -2px 2px 10px rgba(0, 0, 0, 0.1); box-shadow: -2px 2px 10px rgba(0, 0, 0, 0.1); }
  header.ms-header .search-item .search-box .search-text { width: 100%; height: 40px; padding-left: 10px; }
  header.ms-header .header-right .mobnav-btn { display: none; }
  footer.ms-footer { padding: 60px 0; color: #ffffff; }
  footer.ms-footer a { color: #fff; }
  footer.ms-footer .footer-share { margin-bottom: 25px; }
  footer.ms-footer .footer-share a { width: 38px; height: 38px !important; margin: 0 14px; }
  footer.ms-footer .footer-nav { margin-bottom: 18px; }
  footer.ms-footer .footer-nav a { font-size: 16px; padding: 0 16px; }
  footer.ms-footer .footer-nav a:hover { color: rgba(41,121,255,.8); } }


/*箭头*/
@media (min-width: 1260px) { header.ms-header nav ul li h3 a { padding: 0 20px; } }


/*箭头*/
img { max-width: 100%; }

.inmenu-view { display: none; }

.innav-span1 { position: absolute; top: 0; right: 0; z-index: 3; display: none; width: 40%; height: 100%; }

.innav-conpar { position: relative; }

.innav-conpar.active:after { position: absolute; top: 50%; right: 10px; width: 10px; height: 10px; border-right: 2px solid #fff; border-top: 2px solid #fff; -webkit-transform: translateY(-50%) rotate(45deg); -moz-transform: translateY(-50%) rotate(45deg); -ms-transform: translateY(-50%) rotate(45deg); -o-transform: translateY(-50%) rotate(45deg); transform: translateY(-50%) rotate(45deg); -webkit-transition: all 0.3s; -o-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; content: ""; }

.innav-conpar.active .innav-span1 { display: block; }

.innav-conpar.active2:after { -webkit-transform: translateY(-50%) rotate(135deg); -moz-transform: translateY(-50%) rotate(135deg); -ms-transform: translateY(-50%) rotate(135deg); -o-transform: translateY(-50%) rotate(135deg); transform: translateY(-50%) rotate(135deg); }

@media (max-width: 1023px) {
  .innav-eritem { padding: 0 10px; border-top: 1px solid #646262; }
  .innav-ermenua { display: block; line-height: 40px; font-size: 15px; color: #ffffff; }
  .innav-erthree { padding: 0 10px; }
  .inmenu-erfiveh6 { line-height: 24px; font-size: 14px; color: #848484; }
  /*.inmenu-erfourh5 { position: relative; font-size: 14px; color: #ffffff; }
  .inmenu-erfourh5 a { display: block; line-height: 40px; color: #fff; }*/
  .inmenu-erfiveview { border-top: 1px solid #646262; padding-bottom: 10px; }
  .inmenu-erfiveview a { display: block; width: 100%; line-height: 35px; font-size: 12px; color: #fff; }
  .inmenu-erfive { padding: 0 10px; }
  header.ms-header nav { padding-bottom: 60px; }
  .innav-connext { display: none; } }

.inbanner { position: relative; overflow: hidden; }

.inbanner .swiper-slide { position: relative; overflow: hidden; }

.inbanner-text1.before .inbanner-h2, .inbanner-text1.before .inbanner-des1, .inbanner-text1.before .inbnaner-aview { opacity: 0; -webkit-transition: all .3s; -o-transition: all .3s; -moz-transition: all .3s; transition: all .3s; }

.inbanner-text1.after .inbanner-h2 { opacity: 1; -webkit-animation: fadeInUp .8s; -moz-animation: fadeInUp .8s; -o-animation: fadeInUp .8s; animation: fadeInUp .8s; }

.inbanner-text1.after .inbanner-des1 { opacity: 1; -webkit-animation: fadeInUp 1s; -moz-animation: fadeInUp 1s; -o-animation: fadeInUp 1s; animation: fadeInUp 1s; }

.inbanner-text1.after .inbnaner-aview { opacity: 1; -webkit-animation: fadeInUp 1.2s; -moz-animation: fadeInUp 1.2s; -o-animation: fadeInUp 1.2s; animation: fadeInUp 1.2s; }

.inbanner-img { width: 100%; }

body { padding-top: 56px; }

.inbanner-text1 { position: absolute; left: 50%; top: 50%; z-index: 10; margin: 0 auto; text-align: center; width: 80%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

.inbanner-h2 { line-height: 1; font-size: 20px; color: #303030; }

.inbanner-des1 { margin-top: 10px; line-height: 20px; font-size: 12px; color: #303030; max-height: 80px; overflow-y: auto; }

.inbanner-des1::-webkit-scrollbar { width: 2px; height: 8px; background-color: #fff; }

.inbanner-des1::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1); -webkit-border-radius: 2px; border-radius: 2px; background-color: #fff; }

.inbanner-des1::-webkit-scrollbar-thumb { -webkit-border-radius: 2px; border-radius: 2px; -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1); background-color: rgba(41,121,255,.8); }

.inbnaner-aview .inbanner-a1 { margin-top: 10px; display: inline-block; height: 30px; line-height: 28px; padding: 0 10px; font-size: 14px; color: #fff; border: 1px solid rgba(41,121,255,.8); -webkit-border-radius: 20px; border-radius: 20px;background: rgba(41,121,255,.8); }

.inbanner-bat { position: absolute; bottom: 5px; right: 0px; z-index: 30;width: 100%; text-align:center;line-height:1; }

.inbanner-bat span { display: inline-block; vertical-align:middle;width: 6px; height: 6px; margin: 0 8px; border: 2px solid rgba(41,121,255,.8); -webkit-border-radius: 5px; border-radius: 5px; background: transparent; }

.inbanner-bat span.swiper-pagination-bullet-active { width: 15px; background: rgba(41,121,255,.8); }

.inbanner-potion { position: relative; }

.inbanner-btm { display: none; }

.inbanner-radiusul li { position: absolute; z-index: 8; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

.inbanner-radiusitem { position: relative; display: block; width: 10px; height: 10px; -webkit-transform: rotateX(60deg); -moz-transform: rotateX(60deg); transform: rotateX(60deg); }

.inbanner-radiusitem:after, .inbanner-radiusitem:before { position: absolute; top: 50%; left: 50%; width: 90px; height: 90px; -webkit-border-radius: 50%; border-radius: 50%; border: 1px solid rgba(41,121,255,.8); -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); content: ""; display: none; }

.inbanner-radiusitem:before { -webkit-animation: move1 linear 1.5s infinite; -moz-animation: move1 linear 1.5s infinite; -o-animation: move1 linear 1.5s infinite; animation: move1 linear 1.5s infinite; -webkit-animation-delay: 0.1s; -moz-animation-delay: 0.1s; -o-animation-delay: 0.1s; animation-delay: 0.1s; }

.inbanner-radiusitem:after { width: 120px; height: 120px; -webkit-animation: move1 linear 1.5s infinite; -moz-animation: move1 linear 1.5s infinite; -o-animation: move1 linear 1.5s infinite; animation: move1 linear 1.5s infinite; }

.inbanner-radiusitem span { position: relative; display: block; width: 100%; height: 100%; -webkit-border-radius: 50%; border-radius: 50%; background: rgba(41,121,255,.8); }

.inbanner-radiusitem span:after, .inbanner-radiusitem span:before { position: absolute; top: 50%; left: 50%; width: 30px; height: 30px; -webkit-border-radius: 50%; border-radius: 50%; border: 1px solid rgba(41,121,255,.8); -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); content: ""; -webkit-animation: move1 linear 1.5s infinite; -moz-animation: move1 linear 1.5s infinite; -o-animation: move1 linear 1.5s infinite; animation: move1 linear 1.5s infinite; -webkit-animation-delay: 0.3s; -moz-animation-delay: 0.3s; -o-animation-delay: 0.3s; animation-delay: 0.3s; }

.inbanner-radiusitem span:after { width: 60px; height: 60px; -webkit-animation: move1 linear 1.5s infinite; -moz-animation: move1 linear 1.5s infinite; -o-animation: move1 linear 1.5s infinite; animation: move1 linear 1.5s infinite; -webkit-animation-delay: 0.2s; -moz-animation-delay: 0.2s; -o-animation-delay: 0.2s; animation-delay: 0.2s; }

@-webkit-keyframes move1 { 0% { -webkit-transform: translate(-50%, -50%) scale(0); transform: translate(-50%, -50%) scale(0);
    opacity: 0; }
  25% { -webkit-transform: translate(-50%, -50%) scale(0.25); transform: translate(-50%, -50%) scale(0.25);
    opacity: 0.5; }
  50% { -webkit-transform: translate(-50%, -50%) scale(0.5); transform: translate(-50%, -50%) scale(0.5);
    opacity: 1; }
  75% { -webkit-transform: translate(-50%, -50%) scale(0.75); transform: translate(-50%, -50%) scale(0.75);
    opacity: 0.5; }
  100% { -webkit-transform: translate(-50%, -50%) scale(1); transform: translate(-50%, -50%) scale(1);
    opacity: 0; } }

@-moz-keyframes move1 { 0% { -moz-transform: translate(-50%, -50%) scale(0); transform: translate(-50%, -50%) scale(0);
    opacity: 0; }
  25% { -moz-transform: translate(-50%, -50%) scale(0.25); transform: translate(-50%, -50%) scale(0.25);
    opacity: 0.5; }
  50% { -moz-transform: translate(-50%, -50%) scale(0.5); transform: translate(-50%, -50%) scale(0.5);
    opacity: 1; }
  75% { -moz-transform: translate(-50%, -50%) scale(0.75); transform: translate(-50%, -50%) scale(0.75);
    opacity: 0.5; }
  100% { -moz-transform: translate(-50%, -50%) scale(1); transform: translate(-50%, -50%) scale(1);
    opacity: 0; } }

@-o-keyframes move1 { 0% { -o-transform: translate(-50%, -50%) scale(0); transform: translate(-50%, -50%) scale(0);
    opacity: 0; }
  25% { -o-transform: translate(-50%, -50%) scale(0.25); transform: translate(-50%, -50%) scale(0.25);
    opacity: 0.5; }
  50% { -o-transform: translate(-50%, -50%) scale(0.5); transform: translate(-50%, -50%) scale(0.5);
    opacity: 1; }
  75% { -o-transform: translate(-50%, -50%) scale(0.75); transform: translate(-50%, -50%) scale(0.75);
    opacity: 0.5; }
  100% { -o-transform: translate(-50%, -50%) scale(1); transform: translate(-50%, -50%) scale(1);
    opacity: 0; } }

@keyframes move1 { 0% { -webkit-transform: translate(-50%, -50%) scale(0); -moz-transform: translate(-50%, -50%) scale(0); -o-transform: translate(-50%, -50%) scale(0); transform: translate(-50%, -50%) scale(0);
    opacity: 0; }
  25% { -webkit-transform: translate(-50%, -50%) scale(0.25); -moz-transform: translate(-50%, -50%) scale(0.25); -o-transform: translate(-50%, -50%) scale(0.25); transform: translate(-50%, -50%) scale(0.25);
    opacity: 0.5; }
  50% { -webkit-transform: translate(-50%, -50%) scale(0.5); -moz-transform: translate(-50%, -50%) scale(0.5); -o-transform: translate(-50%, -50%) scale(0.5); transform: translate(-50%, -50%) scale(0.5);
    opacity: 1; }
  75% { -webkit-transform: translate(-50%, -50%) scale(0.75); -moz-transform: translate(-50%, -50%) scale(0.75); -o-transform: translate(-50%, -50%) scale(0.75); transform: translate(-50%, -50%) scale(0.75);
    opacity: 0.5; }
  100% { -webkit-transform: translate(-50%, -50%) scale(1); -moz-transform: translate(-50%, -50%) scale(1); -o-transform: translate(-50%, -50%) scale(1); transform: translate(-50%, -50%) scale(1);
    opacity: 0; } }

.inbanner-radiusparent { position: fixed; top: 50%; left: 50%; z-index: 50; width: 80%; max-width: 1360px; background: rgba(255, 255, 255, 0.94); -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); display: none; }

.inbanner-radiusview { display: none; }

.inbanner-raviflimg { width: 100%; position: relative; height: 0; padding-top: 53.10734%; overflow: hidden; }

.inbanner-raviflimg img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.inbanner-ravifr { padding: 20px; }

.inbanner-ravifrh3 { line-height: 26px; font-size: 18px; color: rgba(41,121,255,.8); }

.inbanner-ravifrdes { margin-top: 5px; line-height: 24px; font-size: 12px; color: #787979; max-height: 192px; overflow-y: auto; }

.inbanner-ravifrdes::-webkit-scrollbar { width: 2px; height: 8px; background-color: #fff; }

.inbanner-ravifrdes::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1); -webkit-border-radius: 2px; border-radius: 2px; background-color: #fff; }

.inbanner-ravifrdes::-webkit-scrollbar-thumb { -webkit-border-radius: 2px; border-radius: 2px; -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1); background-color: rgba(41,121,255,.8); }

.inbanner-close { position: absolute; top: -12px; right: -12px; z-index: 10; display: block; width: 12px; height: 12px; }

.inbanner-close span { position: relative; display: block; width: 100%; height: 100%; }

.inbanner-close span:after, .inbanner-close span:before { position: absolute; top: 50%; left: 50%; width: 10px; height: 1px; background: #000000; -webkit-transform: translate(-50%, -50%) rotate(45deg); -moz-transform: translate(-50%, -50%) rotate(45deg); -ms-transform: translate(-50%, -50%) rotate(45deg); -o-transform: translate(-50%, -50%) rotate(45deg); transform: translate(-50%, -50%) rotate(45deg); content: ""; }

.inbanner-close span:after { width: 1px; height: 10px; }

.incommonweb { width: 100%; padding: 0 15px; margin: 0 auto; max-width: 1480px; }

.intitle { position: relative; text-align: center; }

.intitle h2 { position: relative; z-index: 3; padding: 3px 0; line-height: 1; font-size: 20px; font-weight: bold; color: #000000; background: #fff; }

.intitle h2 p { line-height: 16px; font-size: 12px; text-transform: uppercase; letter-spacing: 5px; color: #000000; opacity: 0.5; }

.intitle:after { position: absolute; top: -10px; left: 50%; width: 40px; height: 60px; border: 1px solid #313131; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); content: ""; }

.innews { padding: 30px 0 30px;}

.innews-view { margin-top: 20px; overflow-x: hidden; }

.innews-leftimg { width: 100%; position: relative;  overflow: hidden; }

.innews-leftimg img { width: 100%; height: 100%; }

.innews-right { margin-top: 10px; }

.innews-flul li { margin-bottom: 10px; }

.innews-h3 { height: 32px; line-height: 32px; font-size: 16px; color: #000000; white-space: nowrap; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; }

.innews-des { position: relative; padding-left: 50px; font-size: 14px; color: #6f6f6f; display: -webkit-box; height: 44px; line-height: 22px; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }

.innews-time { position: absolute; top: 0; left: 0; z-index: 2; width: 42px; height: 42px; padding-top: 6px; line-height: 14px; border: 1px solid #bababa; -webkit-border-radius: 50%; border-radius: 50%; }

.innews-time span { display: block; padding-left: 8px; font-size: 12px; color: #29342e; opacity: 0.3; }

.innews-time p { padding-left: 20px; font-size: 14px; color: #29342e; opacity: 0.3; }

.innews-time:after { position: absolute; top: 50%; left: 50%; width: 32px; height: 1px; background: #bcbcbc; -webkit-transform: translate(-50%, -50%) rotate(-45deg); -moz-transform: translate(-50%, -50%) rotate(-45deg); -ms-transform: translate(-50%, -50%) rotate(-45deg); -o-transform: translate(-50%, -50%) rotate(-45deg); transform: translate(-50%, -50%) rotate(-45deg); content: ""; }

.incase { padding-top: 30px; }

.incase-view { margin-top: 20px; background: #303030; }

.incase-swiper { position: relative; }

.incase-swiper .swiper-slide { position: relative; overflow: hidden; }

.incase-swiper .swiper-slide:hover .incase-menv { visibility: visible; opacity: 1; }

.incase-swiper .swiper-slide:hover .incase-mh3 { -webkit-animation: fadeInDown 0.3s; -moz-animation: fadeInDown 0.3s; -o-animation: fadeInDown 0.3s; animation: fadeInDown 0.3s; }

.incase-swiper .swiper-slide:hover .icase-mdes { -webkit-animation: fadeInDown 0.5s; -moz-animation: fadeInDown 0.5s; -o-animation: fadeInDown 0.5s; animation: fadeInDown 0.5s; }

.incase-swiper .swiper-slide:hover .incase-radius { -webkit-animation: fadeInUp 0.3s; -moz-animation: fadeInUp 0.3s; -o-animation: fadeInUp 0.3s; animation: fadeInUp 0.3s; }

.incase-swiper .swiper-slide:hover .incase-iconv { visibility: hidden; opacity: 0; -webkit-animation: zoomOut 0.5s; -moz-animation: zoomOut 0.5s; -o-animation: zoomOut 0.5s; animation: zoomOut 0.5s; }
.incase-swiper .thumb { display: block; position: relative; overflow: hidden; }

.incase-swiper .thumb:after { content: ''; display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 1; background-color: rgba(0, 0, 0, 0.6); -webkit-transition: .3s; -o-transition: .3s; -moz-transition: .3s; transition: .3s; }

.incase-img1 { width: 100%; position: relative; height: 0; padding-top: 214.70588%; overflow: hidden; }

.incase-img1 img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.incase-iconv { position: absolute; top: 50%; left: 0; z-index: 5; width: 100%; padding: 0 10px; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); -webkit-transition: all 0.5s; -o-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; opacity: 1; visibility: visible; }

.incase-icon { width: 54px; height: 54px; margin: 0 auto; line-height: 52px; text-align: center; -webkit-border-radius: 50%; border-radius: 50%; border: 1px solid #fff; }

.incase-icon img { max-width: 100%; max-height: 100%; }

.incase-h3 { position: relative; padding-top: 15px; margin-top: 10px; text-align: center; line-height: 1; font-size: 16px; color: #f2f2f2;/*color: #2979FF;*/ text-shadow: 0px 1px 3px #000; }

.incase-h3:after { position: absolute; top: 0; left: 50%; width: 20px; height: 2px; margin-left: -10px; background: #fff; content: ""; }

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

.display-cell { display: table-cell; vertical-align: middle; }

.incase-menv { position: absolute; top: 0; left: 0; z-index: 10; width: 100%; height: 100%; padding: 0 10px; text-align: center; background: rgba(41,121,255,.8); visibility: hidden; opacity: 0; -webkit-transition: all 0.3s; -o-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; }

.incase-mh3 { position: relative; padding-bottom: 14px; line-height: 1; font-size: 16px; color: #fff; }

.incase-mh3:after { position: absolute; bottom: 0; left: 50%; width: 20px; height: 2px; margin-left: -10px; background: #fff; content: ""; }

.icase-mdes { margin-top: 10px; font-size: 14px; color: #fff; display: -webkit-box; height: 96px; line-height: 24px; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 4; }

.incase-radius { position: relative; margin: 10px auto 0; width: 40px; height: 40px; border: 1px solid #fff; -webkit-border-radius: 50%; border-radius: 50%; }

.incase-radius:after, .incase-radius:before { position: absolute; top: 50%; left: 50%; width: 20px; height: 1px; background: #fff; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); content: ""; }

.incase-radius:after { width: 1px; height: 20px; }

.incase-btn1 { position: absolute; top: 0; z-index: 15; width: 30px; height: 100%; background: rgba(0, 0, 0, 0.5); }

.incase-btn1 span { position: relative; display: block; width: 100%; height: 100%; }

.incase-btn1 span:after { position: absolute; top: 50%; left: 50%; width: 12px; height: 12px; -webkit-transform: translate(-50%, -50%) rotate(45deg); -moz-transform: translate(-50%, -50%) rotate(45deg); -ms-transform: translate(-50%, -50%) rotate(45deg); -o-transform: translate(-50%, -50%) rotate(45deg); transform: translate(-50%, -50%) rotate(45deg); -webkit-transition: all 0.3s; -o-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; content: ""; }

.incase-btn1:hover span:after { border-color: rgba(41,121,255,.8); }

.incase-prev { left: 0; }

.incase-prev span:after { border-bottom: 2px solid #fff; border-left: 2px solid #fff; }

.incase-next { right: 0; }

.incase-next span:after { border-top: 2px solid #fff; border-right: 2px solid #fff; }

.inabout { padding: 30px 0 30px; }

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

.inabout-text .inabout-a { display: block; margin: 0 auto; width: 156px; height: 42px; line-height: 42px; text-align: center; font-size: 14px; color: #ffffff; background: rgba(41,121,255,.8); -webkit-border-radius: 22px; border-radius: 22px; }

.inabout-des { margin-top: 10px; padding-bottom: 20px; line-height: 24px; font-size: 14px; color: #7b7b7b; }

.neibanner { position: relative; overflow: hidden; }

.neibanner .commonweb { position: absolute; width: 100%; top: 50%; left: 50%; z-index: 3; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

.neibanner img { position: relative; left: 50%; width: auto; max-width: none; height: 150px; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); }

.neibanner-tit { position: relative; text-align: right; padding-bottom: 0px; }

.neibanner-tit h2 { line-height: 27px; font-size: 22px; color: #fff; }

.neibanner-tit h3 { line-height: 20px; font-size: 14px; letter-spacing: 2px; text-transform: uppercase; color: #ffffff; }

.neibanner-tit:after { position: absolute; bottom: 0; right: 0; width: 50px; height: 2px; background: rgba(41,121,255,.8); content: "";display:none; }

.neibanner-tit.bk h2, .neibanner-tit.bk h3 { color: #000000; }

.neibanner-tit.wt h2, .neibanner-tit.wt h3 { color: #fff; }

.imorepages a { display: block; margin: 0 auto; width: 120px; height: 45px; text-align: center; line-height: 45px; font-size: 14px; color: #ffffff; background: #2979FF; border-radius: 25px;}

.neiermenu { padding: 15px 0; line-height: 1; font-size: 14px; color: #333333; }

.neiermenu a { color: #333333; -webkit-transition: all 0.3s; -o-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; }

.neiermenu a:hover { color: rgba(41,121,255,.8); }

.neiermenu a:last-child { color: rgba(41,121,255,.8); }

.neiermenu .commonweb { white-space: nowrap; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; }

.casepost { padding: 35px 0 30px; }

.more-active span, .more-active i { position: relative; display: inline-block; vertical-align: middle; font-style: normal; -webkit-transition: all 0.3s; -o-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; }

.more-active:hover span, .more-active:hover i { color: rgba(41,121,255,.8); }

.more-active:hover i { -webkit-animation: moreactive 0.8s linear infinite; -moz-animation: moreactive 0.8s linear infinite; -o-animation: moreactive 0.8s linear infinite; animation: moreactive 0.8s linear infinite; }

@-webkit-keyframes moreactive { 0% { -webkit-transform: translateX(0px); transform: translateX(0px); }
  50% { -webkit-transform: translateX(5px); transform: translateX(5px); }
  100% { -webkit-transform: translateX(0px); transform: translateX(0px); } }

@-moz-keyframes moreactive { 0% { -moz-transform: translateX(0px); transform: translateX(0px); }
  50% { -moz-transform: translateX(5px); transform: translateX(5px); }
  100% { -moz-transform: translateX(0px); transform: translateX(0px); } }

@-o-keyframes moreactive { 0% { -o-transform: translateX(0px); transform: translateX(0px); }
  50% { -o-transform: translateX(5px); transform: translateX(5px); }
  100% { -o-transform: translateX(0px); transform: translateX(0px); } }

@keyframes moreactive { 0% { -webkit-transform: translateX(0px); -moz-transform: translateX(0px); -o-transform: translateX(0px); transform: translateX(0px); }
  50% { -webkit-transform: translateX(5px); -moz-transform: translateX(5px); -o-transform: translateX(5px); transform: translateX(5px); }
  100% { -webkit-transform: translateX(0px); -moz-transform: translateX(0px); -o-transform: translateX(0px); transform: translateX(0px); } }

.case-conimg { width: 100%; position: relative; height: 0; padding-top: 96.05263%; overflow: hidden; }

.case-conimg img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.case-conmen { position: absolute; top: 0; left: 0; z-index: 10; width: 100%; height: 100%; padding: 0 10.52632%; text-align: center; background: rgba(166, 14, 14, 0.8); visibility: hidden; opacity: 0; -webkit-transition: all 0.3s; -o-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; }

.case-conh3 { line-height: 30px; font-size: 16px; color: #ffffff; }

.case-conh4 { position: relative; padding-bottom: 10px; line-height: 20px; font-size: 14px; color: #ffffff; }

.case-conh4:after { position: absolute; bottom: 0; left: 50%; width: 30px; margin-left: -15px; height: 1px; background: #fff; content: ""; }

.case-condes { margin-top: 3px; font-size: 14px; color: #ffffff; display: -webkit-box; height: 112px; line-height: 28px; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 4; }

.case-conradius { position: relative; display: block; width: 45px; height: 45px; margin: 10px auto 0; background: #fff; -webkit-border-radius: 50%; border-radius: 50%; }

.case-conradius:after, .case-conradius:before { position: absolute; top: 50%; left: 50%; width: 20px; height: 1px; background: rgba(41,121,255,.8); -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); content: ""; }

.case-conradius:before { width: 1px; height: 20px; }

.case-context { padding-top: 5px; -webkit-transition: all 0.3s; -o-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; }

.case-contexth3 { height: 30px; line-height: 30px; font-size: 16px; color: #333333; white-space: nowrap; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; }

.case-contexth4 { line-height: 1; font-size: 14px; color: #999999; white-space: nowrap; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; }

.casepost-btn1 { display: none; position: absolute; top: 50%; z-index: 10; width: 30px; height: 30px; background: #e6e6e6; -webkit-border-radius: 50%; border-radius: 50%; -webkit-transition: all 0.3s; -o-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; }

.casepost-btn1 span { position: relative; display: block; width: 100%; height: 100%; }

.casepost-btn1 span:after { position: absolute; top: 50%; left: 50%; width: 7px; height: 7px; -webkit-transform: translate(-50%, -50%) rotate(45deg); -moz-transform: translate(-50%, -50%) rotate(45deg); -ms-transform: translate(-50%, -50%) rotate(45deg); -o-transform: translate(-50%, -50%) rotate(45deg); transform: translate(-50%, -50%) rotate(45deg); content: ""; -webkit-transition: all 0.3s; -o-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; }

.casepost-btn1:hover { background: rgba(41,121,255,.8); }

.casepost-btn1:hover span:after { border-color: #fff; }

.casepost-prev { left: -15px; }

.casepost-prev span:after { border-bottom: 1px solid #d2d2d2; border-left: 1px solid #d2d2d2; }

.casepost-next { right: -15px; }

.casepost-next span:after { border-top: 1px solid #d2d2d2; border-right: 1px solid #d2d2d2; }

.products-one { padding: 30px 0 30px; }

.products-oneview1 { position: relative; /**margin-top: 30px;**/ padding: 0 30px;}

.products-oneview1 .casepost-btn1 { top: 40px; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }

.products-oneview1:after { position: absolute; top: 36px; left: 22px; z-index: 10px; width: 8px; height: 8px; -webkit-border-radius: 50%; border-radius: 50%; background: rgba(41,121,255,.8); content: ""; }

.products-oneview1:before { position: absolute; top: 36px; right: 22px; z-index: 10px; width: 8px; height: 8px; -webkit-border-radius: 50%; border-radius: 50%; background: rgba(41,121,255,.8); content: ""; }

.products-oneview1 .swiper-container { position: relative; padding: 0 10px; }

.products-oneview1 .swiper-container:after { position: absolute; left: 0; top: 40px; width: 100%; height: 1px; background: #eee; content: ""; }

.products-oneview1 .swiper-container .swiper-slide { text-align: center; }

.products-oneview1 .swiper-container .swiper-slide.cur .products-oneh3 { color: rgba(41,121,255,.8); }

.products-oneview1 .swiper-container .swiper-slide.cur .products-onev1radius2:after { opacity: 1; }

.products-oneview1 .swiper-container .swiper-slide.cur .products-onev1img1 { opacity: 0; }

.products-oneview1 .swiper-container .swiper-slide.cur .products-onev1img2 { opacity: 1; }

.products-onev1radius { margin: 0 auto; width: 80px; height: 80px; margin: 0 auto; padding: 5px; border: 1px dashed #eee; -webkit-border-radius: 50%; border-radius: 50%; background: #fff; }

.products-onev1radius2 { position: relative; width: 100%; height: 100%; line-height: 68px; -webkit-border-radius: 50%; border-radius: 50%; overflow: hidden; background: #f3f2f2; text-align: center; -webkit-transition: all 0.3s; -o-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; }

.products-onev1radius2:after { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; -webkit-transition: all 0.3s; -o-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; background: -webkit-gradient(linear, left top, right top, from(#be0e0e), to(#e85757)); background: -webkit-linear-gradient(left, #be0e0e, #e85757); background: -moz- oldlinear-gradient(left, #be0e0e, #e85757); background: -o-linear-gradient(left, #be0e0e, #e85757); background: linear-gradient(90deg, #be0e0e, #e85757); content: ""; }

.products-onev1radius2 img { position: absolute; top: 50%; left: 50%; z-index: 5; -webkit-transition: all 0.3s; -o-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

.products-onev1img1 { opacity: 1; }

.products-onev1img2 { opacity: 0; }

.products-oneh3 { margin-top: 7px; line-height: 28px; font-size: 16px; color: #140506; -webkit-transition: all 0.3s; -o-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; }

.products-two { padding: 30px 0 30px; background-repeat: no-repeat; background-position: center top; -o-background-size: auto 81.85185%; background-size: auto 81.85185%; }

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

.products-texth3 { line-height: 27px; font-size: 18px; color: #000000; }

.products-textdes { padding-top: 5px; line-height: 26px; font-size: 14px; color: #000000; }

.products-twoimg { margin-top: 20px; text-align: center; }

.products-three { padding: 30px 0 30px; }

.products-threeimg { padding-top: 30px; text-align: center; }

.products-four { position: relative; }

.products-four img { width: 100%; }

.products-six { padding: 30px 0 30px; }

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

.products-sixtit h3 { line-height: 30px; font-size: 18px; color: #000000; }

.products-sixtit h3 img { vertical-align: top; }

.products-sixtit h4 { margin-top: 6px; line-height: 26px; font-size: 14px; color: #000000; }

.products-sixul { margin-top: 20px; font-size: 0; }

.products-sixul li { width: 49%; padding: 0 10px; display: inline-block; vertical-align: top; text-align: center; margin-right: 2%; margin-bottom: 15px; }

.products-sixul li:nth-child(2n) { margin-right: 0; }

.products-sixicon { width: 100%; text-align: center; }

.products-sixicon img { max-width: 100%; }

.products-sixtext { margin-top: 6px; }

.products-sixtext h3 { line-height: 24px; font-size: 16px; color: #0e1115; }

.products-sixdes { margin-top: 5px; line-height: 24px; font-size: 14px; color: #0e1115; }

.propost1-one { padding: 18px 0 30px; }

.propost1-oneimg { width: 100%; position: relative; height: 0; padding-top: 100%; overflow: hidden; border: 1px solid #e8e8e8; }

.propost1-oneimg img { position: absolute; top: 50%; left: 50%; max-width: 100%; max-height: 100%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

.propost1-onerigh { padding-top: 10px; }

.propost1-oneh2 { margin-bottom: 6px; line-height: 28px; font-size: 18px; }

.propost1-oneh3 { position: relative; padding-bottom: 7px; line-height: 24px; font-size: 16px; color: #72696a; }

.propost1-oneh3:after { position: absolute; bottom: 0; left: 0; width: 25px; height: 1px; background: #dbdbdb; content: ""; }

.propost1-onedes { margin-top: 10px; line-height: 26px; font-size: 14px; color: #666666; }

.propost1-two { padding-bottom: 30px; overflow: hidden; }

.propost1-two .propost1-twoimg { position: relative; width: auto; max-width: none; height: 100px; left: 50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); }

.propost1-twoul { position: relative; font-size: 0; margin-top: -17.5%; padding-bottom: 10px; }

.propost1-twoul li { display: inline-block; vertical-align: top; width: 49%; margin-right: 2%; padding: 20px 15px 20px; text-align: center; background: #ffffff; -webkit-border-radius: 3px; border-radius: 3px; -webkit-box-shadow: 0px 0px 15px -5px #aaa; box-shadow: 0px 0px 15px -5px #aaa; margin-bottom: 15px; }

.propost1-twoul li:nth-child(2n) { margin-right: 0; }

.propost1-twoicon { width: 60px; height: 60px; text-align: center; line-height: 60px; margin: 0 auto; }

.propost1-twoicon img { width: 100%; height: 100%; }

.propost1-twoh3 { position: relative; margin-top: 10px; padding-bottom: 6px; line-height: 28px; font-size: 16px; color: #140506; }

.propost1-twoh3:after { position: absolute; bottom: 0%; left: 50%; width: 22px; height: 1px; margin-left: -11px; background: rgba(41,121,255,.8); content: ""; }

.propost1-twodes { width: 100%; margin-top: 12px; line-height: 26px; font-size: 14px; color: #666666; height: 104px; overflow-y: auto; }

.propost1-twodes::-webkit-scrollbar { width: 2px; height: 8px; background-color: #fff; }

.propost1-twodes::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1); -webkit-border-radius: 2px; border-radius: 2px; background-color: #fff; }

.propost1-twodes::-webkit-scrollbar-thumb { -webkit-border-radius: 2px; border-radius: 2px; -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1); background-color: rgba(41,121,255,.8); }

.propost1-two2tit { margin-top: 20px; text-align: center; line-height: 30px; font-size: 18px; color: #333333; }

.propost1-two2img { margin-top: 12px; text-align: center; }

.propost1-three { padding: 30px 0 30px; background: #f2f2f2; }

.propost1-threetit { text-align: center; line-height: 24px; font-size: 16px; color: #333333; }

.propost1-threetit .spanclr { color: rgba(41,121,255,.8); }

.propost1-threetit .spanpd { padding-left: 20px; }

.propost1-threeform { width: 100%; padding-top: 20px; }

.propost1-threeitem { font-size: 0; text-align: center; }

.propost1-threeitem input { cursor:pointer; width: 50%; max-width: 400px; height: 42px; line-height: 40px; padding: 0 20px; border: 1px solid rgba(41,121,255,.8); background: #ffffff; -webkit-border-radius: 30px; border-radius: 30px; }

.propost1-threeitem input.propost1-threeinsub { background: rgba(41,121,255,.8); color: #fff; }

.propost2 { padding: 34px 0 30px; }

.propost2-ul { margin-top: 30px; font-size: 0; padding-bottom: 10px; }

.propost2-ul li { display: inline-block; vertical-align: top; width: 49%; margin-right: 2%; margin-bottom: 15px; padding: 30px 15px 20px; text-align: center; background: #fff; -webkit-border-radius: 8px; border-radius: 8px; -webkit-box-shadow: 0px 0px 15px -5px #aaa; box-shadow: 0px 0px 15px -5px #aaa; }

.propost2-ul li:nth-child(2n) { margin-right: 0; }

.propost2-liicon { width: 85px; height: 56px; margin: 0 auto; }

.propost2-liicon img { width: 100%; height: 100%; }

.propost2-lih3 { margin-top: 10px; line-height: 24px; font-size: 16px; color: #0e050a; }

.propost2-lides { margin-top: 4px; line-height: 24px; font-size: 14px; color: #666666; height: 120px; overflow-y: auto; }

.propost2-lides::-webkit-scrollbar { width: 2px; height: 8px; background-color: #fff; }

.propost2-lides::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1); -webkit-border-radius: 2px; border-radius: 2px; background-color: #fff; }

.propost2-lides::-webkit-scrollbar-thumb { -webkit-border-radius: 2px; border-radius: 2px; -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1); background-color: rgba(41,121,255,.8); }

.propost2-text { padding: 20px 0 10px; border-top: 1px solid #e6e6e6; border-bottom: 1px solid #e6e6e6; line-height: 24px; font-size: 14px; }

.propost2-texth3 { position: relative; padding-left: 15px; margin-bottom: 10px; font-size: 14px; color: #333333; font-weight: bold; }

.propost2-texth3:after { position: absolute; top: 9px; left: 0; width: 8px; height: 8px; -webkit-border-radius: 50%; border-radius: 50%; background: rgba(41,121,255,.8); content: ""; }

.propost2-textdes { padding-bottom: 14px; color: #666666; }

.propost2-btmtext { padding-top: 20px; }

.propost2-btmtext table { max-width: 100%; }

.propost2-btmtexth3 { line-height: 30px; font-size: 16px; color: #000000; font-weight: bold; }

.propost2-btmtexttable { padding-top: 14px; }

.propost2-btmtexttable table { max-width: 800px; width: 100%; }

.propost2-btmtexttable table, .propost2-btmtexttable th, .propost2-btmtexttable tr, .propost2-btmtexttable td { text-align: left; border: 1px solid #e6e6e6; }

.propost2-btmtexttable td { vertical-align: top; padding: 10px 10px; line-height: 24px; font-size: 14px; color: #333333; }

.propost2-btmtexttable .propost2-btmtextth1 { vertical-align: middle; }

.joinus { padding-top: 34px; }

.joinus-tit { text-align: center; padding-top: 20px; }

.joinus-tit h3 { line-height: 28px; font-size: 16px; color: #333333; }

.joinus-tit h4 { margin-top: 4px; line-height: 26px; font-size: 14px; color: #666666; }

.servicepost-h3 { margin-bottom: 10px; line-height: 30px; font-size: 20px; color: #333333; }

.servicepost-h4 { line-height: 26px; font-size: 16px; color: #333333; }

.servicepost-ul { font-size: 0; }

.servicepost-ul li { position: relative; display: inline-block; vertical-align: top; width: 49%; margin-right: 2%; margin-bottom: 15px; }

.servicepost-ul li:nth-child(2n) { margin-right: 0; }

.servicepost-img { width: 100%; position: relative; height: 0; padding-top: 69.09091%; overflow: hidden; }

.servicepost-img img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.servicepost-img img { margin: 0 !important; }

.servicepost-men { position: absolute; top: 0; left: 0; z-index: 10; width: 100%; height: 100%; background: rgba(166, 14, 14, 0.7); opacity: 0; -webkit-transition: all 0.3s; -o-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; }

.servicepost-radius { position: absolute; top: 50%; left: 50%; width: 48px; height: 48px; margin-top: -24px; margin-left: -24px; opacity: 0; -webkit-transition: all 0.3s; -o-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; }

.servicepost-radius span { position: relative; display: block; width: 100%; height: 100%; border: 1px solid #fff; -webkit-border-radius: 50%; border-radius: 50%; }

.servicepost-radius span:after, .servicepost-radius span:before { position: absolute; top: 50%; left: 50%; width: 22px; height: 2px; -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: #fff; content: ""; }

.servicepost-radius span:after { width: 2px; height: 22px; }

.service-one { padding: 10px 0 20px; }

.service-onetext { text-align: center; line-height: 28px; font-size: 14px; color: #666666; }

.service-two { padding: 30px 0 30px; background: #f7f7f7; }

.service-twoul { padding-bottom: 15px; font-size: 0; }

.service-twoul li { display: inline-block; vertical-align: top; width: 49%; margin-right: 2%; margin-bottom: 10px; }

.service-twoul li:nth-child(2n) { margin-right: 0; }

.service-twoimg { width: 100%; position: relative; height: 0; padding-top: 94.64286%; overflow: hidden; }

.service-twoimg img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.service-twotext { padding: 10px 10px; background: #fff; -webkit-transition: all 0.3s; -o-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; }

.service-twoh3 { height: 26px; line-height: 26px; font-size: 16px; color: #333333; white-space: nowrap; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; -webkit-transition: all 0.3s; -o-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; }

.service-twoh4 { position: relative; height: 34px; line-height: 20px; padding-bottom: 14px; font-size: 13px; color: #999999; white-space: nowrap; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; -webkit-transition: all 0.3s; -o-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; }

.service-twoh4:after { position: absolute; bottom: 0; left: 0; width: 10px; height: 1px; background: #bbbbbb; content: ""; -webkit-transition: all 0.3s; -o-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; }

.support-one { padding: 34px 0 30px; }

.support-onetext { padding-top: 20px; line-height: 24px; text-align: center; font-size: 14px; color: #666666; }

.support-two { overflow: hidden; padding-bottom: 30px; }

.support-two .support-twoimgbg { width: 100%; }

.support-twocon { padding-top: 20px; }

.support-twoconview1 { font-size: 0; }

.support-twoconitem { width: 50%; display: inline-block; max-width: 200px; height: 130px; background: rgba(0,0,0,.5); transition: all .5s;}

.support-twoconitem a { display: table; width: 100%; height: 100%; table-layout: fixed; overflow: hidden; }

.support-twoconitem:nth-child(2) { background: url(../images/twoconitem.jpg) no-repeat center center/cover; }

.support-twoconitem:hover{background-color: rgba(0,0,0,.1);opacity:.8;}

.support-twoitemh3 { display: table-cell; vertical-align: middle; font-size: 0; width: 100%; padding: 0 10px; line-height: 30px; text-align: center; }

.support-twoitemh3 img { width: 35px; height: 35px; vertical-align: top; }

.support-twoitemh3 span { padding-left: 5px; display: inline-block; vertical-align: top; font-size: 18px; color: #ffffff; }

.support-twocon { background: #fff; }

.support-twocontext { padding: 30px 0px 0px; line-height: 24px; font-size: 14px; color: #666666; }

.support-twoh3, .support-twoh32 { line-height: 26px; font-size: 16px; font-weight: bold; color: rgba(41,121,255,.8); }

.support-twoh32 { font-size: 15px; color: #333333; font-weight: normal; }

.innova-one { padding-top: 34px; }

.innova-three { padding: 30px 0 30px; }

.innova-threemenu { text-align: center; overflow-x: auto; font-size: 0; white-space: nowrap; }

.innova-threemenu a { display: inline-block; vertical-align: top; width: 120px; height: 45px; line-height: 43px; font-size: 14px; color: #666666; border: 1px solid #cccccc; -webkit-transition: all 0.3s; -o-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; }

.innova-threemenu a.cur { color: #fff; background: rgba(41,121,255,.8); border-color: rgba(41,121,255,.8); }

.innova-threeul { margin-top: 20px; font-size: 0; }

.innova-threeul li { display: inline-block; vertical-align: top; width: 49%; margin-right: 2%; margin-bottom: 15px; }

.innova-threeul li:nth-child(2n) { margin-right: 0; }

.innova-threeimg { width: 100%; background: #f7f7f7; position: relative; height: 0; padding-top: 100%; overflow: hidden; }

.innova-threeimg img { position: absolute; top: 50%; left: 50%; max-width: 100%; max-height: 100%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

.innova-threetext { width: 100%; height: 50px; padding: 5px 10px; display: table; table-layout: fixed; overflow: hidden; background: #f0f0f0; }

.innova-threetext h3 { width: 100%; display: table-cell; vertical-align: middle; text-align: center; line-height: 20px; font-size: 14px; color: #333333; }

.about-one { padding: 34px 0 30px; }

.about-oneview { padding-top: 30px; }

.about-oneright { padding-top: 20px; }

.about-onetit { position: relative; padding-bottom: 12px; }

.about-onetit:after { position: absolute; bottom: 0; left: 0; width: 20px; height: 2px; background: rgba(41,121,255,.8); content: ""; }

.about-onetit h2 { line-height: 30px; font-size: 20px; color: #0e050a; }

.about-onetit h3 { line-height: 20px; font-size: 14px; color: #999999; }

.about-onerighttext { margin-top: 10px; line-height: 28px; font-size: 14px; color: #333333; }

.about-two { padding: 30px 0 30px; background-repeat: no-repeat; background-position: center center; -o-background-size: cover; background-size: cover; }

.about-two .intitle h2 { background: #f7f7f7; }

.path-panel { padding-top: 30px; }

.about-two .path-swiper { max-width: 500px; margin: 0 auto; -webkit-border-radius: 100%; border-radius: 100%; }

.about-two .path-ctrl { display: none; }

.about-two .path-pages { text-align: center; }

.about-two .path-pages span { margin: 0 3px; }

.about-two .path-pages .swiper-pagination-bullet-active { background-color: rgba(41,121,255,.8); }

.about-two li { position: relative; -webkit-border-radius: 100%; border-radius: 100%; overflow: hidden; }

.about-two .info { position: absolute; left: 0; top: 0; z-index: 10; width: 100%; height: 100%; font-size: 0; text-align: center; }

.about-two .info::before { content: ""; width: 0; height: 100%; display: inline-block; vertical-align: middle; }

.about-two .mid { display: inline-block; vertical-align: middle; color: #fff; width: 80%; }

.about-two .year { font-size: 30px; line-height: 1; }

.about-two .year::after { content: ""; display: block; width: 50px; height: 2px; overflow: hidden; margin: 14px auto 22px; background-color: rgba(41,121,255,.8); }

.about-two .dot { display: inline-block; text-align: left; font-size: 14px; line-height: 24px; max-height: 120px; overflow-y: auto; text-align: center; }

.about-two .dot::-webkit-scrollbar { width: 2px; height: 8px; background-color: #fff; }

.about-two .dot::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1); -webkit-border-radius: 2px; border-radius: 2px; background-color: #fff; }

.about-two .dot::-webkit-scrollbar-thumb { -webkit-border-radius: 2px; border-radius: 2px; -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1); background-color: rgba(41,121,255,.8); }

.u-img { position: relative; overflow: hidden; }

.u-img::after { content: ''; display: block; width: 100%; padding-bottom: 100%; }

.u-img img { position: absolute; left: 0; top: 0; z-index: 3; width: 100%; min-height: 100%; }

.path-swiper .swiper-slide-active img { -webkit-animation: scalec 5s linear infinite; -moz-animation: scalec 5s linear infinite; -o-animation: scalec 5s linear infinite; animation: scalec 5s linear infinite; }

@-webkit-keyframes scalec { 0% { -webkit-transform: scale(1); transform: scale(1); }
  50% { -webkit-transform: scale(1.1); transform: scale(1.1); }
  100% { -webkit-transform: scale(1); transform: scale(1); } }

@-moz-keyframes scalec { 0% { -moz-transform: scale(1); transform: scale(1); }
  50% { -moz-transform: scale(1.1); transform: scale(1.1); }
  100% { -moz-transform: scale(1); transform: scale(1); } }

@-o-keyframes scalec { 0% { -o-transform: scale(1); transform: scale(1); }
  50% { -o-transform: scale(1.1); transform: scale(1.1); }
  100% { -o-transform: scale(1); transform: scale(1); } }

@keyframes scalec { 0% { -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); transform: scale(1); }
  50% { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }
  100% { -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); transform: scale(1); } }

@-webkit-keyframes pathmovenext { 0% { -webkit-transform: translate(0, 0); transform: translate(0, 0); }
  50% { -webkit-transform: translate(105px, -27px); transform: translate(105px, -27px); }
  100% { -webkit-transform: translate(0, 0); transform: translate(0, 0); } }

@-moz-keyframes pathmovenext { 0% { -moz-transform: translate(0, 0); transform: translate(0, 0); }
  50% { -moz-transform: translate(105px, -27px); transform: translate(105px, -27px); }
  100% { -moz-transform: translate(0, 0); transform: translate(0, 0); } }

@-o-keyframes pathmovenext { 0% { -o-transform: translate(0, 0); transform: translate(0, 0); }
  50% { -o-transform: translate(105px, -27px); transform: translate(105px, -27px); }
  100% { -o-transform: translate(0, 0); transform: translate(0, 0); } }

@keyframes pathmovenext { 0% { -webkit-transform: translate(0, 0); -moz-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0); }
  50% { -webkit-transform: translate(105px, -27px); -moz-transform: translate(105px, -27px); -o-transform: translate(105px, -27px); transform: translate(105px, -27px); }
  100% { -webkit-transform: translate(0, 0); -moz-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0); } }

@-webkit-keyframes pathmoveprev { 0% { -webkit-transform: translate(0, 0); transform: translate(0, 0); }
  50% { -webkit-transform: translate(-105px, 28px); transform: translate(-105px, 28px); }
  100% { -webkit-transform: translate(0, 0); transform: translate(0, 0); } }

@-moz-keyframes pathmoveprev { 0% { -moz-transform: translate(0, 0); transform: translate(0, 0); }
  50% { -moz-transform: translate(-105px, 28px); transform: translate(-105px, 28px); }
  100% { -moz-transform: translate(0, 0); transform: translate(0, 0); } }

@-o-keyframes pathmoveprev { 0% { -o-transform: translate(0, 0); transform: translate(0, 0); }
  50% { -o-transform: translate(-105px, 28px); transform: translate(-105px, 28px); }
  100% { -o-transform: translate(0, 0); transform: translate(0, 0); } }

@keyframes pathmoveprev { 0% { -webkit-transform: translate(0, 0); -moz-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0); }
  50% { -webkit-transform: translate(-105px, 28px); -moz-transform: translate(-105px, 28px); -o-transform: translate(-105px, 28px); transform: translate(-105px, 28px); }
  100% { -webkit-transform: translate(0, 0); -moz-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0); } }

@-webkit-keyframes suspension2 { 0% { -webkit-transform: translateY(-15%); transform: translateY(-15%); }
  50% { -webkit-transform: translateY(0); transform: translateY(0); }
  100% { -webkit-transform: translateY(-15%); transform: translateY(-15%); } }

@-moz-keyframes suspension2 { 0% { -moz-transform: translateY(-15%); transform: translateY(-15%); }
  50% { -moz-transform: translateY(0); transform: translateY(0); }
  100% { -moz-transform: translateY(-15%); transform: translateY(-15%); } }

@-o-keyframes suspension2 { 0% { -o-transform: translateY(-15%); transform: translateY(-15%); }
  50% { -o-transform: translateY(0); transform: translateY(0); }
  100% { -o-transform: translateY(-15%); transform: translateY(-15%); } }

@keyframes suspension2 { 0% { -webkit-transform: translateY(-15%); -moz-transform: translateY(-15%); -o-transform: translateY(-15%); transform: translateY(-15%); }
  50% { -webkit-transform: translateY(0); -moz-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); }
  100% { -webkit-transform: translateY(-15%); -moz-transform: translateY(-15%); -o-transform: translateY(-15%); transform: translateY(-15%); } }

@-webkit-keyframes suspension3 { 0% { -webkit-transform: translateY(0%); transform: translateY(0%); }
  25% { -webkit-transform: translateY(-7%); transform: translateY(-7%); }
  50% { -webkit-transform: translateY(0); transform: translateY(0); }
  75% { -webkit-transform: translateY(7%); transform: translateY(7%); }
  100% { -webkit-transform: translateY(0%); transform: translateY(0%); } }

@-moz-keyframes suspension3 { 0% { -moz-transform: translateY(0%); transform: translateY(0%); }
  25% { -moz-transform: translateY(-7%); transform: translateY(-7%); }
  50% { -moz-transform: translateY(0); transform: translateY(0); }
  75% { -moz-transform: translateY(7%); transform: translateY(7%); }
  100% { -moz-transform: translateY(0%); transform: translateY(0%); } }

@-o-keyframes suspension3 { 0% { -o-transform: translateY(0%); transform: translateY(0%); }
  25% { -o-transform: translateY(-7%); transform: translateY(-7%); }
  50% { -o-transform: translateY(0); transform: translateY(0); }
  75% { -o-transform: translateY(7%); transform: translateY(7%); }
  100% { -o-transform: translateY(0%); transform: translateY(0%); } }

@keyframes suspension3 { 0% { -webkit-transform: translateY(0%); -moz-transform: translateY(0%); -o-transform: translateY(0%); transform: translateY(0%); }
  25% { -webkit-transform: translateY(-7%); -moz-transform: translateY(-7%); -o-transform: translateY(-7%); transform: translateY(-7%); }
  50% { -webkit-transform: translateY(0); -moz-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); }
  75% { -webkit-transform: translateY(7%); -moz-transform: translateY(7%); -o-transform: translateY(7%); transform: translateY(7%); }
  100% { -webkit-transform: translateY(0%); -moz-transform: translateY(0%); -o-transform: translateY(0%); transform: translateY(0%); } }

@-webkit-keyframes suspension { 0% { -webkit-transform: translateY(0); transform: translateY(0); }
  50% { -webkit-transform: translateY(-15%); transform: translateY(-15%); }
  100% { -webkit-transform: translateY(0); transform: translateY(0); } }

@-moz-keyframes suspension { 0% { -moz-transform: translateY(0); transform: translateY(0); }
  50% { -moz-transform: translateY(-15%); transform: translateY(-15%); }
  100% { -moz-transform: translateY(0); transform: translateY(0); } }

@-o-keyframes suspension { 0% { -o-transform: translateY(0); transform: translateY(0); }
  50% { -o-transform: translateY(-15%); transform: translateY(-15%); }
  100% { -o-transform: translateY(0); transform: translateY(0); } }

@keyframes suspension { 0% { -webkit-transform: translateY(0); -moz-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); }
  50% { -webkit-transform: translateY(-15%); -moz-transform: translateY(-15%); -o-transform: translateY(-15%); transform: translateY(-15%); }
  100% { -webkit-transform: translateY(0); -moz-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); } }

@-webkit-keyframes rotate { 0% { -webkit-transform: rotate(0); transform: rotate(0); }
  50% { -webkit-transform: rotate(180deg); transform: rotate(180deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }

@-moz-keyframes rotate { 0% { -moz-transform: rotate(0); transform: rotate(0); }
  50% { -moz-transform: rotate(180deg); transform: rotate(180deg); }
  100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } }

@-o-keyframes rotate { 0% { -o-transform: rotate(0); transform: rotate(0); }
  50% { -o-transform: rotate(180deg); transform: rotate(180deg); }
  100% { -o-transform: rotate(360deg); transform: rotate(360deg); } }

@keyframes rotate { 0% { -webkit-transform: rotate(0); -moz-transform: rotate(0); -o-transform: rotate(0); transform: rotate(0); }
  50% { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }
  100% { -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); } }

.about-twoicon3 { display: none; }

.btn { display: none; }

.about-three { padding-top: 30px;  }

.about-map { position: relative; z-index: 10; display: none; }

.about-map1 { padding-bottom: 35px; }

.about-mapposit { position: relative; text-align: center;}

.about-mapposit .about-mapimg { width: 100%; }

.about-mapul li { display: none; position: absolute; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

.about-mapul li.cur { z-index: 5; }

.about-mapul li.cur .about-mapitem { background: rgba(166, 14, 14, 0.2); }

.about-mapul li.cur .about-mapitem:after, .about-mapul li.cur .about-mapitem:before { display: block; }

.about-mapul li.cur .about-mapitem span { background: rgba(41,121,255,.8); }

.about-mapul li.cur .about-mapitem span:after, .about-mapul li.cur .about-mapitem span:before { display: block; }

.about-mapul li.cur .about-mapitview { display: block; }

.about-mapitem { position: relative; display: block; width: 10px; height: 10px; padding: 2px; -webkit-border-radius: 50%; border-radius: 50%; background: rgba(153, 153, 153, 0.3); }

.about-mapitem span { display: block; width: 100%; height: 100%; background: #999999; -webkit-border-radius: 50%; border-radius: 50%; }

.about-mapitem span:after, .about-mapitem span:before { display: none; position: absolute; top: 50%; left: 50%; width: 50px; height: 50px; border: 1px solid rgba(41,121,255,.8); -webkit-border-radius: 50%; border-radius: 50%; -webkit-transform: translate(-50%, -50%) scale(0); -moz-transform: translate(-50%, -50%) scale(0); -ms-transform: translate(-50%, -50%) scale(0); -o-transform: translate(-50%, -50%) scale(0); transform: translate(-50%, -50%) scale(0); opacity: 0; background: rgba(166, 14, 14, 0.1); content: ''; }

.about-mapitem span:after { -webkit-animation: move4 3s linear infinite; -moz-animation: move4 3s linear infinite; -o-animation: move4 3s linear infinite; animation: move4 3s linear infinite; -webkit-animation-delay: 0; -moz-animation-delay: 0; -o-animation-delay: 0; animation-delay: 0; }

.about-mapitem span:before { -webkit-animation: move4 3s linear infinite; -moz-animation: move4 3s linear infinite; -o-animation: move4 3s linear infinite; animation: move4 3s linear infinite; -webkit-animation-delay: .5s; -moz-animation-delay: .5s; -o-animation-delay: .5s; animation-delay: .5s; }

.about-mapitem:after, .about-mapitem:before { display: none; position: absolute; top: 50%; left: 50%; width: 50px; height: 50px; border: 1px solid rgba(41,121,255,.8); -webkit-border-radius: 50%; border-radius: 50%; -webkit-transform: translate(-50%, -50%) scale(0); -moz-transform: translate(-50%, -50%) scale(0); -ms-transform: translate(-50%, -50%) scale(0); -o-transform: translate(-50%, -50%) scale(0); transform: translate(-50%, -50%) scale(0); opacity: 0; background: rgba(166, 14, 14, 0.1); content: ''; }

.about-mapitem:after { -webkit-animation: move4 3s linear infinite; -moz-animation: move4 3s linear infinite; -o-animation: move4 3s linear infinite; animation: move4 3s linear infinite; -webkit-animation-delay: 1s; -moz-animation-delay: 1s; -o-animation-delay: 1s; animation-delay: 1s; }

.about-mapitem:before { -webkit-animation: move4 3s linear infinite; -moz-animation: move4 3s linear infinite; -o-animation: move4 3s linear infinite; animation: move4 3s linear infinite; -webkit-animation-delay: 1.5s; -moz-animation-delay: 1.5s; -o-animation-delay: 1.5s; animation-delay: 1.5s; }

.about-mapitview { position: absolute; top: 100%; left: 50%; z-index: 15; margin-left: 5px; 
/**-webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); 
-o-transform: translateY(-50%); transform: translateY(-50%);**/ display: none;
transform: translateX(-50%);
    background: #fff;
    box-shadow: 0px 5px 15px -5px #aaa;
    text-align: left;
    padding: 10px 0;
    border-radius: 5px; }

.about-maph3 { white-space: nowrap; padding: 0 10px; line-height: 20px; font-size: 13px; color: rgba(41,121,255,.8); font-weight: bold; position: relative;padding-bottom: 4px;}

.about-maph3:before{position:absolute;bottom: 0;left: 0;width: 100%;height: 4px;background: #000;content:'';}

.about-maph3:after{position:absolute;bottom: 0;right: 0;width: 50%;height: 4px;background: rgba(41,121,255,.8);content:'';}

.about-maph3 span{display:block;width: 100%;position:relative;padding-left: 10px;}

.about-maph3 span:after{position:absolute;top: 50%;left: 0px;border-left: 5px solid rgba(41,121,255,.8);border-top: 5px solid transparent;border-bottom: 5px solid transparent;content:'';transform: translateY(-50%);}

.about-mapdes { display: block; margin-top: 4px; line-height: 22-px; font-size: 12px; color: #313131; padding: 0 10px;}

.about-mapabtn { display: block; position: absolute; left: 14.83333%; top: 83.09071%; z-index: 16; width: 40px; height: 40px; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

.about-mapabtn i { position: relative; z-index: 17; font-style: normal; display: block; width: 100%; height: 100%; background: rgba(41,121,255,.8); -webkit-border-radius: 50%; border-radius: 50%; }

.about-mapabtn span { display: block; width: 100%; height: 100%; line-height: 40px; text-align: center; font-size: 14px; color: #ffffff; font-weight: bold; }

.about-mapabtn span:after, .about-mapabtn span:before { position: absolute; top: 50%; left: 50%; width: 60px; height: 60px; border: 1px solid rgba(41,121,255,.8); -webkit-border-radius: 50%; border-radius: 50%; -webkit-transform: translate(-50%, -50%) scale(0); -moz-transform: translate(-50%, -50%) scale(0); -ms-transform: translate(-50%, -50%) scale(0); -o-transform: translate(-50%, -50%) scale(0); transform: translate(-50%, -50%) scale(0); opacity: 0; background: rgba(166, 14, 14, 0.1); content: ''; }

.about-mapabtn span:after { -webkit-animation: move4 3s linear infinite; -moz-animation: move4 3s linear infinite; -o-animation: move4 3s linear infinite; animation: move4 3s linear infinite; -webkit-animation-delay: 0; -moz-animation-delay: 0; -o-animation-delay: 0; animation-delay: 0; }

.about-mapabtn span:before { -webkit-animation: move4 3s linear infinite; -moz-animation: move4 3s linear infinite; -o-animation: move4 3s linear infinite; animation: move4 3s linear infinite; -webkit-animation-delay: .5s; -moz-animation-delay: .5s; -o-animation-delay: .5s; animation-delay: .5s; }

.about-mapabtn:after, .about-mapabtn:before { position: absolute; top: 50%; left: 50%; width: 60px; height: 60px; border: 1px solid rgba(41,121,255,.8); -webkit-border-radius: 50%; border-radius: 50%; -webkit-transform: translate(-50%, -50%) scale(0); -moz-transform: translate(-50%, -50%) scale(0); -ms-transform: translate(-50%, -50%) scale(0); -o-transform: translate(-50%, -50%) scale(0); transform: translate(-50%, -50%) scale(0); opacity: 0; background: rgba(166, 14, 14, 0.1); content: ''; }

.about-mapabtn:after { -webkit-animation: move4 3s linear infinite; -moz-animation: move4 3s linear infinite; -o-animation: move4 3s linear infinite; animation: move4 3s linear infinite; -webkit-animation-delay: 1s; -moz-animation-delay: 1s; -o-animation-delay: 1s; animation-delay: 1s; }

.about-mapabtn:before { -webkit-animation: move4 3s linear infinite; -moz-animation: move4 3s linear infinite; -o-animation: move4 3s linear infinite; animation: move4 3s linear infinite; -webkit-animation-delay: 1.5s; -moz-animation-delay: 1.5s; -o-animation-delay: 1.5s; animation-delay: 1.5s; }

@-webkit-keyframes move4 { 0% { opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0); }
  25% { opacity: .5;
    -webkit-transform: translate(-50%, -50%) scale(0.25);
    transform: translate(-50%, -50%) scale(0.25); }
  50% { opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(0.5);
    transform: translate(-50%, -50%) scale(0.5); }
  75% { opacity: .5;
    -webkit-transform: translate(-50%, -50%) scale(0.75);
    transform: translate(-50%, -50%) scale(0.75); }
  100% { opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1); } }

@-moz-keyframes move4 { 0% { opacity: 0;
    -moz-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0); }
  25% { opacity: .5;
    -moz-transform: translate(-50%, -50%) scale(0.25);
    transform: translate(-50%, -50%) scale(0.25); }
  50% { opacity: 1;
    -moz-transform: translate(-50%, -50%) scale(0.5);
    transform: translate(-50%, -50%) scale(0.5); }
  75% { opacity: .5;
    -moz-transform: translate(-50%, -50%) scale(0.75);
    transform: translate(-50%, -50%) scale(0.75); }
  100% { opacity: 0;
    -moz-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1); } }

@-o-keyframes move4 { 0% { opacity: 0;
    -o-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0); }
  25% { opacity: .5;
    -o-transform: translate(-50%, -50%) scale(0.25);
    transform: translate(-50%, -50%) scale(0.25); }
  50% { opacity: 1;
    -o-transform: translate(-50%, -50%) scale(0.5);
    transform: translate(-50%, -50%) scale(0.5); }
  75% { opacity: .5;
    -o-transform: translate(-50%, -50%) scale(0.75);
    transform: translate(-50%, -50%) scale(0.75); }
  100% { opacity: 0;
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1); } }

@keyframes move4 { 0% { opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -moz-transform: translate(-50%, -50%) scale(0);
    -o-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0); }
  25% { opacity: .5;
    -webkit-transform: translate(-50%, -50%) scale(0.25);
    -moz-transform: translate(-50%, -50%) scale(0.25);
    -o-transform: translate(-50%, -50%) scale(0.25);
    transform: translate(-50%, -50%) scale(0.25); }
  50% { opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(0.5);
    -moz-transform: translate(-50%, -50%) scale(0.5);
    -o-transform: translate(-50%, -50%) scale(0.5);
    transform: translate(-50%, -50%) scale(0.5); }
  75% { opacity: .5;
    -webkit-transform: translate(-50%, -50%) scale(0.75);
    -moz-transform: translate(-50%, -50%) scale(0.75);
    -o-transform: translate(-50%, -50%) scale(0.75);
    transform: translate(-50%, -50%) scale(0.75); }
  100% { opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1); } }

.about-map2 { padding: 10px 0 30px; }

.about-four { padding: 30px 0 35px; overflow: hidden; }

.about-fourmenu { position: relative; margin-top: 20px; padding: 0 15px; }

.about-fourmenu .swiper-container { position: relative; z-index: 3; }

.about-fourmenu .swiper-slide { border: 1px solid #e2e2e2; overflow: hidden; }

.about-fourmenu .swiper-slide.active-nav { border-color: rgba(41,121,255,.8); }

.about-fourmenu:after { position: absolute; top: -15px; left: 30px; width: 22.16667%; height: 204.13793%; background: url(../images/about4bg.png); content: ''; }

.about-fourimg { width: 100%; position: relative; height: 0; padding-top: 74.35897%; overflow: hidden; }

.about-fourimg img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.about-fourview { padding: 20px 0 0; }

.about-fouritem { display: none; }

.about-fourh3 { line-height: 30px; font-size: 16px; color: rgba(41,121,255,.8); }

.about-fourdes { line-height: 24px; font-size: 14px; color: #474747; }

.about-fourspan { font-size: 16px; }

.about-fourbtm { padding-top: 30px; text-align: center; }

.avcit-one { position: relative; }

.avcit-onetext { padding: 20px 0px 30px; background: #fff; }

.avcit-onetext .avcit-onea { margin-top: 15px; display: block; width: 120px; height: 45px; text-align: center; line-height: 43px; border: 1px solid #cccccc; -webkit-transition: all .3s; -o-transition: all .3s; -moz-transition: all .3s; transition: all .3s;
border-radius: 25px; }

.avcit-onetext .avcit-onea span, .avcit-onetext .avcit-onea i { vertical-align: middle; font-size: 14px; color: #666666; }

.avcit-onetext .avcit-onea i { margin-left: 5px; }

.avcit-onetext .avcit-onea:hover { background: rgba(41,121,255,.8); border-color: rgba(41,121,255,.8); }

.avcit-onetext .avcit-onea:hover span, .avcit-onetext .avcit-onea:hover i { color: #fff; }

.avcit-com1 { width: 100%; }

.avcit-onetit { position: relative; padding-bottom: 10px; }

.avcit-onetit h2 { line-height: 30px; font-size: 20px; color: #0e050a; }

.avcit-onetit h3 { line-height: 20px; font-size: 14px; color: #999999; }

.avcit-onetit:after { position: absolute; bottom: 0; left: 0; width: 20px; height: 2px; background: rgba(41,121,255,.8); content: ''; }

.avcit-onedes { margin-top: 8px; line-height: 28px; font-size: 14px; color: #0e050a; }

.section { overflow: hidden; }

.avcit-two { padding: 10px 0 30px; }

.avcit-twoview { position: relative; padding: 0 30px; }

.avcit-twoview .avcit-twoimg { width: 100%; position: relative; height: 0; padding-top: 94.87179%; overflow: hidden; }

.avcit-twoview .avcit-twoimg img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.avcit-twobtn { display: none; position: absolute; top: 50%; z-index: 15; width: 30px; height: 30px; background: #e6e6e6; -webkit-transition: all .3s; -o-transition: all .3s; -moz-transition: all .3s; transition: all .3s;
 -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%);border-radius:1px; }

.avcit-twobtn span { display: block; width: 100%; height: 100%; position: relative; }

.avcit-twobtn span:after { position: absolute; top: 50%; left: 50%; width: 10px; height: 10px; -webkit-transform: translate(-50%, -50%) rotate(45deg); -moz-transform: translate(-50%, -50%) rotate(45deg); -ms-transform: translate(-50%, -50%) rotate(45deg); -o-transform: translate(-50%, -50%) rotate(45deg); transform: translate(-50%, -50%) rotate(45deg); content: ''; -webkit-transition: all .3s; -o-transition: all .3s; -moz-transition: all .3s; transition: all .3s; }

.avcit-twobtn:hover { background: rgba(41,121,255,.8); }

.avcit-twobtn:hover span:after { border-color: #fff; }

.avcit-twoprev { left: 0px; }

.avcit-twoprev span:after { border-bottom: 2px solid #cecece; border-left: 2px solid #cecece; }

.avcit-twonext { right: 0px; }

.avcit-twonext span:after { border-top: 2px solid #cecece; border-right: 2px solid #cecece; }

.avcit-twoimg { width: 100%; position: relative; height: 0; padding-top: 94.87179%; overflow: hidden; }

.avcit-twoimg img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.avcit-twotext { padding: 5px 20px 20px; border: 1px solid #cccccc; }

.avcit-twotext h3 { height: 30px; line-height: 30px; font-size: 20px; color: #666666; white-space: nowrap; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; }

.avcit-twotext h3:after { width: 14px; height: 2px; margin-left: 10px; display: inline-block; vertical-align: middle; margin-top: -2px; background: #d61518; content: ''; }

.avcit-twodes { font-size: 14px; color: #666666; display: -webkit-box; height: 48px; line-height: 24px; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }

.avcit-commonweb { padding: 0 15px; margin: 0 auto; max-width: 1520px; }

.avcit-threea { display: block; width: 120px; height: 45px; text-align: center; line-height: 43px; border: 1px solid #cccccc; -webkit-transition: all .3s; -o-transition: all .3s; -moz-transition: all .3s; transition: all .3s; }

.avcit-threea span, .avcit-threea i { vertical-align: middle; font-size: 14px; color: #cccccc; }

.avcit-threea i { margin-left: 5px; }

.avcit-threea:hover { background: rgba(41,121,255,.8); border-color: rgba(41,121,255,.8); }

.avcit-threea:hover span, .avcit-threea:hover i { color: #cccccc; }

.avcit-three { padding: 30px 0; background-repeat: no-repeat; -o-background-size: cover; background-size: cover; background-position: center center; }

.avcit-threefl { padding: 20px; border: 1px solid #6d655e; }

.avcit-threefl .avcit-threea { margin-top: 10px; }

.avcit-threeh3 { line-height: 24px; font-size: 14px; color: #ffffff; }

.avcit-threeh3 h3 { line-height: 40px; font-size: 20px; }

.avcit-threedes { margin-top: 10px; line-height: 24px; font-size: 14px; color: #ffffff; max-height: 286px; overflow-y: auto; }

.avcit-threedes::-webkit-scrollbar { width: 2px; height: 8px; background-color: #fff; }

.avcit-threedes::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1); -webkit-border-radius: 2px; border-radius: 2px; background-color: #fff; }

.avcit-threedes::-webkit-scrollbar-thumb { -webkit-border-radius: 2px; border-radius: 2px; -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1); background-color: rgba(41,121,255,.8); }

.avcit-threeh4 { line-height: 26px; font-size: 16px; color: rgba(41,121,255,.8); }

.avcit-threefr { padding-top: 10px; font-size: 0; }

.avcit-threefr a img{width:35px;height: 35px;}

.avcit-threefr a { display: inline-block; vertical-align: middle; max-width: 380px; width: 48%; margin: 0 1%; height: 100px; line-height: 100px; text-align: center; background: rgba(0,0,0,.5); -webkit-transition: all .3s; -o-transition: all .3s; -moz-transition: all .3s; transition: all .3s; }

.avcit-threefr a span, .avcit-threefr a i { display: inline-block; vertical-align: middle; -webkit-transition: all .3s; -o-transition: all .3s; -moz-transition: all .3s; transition: all .3s; }

.avcit-threefr a i { width: 40px; height: 40px; background-repeat: no-repeat; background-position: center center; }

.avcit-threefr a span { font-size: 16px; color: #fff; }

.avcit-threefr a:nth-child(1) i { background-image: url(../images/avcit-threeicon12.png); }

.avcit-threefr a:nth-child(1):hover i { background-image: url(../images/avcit-threeicon12.png); }

.avcit-threefr a:nth-child(2) i { background-image: url(../images/avcit-threeicon22.png); }

.avcit-threefr a:nth-child(2):hover i { background-image: url(../images/avcit-threeicon22.png); }

.avcit-threefr a:hover { background-color: rgba(0,0,0,.1);
    opacity: .8; }

.avcit-threefr a:hover span { color: #fff; }

.avcit-con .section { overflow: hidden; }

.avcit-four { padding: 30px 0; }

.avcit-five { padding: 30px 0; background-repeat: no-repeat; background-position: center center; -o-background-size: cover; background-size: cover; }

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

.avcit-fivetext h3 { line-height: 20px; font-size: 14px; color: #a4a3a3; }

.avcit-fivetext h4 { margin-top: 12px; line-height: 30px; font-size: 20px; color: #f1f1f1; }

.avcit-fivetext .avcit-fivea { display: block; width: 100px; height: 40px; margin: 30px auto 0; line-height: 38px; text-align: center; font-size: 14px; color: #cdcdcd; border: 1px solid #cdcdcd; }

.avcit-menu { display: none; }

footer.ms-footer .footer-nav a:last-child::after { display: none; }

.full-searchA-wrapper { padding-bottom: 30px; }

.full-searchA-wrapper .result-list { padding-bottom: 30px; }

.stnewspost-tit { text-align: center; padding-bottom: 8px; }

.stnewspost-tit h1 { line-height: 26px; font-size: 18px; color: #090403; }

.stnewspost-tit.active { padding: 10px 0 20px; }

.stnewspost-text { padding: 24px 0 0; line-height: 26px; font-size: 14px; color: #090403; border-top: 1px dotted #c5c5c5; }

.sep { padding: 30px 0; }

.inbanner-case { position: absolute; top: 0; left: 0; z-index: 20; display: none; width: 100%; height: 100%; background: rgba(14, 15, 33, 0.8); }

.inbanner-table { width: 100%; height: 100%; display: table; table-layout: fixed; overflow: hidden; }

.inbanner-casecell { display: table-cell; width: 100%; max-height: 100%; overflow-y: auto; vertical-align: middle; }

.inbanner-casecell::-webkit-scrollbar { width: 2px; height: 8px; background-color: #fff; }

.inbanner-casecell::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1); -webkit-border-radius: 2px; border-radius: 2px; background-color: #fff; }

.inbanner-casecell::-webkit-scrollbar-thumb { -webkit-border-radius: 2px; border-radius: 2px; -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1); background-color: rgba(41,121,255,.8); }

.inbanner-caselist { width: 100%; font-size: 0; text-align: center; }

.inbanner-caselist a { display: inline-block; vertical-align: top; width: 49%; margin-right: 2%; margin-bottom: 10px; }

.inbanner-caselist a:nth-child(2n) { margin-right: 0; }

.inbanner-caseicon { width: 54px; height: 54px; margin: 0 auto; }

.inbanner-caseicon img { width: 100%; }

.inbanner-caseh3 { margin-top: 10px; line-height: 22px; font-size: 14px; color: #fff; }

.inbanner-caseclose { position: absolute; top: 80px; right: 20px; z-index: 21; display: block; width: 26px; height: 26px; border: 1px solid #fff; -webkit-border-radius: 50%; border-radius: 50%; }

.inbanner-caseclose span { position: relative; display: block; width: 100%; height: 100%; }

.inbanner-caseclose span:after, .inbanner-caseclose span:before { position: absolute; top: 50%; left: 50%; width: 16px; height: 1px; background: #fff; -webkit-transform: translate(-50%, -50%) rotate(45deg); -moz-transform: translate(-50%, -50%) rotate(45deg); -ms-transform: translate(-50%, -50%) rotate(45deg); -o-transform: translate(-50%, -50%) rotate(45deg); transform: translate(-50%, -50%) rotate(45deg); content: ''; }

.inbanner-caseclose span:after { width: 1px; height: 16px; }

.inbanner-videoview { position: absolute; top: 0; left: 0; z-index: 5; width: 100%; height: 100%; }

.inbanner-videoview .inbanner-video { width: 100%; height: 100%; }


/*箭头*/
@media (min-width: 768px) { .inbanner-text1 { top: 17.01031%; -webkit-transform: translate(-50%, 0%); -moz-transform: translate(-50%, 0%); -ms-transform: translate(-50%, 0%); -o-transform: translate(-50%, 0%); transform: translate(-50%, 0%); }
  .inbanner-ravifl { float: left; width: 65.07353%; }
  .inbanner-ravifr { float: right; padding-left: 0; width: 29.41176%; }
  .inbanner-ravifrdes { max-height: 144px; }
  .incommonweb { padding-right: 20px; padding-left: 20px; }
  .innews-left { float: left; width: 60.29412%; }
  .innews-right { margin-top: 0; float: right; width: 36.02941%; }
  .neibanner img { position: relative; left: 0%; width: 100%; height: auto; -webkit-transform: translateX(0%); -moz-transform: translateX(0%); -ms-transform: translateX(0%); -o-transform: translateX(0%); transform: translateX(0%); }
  .neiermenu { padding: 20px 0; }
  .products-four .commonweb { position: absolute; width: 100%; top: 0%; left: 50%; z-index: 10; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); }
  .products-four .products-text {text-align: center;}
  .products-sixul li { width: 20%; margin-right: 0; }
  .propost1-oneleft { float: left; width: 360px; }
  .propost1-onerigh { padding-top: 25px; padding-right: 6.25%; padding-left: 3.33333%; overflow: hidden; }
  .propost1-one .commonweb { overflow: hidden; }
  .propost1-onedes { height: 182px; overflow-y: auto; padding-right: 20px; }
  .propost1-onedes::-webkit-scrollbar { width: 4px; height: 8px; background-color: #e6e6e6; }
  .propost1-onedes::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1); -webkit-border-radius: 2px; border-radius: 2px; background-color: #e6e6e6; }
  .propost1-onedes::-webkit-scrollbar-thumb { -webkit-border-radius: 2px; border-radius: 2px; -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1); background-color: #333333; }
  .propost1-two .propost1-twoimg { width: 100%; max-width: 100%; height: auto; }
  .propost1-twoul li { width: 23.125%; margin-right: 2.5%; }
  .propost1-twoul li:nth-child(2n) { margin-right: 2.5%; }
  .propost1-twoul li:nth-child(4n) { margin-right: 0; }
  .propost1-threeitem input { width: 30%; margin: 0 15px; }
  .propost2-ul li { width: 24.1875%; margin-right: 1.08333%; }
  .propost2-ul li:nth-child(2n) { margin-right: 1.08333%; }
  .propost2-ul li:nth-child(4n) { margin-right: 0; }
  .servicepost-ul li { width: 32.14286%; margin-right: 1.19048%; margin-bottom: 0px; }
  .servicepost-ul li:nth-child(2n) { margin-right: 1.19048%; }
  .servicepost-ul li:nth-child(3n) { margin-right: 0; }
  .service-twoul li { width: 23.33333%; margin-right: 2.22222%; }
  .service-twoul li:nth-child(2n) { margin-right: 2.22222%; }
  .service-twoul li:nth-child(4n) { margin-right: 0; }
  .innova-threeul li { display: inline-block; vertical-align: top; width: 31.66667%; margin-right: 2.5%; }
  .innova-threeul li:nth-child(2n) { margin-right: 2.5%; }
  .innova-threeul li:nth-child(3n) { margin-right: 0; }
  .about-oneleft { float: left; width: 50%; }
  .about-oneleft img { width: 100%; }
  .about-oneright { padding-top: 6px; float: right; width: 47.08333%; }
  .about-onerighttext { max-height: 196px; overflow-y: auto; }
  .about-onerighttext::-webkit-scrollbar { width: 2px; height: 8px; background-color: #fff; }
  .about-onerighttext::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1); -webkit-border-radius: 2px; border-radius: 2px; background-color: #fff; }
  .about-onerighttext::-webkit-scrollbar-thumb { -webkit-border-radius: 2px; border-radius: 2px; -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1); background-color: rgba(41,121,255,.8); }
  .about-mapitem { width: 20px; height: 20px; padding: 5px; }
  .about-mapitem span:after, .about-mapitem span:before { width: 120px; height: 120px; }
  .about-mapitem:after, .about-mapitem:before { width: 120px; height: 120px; }
  .about-mapitview { top: 0%; left:100%; width: 100px; margin-left: 5px; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); }
  .about-mapdes { display: block; }
  .about-mapabtn { width: 60px; height: 60px; }
  .about-mapabtn span { line-height: 60px; font-size: 20px; }
  .about-mapabtn span:after, .about-mapabtn span:before { width: 120px; height: 120px; }
  .about-mapabtn:after, .about-mapabtn:before { width: 120px; height: 120px; }
  .avcit-com1 { position: absolute; top: 50%; left: 50%; z-index: 10; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
  .avcit-onetext { float: right; width: 66.66667%; padding: 20px 20px 20px; }
  .avcit-onedes { height: 140px; overflow-y: auto; padding-right: 10px;}
  .avcit-onedes::-webkit-scrollbar { width: 5px; height: 8px; background-color: #fff; }
  .avcit-onedes::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1); -webkit-border-radius: 2px; border-radius: 2px; background-color: #fff; }
  .avcit-onedes::-webkit-scrollbar-thumb { -webkit-border-radius: 2px; border-radius: 2px; -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1); background-color: rgba(41,121,255,.8); }
  .avcit-two { padding: 30px 0 30px; }
  .avcit-commonweb { padding-right: 20px; padding-left: 20px; }
  .inbanner-caselist a { width: 24%; margin-right: 1.3333%; }
  .inbanner-caselist a:nth-child(2n) { margin-right: 1.3333%; }
  .inbanner-caselist a:nth-child(4n) { margin-right: 0; } }


/*箭头*/
@media (min-width: 1024px) { .inmenu-view { position: fixed; top: 70px; left: 0; width: 11.19792%; height: 100%; padding-bottom: 70px; z-index: 199; display: none; }
  .inmenu-erul { width: 100%; height: 100%; padding: 15px 0; overflow-y: auto; background: #323232; }
  .about-map1 .about-mapposit{max-width: 85%;margin-left: auto;margin-right:auto;}
  .avcit-threefr a img{width:45px;height: 45px;}
  .inmenu-erul::-webkit-scrollbar { width: 2px; height: 8px; background-color: #fff; }
  .inmenu-erul::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1); -webkit-border-radius: 2px; border-radius: 2px; background-color: #fff; }
  .inmenu-erul::-webkit-scrollbar-thumb { -webkit-border-radius: 2px; border-radius: 2px; -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1); background-color: rgba(41,121,255,.8); }
  .inmenu-era, .inmenu-erthree2, .inmenu-erfoura2 { position: relative; display: block; width: 100%; padding: 7px 20.93023% 7px 0; margin-bottom: 10px; line-height: 21px; /*text-align: right;*/text-align: left; font-size: 14px; color: #ffffff; -webkit-transition: all .3s; -o-transition: all .3s; -moz-transition: all .3s; transition: all .3s; }
  .inmenu-era:after, .inmenu-erthree2:after, .inmenu-erfoura2:after { position: absolute; top: 50%; right: 9.30233%; display: none; width: 10px; height: 10px; border-top: 2px solid #fefefe; border-right: 2px solid #fefefe; -webkit-transform: translateY(-50%) rotate(45deg); -moz-transform: translateY(-50%) rotate(45deg); -ms-transform: translateY(-50%) rotate(45deg); -o-transform: translateY(-50%) rotate(45deg); transform: translateY(-50%) rotate(45deg); content: ''; -webkit-transition: all .3s; -o-transition: all .3s; -moz-transition: all .3s; transition: all .3s; }
  .inmenu-era.active:after, .inmenu-erthree2.active:after, .inmenu-erfoura2.active:after { opacity: 1; display: block; }
  .inmenu-era:hover, .inmenu-erthree2:hover, .inmenu-erfoura2:hover { color: #2979FF; font-weight:bold;}
  .inmenu-era:hover:after, .inmenu-erthree2:hover:after, .inmenu-erfoura2:hover:after { border-color: #2979FF; }
  .inmenu-erfoura2:after { display: none; }
  .inmenu-erthree { position: fixed; top: 70px; left: 11.19792%; z-index: 200; display: none; height: 100%; padding: 15px 0 85px; width: 12.91667%; background: #3b3b3b; overflow-y: auto; }
  .inmenu-erthree::-webkit-scrollbar { width: 2px; height: 8px; background-color: #fff; }
  .inmenu-erthree::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1); -webkit-border-radius: 2px; border-radius: 2px; background-color: #fff; }
  .inmenu-erthree::-webkit-scrollbar-thumb { -webkit-border-radius: 2px; border-radius: 2px; -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1); background-color: rgba(41,121,255,.8); }
  .inmenu-erfour { position: fixed; left: 24.11458%; top: 70px; z-index: 200; display: none; width: 75.88542%; height: 100%; padding: 15px 0 85px; background: #434343; overflow-y: auto; background: #434343; font-size: 0; }
  .inmenu-erfour::-webkit-scrollbar { width: 2px; height: 8px; background-color: #fff; }
  .inmenu-erfour::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1); -webkit-border-radius: 2px; border-radius: 2px; background-color: #fff; }
  .inmenu-erfour::-webkit-scrollbar-thumb { -webkit-border-radius: 2px; border-radius: 2px; -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1); background-color: rgba(41,121,255,.8); }
  .inmenu-erfouritem { display: inline-block; vertical-align: top; min-width: 11%; padding: 0 3.08854% 0 1.37268%; }
  .software-nav .innav-erthree .inmenu-erfouritem{width: 16.6666%;}
  /*.inmenu-erfourh5 a { display: block; padding: 10px 0; line-height: 20px; font-size: 14px; color: #ffffff;transition: all .3s; }*/
  .inmenu-erfive { padding-top: 18px; border-top: 1px solid #6f6f6f; }
  .inmenu-erfiveh6 { line-height: 26px; font-size: 16px; color: #848484; }
  .inmenu-erfiveview { padding: 8px 0 22px; }
  .inmenu-erfiveview a.inmenu-erfivea { display: block; padding: 3px 0; line-height: 20px; font-size: 12px; color: #ffffff; -webkit-transition: all .3s; -o-transition: all .3s; -moz-transition: all .3s; transition: all .3s; }
  .inmenu-erfiveview a.inmenu-erfivea:hover { color: #2979FF;font-weight:bold; }
  .inmenu-coner { width: 20.83333%; background: #434343; }
  .inmenu-coner .inmenu-erthree2, .inmenu-coner .inmenu-erfoura2 { text-align: left; padding-right: 16.25%; padding-left: 16.25%; }
  .inmenu-erh3.cur .inmenu-era.active { color: #2979FF;font-weight:bold; }
  .inmenu-erh3.cur .inmenu-era.active:after { border-color: #2979FF; }
  .inmenu-erthreeh4.cur .inmenu-erthree2.active { color: #2979FF;font-weight:bold; }
  .inmenu-erthreeh4.cur .inmenu-erthree2.active:after { border-color: #2979FF; }
  .nav-btn.cur { background: rgba(41,121,255,.8); }
  .innav-ermenu { position: fixed; top: 70px; left: 0; width: 100%; max-height: 100%; display: none; padding-top: 40px; overflow-y: auto; border-top: 1px solid #969696; background: #3b3b3b; }
  .innav-ermenu::-webkit-scrollbar { width: 2px; height: 8px; background-color: #fff; }
  .innav-ermenu::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1); -webkit-border-radius: 2px; border-radius: 2px; background-color: #fff; }
  .innav-ermenu::-webkit-scrollbar-thumb { -webkit-border-radius: 2px; border-radius: 2px; -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1); background-color: rgba(41,121,255,.8); }
  .innav-commonweb { width: 100%; padding: 0 40px; margin: 0 auto; font-size: 0; max-width: 1360px; }
  .innav-eritem { display: inline-block; vertical-align: top; }
  .innav-eritemh4 a { position: relative; display: inline-block;  line-height: 30px; margin-bottom: 20px; font-size: 16px; color: #ffffff; -webkit-transition: all .3s; -o-transition: all .3s; -moz-transition: all .3s; transition: all .3s;text-align:center }
  .innav-eritemh4 a.active { padding-right: 20px; }
  .innav-eritemh4 a.active:after { position: absolute; top: 50%; right: 0; width: 10px; height: 10px; border-right: 1px solid #8c8c8c; border-top: 1px solid #8c8c8c; -webkit-transform: translateY(-50%) rotate(135deg); -moz-transform: translateY(-50%) rotate(135deg); -ms-transform: translateY(-50%) rotate(135deg); -o-transform: translateY(-50%) rotate(135deg); transform: translateY(-50%) rotate(135deg); -webkit-transition: all .3s; -o-transition: all .3s; -moz-transition: all .3s; transition: all .3s; }
  .innav-eritemh4 a.active2 { color: #2979FF; }
  .innav-eritemh4 a.active2:after { -webkit-transform: translateY(-50%) rotate(135deg); -moz-transform: translateY(-50%) rotate(135deg); -ms-transform: translateY(-50%) rotate(135deg); -o-transform: translateY(-50%) rotate(135deg); transform: translateY(-50%) rotate(135deg); border-color: #2979FF; }
  .innav-eritemh4 a:hover { color: #2979FF; }
  .innav-eritemh4 a:hover:after { border-color: #2979FF; }
  .innav-eritemh4 a img{float:left;width:100%;border-radius: 20px;}
  .innav-eritem { display: inline-block;min-width:0%;margin-right: 4%; }
  .innav-erthree { position: fixed; top: auto; left: 0; width: 100%; background: #434343; height: auto; max-height: 100%; padding-top: 20px; padding-bottom: 30px; overflow-y: auto; display: none; }
  .innav-erthree::-webkit-scrollbar { width: 2px; height: 8px; background-color: #fff; }
  .innav-erthree::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1); -webkit-border-radius: 2px; border-radius: 2px; background-color: #fff; }
  .innav-erthree::-webkit-scrollbar-thumb { -webkit-border-radius: 2px; border-radius: 2px; -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1); background-color: rgba(41,121,255,.8); }
  .innav-erthree .inmenu-erfouritem { padding-left: 0; }
  .innav-erthree.innavpbottom { padding-bottom: 200px; }
  header.ms-header nav ul li h3 a { z-index: 202; }
  header.ms-header nav ul li h3:before { z-index: 201; }
  body { padding-top: 70px; }
  .inbanner-h2 { font-size: 32px; }
  .inbanner-des1 { margin-top: 26px; max-height: none; }
  .inbnaner-aview .inbanner-a1 { margin-top: 25px; padding: 0 20px; font-size: 16px; -webkit-transition: all .3s; -o-transition: all .3s; -moz-transition: all .3s; transition: all .3s; min-width: 152px; }
  .inbnaner-aview .inbanner-a1:hover { border-color: #2979FF; background: #2979FF; color: #fff; }
  .inbanner-bat { bottom: 55px; }
  .inbanner-bat span { width: 10px; height: 10px; -webkit-border-radius: 7px; border-radius: 7px; }
  .inbanner-bat span.swiper-pagination-bullet-active { width: 25px; }
  .inbanner-ravifrdes { line-height: 26px; max-height: 208px; }
  .inbanner-close { top: 10px; right: 10px; }
  .incommonweb { padding-right: 60px; padding-left: 60px; }
  .intitle h2 { padding: 6px 0; font-size: 30px; }
  .intitle:after { top: -18px; width: 76px; height: 90px; }
  .innews { position: relative; padding: 5.9375% 0 3.125%; }
  .innews:after { position: absolute; bottom: 0; left: 50%; width: 36px; height: 36px; border-right: 4px solid rgba(41,121,255,.8); border-bottom: 4px solid rgba(41,121,255,.8); -webkit-transform: translateX(-50%) rotate(45deg); -moz-transform: translateX(-50%) rotate(45deg); -ms-transform: translateX(-50%) rotate(45deg); -o-transform: translateX(-50%) rotate(45deg); transform: translateX(-50%) rotate(45deg); content: ''; -webkit-animation: innewsbtm linear 1s infinite; -moz-animation: innewsbtm linear 1s infinite; -o-animation: innewsbtm linear 1s infinite; animation: innewsbtm linear 1s infinite; }
  @-webkit-keyframes innewsbtm { 0% { margin-bottom: 0; }
    50% { margin-bottom: -5px; }
    100% { margin-bottom: 0; } }
  @-moz-keyframes innewsbtm { 0% { margin-bottom: 0; }
    50% { margin-bottom: -5px; }
    100% { margin-bottom: 0; } }
  @-o-keyframes innewsbtm { 0% { margin-bottom: 0; }
    50% { margin-bottom: -5px; }
    100% { margin-bottom: 0; } }
  @keyframes innewsbtm { 0% { margin-bottom: 0; }
    50% { margin-bottom: -5px; }
    100% { margin-bottom: 0; } }
  .innews-view { margin-top: 4.54545%; }
  .innews-h3 { -webkit-transition: all .3s; -o-transition: all .3s; -moz-transition: all .3s; transition: all .3s; }
  .innews-flul li { -webkit-transition: all .3s; -o-transition: all .3s; -moz-transition: all .3s; transition: all .3s; }
  .innews-flul li:hover { -webkit-transform: translateX(5px); -moz-transform: translateX(5px); -ms-transform: translateX(5px); -o-transform: translateX(5px); transform: translateX(5px); }
  .innews-flul li:hover .innews-h3 { color: rgba(41,121,255,.8); }
  .innews-leftimg { overflow: hidden; }
  .innews-leftimg:hover img { -webkit-transform: scale(1.03); -moz-transform: scale(1.03); -ms-transform: scale(1.03); -o-transform: scale(1.03); transform: scale(1.03); }
  .innews-leftimg img { -webkit-transition: -webkit-transform ease 0.7s; transition: -webkit-transform ease 0.7s; -o-transition: -o-transform ease 0.7s; -moz-transition: transform ease 0.7s, -moz-transform ease 0.7s; transition: transform ease 0.7s; transition: transform ease 0.7s, -webkit-transform ease 0.7s, -moz-transform ease 0.7s, -o-transform ease 0.7s; }
  .incase { padding-top: 5.625%; }
  .incase-icon { width: 94px; height: 94px; line-height: 92px; }
  .incase-h3 { padding-top: 30px; margin-top: 20px; font-size: 30px; }
  .incase-mh3 { padding-bottom: 28px; font-size: 30px; line-height:1.5; }
  .icase-mdes { margin-top: 24px; font-size: 16px; line-height: 30px; height: 180px; }
  .incase-radius { margin: 30px auto 0; width: 55px; height: 55px; }
  .incase-radius:after, .incase-radius:before { width: 30px; }
  .incase-radius:after { width: 1px; height: 30px; }
  .incase-btn1 { width: 60px; }
  .incase-btn1 span:after { width: 30px; height: 30px; }
  .incase-prev { left: 0; }
  .incase-prev span:after { border-bottom: 3px solid #fff; border-left: 3px solid #fff; }
  .incase-next { right: 0; }
  .incase-next span:after { border-top: 3px solid #fff; border-right: 3px solid #fff; }
  .incase-view { margin-top: 4.54545%; }
  .inabout { padding: 3.64583% 0 3.90625%; }
  .inabout-text .inabout-a { font-size: 18px; }
  .inabout-des { margin-top: 20px; padding-bottom: 42px; font-size: 16px; }
  .neibanner-tit h2 { line-height: 45px; font-size: 30px; }
  .neibanner-tit h3 { line-height: 28px; font-size: 16px; letter-spacing: 5px; }
  .neibanner-tit:after { height: 6px; }
  .neiermenu { font-size: 16px; padding: 30px 0; }
  .full-newsF-container .newsF-list li a:hover p.more { background: #2979FF; color: #fff; }
  .casepost { padding: 35px 0 5.20833%; }
  .products-one { padding: 35px 0 55px; }
  .products-oneview1 { /**margin-top: 5.83333%;**/ padding: 0 65px; }
  .products-oneview1 .casepost-btn1 { top: 62px; }
  .products-oneview1:after { top: 59px; left: 57px; }
  .products-oneview1:before { top: 59px; right: 57px; }
  .products-oneview1 .swiper-container:after { top: 62px; }
  .products-oneview1 .swiper-container .swiper-slide:hover .products-oneh3 { color: rgba(41,121,255,.8); }
  .products-oneview1 .swiper-container .swiper-slide:hover .products-onev1radius2:after { opacity: 1; }
  .products-oneview1 .swiper-container .swiper-slide:hover .products-onev1img1 { opacity: 0; }
  .products-oneview1 .swiper-container .swiper-slide:hover .products-onev1img2 { opacity: 1; }
  .products-onev1radius { width: 124px; height: 124px; padding: 20px; }
  .products-onev1radius2 { line-height: 82px; }
  .products-oneh3 { font-size: 18px; }
  .products-two { padding: 66px 0 47px; }
  .products-texth3 { line-height: 35px; font-size: 26px; }
  .products-textdes { padding-top: 15px; line-height: 32px; font-size: 16px; }
  .products-twoimg { margin-top: 50px; }
  .products-three { padding: 48px 0 30px; }
  .products-threeimg { padding-top: 40px; }
  .propost1-one { padding: 18px 0 4.94792%; }
  .propost1-oneh2 { line-height: 38px; font-size: 28px; }
  .propost1-oneh3 { padding-bottom: 14px; line-height: 30px; font-size: 18px; }
  .propost1-onedes { margin-top: 24px; }
  .propost1-two { padding-bottom: 6.25%; }
  .propost1-twoul li { padding: 52px 20px 50px; margin-bottom: 30px; }
  .propost1-twoicon { width: 80px; height: 80px; line-height: 80px; }
  .propost1-twoh3 { margin-top: 35px; padding-bottom: 16px; font-size: 18px; }
  .propost1-two2tit { margin-top: 3%; line-height: 38px; font-size: 28px; }
  .propost1-two2img { margin-top: 22px; }
  .propost1-three { padding: 3.90625% 0 4.16667%; }
  .propost1-threetit { line-height: 32px; font-size: 24px; }
  .propost1-threeform { padding-top: 45px; }
  .propost1-threeitem input { height: 50px; line-height: 48px; padding: 0 30px; font-size: 16px; }
  .propost1-threeitem input.propost1-threeinsub { font-size: 18px;width:140px; }
  .propost2 { padding: 34px 0 5.20833%; }
  .propost2-ul { margin-top: 5.83333%; padding-bottom: 20px; }
  .propost2-ul li { margin-bottom: 30px; padding: 38px 25px 20px; }
  .propost2-lih3 { margin-top: 25px; line-height: 30px; font-size: 20px; }
  .propost2-text { padding: 45px 0 10px; line-height: 28px; font-size: 16px; }
  .propost2-texth3 { margin-bottom: 20px; font-size: 16px; }
  .propost2-texth3:after { top: 10px; }
  .propost2-textdes { padding-bottom: 24px; }
  .propost2-btmtext { padding-top: 35px; }
  .propost2-btmtexth3 { font-size: 18px; }
  .propost2-btmtexttable td { padding: 13px 50px; }
  .joinus-tit { padding-top: 45px; }
  .joinus-tit h3 { font-size: 18px; }
  .joinus-tit h4 { font-size: 16px; }
  .servicepost-h3 { margin-bottom: 28px; line-height: 40px; font-size: 30px; }
  .servicepost-h4 { line-height: 30px; font-size: 20px; }
  .full-newsdetailB-container div.newsdetailB-article { line-height: 28px; }
  .servicepost-ul li:hover .servicepost-men { opacity: 1; }
  .servicepost-ul li:hover .servicepost-radius { opacity: 1; -webkit-animation: zoomIn .3s; -moz-animation: zoomIn .3s; -o-animation: zoomIn .3s; animation: zoomIn .3s; }
  .service-one { padding: 16px 0 42px; }
  .service-two { padding: 50px 0 55px; }
  .service-twoul { padding-bottom: 30px; }
  .service-twoul li { -webkit-transition: all .3s; -o-transition: all .3s; -moz-transition: all .3s; transition: all .3s; margin-bottom: 25px; overflow: hidden; }
  .service-twoul li:hover img { -webkit-transform: scale(1.03); -moz-transform: scale(1.03); -ms-transform: scale(1.03); -o-transform: scale(1.03); transform: scale(1.03); }
  .service-twoul li img { -webkit-transition: -webkit-transform ease 0.7s; transition: -webkit-transform ease 0.7s; -o-transition: -o-transform ease 0.7s; -moz-transition: transform ease 0.7s, -moz-transform ease 0.7s; transition: transform ease 0.7s; transition: transform ease 0.7s, -webkit-transform ease 0.7s, -moz-transform ease 0.7s, -o-transform ease 0.7s; }
  .service-twoul li:hover { -webkit-transform: translateY(-5px); -moz-transform: translateY(-5px); -ms-transform: translateY(-5px); -o-transform: translateY(-5px); transform: translateY(-5px); }
  .service-twoul li:hover .service-twotext { background: rgba(41,121,255,.8); }
  .service-twoul li:hover .service-twoh3 { color: #fff; }
  .service-twoul li:hover .service-twoh4 { color: #fff; }
  .service-twoul li:hover .service-twoh4:after { background: #fff; }
  .service-twotext { padding: 15px 20px; }
  .service-twoh3 { font-size: 18px; }
  .support-one { padding: 34px 0 45px; }
  .support-onetext { padding-top: 65px; line-height: 28px; font-size: 18px; }
  .support-two { padding-bottom: 72px; }
  .support-two .support-twoimgbg { position: relative; left: 50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); max-width: none; width: auto; height: 400px; }
  .support-twoconitem { max-width: none; width: 100%; height: 300px; }
  .support-twoitemh3 { line-height: 45px; }
  .support-twoitemh3 img { width: 45px; height: 45px; }
  .support-twoitemh3 span { padding-left: 15px; font-size: 24px; }
  .support-twocontext { padding: 55px 5% 0px; line-height: 28px; }
  .support-twoh3 { line-height: 30px; font-size: 18px; }
  .support-twoh32 { font-size: 16px; }
  .support-twocon { padding-top: 0; position: relative; z-index: 5; margin-top: -100px; }
  .support-twoconright { float: right; width: 38.33333%; padding-left: 5%; }
  .support-twoconview1 { position: relative; margin-top: -300px; }
  .innova-three { padding: 50px 0 70px; }
  .innova-threemenu a { width: 140px; font-size: 16px; }
  .innova-threemenu a:hover { color: #fff; background: rgba(41,121,255,.8); border-color: rgba(41,121,255,.8); }
  .innova-threeul { margin-top: 50px; }
  .innova-threeul li { margin-bottom: 30px; cursor: pointer; -webkit-transition: all .3s; -o-transition: all .3s; -moz-transition: all .3s; transition: all .3s; }
  .innova-threeul li:hover { -webkit-transform: translateY(-5px); -moz-transform: translateY(-5px); -ms-transform: translateY(-5px); -o-transform: translateY(-5px); transform: translateY(-5px); }
  .innova-threeul li:hover .innova-threetext { background: rgba(41,121,255,.8); }
  .innova-threeul li:hover .innova-threetext h3 { color: #fff; }
  .innova-threetext { height: 50px; padding: 5px 10px; -webkit-transition: all .3s; -o-transition: all .3s; -moz-transition: all .3s; transition: all .3s; }
  .innova-threetext h3 { line-height: 20px; -webkit-transition: all .3s; -o-transition: all .3s; -moz-transition: all .3s; transition: all .3s; font-size: 18px; }
  .about-one { padding: 34px 0 4.16667%; }
  .about-oneview { padding-top: 5.83333%; }
  .about-onetit { padding-bottom: 22px; }
  .about-onetit h2 { line-height: 38px; font-size: 30px; }
  .about-onerighttext { margin-top: 18px; }
  .about-two { padding: 4.58333% 0 68px; overflow: hidden; }
  .path-panel { padding-top: 70px; }
  .about-two .year { font-size: 72px; }
  .about-two .year::after { height: 5px; margin: 34px auto 42px; }
  .about-two .dot { font-size: 18px; line-height: 32px; max-height: 160px; }
  .about-mapitem { width: 25px; height: 25px; }
  .about-mapitview { top: 0%; width: 200px; margin-left: 15px; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); }
  .about-maph3 { line-height: 30px; font-size: 20px; }
  .about-mapdes { margin-top: 8px; line-height: 22px; font-size: 16px; }
  .about-three { padding-top: 5.72917%; }
  .about-map1 { margin-top: -6.83333%; }
  .about-map2 { padding: 10.83333% 0 10%; }
  .about-map2 { padding: 6.77083% 0 6.25%; }
  .about-four { padding: 62px 0 35px; }
  .about-fourmenu { margin-top: 5.83333%; padding: 0; }
  .about-fourmenu .casepost-prev { left: -30px; }
  .about-fourmenu .casepost-next { right: -30px; }
  .about-fourview { padding: 45px 0 0 25%; }
  .about-fourh3 { font-size: 20px; }
  .about-fourbtm { padding-top: 6.66667%;padding-right: 33.3333%; }
  .avcit-onetext { padding: 40px 40px 40px; }
  .avcit-onetext .avcit-onea { margin-top: 32px; }
  .avcit-onetit { padding-bottom: 22px; }
  .avcit-onetit h2 { line-height: 38px; font-size: 30px; }
  .avcit-onedes { margin-top: 18px; height: 168px; }
  .avcit-twoview .swiper-slide:hover { overflow: hidden; }
  .avcit-twoview .swiper-slide:hover:hover img { -webkit-transform: scale(1.03); -moz-transform: scale(1.03); -ms-transform: scale(1.03); -o-transform: scale(1.03); transform: scale(1.03); }
  .avcit-twoview .swiper-slide:hover img { -webkit-transition: -webkit-transform ease 0.7s; transition: -webkit-transform ease 0.7s; -o-transition: -o-transform ease 0.7s; -moz-transition: transform ease 0.7s, -moz-transform ease 0.7s; transition: transform ease 0.7s; transition: transform ease 0.7s, -webkit-transform ease 0.7s, -moz-transform ease 0.7s, -o-transform ease 0.7s; }
  .avcit-twoview .swiper-slide:hover .avcit-twotext { background: rgba(41,121,255,.8); border-color: rgba(41,121,255,.8); }
  .avcit-twoview .swiper-slide:hover .avcit-twotext h3, .avcit-twoview .swiper-slide:hover .avcit-twotext .avcit-twodes { color: #fff; }
  .avcit-twoview .swiper-slide:hover .avcit-twotext h3:after { background: #fff; }
  .avcit-twobtn { width: 50px; height: 50px; }
  .avcit-twobtn span:after { width: 15px; height: 15px; }
  .avcit-twotext { padding: 5px 45px 32px; -webkit-transition: all .3s; -o-transition: all .3s; -moz-transition: all .3s; transition: all .3s; }
  .avcit-twotext h3 { -webkit-transition: all .3s; -o-transition: all .3s; -moz-transition: all .3s; transition: all .3s; height: 52px; line-height: 52px; font-size: 30px; }
  .avcit-twotext h3:after { margin-left: 20px; -webkit-transition: all .3s; -o-transition: all .3s; -moz-transition: all .3s; transition: all .3s; }
  .avcit-twodes { font-size: 18px; -webkit-transition: all .3s; -o-transition: all .3s; -moz-transition: all .3s; transition: all .3s; }
  .avcit-twoprev { left: -20px; }
  .avcit-twonext { right: -20px; }
  .avcit-twoview .avcit-twoimg img { -webkit-transition: all .3s; -o-transition: all .3s; -moz-transition: all .3s; transition: all .3s; }
  .avcit-commonweb { padding-right: 40px; padding-left: 40px; }
  .avcit-two { padding-top: 60px; padding-bottom: 60px; }
  .avcit-three { padding: 60px 0; }
  .avcit-threefl { padding: 3.13043% 26.42857% 4.78261% 5.21739%; }
  .avcit-threefl .avcit-threea { margin-top: 32px; }
  .avcit-threeh3 { line-height: 30px; font-size: 18px; }
  .avcit-threeh3 h3 { line-height: 66px; font-size: 36px; }
  .avcit-threedes { margin-top: 26px; line-height: 28px; }
  .avcit-threeh4 { line-height: 30px; font-size: 18px; }
  .avcit-threefr { padding-top: 0px; }
  .avcit-threefr a { width: 100%; margin: 15px 0; height: 200px; line-height: 200px; }
  .avcit-threefr a span { font-size: 24px; }
  .avcit-threeview { position: relative; padding-left: 40px; padding-right: 210px; }
  .avcit-threefr { position: absolute; top: 50%; right: 7.14286%; z-index: 5; width: 27.14286%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }
  .avcit-four, .avcit-five { padding-top: 60px; padding-bottom: 60px; }
  .avcit-fivetext h4 { margin-top: 32px; line-height: 62px; font-size: 46px; }
  .avcit-fivetext .avcit-fivea { width: 170px; height: 50px; margin: 80px auto 0; line-height: 48px; font-size: 18px; }
  .avcit-fivetext .avcit-fivea { -webkit-transition: all .3s; -o-transition: all .3s; -moz-transition: all .3s; transition: all .3s; }
  .avcit-fivetext .avcit-fivea:hover { background: rgba(41,121,255,.8); border-color: rgba(41,121,255,.8); color: #fff; }
  .full-searchA-wrapper { padding-bottom: 70px; }
  .full-searchA-wrapper .result-list { padding-bottom: 50px; }
  .full-searchA-wrapper div.search-form { padding-top: 20px; }
  .sep { padding: 50px 0 70px; }
  .sep .newspost-tit { padding-bottom: 30px; }
  .inbanner-caselist a { -webkit-transition: all .3s; -o-transition: all .3s; -moz-transition: all .3s; transition: all .3s; width: 12.5%; margin-right: 0%; }
  .inbanner-caselist a:nth-child(2n) { margin-right: 0%; }
  .inbanner-caselist a:hover { -webkit-transform: translateY(-5px); -moz-transform: translateY(-5px); -ms-transform: translateY(-5px); -o-transform: translateY(-5px); transform: translateY(-5px); }
  .inbanner-caselist a:hover .inbanner-caseh3 { color: rgba(41,121,255,.8); }
  .inbanner-caseh3 { -webkit-transition: all .3s; -o-transition: all .3s; -moz-transition: all .3s; transition: all .3s; }
  .inbanner-caseclose { -webkit-transition: all .3s; -o-transition: all .3s; -moz-transition: all .3s; transition: all .3s; }
  .inbanner-caseclose:hover { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); border-color: rgba(41,121,255,.8); }
  .inbanner-caseclose:hover span:after, .inbanner-caseclose:hover span:before { background: rgba(41,121,255,.8); }
  .inbanner-caseclose span:after, .inbanner-caseclose span:before { -webkit-transition: all .3s; -o-transition: all .3s; -moz-transition: all .3s; transition: all .3s; }
  .incase-img1 img { -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; }
  .incase-swiper .swiper-slide:hover .incase-img1 img { -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); transform: scale(1.05); } }


/*箭头*/
@media (min-width: 1260px) { .inmenu-era, .inmenu-erthree2, .inmenu-erfoura2 { padding: 0 20.93023%; margin-bottom: 15px; font-size: 16px; }
	.inmenu-erfoura2{font-size:12px;}
  .inmenu-era:after, .inmenu-erthree2:after, .inmenu-erfoura2:after { width: 10px; height: 10px; }
  /*.inmenu-erfourh5 a { font-size: 14px; }*/
  .innav-eritemh4 a.active { padding-right: 20px; }
  .innav-eritemh4.pccur a:after { position: absolute; top: 50%; right: 0px; width: 8px; height: 8px; border-top: 1px solid #8c8c8c; border-right: 1px solid #8c8c8c; -webkit-transform: translateY(-50%) rotate(135deg); -moz-transform: translateY(-50%) rotate(135deg); -ms-transform: translateY(-50%) rotate(135deg); -o-transform: translateY(-50%) rotate(135deg); transform: translateY(-50%) rotate(135deg); content: ""; }
  .innav-eritemh4 a.active2:after { -webkit-transform: translateY(-50%) rotate(135deg); -moz-transform: translateY(-50%) rotate(135deg); -ms-transform: translateY(-50%) rotate(135deg); -o-transform: translateY(-50%) rotate(135deg); transform: translateY(-50%) rotate(135deg); border-color: #2979FF; }
  body { padding-top: 0px; }
  .inbanner-bat{bottom:65px;}
  .inbanner-bat span { width: 16px; height: 16px; -webkit-border-radius: 10px; border-radius: 10px; }
  .inbanner-bat span.swiper-pagination-bullet-active { width: 50px; }
  /**.inbanner-potion { width: 100%; position: relative; left: 50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); }
  .inbanner-potion .inbanner-img { width: auto; max-width: none; height: 100vh; }**/
  /**.inbanner-btm { display: block;}**/
  .inbanner-radiusitem:after, .inbanner-radiusitem:before { display: block; }
  .inbanner-ravifr { padding: 5.73529% 4.04412% 0 0; }
  .inbanner-ravifrh3 { line-height: 36px; font-size: 24px; }
  .inbanner-ravifrdes { margin-top: 15px; font-size: 14px; }
  /**.inbanner .swiper-slide { height: 100vh; }**/
  body, html { height: 100%; overflow: visible; }
  .incommonweb { padding-right: 60px; padding-left: 60px; }
  .intitle h2 { font-size: 36px;  }
  .intitle:after { top: -28px; height: 110px; }
  .incase .intitle h2{display: inline-block; vertical-align: top; /*text-align: justify;*/text-align: center;}
  .innews-flul li { margin-bottom: 15px; }
  .innews-h3 { height: 42px; line-height: 42px; font-size: 18px; }
  .innews-left { width: 57.72059%; }
  .neibanner-tit h2 { line-height: 60px; font-size: 50px; }
  .neibanner-tit h3 { letter-spacing: 10px; }
  .products-six { padding: 4.94792% 0 3.54167%; }
  .products-sixtit h3 { line-height: 40px; font-size: 26px; }
  .products-sixtit h4 { margin-top: 12px; line-height: 32px; font-size: 16px; }
  .products-sixul { margin-top: 40px; }
  .products-sixul li { margin-bottom: 30px; }
  .products-sixtext { margin-top: 12px; }
  .products-sixtext h3 { line-height: 30px; font-size: 22px; }
  .products-sixdes { margin-top: 10px; font-size: 16px; }
  .propost1-twoul li { padding: 52px 30px 50px; }
  .propost1-twoh3 { font-size: 20px; }
  .about-onerighttext { max-height: none; overflow-y: visible; }
  .about-two .path-panel { position: relative; max-width: 800px; margin: 0px auto; padding: 85px; background: url(../images/path-half.png) no-repeat center; -o-background-size: 100% auto; background-size: 100% auto; }
  .about-two .path-panel::before { content: ""; position: absolute; left: -115px; top: 149px; width: 162px; height: 119px; background: url(../images/pathstars.png) no-repeat center; -webkit-animation: suspension 10s linear infinite; -moz-animation: suspension 10s linear infinite; -o-animation: suspension 10s linear infinite; animation: suspension 10s linear infinite; }
  .about-two .path-panel::after { content: ""; position: absolute; right: 96px; top: 30px; width: 202px; height: 202px; background: url(../images/path-cir.png) no-repeat center; -webkit-animation: suspension2 10s linear infinite; -moz-animation: suspension2 10s linear infinite; -o-animation: suspension2 10s linear infinite; animation: suspension2 10s linear infinite; }
  .about-two .path-panel .path-bg { width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: url(../images/path-border.png) no-repeat; -webkit-animation: rotate 10s linear infinite; -moz-animation: rotate 10s linear infinite; -o-animation: rotate 10s linear infinite; animation: rotate 10s linear infinite; }
  .about-twoicon3 { display: block; position: absolute; right: -74px; bottom: 248px; width: 44px; height: 68px; background: url(../images/about-twoicon1.png) no-repeat center; -webkit-animation: suspension3 10s linear infinite; -moz-animation: suspension3 10s linear infinite; -o-animation: suspension3 10s linear infinite; animation: suspension3 10s linear infinite; }
  .about-two .path-pages { display: none; }
  .about-two .path-swiper { max-width: 630px; }
  .about-two .year::after { margin: 28px auto 20px; }
  .about-two .path-ctrl { display: block; position: absolute; z-index: 15; width: 316px; height: 100px; background-repeat: no-repeat; background-position: center; text-align: center; font-size: 18px; line-height: 100px; font-weight: bold; color: rgba(41,121,255,.8); }
  .about-two .path-ctrl a { display: block; vertical-align: top; width: 100px; height: 100px; -webkit-border-radius: 100%; border-radius: 100%; -webkit-transition: 0.3s ease all; -o-transition: 0.3s ease all; -moz-transition: 0.3s ease all; transition: 0.3s ease all; color: rgba(41,121,255,.8); }
  .about-two .path-ctrl a:hover { background-color: rgba(41,121,255,.8); color: #fff; }
  .about-two .path-prev { top: 494px; left: -301px; background-image: url(../images/pathctrl_07.png); }
  .about-two .path-next { top: 203px; right: -302px; background-image: url(../images/pathctrl_03.png); }
  .about-two .path-next a { margin-left: 103px; }
  .about-two .path-prev a { margin-left: 113px; }
  .about-two .path-ctrl .move { width: 8px; height: 8px; -webkit-border-radius: 100%; border-radius: 100%; overflow: hidden; background-color: rgba(41,121,255,.8); position: absolute; -webkit-transform: translate(0, 0); -moz-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0); }
  .profiletop-wraper .welfare .msg { font-size: 36px; }
  .about-two .path-prev .move { right: -3px; top: 6px; -webkit-animation: pathmoveprev 10s linear infinite; -moz-animation: pathmoveprev 10s linear infinite; -o-animation: pathmoveprev 10s linear infinite; animation: pathmoveprev 10s linear infinite; }
  .about-two .path-next .move { left: -4px; top: 89px; -webkit-animation: pathmovenext 10s linear infinite; -moz-animation: pathmovenext 10s linear infinite; -o-animation: pathmovenext 10s linear infinite; animation: pathmovenext 10s linear infinite; }
  .about-two .dot { max-height: 320px; }
  .path-swiper .btn { position: absolute; top: 50%; z-index: 50; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }
  .path-swiper .btn:after { content: ''; display: block; width: 30px; height: 30px; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
  .path-swiper .prev { left: 20px; }
  .path-swiper .next { right: 20px; }
  .path-swiper .prev:after { border-left: 3px solid #fff; border-bottom: 3px solid #fff; }
  .path-swiper .next:after { border-right: 3px solid #fff; border-top: 3px solid #fff; }
  .about-mapitview { width: 330px; padding: 15px 0 20px;}
  .about-maph3,.about-mapdes{padding-left: 20px;padding-right: 20px;}
  .about-maph3{padding-bottom: 8px;}
  .about-fourmenu .casepost-prev { left: -50px; }
  .about-fourmenu .casepost-next { right: -50px; }
  .avcit-onetext { padding: 58px 55px 62px; }
  .avcit-oneimg { height: 100%; overflow: hidden; }
  .avcit-oneimg img { position: relative; left: 50%; max-width: none; width: auto; height: 100%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); }
  .avcit-twoview { padding: 0px; }
  .avcit-twobtn { width: 70px; height: 70px; }
  .avcit-twobtn span:after { width: 20px; height: 20px; }
  .avcit-twoprev { left: -70px; }
  .avcit-twonext { right: -70px; }
  .avcit-commonweb { padding-right: 60px; padding-left: 60px; }
  .avcit-con .section { padding-top: 0px; padding-bottom: 0px; }
  .avcit-con .fp-tableCell{padding-top: 70px;}
  .avcit-threefr a { height: 230px; line-height: 230px; }
  .avcit-threefl { padding: 3.13043% 32.17391% 4.78261% 5.21739%; }
  .avcit-fivetext h4 { line-height: 72px; font-size: 56px; }
  .section.active .avcit-onetext { -webkit-animation: fadeInRight 1s; -moz-animation: fadeInRight 1s; -o-animation: fadeInRight 1s; animation: fadeInRight 1s; }
  .section.active .avcit-twoview { -webkit-animation: zoomIn 1s; -moz-animation: zoomIn 1s; -o-animation: zoomIn 1s; animation: zoomIn 1s; }
  .section.active .avcit-threefr a { -webkit-animation: fadeInRight 1s; -moz-animation: fadeInRight 1s; -o-animation: fadeInRight 1s; animation: fadeInRight 1s; }
  .section.active .meishisocial-swiper { -webkit-animation: zoomIn 1s; -moz-animation: zoomIn 1s; -o-animation: zoomIn 1s; animation: zoomIn 1s; }
  .section.active .avcit-fivetext { -webkit-animation: bounceIn 1s; -moz-animation: bounceIn 1s; -o-animation: bounceIn 1s; animation: bounceIn 1s; }
  .avcit-menu { display: block; position: fixed; top: 50%; left: 55px; z-index: 90; }
  .avcit-menuul li { position: relative; display: block; margin: 20px 0; }
  .avcit-menuul li a { position: relative; display: block; width: 4px; height: 4px; }
  .avcit-menuul li a:after { position: absolute; top: 50%; left: 50%; width: 100%; height: 100%; border: 2px solid #cccccc; -webkit-border-radius: 50%; border-radius: 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%); -webkit-transition: all .3s; -o-transition: all .3s; -moz-transition: all .3s; transition: all .3s; content: ''; }
  .avcit-menuul li.active a:after, .avcit-menuul li:hover a:after { width: 16px; height: 16px; border-color: rgba(41,121,255,.8); }
  .avcit-menuul li.active .avcit-menulitxt, .avcit-menuul li:hover .avcit-menulitxt { margin-left: -2px; opacity: 1; visibility: visible; }
  .avcit-menulitxt { position: absolute; top: 50%; left: 100%; font-size: 0; white-space: nowrap; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); margin-left: 15px; opacity: 0; visibility: hidden; -webkit-transition: all linear .5s; -o-transition: all linear .5s; -moz-transition: all linear .5s; transition: all linear .5s; }
  .avcit-menulitxt i, .avcit-menulitxt span { display: inline-block; vertical-align: middle; }
  .avcit-menulitxt i { width: 20px; height: 2px; background: rgba(41,121,255,.8); }
  .avcit-menulitxt span { line-height: 1; font-size: 18px; color: rgba(41,121,255,.8); }
  .inbanner-caseicon { width: 74px; height: 74px; }
  .inbanner-caseh3 { margin-top: 25px; font-size: 16px; }
  .inbanner-caseclose { top: 100px; right: 40px; } }

@media (min-width: 1400px) { .innav-eritemh4 { padding-right: 10px; }
  .products-two { -o-background-size: auto auto; background-size: auto auto; }
  .avcit-twobtn { width: 100px; height: 100px; }
  .avcit-twoprev { left: -100px; }
  .avcit-twonext { right: -100px; } }

#pcinbanner{display:none;}

#mbinbanner{display:block;}

.full-recruitB-container { padding: 20px 0 30px; background-color: #ffffff;  }

.full-recruitB-container .recruitB-title { margin-bottom: 20px; font-size: 20px; line-height: 1.4; text-transform: uppercase; text-align: center; color: #1b1b1b;  }

.full-recruitB-container .recruitB-title:after { content: ''; display: block; width: 60px; height: 2px; margin: 15px auto 0; background-color: rgba(41,121,255,.8);  }

.full-recruitB-container .recruitB-list ul { padding-bottom: 20px; }

.full-recruitB-container .recruitB-list .job-title { font-size: 16px; line-height: 24px; padding: 10px 15px; cursor: pointer; background-repeat: no-repeat; background-position: 96% center; color: #666666;  border-bottom: 1px solid #d9d9d9;  background-image: url(../images/recruitBarr.png);  -webkit-transition: all ease .35s; -o-transition: all ease .35s; -moz-transition: all ease .35s; transition: all ease .35s; }

.full-recruitB-container .recruitB-list .job-title.cur { color: #ffffff;  background-color: rgba(41,121,255,.8);  background-image: url(../images/recruitBarrac.png);  }

.full-recruitB-container .recruitB-list .job-panel { display: none; padding: 10px 15px; font-size: 14px; line-height: 24px; color: #888;  background-color: #f2f2f2;  }

.full-recruitB-container .recruitB-list .job-panel .h4 { padding: 12px 0 0; color: #666; line-height: 30px; color: #666;  }

.full-recruitB-container .recruitB-list .main-top { padding-bottom: 10px; line-height: 30px; border-bottom: 1px solid #cccccc;  color: #4c4c4c;  }

.full-recruitB-container .recruitB-list .main-top p { color: #4c4c4c; }

.full-recruitB-container .recruitB-list .job-handle { padding: 10px 0; }

.full-recruitB-container .recruitB-list .job-handle a { display: block; width: 124px; height: 42px; text-align: center; font-size: 14px; line-height: 42px; color: #ffffff;  background-color: rgba(41,121,255,.8);  }

.full-recruitB-container .recruitB-list .job-handle .label { display: block; padding: 10px 0 0; font-size: 14px; line-height: 24px; color: rgba(41,121,255,.8);  }

.full-recruitB-container .loadmore { overflow: hidden; padding: 10px 0; }

.full-recruitB-container .loadmore a { display: block; padding: 0; margin: 0; font-size: 16px; line-height: 40px; text-align: center; color: #ffffff;  background-color: rgba(41,121,255,.8);  }



@media (min-width: 1024px) { .full-recruitB-container { padding: 45px 0 60px;  }
  .full-recruitB-container .recruitB-title { margin: 0 0 80px;  font-size: 30px;  }
  .full-recruitB-container .recruitB-title:after { margin: 12px auto 0; }
  .full-recruitB-container .recruitB-list ul { padding-bottom: 40px; }
  .full-recruitB-container .recruitB-list .job-title { padding: 18px 40px; }
  .full-recruitB-container .recruitB-list .job-panel { padding: 25px 40px 38px; }
  .full-recruitB-container .recruitB-list .job-panel .h4 { padding: 22px 0 0; }
  .full-recruitB-container .recruitB-list .main-top { padding-bottom: 26px; }
  .full-recruitB-container .recruitB-list .main-top p { float: left; width: 30%; }
  .full-recruitB-container .recruitB-list .job-handle { padding: 35px 0 0; overflow: hidden; zoom: 1; }
  .full-recruitB-container .recruitB-list .job-handle a { width: 144px; float: left; }
  .full-recruitB-container .recruitB-list .job-handle .label { overflow: hidden; zoom: 1; line-height: 42px; padding: 0px; /**padding-right: 24px;**/}
  .full-recruitB-container .loadmore { padding: 40px 0 10px;  }
  .full-recruitB-container .loadmore a { line-height: 50px; }
  #pcinbanner{display:block;}

#mbinbanner{display:none;} }

@media (min-width: 1200px) { .full-recruitB-container .recruitB-list .main-top p { padding-right: 10px; width: 25%; } }



.full-searchA-wrapper .search-hd { border-bottom: 1px solid #d6d6d6;  }

.full-searchA-wrapper .search-form { padding: 20px 0; }

.full-searchA-wrapper .search-form form { position: relative; display: block; width: 100%; max-width: 520px; margin: 0 auto; padding-right: 80px; border: 1px solid #333;  -webkit-border-radius: 20px; border-radius: 20px; overflow: hidden; }

.full-searchA-wrapper .search-form input { display: block; width: 100%; font-size: 14px; line-height: 38px; height: 38px; }

.full-searchA-wrapper .search-form input[type='text'] { padding-left: 36px; background-repeat: no-repeat; background-position: 12px center; -o-background-size: auto 16px; background-size: auto 16px; background-image: url(../images/searchAico.png);  }

.full-searchA-wrapper .search-form input[type='submit'] { position: absolute; right: 0; top: 0; z-index: 3; width: 80px; padding: 0 20px; color: #fff;  background-color: #333;  }

.full-searchA-wrapper .search-cate ul { margin-bottom: -1px; white-space: nowrap; overflow-x: auto; }

.full-searchA-wrapper .search-cate li { display: inline-block; vertical-align: top; margin-right: 10px; }

.full-searchA-wrapper .search-cate a { display: block; font-size: 14px; line-height: 30px; padding: 0 5px; border-bottom: 1px solid #d6d6d6;  }

.full-searchA-wrapper .search-cate .cur a { border-bottom-color: #333;  }

.full-searchA-wrapper .search-result .length { padding: 10px 0; }

.full-searchA-wrapper .search-result .nodata { padding: 20px 0; }

.full-searchA-wrapper .result-list li { padding: 10px 0; border-bottom: 1px solid #ccc;  }

.full-searchA-wrapper .result-list li a { display: block; }

.full-searchA-wrapper .result-list .thumb { float: left; width: 135px; margin-right: 10px; }

.full-searchA-wrapper .result-list .thumb img { max-width: 100%; }

.full-searchA-wrapper .result-list .content { overflow: hidden; }

.full-searchA-wrapper .result-list .content h2 { font-size: 16px; line-height: 24px; max-height: 48px; line-height: 24px; display: -webkit-box; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; color: #333;  }

.full-searchA-wrapper .result-list .desc { font-size: 14px; line-height: 24px; max-height: 48px; line-height: 24px; display: -webkit-box; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; color: #666;  }

.full-searchA-wrapper .result-list .more { font-size: 14px; line-height: 24px; }

.full-searchA-wrapper .loadmore { overflow: hidden; padding: 10px 0; }

.full-searchA-wrapper .loadmore a { display: block; padding: 0; margin: 0; font-size: 16px; line-height: 40px; text-align: center; color: #ffffff;  background-color: #015198;  }

.full-searchA-wrapper mark { color: #fff;  background-color: #015198;  }

@media (min-width: 640px) { .full-searchA-wrapper .search-form { padding: 30px 0; }
  .full-searchA-wrapper .result-list li { padding: 15px 0; }
  .full-searchA-wrapper .result-list .thumb { width: 180px; }
  .full-searchA-wrapper .result-list .loadmore { padding: 20px 0; } }

@media (min-width: 1024px) { .full-searchA-wrapper .search-form { padding: 40px 0;  }
  .full-searchA-wrapper .commonweb { max-width: 960px; }
  .full-searchA-wrapper .loadmore { padding: 40px 0;  }
  .full-searchA-wrapper .loadmore a { line-height: 50px; }
  .full-searchA-wrapper .result-list li { padding: 20px 0;  }
  .full-searchA-wrapper .result-list .content h2 { margin-bottom: 10px; font-weight: bold; }
  .full-searchA-wrapper .result-list .thumb { width: 280px;  margin-bottom: 30px;  } }



.full-newsdetailB-container { padding: 0px 0 30px!important; background-color: #ffffff;  }

.full-newsdetailB-container .article-tilte { margin-bottom: 8px; font-size: 18px; line-height: 26px; color: rgba(41,121,255,.8); font-weight: bold; }

.full-newsdetailB-container .date { margin-bottom: 10px; font-size: 16px; line-height: 32px; color: #8e8e8e;  }

.full-newsdetailB-container .newsdetailB-article { position: relative; padding: 38px 0 30px;  border-left: 0; border-right: 0; font-size: 14px; line-height: 24px; color: #888888;  }

.full-newsdetailB-container .newsdetailB-article img { max-width: 100%; margin: 0.5em 0; }

.full-newsdetailB-container .newsdetailB-bdshare { position: absolute; right: 0; top: -43px; overflow: hidden; zoom: 1; }

.full-newsdetailB-container .newsdetailB-bdshare a { float: left; display: block; width: 32px; height: 32px; padding: 0; margin: 0 0 0 5px; background-repeat: no-repeat; background-position: center; -o-background-size: cover; background-size: cover; }

.full-newsdetailB-container .newsdetailB-bdshare .bds_weixin { background-image: url(../images/newsdetailBwxico.png);  }

.full-newsdetailB-container .newsdetailB-bdshare .bds_tsina { background-image: url(../images/newsdetailBsnico.png);  }

.full-newsdetailB-container .newsdetailB-bdshare .bds_sqq { background-image: url(../images/newsdetailBqqico.png);}

.full-newsdetailB-container .newsdetailB-ctrl{ padding-bottom: 15px; border-bottom: 1px solid #d9d9d9;margin-bottom: 15px;}

.full-newsdetailB-container .newsdetailB-ctrl .page-ctrl a { display: block; font-size: 14px; line-height: 30px; white-space: nowrap; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; color: #666666;  }

@media (min-width: 768px) { .full-newsB-container .newsB-list ul { margin: 0 -10px; }
  .full-newsB-container .newsB-list li { width: 50%; padding: 0 10px; margin-bottom: 20px; } }


@media (min-width: 1024px) { .full-newsdetailB-container { padding: 15px 0 4.79167%!important;  }
  .full-newsdetailB-container .article-tilte { font-size: 24px;  margin: 0 0 18px;  line-height: 32px; }
  .full-newsdetailB-container .date { margin: 0 0 40px;  font-size: 24px; }
  .full-newsdetailB-container .newsdetailB-article { padding: 6% 0; }
  .full-newsdetailB-container .single-page { padding: 0 100px; }
  .page-ctrl{float:left;}
  .full-newsdetailB-container .newsdetailB-bdshare { position: absolute; right: auto; left: 0; top: 76px; z-index: 50; }
  .full-newsdetailB-container .newsdetailB-bdshare.js-fixed-top { position: fixed; left: 40px; }
  .full-newsdetailB-container .newsdetailB-bdshare.js-absolute-bottom { position: absolute; left: 0; top: auto; bottom: 55px; }
  .full-newsdetailB-container .newsdetailB-bdshare a { float: none; width: 72px; height: 72px; margin: 0 0 1px 0; -webkit-transition: all ease .3s; -o-transition: all ease .3s; -moz-transition: all ease .3s; transition: all ease .3s; }
  .full-newsdetailB-container .newsdetailB-bdshare .bds_weixin:hover { background-image: url(../images/newsdetailBwxicoac.jpg);  }
  .full-newsdetailB-container .newsdetailB-bdshare .bds_tsina:hover { background-image: url(../images/newsdetailBsnicoac.jpg);  }
  .full-newsdetailB-container .newsdetailB-bdshare .bds_sqq:hover { background-image: url(../images/newsdetailBqqicoac.jpg);  }
  .full-newsdetailB-container .newsdetailB-ctrl{ padding-bottom: 36px; margin-bottom: 30px;}
  .full-newsdetailB-container .newsdetailB-ctrl .page-ctrl a:hover { color: rgba(41,121,255,.8);  }
  .full-newsdetailB-container .article-tilte { line-height: 42px; font-size: 30px; color: rgba(41,121,255,.8); margin-bottom: 0; text-align: center; }
  .full-newsdetailB-container .date { line-height: 44px; font-size: 18px; color: #8e8e8e; margin-bottom: 26px; text-align: center; } }

@media (min-width: 1260px) { .full-newsdetailB-container .single-page { max-width: 840px; padding: 0; margin: 0 auto; }
  .full-newsdetailB-container .newsdetailB-bdshare.js-fixed-top { position: fixed; left: 50%; margin-left: -590px; }
  .full-newsdetailB-container .newsdetailB-bdshare.js-absolute-bottom { position: absolute; left: 0; top: auto; margin-left: 0; } }



.full-newsF-container { padding: 0px 0 30px; background-color: #ffffff;  }

.full-newsF-container .newsF-title { margin-bottom: 5px; font-size: 20px; line-height: 1.4; text-transform: uppercase; text-align: center; color: #1b1b1b;  }

.full-newsF-container .newsF-title:after { content: ''; display: block; width: 60px; height: 2px; margin: 15px auto 0; background-color: rgba(41,121,255,.8);  }

.full-newsF-container .newsF-list { overflow: hidden; font-size: 0; }

.full-newsF-container .newsF-list li { display: inline-block; vertical-align: top; width: 100%; margin-bottom: 15px; }

.full-newsF-container .newsF-list li a { padding: 0px 0 15px; display: block; border-bottom: 1px solid #e6e6e6;  }

.full-newsF-container .newsF-list .thumb { overflow: hidden; margin-bottom: 10px; }

.full-newsF-container .newsF-list .thumb img { width: 100%; }

.full-newsF-container .newsF-list .title { margin-bottom: 4px; font-size: 16px; line-height: 24px; white-space: nowrap; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; color: #595959;  }

.full-newsF-container .newsF-list .date { margin-bottom: 5px; font-size: 16px; line-height: 24px; color: #666666;  }

.full-newsF-container .newsF-list .desc { margin-bottom: 8px; font-size: 14px; line-height: 24px; color: #a1a1a1;  display: -webkit-box; height: 48px; line-height: 24px; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }

.full-newsF-container .newsF-list .more { display: inline-block; vertical-align: top; font-size: 13px; line-height: 30px; padding: 0 12px; color: #888888;  border: 1px solid #cccccc; border-radius: 20px; }

.full-newsF-container .loadmore { overflow: hidden; padding: 10px 0; }

.full-newsF-container .loadmore a { display: block; padding: 0; margin: 0; font-size: 16px; line-height: 40px; text-align: center; color: #ffffff;  background-color: rgba(41,121,255,.8);  }

@media (min-width: 768px) { .full-newsF-container .newsF-list li { margin-bottom: 20px; }
  .full-newsF-container .newsF-list li a { overflow: hidden; zoom: 1; padding: 0 0 20px; }
  .full-newsF-container .newsF-list .thumb { float: right; max-width: 50%; margin: 0 0 0 20px; }
  .full-newsF-container .newsF-list .content { overflow: hidden; zoom: 1; }
  .full-newsF-container .newsF-list .title { margin-bottom: 7px; font-size: 18px; }
  .full-newsF-container .newsF-list .date { margin-bottom: 5px; font-size: 18px; }
  .full-newsF-container .newsF-list .desc { margin-bottom: 35px; }
  .full-newsF-container .newsF-list .more { line-height: 34px; padding: 0 22px; } }


@media (min-width: 1024px) { .full-newsF-container { padding: 0px 0 5.20833%;  }
  .full-newsF-container .newsF-title { margin: 0 0 38px;  font-size: 30px;  }
  .full-newsF-container .newsF-title:after { margin: 12px auto 0; }
  .full-newsF-container .newsF-list li { margin-bottom: 6.25%; }
  .full-newsF-container .newsF-list li a { padding: 0 0 6.66667%; }
  .full-newsF-container .newsF-list li a:hover img { -webkit-transform: scale(1.03); -moz-transform: scale(1.03); -ms-transform: scale(1.03); -o-transform: scale(1.03); transform: scale(1.03); }
  .full-newsF-container .newsF-list li a:hover .title { color: rgba(41,121,255,.8);  }
  .full-newsF-container .newsF-list li a:hover .more { color: rgba(41,121,255,.8);  border-color: rgba(41,121,255,.8);  }
  .full-newsF-container .newsF-list .thumb { margin-left: 40px; }
  .full-newsF-container .newsF-list .thumb img { -webkit-transition: -webkit-transform ease .7s; transition: -webkit-transform ease .7s; -o-transition: -o-transform ease .7s; -moz-transition: transform ease .7s, -moz-transform ease .7s; transition: transform ease .7s; transition: transform ease .7s, -webkit-transform ease .7s, -moz-transform ease .7s, -o-transform ease .7s; }
  .full-newsF-container .loadmore { padding: 50px 0 10px;  }
  .full-newsF-container .loadmore a { line-height: 50px; }
  .full-newsF-container .newsF-list .title { line-height: 35px; margin-bottom: 0; -webkit-transition: all .3s; -o-transition: all .3s; -moz-transition: all .3s; transition: all .3s; }
  .full-newsF-container .newsF-list .date { line-height: 24px; margin-bottom: 0; -webkit-transition: all .3s; -o-transition: all .3s; -moz-transition: all .3s; transition: all .3s; }
  .full-newsF-container .newsF-list .desc { margin-top: 15px; }
  .full-newsF-container .newsF-list .more { -webkit-transition: all .3s; -o-transition: all .3s; -moz-transition: all .3s; transition: all .3s; } }




.full-newsF-container { padding: 0px 0 30px; background-color: #ffffff;  }

.full-newsF-container .newsF-title { margin-bottom: 5px; font-size: 20px; line-height: 1.4; text-transform: uppercase; text-align: center; color: #1b1b1b;  }

.full-newsF-container .newsF-title:after { content: ''; display: block; width: 60px; height: 2px; margin: 15px auto 0; background-color: rgba(41,121,255,.8);  }

.full-newsF-container .newsF-list { overflow: hidden; font-size: 0; }

.full-newsF-container .newsF-list li { display: inline-block; vertical-align: top; width: 100%; margin-bottom: 15px; }

.full-newsF-container .newsF-list li a { padding: 0px 0 15px; display: block; border-bottom: 1px solid #e6e6e6;  }

.full-newsF-container .newsF-list .thumb { overflow: hidden; margin-bottom: 10px; }

.full-newsF-container .newsF-list .thumb img { width: 100%; }

.full-newsF-container .newsF-list .title { margin-bottom: 4px; font-size: 16px; line-height: 24px; white-space: nowrap; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; color: #595959;  }

.full-newsF-container .newsF-list .date { margin-bottom: 5px; font-size: 16px; line-height: 24px; color: #666666;  }

.full-newsF-container .newsF-list .desc { margin-bottom: 8px; font-size: 14px; line-height: 24px; color: #a1a1a1;  display: -webkit-box; height: 48px; line-height: 24px; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }

.full-newsF-container .newsF-list .more { display: inline-block; vertical-align: top; font-size: 13px; line-height: 30px; padding: 0 12px; color: #888888;  border: 1px solid #cccccc;  }

.full-newsF-container .loadmore { overflow: hidden; padding: 10px 0; }

.full-newsF-container .loadmore a { display: block; padding: 0; margin: 0; font-size: 16px; line-height: 40px; text-align: center; color: #ffffff;  background-color: rgba(41,121,255,.8);  }

@media (min-width: 768px) { .full-newsF-container .newsF-list li { margin-bottom: 20px; }
  .full-newsF-container .newsF-list li a { overflow: hidden; zoom: 1; padding: 0 0 20px; }
  .full-newsF-container .newsF-list .thumb { float: right; max-width: 50%; margin: 0 0 0 20px; }
  .full-newsF-container .newsF-list .content { overflow: hidden; zoom: 1; }
  .full-newsF-container .newsF-list .title { margin-bottom: 7px; font-size: 18px; }
  .full-newsF-container .newsF-list .date { margin-bottom: 5px; font-size: 18px; }
  .full-newsF-container .newsF-list .desc { margin-bottom: 35px; }
  .full-newsF-container .newsF-list .more { line-height: 34px; padding: 0 22px; } }


@media (min-width: 1024px) { .full-newsF-container { padding: 0px 0 5.20833%;  }
  .full-newsF-container .newsF-title { margin: 0 0 38px;  font-size: 30px;  }
  .full-newsF-container .newsF-title:after { margin: 12px auto 0; }
  .full-newsF-container .newsF-list li { margin-bottom: 6.25%; }
  .full-newsF-container .newsF-list li a { padding: 0 0 6.66667%; }
  .full-newsF-container .newsF-list li a:hover img { -webkit-transform: scale(1.03); -moz-transform: scale(1.03); -ms-transform: scale(1.03); -o-transform: scale(1.03); transform: scale(1.03); }
  .full-newsF-container .newsF-list li a:hover .title { color: #2979FF;  }
  .full-newsF-container .newsF-list li a:hover .more { color: #2979FF;  border-color: #2979FF;  }
  .full-newsF-container .newsF-list .thumb { margin-left: 40px; }
  .full-newsF-container .newsF-list .thumb img { -webkit-transition: -webkit-transform ease .7s; transition: -webkit-transform ease .7s; -o-transition: -o-transform ease .7s; -moz-transition: transform ease .7s, -moz-transform ease .7s; transition: transform ease .7s; transition: transform ease .7s, -webkit-transform ease .7s, -moz-transform ease .7s, -o-transform ease .7s; }
  .full-newsF-container .loadmore { padding: 50px 0 10px;  }
  .full-newsF-container .loadmore a { line-height: 50px; }
  .full-newsF-container .newsF-list .title { line-height: 35px; margin-bottom: 0; -webkit-transition: all .3s; -o-transition: all .3s; -moz-transition: all .3s; transition: all .3s; }
  .full-newsF-container .newsF-list .date { line-height: 24px; margin-bottom: 0; -webkit-transition: all .3s; -o-transition: all .3s; -moz-transition: all .3s; transition: all .3s; }
  .full-newsF-container .newsF-list .desc { margin-top: 15px; }
  .full-newsF-container .newsF-list .more { -webkit-transition: all .3s; -o-transition: all .3s; -moz-transition: all .3s; transition: all .3s; } }




.full-newsdetailB-container { padding: 0px 0 30px; background-color: #ffffff;  }

.full-newsdetailB-container .article-tilte { margin-bottom: 8px; font-size: 18px; line-height: 26px; color: rgba(41,121,255,.8); font-weight: bold; }

.full-newsdetailB-container .date { margin-bottom: 10px; font-size: 16px; line-height: 32px; color: #8e8e8e;  }

.full-newsdetailB-container .newsdetailB-article { position: relative; padding: 38px 0 30px;  border-left: 0; border-right: 0; font-size: 14px; line-height: 24px; color: #888888;  }

.full-newsdetailB-container .newsdetailB-article img { max-width: 100%; margin: 0.5em 0; }

.full-newsdetailB-container .newsdetailB-bdshare { position: absolute; right: 0; top: -43px; overflow: hidden; zoom: 1; }

.full-newsdetailB-container .newsdetailB-bdshare a { float: left; display: block; width: 32px; height: 32px; padding: 0; margin: 0 0 0 5px; background-repeat: no-repeat; background-position: center; -o-background-size: cover; background-size: cover; }

.full-newsdetailB-container .newsdetailB-bdshare .bds_weixin { background-image: url(../images/newsdetailBwxico.png);  }

.full-newsdetailB-container .newsdetailB-bdshare .bds_tsina { background-image: url(../images/newsdetailBsnico.png);  }

.full-newsdetailB-container .newsdetailB-bdshare .bds_sqq { background-image: url(../images/newsdetailBqqico.png);  }

.full-newsdetailB-container .newsdetailB-ctrl { padding-bottom: 15px; border-bottom: 1px solid #d9d9d9;margin-bottom: 15px;}

.newsdetailB-article2{position: relative;}

.full-newsdetailB-container .newsdetailB-ctrl .page-ctrl a { display: block; font-size: 14px; line-height: 30px; white-space: nowrap; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; color: #666666;  }

.full-newsdetailB-container .newsdetailB-ctrl .return,.casepost-preview .return { display: block; width: 98px; height: 36px; border-radius: 30px; margin: 0 auto; text-align: center; font-size: 13px; line-height: 36px; color: #ffffff;  background-color: rgba(41,121,255,.8);  }

@media (min-width: 768px) { .full-newsB-container .newsB-list ul { margin: 0 -10px; }
  .full-newsB-container .newsB-list li { width: 50%; padding: 0 10px; margin-bottom: 20px; } }


@media (min-width: 1024px) { .full-newsdetailB-container { padding: 15px 0 4.79167%;  }
  .full-newsdetailB-container .article-tilte { font-size: 24px;  margin: 0 0 18px;  line-height: 32px; }
  .full-newsdetailB-container .date { margin: 0 0 40px;  font-size: 24px; }
  .full-newsdetailB-container .newsdetailB-article { padding: 6% 0; }
  .full-newsdetailB-container .single-page { padding: 0 100px; }
  .full-newsdetailB-container .newsdetailB-bdshare { position: absolute; right: auto; left: 0; top: 76px; z-index: 50; }
  .full-newsdetailB-container .newsdetailB-bdshare.js-fixed-top { position: fixed; left: 40px; }
  .full-newsdetailB-container .newsdetailB-bdshare.js-absolute-bottom { position: absolute; left: 0; top: auto; bottom: 55px; }
  .full-newsdetailB-container .newsdetailB-bdshare a { float: none; width: 72px; height: 72px; margin: 0 0 1px 0; -webkit-transition: all ease .3s; -o-transition: all ease .3s; -moz-transition: all ease .3s; transition: all ease .3s; }
  .full-newsdetailB-container .newsdetailB-bdshare .bds_weixin:hover { background-image: url(../images/newsdetailBwxicoac.jpg);  }
  .full-newsdetailB-container .newsdetailB-bdshare .bds_tsina:hover { background-image: url(../images/newsdetailBsnicoac.jpg);  }
  .full-newsdetailB-container .newsdetailB-bdshare .bds_sqq:hover { background-image: url(../images/newsdetailBqqicoac.jpg);  }
  .full-newsdetailB-container .newsdetailB-ctrl { padding-bottom: 36px; margin-bottom: 30px;}
  .full-newsdetailB-container .newsdetailB-ctrl .page-ctrl a:hover { color: rgba(41,121,255,.8);  }
  .full-newsdetailB-container .newsdetailB-ctrl .return,.casepost-preview .return {float:right;width: 98px; height: 36px; line-height: 36px; }
  .full-newsdetailB-container .article-tilte { line-height: 42px; font-size: 30px; color: rgba(41,121,255,.8); margin-bottom: 0; text-align: center; }
  .full-newsdetailB-container .date { line-height: 44px; font-size: 18px; color: #8e8e8e; margin-bottom: 26px; text-align: center; } }

@media (min-width: 1260px) { .full-newsdetailB-container .single-page { max-width: 840px; padding: 0; margin: 0 auto; }
  .full-newsdetailB-container .newsdetailB-bdshare.js-fixed-top { position: fixed; left: 50%; margin-left: -590px; }
  .full-newsdetailB-container .newsdetailB-bdshare.js-absolute-bottom { position: absolute; left: 0; top: auto; margin-left: 0; } }



.meishisocial-contianer { background-color: #fff;  }

.meishisocial-img { width: 100%; }

.meishisocial-img a { display: block; width: 100%; position: relative; height: 0; padding-top: 130%; overflow: hidden; }

.meishisocial-img a img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.meishisocial-text { position: relative; padding: 20px 0px 20px 80px; overflow: hidden; }

.meishisocial-fltit { position: absolute; top: 20px; left: 0%; z-index: 5; -webkit-writing-mode: vertical-rl; -ms-writing-mode: tb-rl; writing-mode: vertical-rl; }

.meishisocial-fltit h2 { line-height: 24px; font-size: 20px; color: #333;  }

.meishisocial-fltit h4 { font-size: 14px; line-height: 24px; color: #333;  }

.meishisocial-h3 { line-height: 24px; font-size: 18px; }

.meishisocial-h3 a { -webkit-transition: all .3s; -o-transition: all .3s; -moz-transition: all .3s; transition: all .3s; color: #333;  }

.meishisocial-des { margin-top: 20px; line-height: 24px; font-size: 14px; max-height: 168px; overflow-y: auto; color: #666;  }

.meishisocial-des::-webkit-scrollbar { width: 2px; height: 8px; background-color: #fff; }

.meishisocial-des::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1); -webkit-border-radius: 2px; border-radius: 2px; background-color: #fff; }

.meishisocial-des::-webkit-scrollbar-thumb { -webkit-border-radius: 2px; border-radius: 2px; -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1); background-color: rgba(41,121,255,.8); }

.meishisocial-foura { margin-top: 18px; display: block; width: 120px; height: 45px; text-align: center; line-height: 43px; -webkit-transition: all .3s; -o-transition: all .3s; -moz-transition: all .3s; transition: all .3s; border: 1px solid #ccc;  }

.meishisocial-foura span, .meishisocial-foura i { position: relative; display: inline-block; vertical-align: middle; font-size: 14px; font-style: normal; -webkit-transition: all 0.3s; -o-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; color: #666;  }

.meishisocial-foura i { margin-left: 5px; }

.meishisocial-foura:hover { background-color: rgba(41,121,255,.8);  border-color: rgba(41,121,255,.8);  }

.meishisocial-foura:hover span, .meishisocial-foura:hover i { color: #fff;  }

.meishisocial-foura:hover i { -webkit-animation: meishiative1 0.8s linear infinite; -moz-animation: meishiative1 0.8s linear infinite; -o-animation: meishiative1 0.8s linear infinite; animation: meishiative1 0.8s linear infinite; }

@-webkit-keyframes meishiative1 { 0% { -webkit-transform: translateX(0px); transform: translateX(0px); }
  50% { -webkit-transform: translateX(5px); transform: translateX(5px); }
  100% { -webkit-transform: translateX(0px); transform: translateX(0px); } }

@-moz-keyframes meishiative1 { 0% { -moz-transform: translateX(0px); transform: translateX(0px); }
  50% { -moz-transform: translateX(5px); transform: translateX(5px); }
  100% { -moz-transform: translateX(0px); transform: translateX(0px); } }

@-o-keyframes meishiative1 { 0% { -o-transform: translateX(0px); transform: translateX(0px); }
  50% { -o-transform: translateX(5px); transform: translateX(5px); }
  100% { -o-transform: translateX(0px); transform: translateX(0px); } }

@keyframes meishiative1 { 0% { -webkit-transform: translateX(0px); -moz-transform: translateX(0px); -o-transform: translateX(0px); transform: translateX(0px); }
  50% { -webkit-transform: translateX(5px); -moz-transform: translateX(5px); -o-transform: translateX(5px); transform: translateX(5px); }
  100% { -webkit-transform: translateX(0px); -moz-transform: translateX(0px); -o-transform: translateX(0px); transform: translateX(0px); } }

.meishisocial-sbat { position: absolute; bottom: 0; left: 0; z-index: 10; line-height: 1; }

.meishisocial-sbat span { vertical-align: middle; width: 6px; height: 6px; margin: 0 10px 0 0; -webkit-border-radius: 50%; border-radius: 50%; background-color: #d1d1d1;  }

.meishisocial-sbat span.swiper-pagination-bullet-active { background: #333333; background-color: #333;  }

.meishisocial-swiper { position: relative; }

.meishisocial-swiper .swiper-container { padding-bottom: 10px; }

.meishisocial-btn1 { position: absolute; bottom: 0; right: 0; z-index: 15; display: block; width: 50px; height: 50px; -webkit-transition: all .3s; -o-transition: all .3s; -moz-transition: all .3s; transition: all .3s; background-color: #f8f8f8;  }

.meishisocial-btn1 span { position: relative; display: block; width: 100%; height: 100%; }

.meishisocial-btn1 span:after { position: absolute; top: 50%; left: 50%; width: 15px; height: 15px; -webkit-transform: translate(-50%, -50%) rotate(45deg); -moz-transform: translate(-50%, -50%) rotate(45deg); -ms-transform: translate(-50%, -50%) rotate(45deg); -o-transform: translate(-50%, -50%) rotate(45deg); transform: translate(-50%, -50%) rotate(45deg); -webkit-transition: all .3s; -o-transition: all .3s; -moz-transition: all .3s; transition: all .3s; content: ''; }

.meishisocial-btn1:hover { background-color: rgba(41,121,255,.8);  }

.meishisocial-btn1:hover span:after { border-color: #fff;  }

.meishisocial-prev1 { -webkit-transform: translateX(-100%); -moz-transform: translateX(-100%); -ms-transform: translateX(-100%); -o-transform: translateX(-100%); transform: translateX(-100%); }

.meishisocial-prev1 span:after { border-bottom: 2px solid #ccc;  border-left: 2px solid #ccc;  }

.meishisocial-next1 span:after { border-top: 2px solid #ccc;  border-right: 2px solid #ccc;  }

@media (min-width: 768px) { .meishisocial-img { float: right; width: 41.66667%; }
  .meishisocial-flview { float: left; height: 100%; width: 50.83333%; } }


@media (min-width: 1024px) { .meishisocial-contianer { padding: 0 0 0;  }
  .meishisocial-text { padding: 0 0 0 32.78689%; }
  .meishisocial-fltit { top: 0px; }
  .meishisocial-fltit h2 { line-height: 1.07143; font-size: 56px; font-size: 56px;  }
  .meishisocial-fltit h4 { font-size: 18px; line-height: 1.66667; font-size: 18px;  }
  .meishisocial-h3 { line-height: 1.25; font-size: 24px;  }
  .meishisocial-des { margin-top: 40px; line-height: 28px; max-height: 196px; font-size: 14px;  }
  .meishisocial-foura { margin-top: 38px; }
  .meishisocial-swiper .swiper-container { padding-bottom: 0px; }
  .meishisocial-swiper .swiper-slide:hover .meishisocial-img a img { -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); transform: scale(1.05); }
  .meishisocial-swiper .swiper-slide:hover .meishisocial-h3 a { color: rgba(41,121,255,.8);  }
  .meishisocial-img a img, .meishisocial-h3 a { -webkit-transition: all .3s; -o-transition: all .3s; -moz-transition: all .3s; transition: all .3s; }
  .meishisocial-flview { padding-top: 9.58333%; } }

@media (min-width: 1260px) { .meishisocial-btn1 { width: 100px; height: 100px; }
  .meishisocial-btn1 span:after { width: 30px; height: 30px; }
  .meishisocial-prev1 { -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); }
  .meishisocial-next1 { -webkit-transform: translateX(100%); -moz-transform: translateX(100%); -ms-transform: translateX(100%); -o-transform: translateX(100%); transform: translateX(100%); } }



.meishicase-container { padding: 5px 0 30px; overflow: hidden; background-color: #fff;  }

.meishicase-container .meishicase-ul { position: relative; font-size: 0; margin: 0 -2%; opacity:0;}

.meishicase-container .meishicase-ul li { position: absolute; display: inline-block; vertical-align: top; width: 50%; margin-bottom: 20px; padding-left: 1%; padding-right: 1%; }

.meishicase-container .meishicase-img { position: relative; width: 100%; overflow: hidden; }

.meishicase-container .meishicase-img img { width: 100%; -webkit-transition: all .3s; -o-transition: all .3s; -moz-transition: all .3s; transition: all .3s; }

.meishicase-container .case-conmen { position: absolute; top: 0; left: 0; z-index: 10; width: 100%; height: 100%; padding: 0 10.52632%; text-align: center; visibility: hidden; opacity: 0; -webkit-transition: all .3s; -o-transition: all .3s; -moz-transition: all .3s; transition: all .3s; background-color: rgba(166, 14, 14, 0.8);  }

.meishicase-container .case-conh3 { line-height: 30px; font-size: 16px; color: #fff;  }

.meishicase-container .case-conh4 { position: relative; padding-bottom: 10px; line-height: 20px; font-size: 14px; color: #fff;  }

.meishicase-container .case-conh4:after { position: absolute; bottom: 0; left: 50%; width: 30px; margin-left: -15px; height: 1px; background-color: #fff;  content: ''; }

.meishicase-container .case-condes { margin-top: 3px; font-size: 14px; display: -webkit-box; height: 112px; line-height: 28px; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 4; color: #fff;  }

.meishicase-container .case-conradius { position: relative; display: block; width: 45px; height: 45px; margin: 10px auto 0; -webkit-border-radius: 50%; border-radius: 50%; background-color: #fff;  }

.meishicase-container .case-conradius:after, .meishicase-container .case-conradius:before { position: absolute; top: 50%; left: 50%; width: 20px; height: 1px; -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: rgba(41,121,255,.8);  content: ''; }

.meishicase-container .case-conradius:before { width: 1px; height: 20px; }

.meishicase-container .case-context { padding-top: 5px; -webkit-transition: all .3s; -o-transition: all .3s; -moz-transition: all .3s; transition: all .3s; }

.meishicase-container .case-contexth3 { height: 30px; line-height: 30px; font-size: 16px; color: #333;  white-space: nowrap; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; }

.meishicase-container .case-contexth4 { line-height: 1; font-size: 14px; white-space: nowrap; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; color: #999;  }

@media (min-width: 768px) { .meishicase-container .meishicase-ul { margin: 0px -1.25%; }
  .meishicase-container .meishicase-ul li { width: 33.33333%; padding-left: 1.25%; padding-right: 1.25%; } }


@media (min-width: 1024px) { .meishicase-container { padding: 5px 0 5.20833%;  }
  .meishicase-container .meishicase-ul li { margin-bottom: 50px; }
  .meishicase-container .meishicase-ul li:hover:hover img { -webkit-transform: scale(1.03, 1.03); -moz-transform: scale(1.03, 1.03); -ms-transform: scale(1.03, 1.03); -o-transform: scale(1.03, 1.03); transform: scale(1.03, 1.03); }
  .meishicase-container .meishicase-ul li:hover .case-conmen { opacity: 1; visibility: visible; }
  .meishicase-container .meishicase-ul li:hover .case-condes { -webkit-animation: fadeInUp .3s; -moz-animation: fadeInUp .3s; -o-animation: fadeInUp .3s; animation: fadeInUp .3s; }
  .meishicase-container .meishicase-ul li:hover .case-conradius { -webkit-animation: fadeInUp .5s; -moz-animation: fadeInUp .5s; -o-animation: fadeInUp .5s; animation: fadeInUp .5s; }
  .meishicase-container .meishicase-ul li:hover .case-context { opacity: 0; } }


@media (min-width: 1260px) { .meishicase-container .case-conh3 { line-height: 30px; font-size: 20px;  }
  .meishicase-container .case-conh4 { padding-bottom: 20px; line-height: 20px; font-size: 16px;  }
  .meishicase-container .case-condes { font-size: 14px;  }
  .meishicase-container .case-conradius { margin: 40px auto 0; }
  .meishicase-container .case-context { padding-top: 10px; }
  .meishicase-container .case-contexth3 { height: 38px; line-height: 38px; font-size: 20px;  }
  .meishicase-container .case-contexth4 { line-height: 1; font-size: 16px;  }
  .meishicase-container .casepost-btn1 { width: 48px; height: 48px; }
  .meishicase-container .casepost-btn1 span:after { width: 15px; height: 15px; } }



.meishicasedetails-container { padding: 0px 0 0; background-color: #fff;  }

.meishicasedetails-container .casepost-img { text-align: center; }

.meishicasedetails-container .casepost-img img { max-width: 100%; }

.meishicasedetails-container .casepost-text { padding: 14px 0 15px; margin-bottom: 15px; border-bottom: 1px solid #dbdbdb;  }

.meishicasedetails-container .casepost-h2 { line-height: 30px; font-size: 18px; color: #222;  }

.meishicasedetails-container .casepost-des { padding-top: 10px; line-height: 26px; font-size: 14px; color: #888; max-width:840px;margin-left: auto; margin-right: auto;}

.meishicasedetails-container .casepost-h3 { margin-bottom: 4px; line-height: 24px; font-size: 16px; color: #444;  }

.meishicasedetails-container .casepost-preview { padding-top: 20px; }

.meishicasedetails-container .casepost-preview .casepostv-prev, .meishicasedetails-container .casepost-preview .casepostv-next { float: left; position: relative; display: block; height: 24px; padding-left: 22px; line-height: 24px; font-size: 14px; -webkit-transition: all .3s; -o-transition: all .3s; -moz-transition: all .3s; transition: all .3s; color: #999;  }

.meishicasedetails-container .casepost-preview .casepostv-prev:after, .meishicasedetails-container .casepost-preview .casepostv-next:after { position: absolute; top: 50%; left: 0; width: 7px; height: 7px; -webkit-transform: translateY(-50%) rotate(45deg); -moz-transform: translateY(-50%) rotate(45deg); -ms-transform: translateY(-50%) rotate(45deg); -o-transform: translateY(-50%) rotate(45deg); transform: translateY(-50%) rotate(45deg); -webkit-transition: all .3s; -o-transition: all .3s; -moz-transition: all .3s; transition: all .3s; content: ''; }

.meishicasedetails-container .casepost-preview .casepostv-prev:before, .meishicasedetails-container .casepost-preview .casepostv-next:before { position: absolute; top: 50%; left: 0; width: 15px; height: 1px; background-color: #999;  -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); -webkit-transition: all .3s; -o-transition: all .3s; -moz-transition: all .3s; transition: all .3s; content: ''; }

.meishicasedetails-container .casepost-preview .casepostv-prev:hover, .meishicasedetails-container .casepost-preview .casepostv-next:hover { color: rgba(41,121,255,.8);  }

.meishicasedetails-container .casepost-preview .casepostv-prev:hover:after, .meishicasedetails-container .casepost-preview .casepostv-next:hover:after { border-color: rgba(41,121,255,.8);  }

.meishicasedetails-container .casepost-preview .casepostv-prev:hover:before, .meishicasedetails-container .casepost-preview .casepostv-next:hover:before { background-color: rgba(41,121,255,.8);  }

.meishicasedetails-container .casepost-preview .casepostv-prev:after { border-left: 1px solid #999;  border-bottom: 1px solid #999;  }

.meishicasedetails-container .casepost-preview .casepostv-next { float: right; padding-right: 22px; padding-left: 0px; }

.meishicasedetails-container .casepost-preview .casepostv-next:after { left: auto; right: 0; border: none; border-right: 1px solid #999;  border-top: 1px solid #999;  }

.meishicasedetails-container .casepost-preview .casepostv-next:before { left: auto; right: 0; }

.meishicasedetails-container .casepost-tit { position: relative; padding-right: 70px; line-height: 30px; padding: 0 70px 0 0;  }

.meishicasedetails-container .casepost-tit h3 { font-size: 16px; color: #333;  }

.meishicasedetails-container .casepost-tit a { position: absolute; top: 0; right: 0; display: block; height: 100%; font-size: 0; }

.meishicasedetails-container .casepost-tit a span, .meishicasedetails-container .casepost-tit a i { font-size: 14px; color: #999;  }

.meishicasedetails-container .casepost-tit a span { padding-right: 10px; }

.meishicasedetails-container .more-active span, .meishicasedetails-container .more-active i { position: relative; display: inline-block; vertical-align: middle; font-style: normal; -webkit-transition: all .3s; -o-transition: all .3s; -moz-transition: all .3s; transition: all .3s; }

.meishicasedetails-container .more-active:hover span, .meishicasedetails-container .more-active:hover i { color: rgba(41,121,255,.8);  }

.meishicasedetails-container .more-active:hover i { -webkit-animation: meishimoreactive .8s linear infinite; -moz-animation: meishimoreactive .8s linear infinite; -o-animation: meishimoreactive .8s linear infinite; animation: meishimoreactive .8s linear infinite; }

@-webkit-keyframes meishimoreactive { 0% { -webkit-transform: translateX(0px); transform: translateX(0px); }
  50% { -webkit-transform: translateX(5px); transform: translateX(5px); }
  100% { -webkit-transform: translateX(0px); transform: translateX(0px); } }

@-moz-keyframes meishimoreactive { 0% { -moz-transform: translateX(0px); transform: translateX(0px); }
  50% { -moz-transform: translateX(5px); transform: translateX(5px); }
  100% { -moz-transform: translateX(0px); transform: translateX(0px); } }

@-o-keyframes meishimoreactive { 0% { -o-transform: translateX(0px); transform: translateX(0px); }
  50% { -o-transform: translateX(5px); transform: translateX(5px); }
  100% { -o-transform: translateX(0px); transform: translateX(0px); } }

@keyframes meishimoreactive { 0% { -webkit-transform: translateX(0px); -moz-transform: translateX(0px); -o-transform: translateX(0px); transform: translateX(0px); }
  50% { -webkit-transform: translateX(5px); -moz-transform: translateX(5px); -o-transform: translateX(5px); transform: translateX(5px); }
  100% { -webkit-transform: translateX(0px); -moz-transform: translateX(0px); -o-transform: translateX(0px); transform: translateX(0px); } }

.meishicasedetails-container .casepost-btm { position: relative; margin-top: 20px; padding: 0 40px; }

.meishicasedetails-container .casepost-btm .swiper-slide { overflow: hidden; }

.meishicasedetails-container .case-conimg { width: 100%; position: relative; height: 0; padding-top: 80.25263%; overflow: hidden; }

.meishicasedetails-container .case-conimg img { position: absolute; top: 50%; left: 50%; min-width: 100%; min-height: 100%; width: auto; height:auto; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

.meishicasedetails-container .case-conimg img { -webkit-transition: all .3s; -o-transition: all .3s; -moz-transition: all .3s; transition: all .3s; }

.meishicasedetails-container .case-conmen { position: absolute; top: 0; left: 0; z-index: 10; width: 100%; height: 100%; padding: 0 10.52632%; text-align: center; visibility: hidden; opacity: 0; -webkit-transition: all .3s; -o-transition: all .3s; -moz-transition: all .3s; transition: all .3s; background-color: rgba(166, 14, 14, 0.8);  }

.meishicasedetails-container .case-conh3 { line-height: 30px; font-size: 16px; color: #fff;  }

.meishicasedetails-container .case-conh4 { position: relative; padding-bottom: 10px; line-height: 20px; font-size: 14px; color: #fff;  }

.meishicasedetails-container .case-conh4:after { position: absolute; bottom: 8px; left: 50%; width: 30px; margin-left: -15px; height: 1px; background-color: #fff;  content: ''; }

.meishicasedetails-container .case-condes { margin-top: 3px; font-size: 14px; display: -webkit-box; height: 56px; line-height: 28px; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; color: #fff;  }

.meishicasedetails-container .case-conradius { position: relative; display: block; width: 35px; height: 35px; margin: 15px auto 0; -webkit-border-radius: 50%; border-radius: 50%; background-color: #fff;  }

.meishicasedetails-container .case-conradius:after, .meishicasedetails-container .case-conradius:before { position: absolute; top: 50%; left: 50%; width: 20px; height: 1px; -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: rgba(41,121,255,.8);  content: ''; }

.meishicasedetails-container .case-conradius:before { width: 1px; height: 20px; }

.meishicasedetails-container .case-context { padding-top: 5px; -webkit-transition: all .3s; -o-transition: all .3s; -moz-transition: all .3s; transition: all .3s; }

.meishicasedetails-container .case-contexth3 { height: 30px; text-align:center; line-height: 30px; font-size: 16px; color: #333;  white-space: nowrap; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; }

.meishicasedetails-container .case-contexth4 { line-height: 1; font-size: 14px; white-space: nowrap; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; color: #999;  }

.meishicasedetails-container .casepost-btn1 { display: none; position: absolute; top: 50%; z-index: 10; width: 30px; height: 30px; background-color: rgba(41,121,255,.8);  -webkit-border-radius: 50%; border-radius: 50%; -webkit-transition: all .3s; -o-transition: all .3s; -moz-transition: all .3s; transition: all .3s; }

.meishicasedetails-container .casepost-btn1 span { position: relative; display: block; width: 100%; height: 100%; }

.meishicasedetails-container .casepost-btn1 span:after { position: absolute; top: 50%; left: 50%; width: 7px; height: 7px; -webkit-transform: translate(-50%, -50%) rotate(45deg); -moz-transform: translate(-50%, -50%) rotate(45deg); -ms-transform: translate(-50%, -50%) rotate(45deg); -o-transform: translate(-50%, -50%) rotate(45deg); transform: translate(-50%, -50%) rotate(45deg); content: ''; -webkit-transition: all .3s; -o-transition: all .3s; -moz-transition: all .3s; transition: all .3s; }

.meishicasedetails-container .casepost-btn1:hover { background: rgba(41,121,255,.8); background-color: rgba(41,121,255,.8);  }

.meishicasedetails-container .casepost-btn1:hover span:after { border-color: #fff;  }

.meishicasedetails-container .casepost-prev { left: 0; }

.meishicasedetails-container .casepost-prev span:after { border-bottom: 1px solid #fff;  border-left: 1px solid #fff;  }

.meishicasedetails-container .casepost-next { right: 0; }

.meishicasedetails-container .casepost-next span:after { border-top: 1px solid #fff;  border-right: 1px solid #fff;  }



@media (min-width: 1024px) { .meishicasedetails-container { padding: 0% 0 0;  }
  .meishicasedetails-container .casepost-text { padding: 0px 0 36px;  margin: 0 0 30px;  }
  .meishicasedetails-container .casepost-h2 { line-height: 34px; font-size: 24px; text-align: center; }
  .meishicasedetails-container .casepost-des { line-height: 26px; padding: 26px 0 0;  font-size: 14px;  }
  .meishicasedetails-container .casepost-h3 { margin-bottom: 8px; line-height: 30px; font-size: 18px;  }
  .meishicasedetails-container .casepost-preview { padding: 6% 0 0;  }
  .meishicasedetails-container .casepost-preview .casepostv-prev, .meishicasedetails-container .casepost-preview .casepostv-next { font-size: 14px;  }
  .meishicasedetails-container .casepost-tit { line-height: 38px; }
  .meishicasedetails-container .casepost-tit h3 { font-size: 18px;  }
  .meishicasedetails-container .casepost-tit a span, .meishicasedetails-container .casepost-tit a i { font-size: 16px;  }
  .meishicasedetails-container .casepost-tit a span { padding-right: 20px; }
  .meishicasedetails-container .casepost-btm .swiper-slide:hover img { -webkit-transform: translate(-50%, -50%) scale(1.03); -moz-transform: translate(-50%, -50%) scale(1.03); -ms-transform: translate(-50%, -50%) scale(1.03); -o-transform: translate(-50%, -50%) scale(1.03); transform: translate(-50%, -50%) scale(1.03); }
  .meishicasedetails-container .casepost-btm .swiper-slide:hover .case-conmen { opacity: 1; visibility: visible; }
  .meishicasedetails-container .casepost-btm .swiper-slide:hover .case-condes { -webkit-animation: fadeInUp .3s; -moz-animation: fadeInUp .3s; -o-animation: fadeInUp .3s; animation: fadeInUp .3s; }
  .meishicasedetails-container .casepost-btm .swiper-slide:hover .case-conradius { -webkit-animation: fadeInUp .5s; -moz-animation: fadeInUp .5s; -o-animation: fadeInUp .5s; animation: fadeInUp .5s; }
  .meishicasedetails-container .casepost-btm .swiper-slide:hover .case-context { opacity: 0; } }


@media (min-width: 1260px) { .meishicasedetails-container .casepost-btm { margin: 30px 0 0;  padding: 0px 0 0;  }
  .meishicasedetails-container .case-conh3 { line-height: 30px; font-size: 20px;  }
  .meishicasedetails-container .case-conh4 { padding-bottom: 20px; line-height: 20px; font-size: 16px;  }
  .meishicasedetails-container .case-condes { font-size: 14px;  }
  /* .meishicasedetails-container .case-conradius { margin: 40px auto 0; } */
  .meishicasedetails-container .case-context { padding-top: 10px; }
  .meishicasedetails-container .case-contexth3 { height: 30px; line-height: 30px; font-size: 16px;  }
  .meishicasedetails-container .case-contexth4 { line-height: 1; font-size: 16px;  }
  .meishicasedetails-container .casepost-btn1 { width: 48px; height: 48px; margin-top: -40px;}
  .meishicasedetails-container .casepost-btn1 span:after { width: 15px; height: 15px; }
  .meishicasedetails-container .casepost-prev { left: -50px; }
  .meishicasedetails-container .casepost-next { right: -50px; } }

@media (min-width: 1400px) { .meishicasedetails-container .casepost-prev { left: -65px; }
  .meishicasedetails-container .casepost-next { right: -65px; } }



.meishiinnova-container { padding: 30px 0 30px; background-color: #fff;  }

.meishiinnova-swiper { position: relative; padding: 0 30px; }

.meishiinnova-swiper:after { position: absolute; top: 50px; left: 0; width: 100%; height: 1px; border: 1px dashed rgba(41,121,255,.8);  content: ''; }

.meishiinnova-swiper .swiper-slide { overflow: hidden; cursor: pointer; }

.meishiinnova-radius { position: relative; z-index: 10; width: 100px; height: 100px; text-align: center; margin: 0 auto; padding: 12px; -webkit-border-radius: 50%; border-radius: 50%; border: 1px solid #cfcfcf;  background-color: #fff;  }

.meishiinnova-radius h3 { padding: 0 10px; line-height: 1; font-size: 18px; color: #333;  }

.meishiinnova-table { display: table; table-layout: fixed; width: 100%; height: 100%; overflow: hidden; -webkit-border-radius: 50%; border-radius: 50%; border: 2px solid #666;  }

.meishiinnova-cell { display: table-cell; vertical-align: middle; }

.meishiinnova-text { position: relative; margin-top: 20px; padding: 15px 10px; background-color: #f7f7f7;  }

.meishiinnova-text:after { position: absolute; bottom: 100%; left: 50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); border-bottom: 10px solid #f7f7f7;  border-left: 10px solid transparent;  border-right: 10px solid transparent;  content: ''; }

.meishiinnova-des { height: 120px; text-align: center; line-height: 24px; font-size: 14px; overflow-y: auto; color: #333; padding-right: 10px; }

.meishiinnova-des::-webkit-scrollbar { width: 5px; height: 8px; background-color: #fff; }

.meishiinnova-des::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1); -webkit-border-radius: 2px; border-radius: 2px; background-color: #fff; }

.meishiinnova-des::-webkit-scrollbar-thumb { -webkit-border-radius: 2px; border-radius: 2px; -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1); background-color: rgba(41,121,255,.8); }

.meishiinnova-btn { position: absolute; top: 50px; z-index: 15; width: 28px; height: 28px; -webkit-border-radius: 50%; border-radius: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); background-color: rgba(41,121,255,.8);  }

.meishiinnova-btn span { position: relative; display: block; width: 100%; height: 100%; }

.meishiinnova-btn span:after { position: absolute; top: 50%; left: 50%; width: 7px; height: 7px; -webkit-transform: translate(-50%, -50%) rotate(45deg); -moz-transform: translate(-50%, -50%) rotate(45deg); -ms-transform: translate(-50%, -50%) rotate(45deg); -o-transform: translate(-50%, -50%) rotate(45deg); transform: translate(-50%, -50%) rotate(45deg); content: ''; }

.meishiinnova-prev { left: 0; }

.meishiinnova-prev span:after { border-bottom: 1px solid #fff;  border-left: 1px solid #fff;  }

.meishiinnova-next { right: 0; }

.meishiinnova-next span:after { border-top: 1px solid #fff;  border-right: 1px solid #fff;  }



@media (min-width: 1024px) { .meishiinnova-container { padding: 70px 0 50px;  }
  .meishiinnova-swiper { padding: 0 55px;  }
  .meishiinnova-swiper:after { top: 67.5px; }
  .meishiinnova-swiper .swiper-slide:hover .meishiinnova-text { background-color: #eee;  }
  .meishiinnova-swiper .swiper-slide:hover .meishiinnova-text:after { border-bottom-color: #eee; border-bottom-color: #eee;  }
  .meishiinnova-swiper .swiper-slide:hover .meishiinnova-radius { border-color: rgba(41,121,255,.8);  }
  .meishiinnova-swiper .swiper-slide:hover .meishiinnova-radius h3 { color: #fff;  }
  .meishiinnova-swiper .swiper-slide:hover .meishiinnova-table { background-color: rgba(41,121,255,.8);  border-color: #fff;  }
  .meishiinnova-radius { width: 135px; height: 135px; -webkit-transition: all .3s; -o-transition: all .3s; -moz-transition: all .3s; transition: all .3s; }
  .meishiinnova-radius h3 { font-size: 30px; -webkit-transition: all .3s; -o-transition: all .3s; -moz-transition: all .3s; transition: all .3s; }
  .meishiinnova-table { -webkit-transition: all .3s; -o-transition: all .3s; -moz-transition: all .3s; transition: all .3s; }
  .meishiinnova-text { -webkit-transition: all .3s; -o-transition: all .3s; -moz-transition: all .3s; transition: all .3s; }
  .meishiinnova-text:after { -webkit-transition: all .3s; -o-transition: all .3s; -moz-transition: all .3s; transition: all .3s; }
  .meishiinnova-des { font-size: 14px; font-size: 14px; }
  .meishiinnova-btn { top: 67.5px; } }


/** 20191220 新增 **/
.inmenu-vtel,.inbanner-btm{display:none;}
@media (min-width: 1024px) {
	.inmenu-vtel{position:fixed;bottom:40px;left: 0;z-index: 200;display:block;width: 11.19792%;padding: 0 14px;line-height: 24px;font-size: 13px;color: #fff;}
	.inmenu-vtel span{color: rgba(41,121,255,.8);}
	.inbanner-btm{position: absolute;
    bottom: 0;
    left: 50%;
	z-index: 15;
    width: 36px;
    height: 36px;
    border-right: 4px solid rgba(41,121,255,.8);
    border-bottom: 4px solid rgba(41,121,255,.8);
    -webkit-transform: translateX(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    -o-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    content: '';
    -webkit-animation: innewsbtm linear 1s infinite;
    -moz-animation: innewsbtm linear 1s infinite;
    -o-animation: innewsbtm linear 1s infinite;
    animation: innewsbtm linear 1s infinite;/**display:block;**/}
	.inbanner-btm div{font-size: 0;}
	.inbanner-btmicon2{margin-top: 10px;animation: movebtmicon2 linear 1.4s infinite;}
}

@media (min-width: 1260px){
	.inbanner-btm{position:absolute;bottom: 64px;}
	.header-wrap{padding-left: 40px;}
}
@media (min-width: 1700px) {
	.inmenu-vtel{font-size: 16px;}
}

@keyframes movebtmicon2 { 0% { transform: translateY(0);}
  25% { transform: translateY(3px);}
  50% { transform: translateY(0px);}
  75% { transform: translateY(-3px);}
  100% { transform: translateY(0px);} }


/*0222*/
.singlepage{padding-top:30px; padding-bottom:30px;}
@media(min-width:1024px){
	.singlepage{padding-top:50px; padding-bottom:50px;}
	.product-nav .innav-commonweb .innav-eritem{min-width:0%;margin-right: 4%;}
}

/** 20200312 **/
.suzybtm-rimg{display:none;}
.suzyinbanner-btn{display:none;}
.suzybtm-erimg{position:absolute;bottom:100%;left:50%;z-index:10;width:110px;transform:translateX(-50%);opacity:1;padding-bottom: 10px;opacity:0;visibility:hidden;transition:all .5s;margin-bottom: 20px;}
.suzybtm-erimg:after{position: absolute;bottom: 0;left: 50%;transform:translateX(-50%);border-top: 10px solid #fff;border-left: 10px solid transparent;border-right: 10px solid transparent;content:'';}
.suzybtm-erimg img{width:110px;padding: 5px;box-shadow: 0px -5px 15px -5px #aaa;background: #fff;}
.bdshare-button-style0-16 a:hover{opacity:1!important;}
.suzyabout-text1{padding-top:20px;text-align:center;font-size: 16px;}


.suzy-commenuview a { display: inline-block; padding-right: 5%; line-height: 30px; margin-bottom: 20px; font-size: 16px; color: #ffffff; -webkit-transition: all .3s; -o-transition: all .3s; -moz-transition: all .3s; transition: all .3s; }
/*.suzy-commenuview a.active,.suzy-comlistview2 a:hover , .suzy-commenuview a:hover,.inmenu-erfourh5 a:hover{color: #2979FF;}*/
.suzy-commenu { width: 100%; padding-top: 40px; border-top: 1px solid #969696; background: #3b3b3b; }

.suzy-comlist ul{font-size: 0;}

.suzy-comlist ul li {
    display: inline-block;
    vertical-align: top;
    min-width: 11%;
    padding: 0 3.08854% 0 1.37268%;
}

.suzy-comlist {
    width: 100%;
    background: #434343;
    padding-top: 20px;
    padding-bottom: 30px;
}

.suzy-comlisth3 a {
    display: block;
    padding: 10px 0;
    line-height: 20px;
    font-size: 14px;
    color: #ffffff;
}

.suzy-comlistview{
    padding-top: 18px;
    border-top: 1px solid #6f6f6f;
}

.suzy-comlistview h4 {
    line-height: 26px;
    font-size: 16px;
    color: #848484;
}
.suzy-comlistview2{
    padding: 8px 0 22px;
}
.suzy-comlistview2 a{
    display: block;
    padding: 3px 0;
    line-height: 20px;
    font-size: 12px;
    color: #ffffff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.single-page iframe{width: 100%!important;height: 250px!important;}

.suzy-commwa{display:block;width: 160px;height: 45px;border: 2px solid #303030;transition: all .5s;text-align: center; line-height: 41px;font-size: 14px;color: #333333;margin: 20px auto 0;border-radius: 30px;}

.suzy-commwa:hover{border-color:rgba(41,121,255,.8);color: #fff;background: rgba(41,121,255,.8);box-shadow: 0px 5px 15px -5px #aaa;}
.suzybtm-rimg{display:block;position:absolute;top: 0;right: 40px;width: 11.136%;}
	footer.ms-footer .footer-share a:hover .suzybtm-erimg{margin-bottom: 0;visibility:visible;opacity: 1;}
	
.sitemapcont2 { padding: 6% 0; overflow: hidden; }

.sitemapcont2 dl { position: relative; margin-bottom: 26px; }

.sitemapcont2 dl dt { font-size: 16px; font-weight: bold; color: rgba(41,121,255,.8); padding: 0 8px; background: #fff; position: absolute; left: 18px; top: -14px; }

.sitemapcont2 dl dt a{color: rgba(41,121,255,.8);}

.sitemapcont2 dl dd { padding: 4% 3% 1% 3%; border: 1px solid #e6e6e6; }

.sitemapcont2 dl dd a { display: inline-block; padding-left: 10px; margin: 0 23px 8px 0; }

.inter { padding: 30px 0 10px; }	

@media(min-width:768px){
	.full-newsF-container .suzynews-lists .thumb{
		float: left;
		margin: 0 20px 0 0px;
	}
	.sitemapcont2 { padding: 5% 10px; }
  .sitemapcont2 dl dt { font-size: 20px; }
  .sitemapcont2 dl dd { padding: 2% 3% 1% 3%; border: 1px solid #e6e6e6; }
  .sitemapcont2 dl dd a { margin: 0 45px 8px 0; }
  .sitemapcont2 dl dd a:hover { color: #124bbe; }
  .sitemapcont2 { padding: 2% 0 0; overflow: hidden; }
  .sitemapcont2 dl dt { font-size: 20px; }
  .sitemapcont2 dl dd { padding: 2% 3% 1% 3%; border: 1px solid #e6e6e6; }
  .sitemapcont2 dl dd a { margin: 0 50px 8px 0; }
  .sitemapcont2 dl dd a:hover { color: rgba(41,121,255,.8); }
  .inter { padding: 30px 0 20px; }
}

@media(min-width:1024px){
	.suzyinbanner-btn{box-shadow: 0px 0px 10px -5px #aaa;border-radius:50%;position:absolute;top: 50%;z-index:25;display:block;width: 50px;height: 50px; -webkit-transform: translateY(-50%); 
	-moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform:translateY(-50%);transition:all .5s;background:rgba(41,121,255,.8);opacity:0;}
	.suzyinbanner-btn:hover{box-shadow: 0px 0px 15px -5px rgba(41,121,255,.8);}
	.suzyinbanner-btn:after{position:absolute;top:50%;left: 50%;transform: translate(-50%,-50%) rotate(45deg);width:20px;height:20px;transition:all .5s;content:'';}
	.suzyinbanner-prev{left: 60px;}
	.suzyinbanner-prev:after{border-bottom: 2px solid #fff;border-left: 2px solid #fff;margin-left:3px;}
	.suzyinbanner-next{right: 60px;}
	.suzyinbanner-next:after{border-top: 2px solid #fff;border-right: 2px solid #fff;margin-left:-3px;}
	.inbanner:hover .suzyinbanner-btn{opacity:1;}
	.ms-footer .commonweb{position:relative;}
	.suzyabout-text1{padding-top:40px;text-align:center;font-size: 20px;}
	.full-newsF-container .suzynews-lists .thumb{
		margin-right: 40px;
	}
	.single-page iframe{height: 550px!important;}
	.suzy-commwa{width: 215px;height: 55px;line-height: 51px;font-size: 16px;margin-top: 20px;}
	.sitemapcont2 { padding: 6% 10px; overflow: hidden; background: #fff; }
  .sitemapcont2 dl { position: relative; margin-bottom: 36px; }
  .sitemapcont2 dl:last-of-type { margin-bottom: 0; }
  .sitemapcont2 dl dt { font-size: 20px; font-weight: bold; padding: 0 8px; background: #fff; position: absolute; left: 18px; top: -17px; }
  .sitemapcont2 dl dt a { color: rgba(41,121,255,.8); }
  .sitemapcont2 dl dt a:hover { color: rgba(41,121,255,.8); }
  .sitemapcont2 dl dd { padding: 3% 3% 1% 3%; border: 1px solid #e6e6e6; font-size: 16px; }
  .sitemapcont2 dl dd a { display: inline-block; padding-left: 10px; margin: 0 23px 8px 0; }
  .sitemapcont2 { padding: 3.5% 30px; }
  .sitemapcont2 dl { margin-bottom: 50px; }
  .inter { padding: 50px 0 90px; }

}

@media(min-width:1200px){
	.suzybtm-rimg{right:60px;}
}

@media(min-width:1400px){
	.suzyinbanner-btn{width:60px;height:60px;}
	.suzyinbanner-btn:after{width:26px;height:26px;border-width:3px;}
	.suzyinbanner-prev{left: 80px;}
	.suzyinbanner-next{right: 80px;}
}


/*20201217 s*/
@media (min-width: 1024px) {
	.inmenu-view .inmenu-erfouritem {
		    display: block;
    vertical-align: top;
    min-width: auto;
    width: 100%;
    padding: 0;
	}
	/*.inmenu-view .inmenu-erfourh5 a {
		    padding: 0 10.93023%;
    text-align: right;
    padding-bottom: 15px;
	position: relative;
	}*/
	.inmenu-view .inmenu-erfive {
		position: fixed;
    top: 70px;
    z-index: 200;
    overflow-y: auto;
    background: #535353;
    font-size: 0;
    /*width: 58.1%;*/
	width: 100%;
    height: 100%;
    padding: 15px 0 85px;
    /*left: 41.9%;*/
	left: 24.11458%;
	}
	.inmenu-view .inmenu-erfiveview {
		    min-width: 11%;
    display: inline-block;
    vertical-align: top;
    padding: 0 3.08854% 0 1.37268%;
	}
	.inmenu-view .inmenu-erfour {
		    width: 17.88542%;
	}
	.inmenu-view .inmenu-erfive {
		display: none;
	}
	.inmenu-view .inmenu-erfouritem:hover .inmenu-erfive {
		display: block;
	}
	/*.inmenu-view .inmenu-erfourh5 a::after {
		position: absolute;
    top: 50%;
    right: 5%;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fefefe;
    border-right: 2px solid #fefefe;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -moz-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    content: '';
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
	opacity: 1;
    display: block;
	    margin-top: -7px;
	}*/
	/*.inmenu-view .inmenu-erfourh5 a:hover::after,.inmenu-view .inmenu-erfourh5.cur a::after {
		border-color: #2979FF;
	}
	.inmenu-view .inmenu-erfourh5.cur a {
		color:#2979FF; 
	}*/
	.product-nav  .innav-ermenu {
		height: 100%;
		padding-bottom: 100px;
		width: 20%;
	}
	.product-nav .innav-ermenu .innav-commonweb {
		height: 100%;
		
	}
	.product-nav .innav-eritem:not(.software-nav) .innav-erthree .innav-commonweb {
		padding-left: 0;
		padding-right: 0;
	}
	.product-nav .innav-eritem:not(.software-nav) .inmenu-erfouritem {
		padding-left: 40px;
		padding-right: 40px;
		width: 100%;
	}
	.product-nav .innav-commonweb .innav-eritem:not(.software-nav) {
		width: 100%;
		margin-right:0;
	}
	.product-nav .innav-eritem:not(.software-nav) .innav-erthree {
		position: fixed;
		top: 70px;
		padding-top: 40px;
		padding-bottom: 100px;
		left: 20%;
		width: 35%;
		height:100%;
		overflow-y: auto;
	}
	.product-nav .innav-eritem.software-nav .innav-erthree {
		position: fixed;
		top: 70px;
		padding-top: 40px;
		padding-bottom: 100px;
		left: 20%;
		width: 80%;
		height:100%;
		overflow-y: auto;
	}
	.product-nav .innav-eritem:not(.software-nav) .inmenu-erfive {
		position: fixed;
		top: 70px;
		padding-top: 40px;
		padding-bottom: 100px;
		left: 55%;
		width: 45%;
		height:100%;
		display: none;
		background: #535353;
		overflow-y: auto;
		padding-left: 20px;
		padding-right: 20px;
	}
	.product-nav .inmenu-erfouritem:hover .inmenu-erfive {
		display: block;
	}
}
@media (min-width: 1460px) {
	.product-nav .innav-eritem:not(.software-nav) .innav-erthree {
		width: 23%;
	}
	.product-nav .innav-eritem:not(.software-nav) .inmenu-erfive {
		    left: 43%;
    width: 57%;
	}
}
/*20201217 e*/
/*20201218 s*/
@media (min-width: 1024px) {
	.inmenu-view .inmenu-erfiveh6 {
		padding: 0 3.08854% 0 1.37268%;
	}
}
@media (min-width: 1260px) {
	.innav-eritemh4.pccur a:after {
		-webkit-transform: translateY(-50%) rotate(45deg);
    -moz-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
	}
	/*.product-nav .innav-eritem:not(.software-nav) .inmenu-erfourh5 {
		position: relative;
	}
	.product-nav .innav-eritem:not(.software-nav) .inmenu-erfourh5::after {
		position: absolute;
    top: 50%;
    right: 0px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #8c8c8c;
    border-right: 1px solid #8c8c8c;
        -webkit-transform: translateY(-50%) rotate(45deg);
    -moz-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
	    content: "";
		    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
	}
	.product-nav .innav-eritem:not(.software-nav) .inmenu-erfouritem:hover .inmenu-erfourh5::after {
		border-color: #2979FF;
	}*/
}
/*20201218 e*/

/*20201221 s*/
@media (min-width: 1024px) {
	.inmenu-view .inmenu-erfive > div {
		min-width: 11%; padding: 0 20px;
		display: inline-block;
		vertical-align: top;
	}
	.inmenu-view .inmenu-erfive {
		font-size: 0;
	}
	.inmenu-erfive .inmenu-erfiveview {
		padding: 0;
	}
	.product-nav .innav-eritem:not(.software-nav) .inmenu-erfive {
		font-size: 0;
	}
	.product-nav .innav-eritem:not(.software-nav) .inmenu-erfive > div {
		min-width: 11%; padding: 0 20px;
		display: inline-block;
		vertical-align: top;
		font-size: 14px;
	}
	.software-nav .innav-erthree .inmenu-erfouritem {
		width: 100%;
	}
	.inmenu-view .inmenu-erfive {
		    white-space: nowrap;
		overflow-x: auto;
		height: calc(100% - 70px);
	}
	.product-nav .innav-eritem:not(.software-nav) .inmenu-erfive {
		white-space: nowrap;
		overflow-x: auto;
		height: calc(100% - 70px);
	}
	.inmenu-erfiveh6 {
		font-weight: bold;
	}
}
/*20201221 e*/

/*20201222 s*/
@media (min-width: 1024px) {
	.inmenu-view .inmenu-erfiveh6 {
		padding: 0;
	}
}
/*20201222 e*/
@media (max-width:768px){
	.innav-eritemh4 a img{display:none}
}
	






