
@font-face {
  font-family: 'SourceHanSansSC';
  src: url('/dist/font/SourceHanSansSC-Medium.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


*{
	font-family:'SourceHanSansSC' !important;
}
/*内容区 s*/
.commonweb1400 { padding: 0px 15px; }

/* @media (min-width: 768px) { .commonweb1400 { padding: 0px 20px; } }

@media (min-width: 992px) { .commonweb1400 { padding: 0px 40px; } }

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

@media (min-width: 1460px) { .commonweb1400 { padding: 0; } } */

@media (min-width: 768px) {.original.commonweb1400 { padding: 0px 20px; } }

@media (min-width: 992px) {.original.commonweb1400 { padding: 0px 40px; } }

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

@media (min-width: 1460px) {.original.commonweb1400 { padding: 0; } }

.commonweb1600 { padding: 0px 15px; }

@media (min-width: 768px) { .commonweb1600 { padding: 0px 20px; } }

@media (min-width: 992px) { .commonweb1600 { padding: 0px 40px; } }

@media (min-width: 1260px) { .commonweb1600 { padding: 0 60px; } }

@media (min-width: 1460px) { .commonweb1600 { padding: 0 80px; } }

@media (min-width: 1660px) { .commonweb1600 { max-width: 1600px; margin-left: auto; margin-right: auto; padding: 0 80px; } }

@media (min-width: 1760px) { .commonweb1600 .commonweb1600 { padding: 0; } }

.commonweb1700 { padding: 0px 15px; }
@media (min-width: 768px) { .commonweb1700 { padding: 0px 20px; }.commonweb1400 { padding: 0px 20px; }.service-pages { padding: 0px 20px; }.news-page-content{ padding: 0px 20px !important; }  }

@media (min-width: 992px) { .commonweb1700 { padding: 0px 40px; }.commonweb1400 { padding: 0px 40px; }.service-pages { padding: 0px 40px; }.news-page-content{ padding: 0px 40px !important; }   }

@media (min-width: 1260px) { .commonweb1700 { padding: 0 60px; }.commonweb1400 { padding: 0px 60px; }.service-pages { padding: 0px 60px; }.news-page-content{ padding: 0px 60px !important; }   }

@media (min-width: 1460px) { .commonweb1700 { padding: 0 80px; }.commonweb1400 { padding: 0px 100px; }.service-pages { padding: 0px 80px; }.news-page-content{ padding: 0px 80px !important; }   }

@media (min-width: 1660px) { .commonweb1700 { padding: 0 80px; } }

@media (min-width: 1700px) { .commonweb1700 { max-width: 1700px; margin-left: auto; margin-right: auto; padding: 0; } }

@media (min-width: 1760px) { .commonweb1700 .commonweb1600 { padding: 0; } }

/*内容区 e*/
/*字号 s*/
.fz16 { font-size: 14px; }

@media (min-width: 1024px) { .fz16 { font-size: 16px; } }

.fz18 { font-size: 16px; }

@media (min-width: 1024px) { .fz18 { font-size: 18px; } }

.fz20 { font-size: 16px; }

@media (min-width: 1024px) { .fz20 { font-size: 18px; } }

@media (min-width: 1260px) { .fz20 { font-size: 20px; } }

.fz22 { font-size: 16px; }

@media (min-width: 1024px) { .fz22 { font-size: 18px; } }

@media (min-width: 1260px) { .fz22 { font-size: 22px; } }

.fz24 { font-size: 18px; }

@media (min-width: 1024px) { .fz24 { font-size: 20px; } }

@media (min-width: 1260px) { .fz24 { font-size: 24px; } }

.fz26 { font-size: 20px; }

@media (min-width: 768px) { .fz26 { font-size: 22px; } }

@media (min-width: 1024px) { .fz26 { font-size: 24px; } }

@media (min-width: 1260px) { .fz26 { font-size: 26px; } }

.fz28 { font-size: 22px; }

@media (min-width: 1024px) { .fz28 { font-size: 26px; } }

@media (min-width: 1260px) { .fz28 { font-size: 28px; } }

.fz30 { font-size: 22px; }

@media (min-width: 1024px) { .fz30 { font-size: 26px; } }

@media (min-width: 1260px) { .fz30 { font-size: 30px; } }

.fz32 { font-size: 24px; }

@media (min-width: 1024px) { .fz32 { font-size: 28px; } }

@media (min-width: 1260px) { .fz32 { font-size: 32px; } }

.fz36 { font-size: 26px; }

@media (min-width: 1024px) { .fz36 { font-size: 32px; } }

@media (min-width: 1260px) { .fz36 { font-size: 36px; } }

/*字号 e*/
/* 移动端头部控制导航显示/隐藏按钮 s*/
.toggle-btn { width: 30px; height: 30px; position: relative; margin-top: 10px; display: block; }

.toggle-btn span { width: 20px; height: 1px; background: #000000; position: absolute; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); -webkit-transition: all .3s ease-in; -o-transition: all .3s ease-in; transition: all .3s ease-in; }

.toggle-btn span:first-child { top: 8px; }

.toggle-btn span:nth-child(2) { top: 50%; }

.toggle-btn span:last-child { bottom: 7px; }

.toggle-btn.cur span:first-child { -webkit-transform: translate(-50%, 7px) rotate(45deg); -ms-transform: translate(-50%, 7px) rotate(45deg); -o-transform: translate(-50%, 7px) rotate(45deg); transform: translate(-50%, 7px) rotate(45deg); }

.toggle-btn.cur span:nth-child(2) { opacity: 0; }

.toggle-btn.cur span:last-child { -webkit-transform: translate(-50%, -7px) rotate(-45deg); -ms-transform: translate(-50%, -7px) rotate(-45deg); -o-transform: translate(-50%, -7px) rotate(-45deg); transform: translate(-50%, -7px) rotate(-45deg); }

/* 移动端头部控制导航显示/隐藏按钮 e*/
/*分页样式 s*/
.hgy-pagination .hgy-mob-load a { display: block; width: 100%; text-align: center; background-color: #293d9b; color: #fff; font-size: 14px; line-height: 28px; padding: 8px 0; -webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }

.hgy-pagination .hgy-pagination-view { display: none; text-align: center; }

@media (min-width: 1024px) { .hgy-pagination .hgy-mob-load { display: none; }
  .hgy-pagination .hgy-pagination-view { display: block; }
  .hgy-pagination .hgy-pagination-view .laypage_main { display: inline-block; vertical-align: top; }
  .hgy-pagination .hgy-pagination-view .laypage_main a, .hgy-pagination .hgy-pagination-view .laypage_main input, .hgy-pagination .hgy-pagination-view .laypage_main span { width: 36px; height: 36px; display: inline-block; vertical-align: middle; background-color: #fff !important; line-height: 36px; text-align: center; font-size: 15px; border: 1px solid #d8d8d8; }
  .hgy-pagination .hgy-pagination-view .laypage_main .laypage_curr { background-color: #293d9b !important; border-color: #293d9b; color: #fff; }
  .hgy-pagination .hgy-pagination-view .laypageskin_molv .laypage_curr { background-color: #293d9b !important; border-color: #293d9b; }
  .hgy-pagination .hgy-pagination-view .laypageskin_molv .laypage_prev, .hgy-pagination .hgy-pagination-view .laypageskin_molv .laypage_next { position: relative; text-align: center; font-size: 0 !important; padding: 0 10px !important; }
  .hgy-pagination .hgy-pagination-view .laypageskin_molv .laypage_prev span, .hgy-pagination .hgy-pagination-view .laypageskin_molv .laypage_next span { display: none; }
  .hgy-pagination .hgy-pagination-view .laypageskin_molv .laypage_prev::after, .hgy-pagination .hgy-pagination-view .laypageskin_molv .laypage_next::after { content: ''; width: 8px; height: 8px; border: 2px solid #919191; border-top: none; border-right: none; display: inline-block; *display: inline; *zoom: 1; vertical-align: middle; margin-top: -2px; }
  .hgy-pagination .hgy-pagination-view .laypageskin_molv .laypage_prev::after { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); margin-left: 3px; }
  .hgy-pagination .hgy-pagination-view .laypageskin_molv .laypage_next::after { -webkit-transform: rotate(-135deg); -ms-transform: rotate(-135deg); -o-transform: rotate(-135deg); transform: rotate(-135deg); margin-left: 0px; } }

/*分页样式 e*/
/*图片最大 s*/
.hgyMaxPic img { max-width: 100%; }

/*图片最大 e*/
.hgyAutoImg img { width: 100%; }

/*图片定位 s*/
.hgyPimg { position: relative; overflow: hidden; }
/* .hgyPimg:hover{background-color: #fff;} */

.hgyPimg::after { content: ''; display: block; padding-bottom: 100%; }

.hgyPimg img { position: absolute; top: 50%; left: 50%; -webkit-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; transition: all .3s; min-width: 100%; width: auto; height: 100%; }

/*图片最大 e*/
/*返回顶部 s*/
.to-top { position: fixed; bottom: 5%; right: 15px; width: 40px; height: 40px; -webkit-border-radius: 100%; border-radius: 100%; background: #293d9b; opacity: .5; display: none; cursor: pointer; z-index: 89; }

.to-top::before { content: ''; position: absolute; left: 50%; top: 17px; width: 10px; height: 10px; border-top: solid 2px #fff; border-right: solid 2px #fff; -webkit-transform: translate(-50%, 0) rotate(-45deg); -ms-transform: translate(-50%, 0) rotate(-45deg); -o-transform: translate(-50%, 0) rotate(-45deg); transform: translate(-50%, 0) rotate(-45deg); }

@media (min-width: 1024px) { .to-top { bottom: 10%; right: 30px; -webkit-transition: all .3s ease-in; -o-transition: all .3s ease-in; transition: all .3s ease-in; }
  .to-top:hover { opacity: 1; } }

/*返回顶部 e*/


/*--公共部分--*/
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; }

body, button, input, select, textarea { font: 14px/1.5 Arial, 'PingFang SC','Microsoft YaHei', sans-serif; color: #333; }

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

*, :after, :before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; background-repeat: no-repeat; }

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 { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }

.clearfix { *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; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 { float: left; padding-left: 10px; padding-right: 10px; }

.col-xs-12 { width: 100%; }

.col-xs-11 { width: 91.66666667%; }

.col-xs-10 { width: 83.33333333%; }

.col-xs-9 { width: 75%; }

.col-xs-8 { width: 66.66666667%; }

.col-xs-7 { width: 58.33333333%; }

.col-xs-6 { width: 50%; }

.col-xs-5 { width: 41.66666667%; }

.col-xs-4 { width: 33.33333333%; }

.col-xs-3 { width: 25%; }

.col-xs-2 { width: 16.66666667%; }

.col-xs-1 { width: 8.33333333%; }

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

@media (min-width: 768px) { .commonweb { padding: 0px 20px; }
  .commonwebbox { margin-left: -10px; margin-right: -10px; }
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 { float: left; padding-left: 10px; padding-right: 10px; }
  .col-sm-12 { width: 100%; }
  .col-sm-11 { width: 91.66666667%; }
  .col-sm-10 { width: 83.33333333%; }
  .col-sm-9 { width: 75%; }
  .col-sm-8 { width: 66.66666667%; }
  .col-sm-7 { width: 58.33333333%; }
  .col-sm-6 { width: 50%; }
  .col-sm-5 { width: 41.66666667%; }
  .col-sm-4 { width: 33.33333333%; }
  .col-sm-3 { width: 25%; }
  .col-sm-2 { width: 16.66666667%; }
  .col-sm-1 { width: 8.33333333%; }
  .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; }
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 { float: left; padding-left: 10px; padding-right: 10px; }
  .col-md-12 { width: 100%; }
  .col-md-11 { width: 91.66666667%; }
  .col-md-10 { width: 83.33333333%; }
  .col-md-9 { width: 75%; }
  .col-md-8 { width: 66.66666667%; }
  .col-md-7 { width: 58.33333333%; }
  .col-md-6 { width: 50%; }
  .col-md-5 { width: 41.66666667%; }
  .col-md-4 { width: 33.33333333%; }
  .col-md-3 { width: 25%; }
  .col-md-2 { width: 16.66666667%; }
  .col-md-1 { width: 8.33333333%; } }

@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: 1200px; padding: 0; } }

/* 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; -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: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-transition-property: -webkit-transform; -o-transition-property: -o-transform; transition-property: -webkit-transform; transition-property: transform; transition-property: transform, -webkit-transform, -o-transform; transition-property: transform,-webkit-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); -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; -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; align-items: flex-start; -webkit-transition-property: -webkit-transform,height; -o-transition-property: -o-transform; -webkit-transition-property: height,-webkit-transform; transition-property: height,-webkit-transform; -o-transition-property: height,-o-transform; transition-property: transform,height; transition-property: transform,height,-webkit-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; background-size: 27px 44px; background-position: center; background-repeat: no-repeat; }

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

.swiper-pagination { position: absolute; text-align: center; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; -webkit-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-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; -o-transition-timing-function: ease-out; transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide { pointer-events: none; -webkit-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: #f58227; margin: 0 3px; }

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

.swiper-pagination { width: 100%; text-align: center; bottom: 2%; }


/*! animate.css -http://daneden.me/animate Version - 3.5.2 Licensed under the MIT license - http://opensource.org/licenses/MIT Copyright (c) 2017 Daniel Eden */
.animated { -webkit-animation-duration: 1s; -o-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; -o-animation-fill-mode: both; animation-fill-mode: both; }

.animated.infinite { -webkit-animation-iteration-count: infinite; -o-animation-iteration-count: infinite; animation-iteration-count: infinite; }

.animated.hinge { -webkit-animation-duration: 2s; -o-animation-duration: 2s; animation-duration: 2s; }

.animated.flipOutX, .animated.flipOutY, .animated.bounceIn, .animated.bounceOut { -webkit-animation-duration: .75s; -o-animation-duration: .75s; animation-duration: .75s; }

@-webkit-keyframes bounce { from, 20%, 53%, 80%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% { -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% { -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% { -webkit-transform: translate3d(0, -4px, 0); transform: translate3d(0, -4px, 0); } }

@-o-keyframes bounce { from, 20%, 53%, 80%, to { -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0); }
  40%, 43% { -o-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0); }
  70% { -o-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0); }
  90% { transform: translate3d(0, -4px, 0); } }

@keyframes bounce { from, 20%, 53%, 80%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% { -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); -o-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% { -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); -o-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% { -webkit-transform: translate3d(0, -4px, 0); transform: translate3d(0, -4px, 0); } }

.bounce { -webkit-animation-name: bounce; -o-animation-name: bounce; animation-name: bounce; -webkit-transform-origin: center bottom; -ms-transform-origin: center bottom; -o-transform-origin: center bottom; transform-origin: center bottom; }

@-webkit-keyframes flash { from, 50%, to { opacity: 1; }
  25%, 75% { opacity: 0; } }

@-o-keyframes flash { from, 50%, to { opacity: 1; }
  25%, 75% { opacity: 0; } }

@keyframes flash { from, 50%, to { opacity: 1; }
  25%, 75% { opacity: 0; } }

.flash { -webkit-animation-name: flash; -o-animation-name: flash; animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse { from { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); }
  50% { -webkit-transform: scale3d(1.05, 1.05, 1.05); transform: scale3d(1.05, 1.05, 1.05); }
  to { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } }
@-o-keyframes pulse { from { transform: scale3d(1, 1, 1); }
  50% { transform: scale3d(1.05, 1.05, 1.05); }
  to { transform: scale3d(1, 1, 1); } }
@keyframes pulse { from { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); }
  50% { -webkit-transform: scale3d(1.05, 1.05, 1.05); transform: scale3d(1.05, 1.05, 1.05); }
  to { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } }

.pulse { -webkit-animation-name: pulse; -o-animation-name: pulse; animation-name: pulse; }

@-webkit-keyframes rubberBand { from { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); }
  30% { -webkit-transform: scale3d(1.25, 0.75, 1); transform: scale3d(1.25, 0.75, 1); }
  40% { -webkit-transform: scale3d(0.75, 1.25, 1); transform: scale3d(0.75, 1.25, 1); }
  50% { -webkit-transform: scale3d(1.15, 0.85, 1); transform: scale3d(1.15, 0.85, 1); }
  65% { -webkit-transform: scale3d(0.95, 1.05, 1); transform: scale3d(0.95, 1.05, 1); }
  75% { -webkit-transform: scale3d(1.05, 0.95, 1); transform: scale3d(1.05, 0.95, 1); }
  to { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } }

@-o-keyframes rubberBand { from { transform: scale3d(1, 1, 1); }
  30% { transform: scale3d(1.25, 0.75, 1); }
  40% { transform: scale3d(0.75, 1.25, 1); }
  50% { transform: scale3d(1.15, 0.85, 1); }
  65% { transform: scale3d(0.95, 1.05, 1); }
  75% { transform: scale3d(1.05, 0.95, 1); }
  to { transform: scale3d(1, 1, 1); } }

@keyframes rubberBand { from { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); }
  30% { -webkit-transform: scale3d(1.25, 0.75, 1); transform: scale3d(1.25, 0.75, 1); }
  40% { -webkit-transform: scale3d(0.75, 1.25, 1); transform: scale3d(0.75, 1.25, 1); }
  50% { -webkit-transform: scale3d(1.15, 0.85, 1); transform: scale3d(1.15, 0.85, 1); }
  65% { -webkit-transform: scale3d(0.95, 1.05, 1); transform: scale3d(0.95, 1.05, 1); }
  75% { -webkit-transform: scale3d(1.05, 0.95, 1); transform: scale3d(1.05, 0.95, 1); }
  to { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } }

.rubberBand { -webkit-animation-name: rubberBand; -o-animation-name: rubberBand; animation-name: rubberBand; }

@-webkit-keyframes shake { from, to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% { -webkit-transform: translate3d(-10px, 0, 0); transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% { -webkit-transform: translate3d(10px, 0, 0); transform: translate3d(10px, 0, 0); } }

@-o-keyframes shake { from, to { transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% { transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% { transform: translate3d(10px, 0, 0); } }

@keyframes shake { from, to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% { -webkit-transform: translate3d(-10px, 0, 0); transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% { -webkit-transform: translate3d(10px, 0, 0); transform: translate3d(10px, 0, 0); } }

.shake { -webkit-animation-name: shake; -o-animation-name: shake; animation-name: shake; }

@-webkit-keyframes headShake { 0% { -webkit-transform: translateX(0); transform: translateX(0); }
  6.5% { -webkit-transform: translateX(-6px) rotateY(-9deg); transform: translateX(-6px) rotateY(-9deg); }
  18.5% { -webkit-transform: translateX(5px) rotateY(7deg); transform: translateX(5px) rotateY(7deg); }
  31.5% { -webkit-transform: translateX(-3px) rotateY(-5deg); transform: translateX(-3px) rotateY(-5deg); }
  43.5% { -webkit-transform: translateX(2px) rotateY(3deg); transform: translateX(2px) rotateY(3deg); }
  50% { -webkit-transform: translateX(0); transform: translateX(0); } }

@-o-keyframes headShake { 0% { -o-transform: translateX(0); transform: translateX(0); }
  6.5% { transform: translateX(-6px) rotateY(-9deg); }
  18.5% { transform: translateX(5px) rotateY(7deg); }
  31.5% { transform: translateX(-3px) rotateY(-5deg); }
  43.5% { transform: translateX(2px) rotateY(3deg); }
  50% { -o-transform: translateX(0); transform: translateX(0); } }

@keyframes headShake { 0% { -webkit-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); }
  6.5% { -webkit-transform: translateX(-6px) rotateY(-9deg); transform: translateX(-6px) rotateY(-9deg); }
  18.5% { -webkit-transform: translateX(5px) rotateY(7deg); transform: translateX(5px) rotateY(7deg); }
  31.5% { -webkit-transform: translateX(-3px) rotateY(-5deg); transform: translateX(-3px) rotateY(-5deg); }
  43.5% { -webkit-transform: translateX(2px) rotateY(3deg); transform: translateX(2px) rotateY(3deg); }
  50% { -webkit-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); } }

.headShake { -webkit-animation-timing-function: ease-in-out; -o-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; -webkit-animation-name: headShake; -o-animation-name: headShake; animation-name: headShake; }

@-webkit-keyframes swing { 20% { -webkit-transform: rotate3d(0, 0, 1, 15deg); transform: rotate3d(0, 0, 1, 15deg); }
  40% { -webkit-transform: rotate3d(0, 0, 1, -10deg); transform: rotate3d(0, 0, 1, -10deg); }
  60% { -webkit-transform: rotate3d(0, 0, 1, 5deg); transform: rotate3d(0, 0, 1, 5deg); }
  80% { -webkit-transform: rotate3d(0, 0, 1, -5deg); transform: rotate3d(0, 0, 1, -5deg); }
  to { -webkit-transform: rotate3d(0, 0, 1, 0deg); transform: rotate3d(0, 0, 1, 0deg); } }

@-o-keyframes swing { 20% { transform: rotate3d(0, 0, 1, 15deg); }
  40% { transform: rotate3d(0, 0, 1, -10deg); }
  60% { transform: rotate3d(0, 0, 1, 5deg); }
  80% { transform: rotate3d(0, 0, 1, -5deg); }
  to { transform: rotate3d(0, 0, 1, 0deg); } }

@keyframes swing { 20% { -webkit-transform: rotate3d(0, 0, 1, 15deg); transform: rotate3d(0, 0, 1, 15deg); }
  40% { -webkit-transform: rotate3d(0, 0, 1, -10deg); transform: rotate3d(0, 0, 1, -10deg); }
  60% { -webkit-transform: rotate3d(0, 0, 1, 5deg); transform: rotate3d(0, 0, 1, 5deg); }
  80% { -webkit-transform: rotate3d(0, 0, 1, -5deg); transform: rotate3d(0, 0, 1, -5deg); }
  to { -webkit-transform: rotate3d(0, 0, 1, 0deg); transform: rotate3d(0, 0, 1, 0deg); } }

.swing { -webkit-transform-origin: top center; -ms-transform-origin: top center; -o-transform-origin: top center; transform-origin: top center; -webkit-animation-name: swing; -o-animation-name: swing; animation-name: swing; }

@-webkit-keyframes tada { from { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); }
  10%, 20% { -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% { -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% { -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } }

@-o-keyframes tada { from { transform: scale3d(1, 1, 1); }
  10%, 20% { transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% { transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% { transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to { transform: scale3d(1, 1, 1); } }

@keyframes tada { from { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); }
  10%, 20% { -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% { -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% { -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } }

.tada { -webkit-animation-name: tada; -o-animation-name: tada; animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble { from { -webkit-transform: none; transform: none; }
  15% { -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% { -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% { -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% { -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% { -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to { -webkit-transform: none; transform: none; } }
@-o-keyframes wobble { from { -o-transform: none; transform: none; }
  15% { transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% { transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% { transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% { transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% { transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to { -o-transform: none; transform: none; } }
@keyframes wobble { from { -webkit-transform: none; -o-transform: none; transform: none; }
  15% { -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% { -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% { -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% { -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% { -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to { -webkit-transform: none; -o-transform: none; transform: none; } }

.wobble { -webkit-animation-name: wobble; -o-animation-name: wobble; animation-name: wobble; }

@-webkit-keyframes jello { from, 11.1%, to { -webkit-transform: none; transform: none; }
  22.2% { -webkit-transform: skewX(-12.5deg) skewY(-12.5deg); transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% { -webkit-transform: skewX(6.25deg) skewY(6.25deg); transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% { -webkit-transform: skewX(-3.125deg) skewY(-3.125deg); transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% { -webkit-transform: skewX(1.5625deg) skewY(1.5625deg); transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% { -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg); transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% { -webkit-transform: skewX(0.39063deg) skewY(0.39063deg); transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% { -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg); transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

@-o-keyframes jello { from, 11.1%, to { -o-transform: none; transform: none; }
  22.2% { -o-transform: skewX(-12.5deg) skewY(-12.5deg); transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% { -o-transform: skewX(6.25deg) skewY(6.25deg); transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% { -o-transform: skewX(-3.125deg) skewY(-3.125deg); transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% { -o-transform: skewX(1.5625deg) skewY(1.5625deg); transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% { -o-transform: skewX(-0.78125deg) skewY(-0.78125deg); transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% { -o-transform: skewX(0.39063deg) skewY(0.39063deg); transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% { -o-transform: skewX(-0.19531deg) skewY(-0.19531deg); transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

@keyframes jello { from, 11.1%, to { -webkit-transform: none; -o-transform: none; transform: none; }
  22.2% { -webkit-transform: skewX(-12.5deg) skewY(-12.5deg); -o-transform: skewX(-12.5deg) skewY(-12.5deg); transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% { -webkit-transform: skewX(6.25deg) skewY(6.25deg); -o-transform: skewX(6.25deg) skewY(6.25deg); transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% { -webkit-transform: skewX(-3.125deg) skewY(-3.125deg); -o-transform: skewX(-3.125deg) skewY(-3.125deg); transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% { -webkit-transform: skewX(1.5625deg) skewY(1.5625deg); -o-transform: skewX(1.5625deg) skewY(1.5625deg); transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% { -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg); -o-transform: skewX(-0.78125deg) skewY(-0.78125deg); transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% { -webkit-transform: skewX(0.39063deg) skewY(0.39063deg); -o-transform: skewX(0.39063deg) skewY(0.39063deg); transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% { -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg); -o-transform: skewX(-0.19531deg) skewY(-0.19531deg); transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

.jello { -webkit-animation-name: jello; -o-animation-name: jello; animation-name: jello; -webkit-transform-origin: center; -ms-transform-origin: center; -o-transform-origin: center; transform-origin: center; }

@-webkit-keyframes bounceIn { from, 20%, 40%, 60%, 80%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% { opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% { -webkit-transform: scale3d(1.1, 1.1, 1.1); transform: scale3d(1.1, 1.1, 1.1); }
  40% { -webkit-transform: scale3d(0.9, 0.9, 0.9); transform: scale3d(0.9, 0.9, 0.9); }
  60% { opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% { -webkit-transform: scale3d(0.97, 0.97, 0.97); transform: scale3d(0.97, 0.97, 0.97); }
  to { opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@-o-keyframes bounceIn { from, 20%, 40%, 60%, 80%, to { -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% { opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  20% { transform: scale3d(1.1, 1.1, 1.1); }
  40% { transform: scale3d(0.9, 0.9, 0.9); }
  60% { opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03); }
  80% { transform: scale3d(0.97, 0.97, 0.97); }
  to { opacity: 1;
    transform: scale3d(1, 1, 1); } }

@keyframes bounceIn { from, 20%, 40%, 60%, 80%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% { opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% { -webkit-transform: scale3d(1.1, 1.1, 1.1); transform: scale3d(1.1, 1.1, 1.1); }
  40% { -webkit-transform: scale3d(0.9, 0.9, 0.9); transform: scale3d(0.9, 0.9, 0.9); }
  60% { opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% { -webkit-transform: scale3d(0.97, 0.97, 0.97); transform: scale3d(0.97, 0.97, 0.97); }
  to { opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.bounceIn { -webkit-animation-name: bounceIn; -o-animation-name: bounceIn; animation-name: bounceIn; }

@-webkit-keyframes bounceInDown { from, 60%, 75%, 90%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% { opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% { opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% { -webkit-transform: translate3d(0, -10px, 0); transform: translate3d(0, -10px, 0); }
  90% { -webkit-transform: translate3d(0, 5px, 0); transform: translate3d(0, 5px, 0); }
  to { -webkit-transform: none; transform: none; } }

@-o-keyframes bounceInDown { from, 60%, 75%, 90%, to { -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% { opacity: 0;
    transform: translate3d(0, -3000px, 0); }
  60% { opacity: 1;
    transform: translate3d(0, 25px, 0); }
  75% { transform: translate3d(0, -10px, 0); }
  90% { transform: translate3d(0, 5px, 0); }
  to { -o-transform: none; transform: none; } }

@keyframes bounceInDown { from, 60%, 75%, 90%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% { opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% { opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% { -webkit-transform: translate3d(0, -10px, 0); transform: translate3d(0, -10px, 0); }
  90% { -webkit-transform: translate3d(0, 5px, 0); transform: translate3d(0, 5px, 0); }
  to { -webkit-transform: none; -o-transform: none; transform: none; } }

.bounceInDown { -webkit-animation-name: bounceInDown; -o-animation-name: bounceInDown; animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft { from, 60%, 75%, 90%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% { opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% { opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% { -webkit-transform: translate3d(-10px, 0, 0); transform: translate3d(-10px, 0, 0); }
  90% { -webkit-transform: translate3d(5px, 0, 0); transform: translate3d(5px, 0, 0); }
  to { -webkit-transform: none; transform: none; } }

@-o-keyframes bounceInLeft { from, 60%, 75%, 90%, to { -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% { opacity: 0;
    transform: translate3d(-3000px, 0, 0); }
  60% { opacity: 1;
    transform: translate3d(25px, 0, 0); }
  75% { transform: translate3d(-10px, 0, 0); }
  90% { transform: translate3d(5px, 0, 0); }
  to { -o-transform: none; transform: none; } }

@keyframes bounceInLeft { from, 60%, 75%, 90%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% { opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% { opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% { -webkit-transform: translate3d(-10px, 0, 0); transform: translate3d(-10px, 0, 0); }
  90% { -webkit-transform: translate3d(5px, 0, 0); transform: translate3d(5px, 0, 0); }
  to { -webkit-transform: none; -o-transform: none; transform: none; } }

.bounceInLeft { -webkit-animation-name: bounceInLeft; -o-animation-name: bounceInLeft; animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight { from, 60%, 75%, 90%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from { opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% { opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% { -webkit-transform: translate3d(10px, 0, 0); transform: translate3d(10px, 0, 0); }
  90% { -webkit-transform: translate3d(-5px, 0, 0); transform: translate3d(-5px, 0, 0); }
  to { -webkit-transform: none; transform: none; } }

@-o-keyframes bounceInRight { from, 60%, 75%, 90%, to { -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from { opacity: 0;
    transform: translate3d(3000px, 0, 0); }
  60% { opacity: 1;
    transform: translate3d(-25px, 0, 0); }
  75% { transform: translate3d(10px, 0, 0); }
  90% { transform: translate3d(-5px, 0, 0); }
  to { -o-transform: none; transform: none; } }

@keyframes bounceInRight { from, 60%, 75%, 90%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from { opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% { opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% { -webkit-transform: translate3d(10px, 0, 0); transform: translate3d(10px, 0, 0); }
  90% { -webkit-transform: translate3d(-5px, 0, 0); transform: translate3d(-5px, 0, 0); }
  to { -webkit-transform: none; -o-transform: none; transform: none; } }

.bounceInRight { -webkit-animation-name: bounceInRight; -o-animation-name: bounceInRight; animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp { from, 60%, 75%, 90%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from { opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% { opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% { -webkit-transform: translate3d(0, 10px, 0); transform: translate3d(0, 10px, 0); }
  90% { -webkit-transform: translate3d(0, -5px, 0); transform: translate3d(0, -5px, 0); }
  to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } }

@-o-keyframes bounceInUp { from, 60%, 75%, 90%, to { -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from { opacity: 0;
    transform: translate3d(0, 3000px, 0); }
  60% { opacity: 1;
    transform: translate3d(0, -20px, 0); }
  75% { transform: translate3d(0, 10px, 0); }
  90% { transform: translate3d(0, -5px, 0); }
  to { transform: translate3d(0, 0, 0); } }

@keyframes bounceInUp { from, 60%, 75%, 90%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from { opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% { opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% { -webkit-transform: translate3d(0, 10px, 0); transform: translate3d(0, 10px, 0); }
  90% { -webkit-transform: translate3d(0, -5px, 0); transform: translate3d(0, -5px, 0); }
  to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } }

.bounceInUp { -webkit-animation-name: bounceInUp; -o-animation-name: bounceInUp; animation-name: bounceInUp; }

@-webkit-keyframes bounceOut { 20% { -webkit-transform: scale3d(0.9, 0.9, 0.9); transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% { opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to { opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@-o-keyframes bounceOut { 20% { transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% { opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1); }
  to { opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes bounceOut { 20% { -webkit-transform: scale3d(0.9, 0.9, 0.9); transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% { opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to { opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut { -webkit-animation-name: bounceOut; -o-animation-name: bounceOut; animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown { 20% { -webkit-transform: translate3d(0, 10px, 0); transform: translate3d(0, 10px, 0); }
  40%, 45% { opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to { opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@-o-keyframes bounceOutDown { 20% { transform: translate3d(0, 10px, 0); }
  40%, 45% { opacity: 1;
    transform: translate3d(0, -20px, 0); }
  to { opacity: 0;
    transform: translate3d(0, 2000px, 0); } }

@keyframes bounceOutDown { 20% { -webkit-transform: translate3d(0, 10px, 0); transform: translate3d(0, 10px, 0); }
  40%, 45% { opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to { opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.bounceOutDown { -webkit-animation-name: bounceOutDown; -o-animation-name: bounceOutDown; animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft { 20% { opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to { opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@-o-keyframes bounceOutLeft { 20% { opacity: 1;
    transform: translate3d(20px, 0, 0); }
  to { opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }

@keyframes bounceOutLeft { 20% { opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to { opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft { -webkit-animation-name: bounceOutLeft; -o-animation-name: bounceOutLeft; animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight { 20% { opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to { opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@-o-keyframes bounceOutRight { 20% { opacity: 1;
    transform: translate3d(-20px, 0, 0); }
  to { opacity: 0;
    transform: translate3d(2000px, 0, 0); } }

@keyframes bounceOutRight { 20% { opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to { opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.bounceOutRight { -webkit-animation-name: bounceOutRight; -o-animation-name: bounceOutRight; animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp { 20% { -webkit-transform: translate3d(0, -10px, 0); transform: translate3d(0, -10px, 0); }
  40%, 45% { opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to { opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@-o-keyframes bounceOutUp { 20% { transform: translate3d(0, -10px, 0); }
  40%, 45% { opacity: 1;
    transform: translate3d(0, 20px, 0); }
  to { opacity: 0;
    transform: translate3d(0, -2000px, 0); } }

@keyframes bounceOutUp { 20% { -webkit-transform: translate3d(0, -10px, 0); transform: translate3d(0, -10px, 0); }
  40%, 45% { opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to { opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp { -webkit-animation-name: bounceOutUp; -o-animation-name: bounceOutUp; animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn { from { opacity: 0; }
  to { opacity: 1; } }

@-o-keyframes fadeIn { from { opacity: 0; }
  to { opacity: 1; } }

@keyframes fadeIn { from { opacity: 0; }
  to { opacity: 1; } }

.fadeIn { -webkit-animation-name: fadeIn; -o-animation-name: fadeIn; animation-name: fadeIn; }

@-webkit-keyframes fadeInDown { from { opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to { opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-o-keyframes fadeInDown { from { opacity: 0;
    transform: translate3d(0, -100%, 0); }
  to { opacity: 1;
    -o-transform: none;
    transform: none; } }

@keyframes fadeInDown { from { opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to { opacity: 1;
    -webkit-transform: none;
    -o-transform: none;
    transform: none; } }

.fadeInDown { -webkit-animation-name: fadeInDown; -o-animation-name: fadeInDown; animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig { from { opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to { opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-o-keyframes fadeInDownBig { from { opacity: 0;
    transform: translate3d(0, -2000px, 0); }
  to { opacity: 1;
    -o-transform: none;
    transform: none; } }

@keyframes fadeInDownBig { from { opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to { opacity: 1;
    -webkit-transform: none;
    -o-transform: none;
    transform: none; } }

.fadeInDownBig { -webkit-animation-name: fadeInDownBig; -o-animation-name: fadeInDownBig; animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft { from { opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to { opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-o-keyframes fadeInLeft { from { opacity: 0;
    transform: translate3d(-100%, 0, 0); }
  to { opacity: 1;
    -o-transform: none;
    transform: none; } }

@keyframes fadeInLeft { from { opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to { opacity: 1;
    -webkit-transform: none;
    -o-transform: none;
    transform: none; } }

.fadeInLeft { -webkit-animation-name: fadeInLeft; -o-animation-name: fadeInLeft; animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig { from { opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to { opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-o-keyframes fadeInLeftBig { from { opacity: 0;
    transform: translate3d(-2000px, 0, 0); }
  to { opacity: 1;
    -o-transform: none;
    transform: none; } }

@keyframes fadeInLeftBig { from { opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to { opacity: 1;
    -webkit-transform: none;
    -o-transform: none;
    transform: none; } }

.fadeInLeftBig { -webkit-animation-name: fadeInLeftBig; -o-animation-name: fadeInLeftBig; animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight { from { opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to { opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-o-keyframes fadeInRight { from { opacity: 0;
    transform: translate3d(100%, 0, 0); }
  to { opacity: 1;
    -o-transform: none;
    transform: none; } }

@keyframes fadeInRight { from { opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to { opacity: 1;
    -webkit-transform: none;
    -o-transform: none;
    transform: none; } }

.fadeInRight { -webkit-animation-name: fadeInRight; -o-animation-name: fadeInRight; animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig { from { opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to { opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-o-keyframes fadeInRightBig { from { opacity: 0;
    transform: translate3d(2000px, 0, 0); }
  to { opacity: 1;
    -o-transform: none;
    transform: none; } }

@keyframes fadeInRightBig { from { opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to { opacity: 1;
    -webkit-transform: none;
    -o-transform: none;
    transform: none; } }

.fadeInRightBig { -webkit-animation-name: fadeInRightBig; -o-animation-name: fadeInRightBig; animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp { from { opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to { opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-o-keyframes fadeInUp { from { opacity: 0;
    transform: translate3d(0, 100%, 0); }
  to { opacity: 1;
    -o-transform: none;
    transform: none; } }

@keyframes fadeInUp { from { opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to { opacity: 1;
    -webkit-transform: none;
    -o-transform: none;
    transform: none; } }

.fadeInUp { -webkit-animation-name: fadeInUp; -o-animation-name: fadeInUp; animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig { from { opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to { opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-o-keyframes fadeInUpBig { from { opacity: 0;
    transform: translate3d(0, 2000px, 0); }
  to { opacity: 1;
    -o-transform: none;
    transform: none; } }

@keyframes fadeInUpBig { from { opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to { opacity: 1;
    -webkit-transform: none;
    -o-transform: none;
    transform: none; } }

.fadeInUpBig { -webkit-animation-name: fadeInUpBig; -o-animation-name: fadeInUpBig; animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut { from { opacity: 1; }
  to { opacity: 0; } }

@-o-keyframes fadeOut { from { opacity: 1; }
  to { opacity: 0; } }

@keyframes fadeOut { from { opacity: 1; }
  to { opacity: 0; } }

.fadeOut { -webkit-animation-name: fadeOut; -o-animation-name: fadeOut; animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown { from { opacity: 1; }
  to { opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@-o-keyframes fadeOutDown { from { opacity: 1; }
  to { opacity: 0;
    transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown { from { opacity: 1; }
  to { opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown { -webkit-animation-name: fadeOutDown; -o-animation-name: fadeOutDown; animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig { from { opacity: 1; }
  to { opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@-o-keyframes fadeOutDownBig { from { opacity: 1; }
  to { opacity: 0;
    transform: translate3d(0, 2000px, 0); } }

@keyframes fadeOutDownBig { from { opacity: 1; }
  to { opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig { -webkit-animation-name: fadeOutDownBig; -o-animation-name: fadeOutDownBig; animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft { from { opacity: 1; }
  to { opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@-o-keyframes fadeOutLeft { from { opacity: 1; }
  to { opacity: 0;
    transform: translate3d(-100%, 0, 0); } }

@keyframes fadeOutLeft { from { opacity: 1; }
  to { opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft { -webkit-animation-name: fadeOutLeft; -o-animation-name: fadeOutLeft; animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig { from { opacity: 1; }
  to { opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@-o-keyframes fadeOutLeftBig { from { opacity: 1; }
  to { opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }

@keyframes fadeOutLeftBig { from { opacity: 1; }
  to { opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig { -webkit-animation-name: fadeOutLeftBig; -o-animation-name: fadeOutLeftBig; animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight { from { opacity: 1; }
  to { opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@-o-keyframes fadeOutRight { from { opacity: 1; }
  to { opacity: 0;
    transform: translate3d(100%, 0, 0); } }

@keyframes fadeOutRight { from { opacity: 1; }
  to { opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight { -webkit-animation-name: fadeOutRight; -o-animation-name: fadeOutRight; animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig { from { opacity: 1; }
  to { opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@-o-keyframes fadeOutRightBig { from { opacity: 1; }
  to { opacity: 0;
    transform: translate3d(2000px, 0, 0); } }

@keyframes fadeOutRightBig { from { opacity: 1; }
  to { opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig { -webkit-animation-name: fadeOutRightBig; -o-animation-name: fadeOutRightBig; animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp { from { opacity: 1; }
  to { opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@-o-keyframes fadeOutUp { from { opacity: 1; }
  to { opacity: 0;
    transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp { from { opacity: 1; }
  to { opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp { -webkit-animation-name: fadeOutUp; -o-animation-name: fadeOutUp; animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig { from { opacity: 1; }
  to { opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@-o-keyframes fadeOutUpBig { from { opacity: 1; }
  to { opacity: 0;
    transform: translate3d(0, -2000px, 0); } }

@keyframes fadeOutUpBig { from { opacity: 1; }
  to { opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig { -webkit-animation-name: fadeOutUpBig; -o-animation-name: fadeOutUpBig; animation-name: fadeOutUpBig; }

@-webkit-keyframes flip { from { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg); transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% { -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg); transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% { -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg); transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% { -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95); transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to { -webkit-transform: perspective(400px); transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@-o-keyframes flip { from { transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% { transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% { transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% { transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to { transform: perspective(400px);
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip { from { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg); transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% { -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg); transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% { -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg); transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% { -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95); transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to { -webkit-transform: perspective(400px); transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

.animated.flip { -webkit-backface-visibility: visible; backface-visibility: visible; -webkit-animation-name: flip; -o-animation-name: flip; animation-name: flip; }

@-webkit-keyframes flipInX { from { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg); transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg); transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg); transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg); transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to { -webkit-transform: perspective(400px); transform: perspective(400px); } }

@-o-keyframes flipInX { from { transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% { transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% { transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% { transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to { transform: perspective(400px); } }

@keyframes flipInX { from { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg); transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg); transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg); transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg); transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to { -webkit-transform: perspective(400px); transform: perspective(400px); } }

.flipInX { -webkit-backface-visibility: visible !important; backface-visibility: visible !important; -webkit-animation-name: flipInX; -o-animation-name: flipInX; animation-name: flipInX; }

@-webkit-keyframes flipInY { from { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg); transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg); transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg); transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg); transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to { -webkit-transform: perspective(400px); transform: perspective(400px); } }

@-o-keyframes flipInY { from { transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% { transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% { transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% { transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to { transform: perspective(400px); } }

@keyframes flipInY { from { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg); transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg); transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg); transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg); transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to { -webkit-transform: perspective(400px); transform: perspective(400px); } }

.flipInY { -webkit-backface-visibility: visible !important; backface-visibility: visible !important; -webkit-animation-name: flipInY; -o-animation-name: flipInY; animation-name: flipInY; }

@-webkit-keyframes flipOutX { from { -webkit-transform: perspective(400px); transform: perspective(400px); }
  30% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg); transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg); transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

@-o-keyframes flipOutX { from { transform: perspective(400px); }
  30% { transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to { transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutX { from { -webkit-transform: perspective(400px); transform: perspective(400px); }
  30% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg); transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg); transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.flipOutX { -webkit-animation-name: flipOutX; -o-animation-name: flipOutX; animation-name: flipOutX; -webkit-backface-visibility: visible !important; backface-visibility: visible !important; }

@-webkit-keyframes flipOutY { from { -webkit-transform: perspective(400px); transform: perspective(400px); }
  30% { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg); transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg); transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

@-o-keyframes flipOutY { from { transform: perspective(400px); }
  30% { transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to { transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutY { from { -webkit-transform: perspective(400px); transform: perspective(400px); }
  30% { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg); transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg); transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

.flipOutY { -webkit-backface-visibility: visible !important; backface-visibility: visible !important; -webkit-animation-name: flipOutY; -o-animation-name: flipOutY; animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn { from { -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg); transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% { -webkit-transform: skewX(20deg); transform: skewX(20deg);
    opacity: 1; }
  80% { -webkit-transform: skewX(-5deg); transform: skewX(-5deg);
    opacity: 1; }
  to { -webkit-transform: none; transform: none;
    opacity: 1; } }

@-o-keyframes lightSpeedIn { from { transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% { -o-transform: skewX(20deg); transform: skewX(20deg);
    opacity: 1; }
  80% { -o-transform: skewX(-5deg); transform: skewX(-5deg);
    opacity: 1; }
  to { -o-transform: none; transform: none;
    opacity: 1; } }

@keyframes lightSpeedIn { from { -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg); transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% { -webkit-transform: skewX(20deg); -o-transform: skewX(20deg); transform: skewX(20deg);
    opacity: 1; }
  80% { -webkit-transform: skewX(-5deg); -o-transform: skewX(-5deg); transform: skewX(-5deg);
    opacity: 1; }
  to { -webkit-transform: none; -o-transform: none; transform: none;
    opacity: 1; } }

.lightSpeedIn { -webkit-animation-name: lightSpeedIn; -o-animation-name: lightSpeedIn; animation-name: lightSpeedIn; -webkit-animation-timing-function: ease-out; -o-animation-timing-function: ease-out; animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut { from { opacity: 1; }
  to { -webkit-transform: translate3d(100%, 0, 0) skewX(30deg); transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

@-o-keyframes lightSpeedOut { from { opacity: 1; }
  to { transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

@keyframes lightSpeedOut { from { opacity: 1; }
  to { -webkit-transform: translate3d(100%, 0, 0) skewX(30deg); transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.lightSpeedOut { -webkit-animation-name: lightSpeedOut; -o-animation-name: lightSpeedOut; animation-name: lightSpeedOut; -webkit-animation-timing-function: ease-in; -o-animation-timing-function: ease-in; animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn { from { -webkit-transform-origin: center; transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to { -webkit-transform-origin: center; transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@-o-keyframes rotateIn { from { -o-transform-origin: center; transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to { -o-transform-origin: center; transform-origin: center;
    -o-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateIn { from { -webkit-transform-origin: center; -o-transform-origin: center; transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to { -webkit-transform-origin: center; -o-transform-origin: center; transform-origin: center;
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1; } }

.rotateIn { -webkit-animation-name: rotateIn; -o-animation-name: rotateIn; animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft { from { -webkit-transform-origin: left bottom; transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to { -webkit-transform-origin: left bottom; transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@-o-keyframes rotateInDownLeft { from { -o-transform-origin: left bottom; transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to { -o-transform-origin: left bottom; transform-origin: left bottom;
    -o-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownLeft { from { -webkit-transform-origin: left bottom; -o-transform-origin: left bottom; transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to { -webkit-transform-origin: left bottom; -o-transform-origin: left bottom; transform-origin: left bottom;
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInDownLeft { -webkit-animation-name: rotateInDownLeft; -o-animation-name: rotateInDownLeft; animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight { from { -webkit-transform-origin: right bottom; transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to { -webkit-transform-origin: right bottom; transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@-o-keyframes rotateInDownRight { from { -o-transform-origin: right bottom; transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to { -o-transform-origin: right bottom; transform-origin: right bottom;
    -o-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownRight { from { -webkit-transform-origin: right bottom; -o-transform-origin: right bottom; transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to { -webkit-transform-origin: right bottom; -o-transform-origin: right bottom; transform-origin: right bottom;
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInDownRight { -webkit-animation-name: rotateInDownRight; -o-animation-name: rotateInDownRight; animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft { from { -webkit-transform-origin: left bottom; transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to { -webkit-transform-origin: left bottom; transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@-o-keyframes rotateInUpLeft { from { -o-transform-origin: left bottom; transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to { -o-transform-origin: left bottom; transform-origin: left bottom;
    -o-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpLeft { from { -webkit-transform-origin: left bottom; -o-transform-origin: left bottom; transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to { -webkit-transform-origin: left bottom; -o-transform-origin: left bottom; transform-origin: left bottom;
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInUpLeft { -webkit-animation-name: rotateInUpLeft; -o-animation-name: rotateInUpLeft; animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight { from { -webkit-transform-origin: right bottom; transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to { -webkit-transform-origin: right bottom; transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@-o-keyframes rotateInUpRight { from { -o-transform-origin: right bottom; transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to { -o-transform-origin: right bottom; transform-origin: right bottom;
    -o-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpRight { from { -webkit-transform-origin: right bottom; -o-transform-origin: right bottom; transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to { -webkit-transform-origin: right bottom; -o-transform-origin: right bottom; transform-origin: right bottom;
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInUpRight { -webkit-animation-name: rotateInUpRight; -o-animation-name: rotateInUpRight; animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut { from { -webkit-transform-origin: center; transform-origin: center;
    opacity: 1; }
  to { -webkit-transform-origin: center; transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

@-o-keyframes rotateOut { from { -o-transform-origin: center; transform-origin: center;
    opacity: 1; }
  to { -o-transform-origin: center; transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

@keyframes rotateOut { from { -webkit-transform-origin: center; -o-transform-origin: center; transform-origin: center;
    opacity: 1; }
  to { -webkit-transform-origin: center; -o-transform-origin: center; transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

.rotateOut { -webkit-animation-name: rotateOut; -o-animation-name: rotateOut; animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft { from { -webkit-transform-origin: left bottom; transform-origin: left bottom;
    opacity: 1; }
  to { -webkit-transform-origin: left bottom; transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

@-o-keyframes rotateOutDownLeft { from { -o-transform-origin: left bottom; transform-origin: left bottom;
    opacity: 1; }
  to { -o-transform-origin: left bottom; transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft { from { -webkit-transform-origin: left bottom; -o-transform-origin: left bottom; transform-origin: left bottom;
    opacity: 1; }
  to { -webkit-transform-origin: left bottom; -o-transform-origin: left bottom; transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

.rotateOutDownLeft { -webkit-animation-name: rotateOutDownLeft; -o-animation-name: rotateOutDownLeft; animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight { from { -webkit-transform-origin: right bottom; transform-origin: right bottom;
    opacity: 1; }
  to { -webkit-transform-origin: right bottom; transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@-o-keyframes rotateOutDownRight { from { -o-transform-origin: right bottom; transform-origin: right bottom;
    opacity: 1; }
  to { -o-transform-origin: right bottom; transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutDownRight { from { -webkit-transform-origin: right bottom; -o-transform-origin: right bottom; transform-origin: right bottom;
    opacity: 1; }
  to { -webkit-transform-origin: right bottom; -o-transform-origin: right bottom; transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutDownRight { -webkit-animation-name: rotateOutDownRight; -o-animation-name: rotateOutDownRight; animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft { from { -webkit-transform-origin: left bottom; transform-origin: left bottom;
    opacity: 1; }
  to { -webkit-transform-origin: left bottom; transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@-o-keyframes rotateOutUpLeft { from { -o-transform-origin: left bottom; transform-origin: left bottom;
    opacity: 1; }
  to { -o-transform-origin: left bottom; transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft { from { -webkit-transform-origin: left bottom; -o-transform-origin: left bottom; transform-origin: left bottom;
    opacity: 1; }
  to { -webkit-transform-origin: left bottom; -o-transform-origin: left bottom; transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutUpLeft { -webkit-animation-name: rotateOutUpLeft; -o-animation-name: rotateOutUpLeft; animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight { from { -webkit-transform-origin: right bottom; transform-origin: right bottom;
    opacity: 1; }
  to { -webkit-transform-origin: right bottom; transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

@-o-keyframes rotateOutUpRight { from { -o-transform-origin: right bottom; transform-origin: right bottom;
    opacity: 1; }
  to { -o-transform-origin: right bottom; transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight { from { -webkit-transform-origin: right bottom; -o-transform-origin: right bottom; transform-origin: right bottom;
    opacity: 1; }
  to { -webkit-transform-origin: right bottom; -o-transform-origin: right bottom; transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

.rotateOutUpRight { -webkit-animation-name: rotateOutUpRight; -o-animation-name: rotateOutUpRight; animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge { 0% { -webkit-transform-origin: top left; transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% { -webkit-transform: rotate3d(0, 0, 1, 80deg); transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% { -webkit-transform: rotate3d(0, 0, 1, 60deg); transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to { -webkit-transform: translate3d(0, 700px, 0); transform: translate3d(0, 700px, 0);
    opacity: 0; } }

@-o-keyframes hinge { 0% { -o-transform-origin: top left; transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% { transform: rotate3d(0, 0, 1, 80deg);
    -o-transform-origin: top left;
    transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% { transform: rotate3d(0, 0, 1, 60deg);
    -o-transform-origin: top left;
    transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to { transform: translate3d(0, 700px, 0);
    opacity: 0; } }

@keyframes hinge { 0% { -webkit-transform-origin: top left; -o-transform-origin: top left; transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% { -webkit-transform: rotate3d(0, 0, 1, 80deg); transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% { -webkit-transform: rotate3d(0, 0, 1, 60deg); transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to { -webkit-transform: translate3d(0, 700px, 0); transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge { -webkit-animation-name: hinge; -o-animation-name: hinge; animation-name: hinge; }

@-webkit-keyframes jackInTheBox { from { opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% { -webkit-transform: rotate(-10deg); transform: rotate(-10deg); }
  70% { -webkit-transform: rotate(3deg); transform: rotate(3deg); }
  to { opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-o-keyframes jackInTheBox { from { opacity: 0;
    -o-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -o-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% { -o-transform: rotate(-10deg); transform: rotate(-10deg); }
  70% { -o-transform: rotate(3deg); transform: rotate(3deg); }
  to { opacity: 1;
    -o-transform: scale(1);
    transform: scale(1); } }

@keyframes jackInTheBox { from { opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    -o-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% { -webkit-transform: rotate(-10deg); -o-transform: rotate(-10deg); transform: rotate(-10deg); }
  70% { -webkit-transform: rotate(3deg); -o-transform: rotate(3deg); transform: rotate(3deg); }
  to { opacity: 1;
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

.jackInTheBox { -webkit-animation-name: jackInTheBox; -o-animation-name: jackInTheBox; animation-name: jackInTheBox; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn { from { opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to { opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@-o-keyframes rollIn { from { opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to { opacity: 1;
    -o-transform: none;
    transform: none; } }
@keyframes rollIn { from { opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to { opacity: 1;
    -webkit-transform: none;
    -o-transform: none;
    transform: none; } }

.rollIn { -webkit-animation-name: rollIn; -o-animation-name: rollIn; animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut { from { opacity: 1; }
  to { opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }
@-o-keyframes rollOut { from { opacity: 1; }
  to { opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }
@keyframes rollOut { from { opacity: 1; }
  to { opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

.rollOut { -webkit-animation-name: rollOut; -o-animation-name: rollOut; animation-name: rollOut; }

@-webkit-keyframes zoomIn { from { opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% { opacity: 1; } }

@-o-keyframes zoomIn { from { opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  50% { opacity: 1; } }

@keyframes zoomIn { from { opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% { opacity: 1; } }

.zoomIn { -webkit-animation-name: zoomIn; -o-animation-name: zoomIn; animation-name: zoomIn; }

@-webkit-keyframes zoomInDown { from { opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% { opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@-o-keyframes zoomInDown { from { opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% { opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInDown { from { opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% { opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInDown { -webkit-animation-name: zoomInDown; -o-animation-name: zoomInDown; animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft { from { opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% { opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@-o-keyframes zoomInLeft { from { opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% { opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInLeft { from { opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% { opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInLeft { -webkit-animation-name: zoomInLeft; -o-animation-name: zoomInLeft; animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight { from { opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% { opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@-o-keyframes zoomInRight { from { opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% { opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInRight { from { opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% { opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInRight { -webkit-animation-name: zoomInRight; -o-animation-name: zoomInRight; animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp { from { opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% { opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@-o-keyframes zoomInUp { from { opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% { opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInUp { from { opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% { opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInUp { -webkit-animation-name: zoomInUp; -o-animation-name: zoomInUp; animation-name: zoomInUp; }

@-webkit-keyframes zoomOut { from { opacity: 1; }
  50% { opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to { opacity: 0; } }

@-o-keyframes zoomOut { from { opacity: 1; }
  50% { opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  to { opacity: 0; } }

@keyframes zoomOut { from { opacity: 1; }
  50% { opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to { opacity: 0; } }

.zoomOut { -webkit-animation-name: zoomOut; -o-animation-name: zoomOut; animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown { 40% { opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to { opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@-o-keyframes zoomOutDown { 40% { opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to { opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutDown { 40% { opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to { opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown { -webkit-animation-name: zoomOutDown; -o-animation-name: zoomOutDown; animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft { 40% { opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to { opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

@-o-keyframes zoomOutLeft { 40% { opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to { opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -o-transform-origin: left center;
    transform-origin: left center; } }

@keyframes zoomOutLeft { 40% { opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to { opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center; } }

.zoomOutLeft { -webkit-animation-name: zoomOutLeft; -o-animation-name: zoomOutLeft; animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight { 40% { opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to { opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

@-o-keyframes zoomOutRight { 40% { opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to { opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -o-transform-origin: right center;
    transform-origin: right center; } }

@keyframes zoomOutRight { 40% { opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to { opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    -o-transform-origin: right center;
    transform-origin: right center; } }

.zoomOutRight { -webkit-animation-name: zoomOutRight; -o-animation-name: zoomOutRight; animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp { 40% { opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to { opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@-o-keyframes zoomOutUp { 40% { opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to { opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutUp { 40% { opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to { opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp { -webkit-animation-name: zoomOutUp; -o-animation-name: zoomOutUp; animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown { from { -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } }

@-o-keyframes slideInDown { from { transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to { transform: translate3d(0, 0, 0); } }

@keyframes slideInDown { from { -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } }

.slideInDown { -webkit-animation-name: slideInDown; -o-animation-name: slideInDown; animation-name: slideInDown; }

@-webkit-keyframes slideInLeft { from { -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } }

@-o-keyframes slideInLeft { from { transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to { transform: translate3d(0, 0, 0); } }

@keyframes slideInLeft { from { -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } }

.slideInLeft { -webkit-animation-name: slideInLeft; -o-animation-name: slideInLeft; animation-name: slideInLeft; }

@-webkit-keyframes slideInRight { from { -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } }

@-o-keyframes slideInRight { from { transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to { transform: translate3d(0, 0, 0); } }

@keyframes slideInRight { from { -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } }

.slideInRight { -webkit-animation-name: slideInRight; -o-animation-name: slideInRight; animation-name: slideInRight; }

@-webkit-keyframes slideInUp { from { -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } }

@-o-keyframes slideInUp { from { transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to { transform: translate3d(0, 0, 0); } }

@keyframes slideInUp { from { -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } }

.slideInUp { -webkit-animation-name: slideInUp; -o-animation-name: slideInUp; animation-name: slideInUp; }

@-webkit-keyframes slideOutDown { from { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
  to { visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@-o-keyframes slideOutDown { from { transform: translate3d(0, 0, 0); }
  to { visibility: hidden;
    transform: translate3d(0, 100%, 0); } }

@keyframes slideOutDown { from { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
  to { visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.slideOutDown { -webkit-animation-name: slideOutDown; -o-animation-name: slideOutDown; animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft { from { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
  to { visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@-o-keyframes slideOutLeft { from { transform: translate3d(0, 0, 0); }
  to { visibility: hidden;
    transform: translate3d(-100%, 0, 0); } }

@keyframes slideOutLeft { from { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
  to { visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.slideOutLeft { -webkit-animation-name: slideOutLeft; -o-animation-name: slideOutLeft; animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight { from { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
  to { visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@-o-keyframes slideOutRight { from { transform: translate3d(0, 0, 0); }
  to { visibility: hidden;
    transform: translate3d(100%, 0, 0); } }

@keyframes slideOutRight { from { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
  to { visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.slideOutRight { -webkit-animation-name: slideOutRight; -o-animation-name: slideOutRight; animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp { from { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
  to { visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@-o-keyframes slideOutUp { from { transform: translate3d(0, 0, 0); }
  to { visibility: hidden;
    transform: translate3d(0, -100%, 0); } }

@keyframes slideOutUp { from { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
  to { visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.slideOutUp { -webkit-animation-name: slideOutUp; -o-animation-name: slideOutUp; animation-name: slideOutUp; }



/*首页 s*/
.inBannerSwiper { position: relative; overflow: hidden; }

.inBannerItem { display: block; position: relative; }

.inBannerItem .hgyPimg::after { padding-bottom: 48.4375%; }

.inBannerItem .word { position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); left: 0; width: 100%; text-align: center; color: #fff; }

.inBannerItem h3 { font-weight: 200; -webkit-transform: skew(-8deg); -ms-transform: skew(-8deg); -o-transform: skew(-8deg); transform: skew(-8deg); font-size: 24px; line-height: 1.2; margin-bottom: 8px; }

.inBannerItem .txt { font-size: 0; text-align: center; }

.inBannerItem .zleft { display: inline-block; vertical-align: middle; }

.inBannerItem .zleft p { font-weight: bold; -webkit-transform: skew(-8deg); -ms-transform: skew(-8deg); -o-transform: skew(-8deg); transform: skew(-8deg); font-size: 14px; line-height: 1; text-align: left; }

.inBannerItem .zright { display: inline-block; vertical-align: middle; padding-left: 10px; }

.inBannerItem .zright h4 { letter-spacing: -2px; color: #f58227; font-weight: bold; line-height: 1; font-size: 30px; -webkit-transform: skew(-8deg); -ms-transform: skew(-8deg); -o-transform: skew(-8deg); transform: skew(-8deg); }

.inBannerPage { position: absolute; bottom: 10px; left: 0; width: 100%; font-size: 0; line-height: 1; text-align: center; z-index: 2; }

.inBannerPage span { height: 7px; width: 7px; background: rgba(255, 255, 255, 0.3); margin: 0 7px; -webkit-border-radius: 50%; border-radius: 50%; }

.inBannerPage .swiper-pagination-bullet-active { background-color: #f58227; }

.inProduct { padding-top: 35px; padding-bottom: 20px; }

.inProductTitle h3 { line-height: 1; text-align: center; letter-spacing: -1px; font-size: 22px; }

.inproductTab { position: relative; padding: 0 30px; }

.inproductTabSwiper { overflow: hidden; }

.inproductTabSwiper span { display: block; line-height: 30px; text-align: center; font-weight: bold; font-size: 14px; color: #000000;   text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;}

.inproductTabSwiper .swiper-slide.cur span { color: #f58227; }

.inProductPrev, .inProductNext { position: absolute; top: 0; width: 30px; height: 30px; background: url(/dist/images/zhgy-pro-prev.png) no-repeat center center; background-size: 100% 100%; }

.inProductPrev:active, .inProductNext:active { background-image: url(/dist/images/zhgy-pro-prev-o.png); }

.inProductPrev { left: 0; }

.inProductNext { right: 0; -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }

.inproductList { margin-top: 20px; }

.inProductCon { margin-top: 20px; }

.inProductItem { display: none; }

.inProductItem:first-child { display: block; }

.inProductItem h2 { font-weight: bold; letter-spacing: -1px; color: #000000; font-size: 24px; line-height: 1.2; margin-bottom: 8px; }

.inProductItem .desc { color: #999999; margin-bottom: 20px; display: -webkit-box; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }

.inProductPic { margin-top: 30px; }

.inproductBigSwiper { overflow: hidden; }

.inproductSmall { margin-top: 10px; }

.inproductSmallSwiper { overflow: hidden; padding: 15px 0; }

.inproductSmallSwiper .swiper-slide.cur .smallItem { border:2px solid #1f3f99; }

.inproductSmallSwiper .swiper-slide.cur .smallItem::before { opacity: 1; }

.smallItem { display: block; border: solid 2px transparent; position: relative; background: #fff; }

.smallItem::before { content: ''; position: absolute; bottom: 100%; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); _font-size: 0; _line-height: 0; _overflow: hidden; width: 0; height: 0; border-width: 8px; border-style: dashed dashed solid dashed; border-color: transparent transparent #1f3f99 transparent; opacity: 0; }

.inProductPicItem { display: none; }

.inProductPicItem:first-child { display: block; }

.insolution { position: relative; }

.insolutionTxt { position: absolute; top: 30px; left: 0; width: 100%; color: #fff; text-align: center; }

.insolutionTxt h3 { font-size: 18px; line-height: 1; margin-bottom: 10px; }

.insolutionConItem { display: none; }

.insolutionConItem:first-child { display: block; }

.insolutionConItem h2 { font-weight: bold; line-height: 1.2; font-size: 26px; margin-bottom: 8px; }

.insolutionConItem .desc { font-size: 14px; display: -webkit-box; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }

.insolutionPic { position: relative; }

.insolutionPic::after { content: ''; display: block; padding-bottom: 375px; }

.insolutionPic .hgyPimg::after { padding-bottom: 375px; }

.insolutionPicItem { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: none; }

.insolutionPicItem:first-child { display: block; }

.insolutionView { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 2; }

.insolutionView::before, .insolutionView::after { content: ''; position: absolute; left: 0; width: 100%; height: 1px; background: rgba(255, 255, 255, 0.2); }

.insolutionView::after { bottom: 98px; }

.insolutionView::before { bottom: 192px; }

.insolutionView .commonweb1400 { height: 100%; }

.insolutionSwiper { height: 100%; overflow: hidden; }

.insolutionSwiper .swiper-slide.cur .word, .insolutionSwiper .swiper-slide:hover .word { padding-bottom: 100px; }

.insolutionSwiper .swiper-slide.cur .cont, .insolutionSwiper .swiper-slide:hover .cont { padding-top: 15px; }

.insolutionSwiper .swiper-slide.cur .en, .insolutionSwiper .swiper-slide:hover .en { color: #fff; }

.insolutionSwiper .swiper-slide.cur .insolutionSwiperItem::after, .insolutionSwiper .swiper-slide:hover .insolutionSwiperItem::after { height: 100%; opacity: 1; }

.insolutionSwiperItem { position: relative; display: block; height: 100%; z-index: 2; }

.insolutionSwiperItem::after { content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 0; background: url(/dist/images/zhgy-insolution-bg.png) no-repeat center bottom; background-size: 100% 100%; z-index: -1; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; opacity: 0; }

.insolutionSwiperItem .word { position: absolute; bottom: 0; left: 0; width: 100%; padding: 0 10px; color: #fff; text-align: center; padding-bottom: 20px; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; }

.insolutionSwiperItem .word::before { content: ''; position: absolute; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); width: 7px; height: 7px; -webkit-border-radius: 100%; border-radius: 100%; background: #fff; bottom: 95px; }

.insolutionSwiperItem .icon { width: 46px; height: 46px; display: block; margin-left: auto; margin-right: auto; }

.insolutionSwiperItem .icon img { width: 100%; height: 100%; }

.insolutionSwiperItem .cont { padding-top: 40px; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; }

.insolutionSwiperItem .zh { font-size: 18px; line-height: 20px; margin-bottom: 4px; }

.insolutionSwiperItem .en { font-size: 14px; line-height: 16px; height: 32px; letter-spacing: -1px; color: #4d77ee; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; }

.innews { padding-top: 35px; overflow: hidden; padding-bottom: 40px; }

.innews h3 { text-align: center; letter-spacing: -1px; color: #333333; font-size: 20px; line-height: 1.2; }

.innewsSwiper { margin-bottom: 25px; }

.innewsBox { margin-top: 20px;position: relative; }

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

.innewsItem { display: block; }

.innewsItem .hgyPimg::after { padding-bottom: 53.81166%; }

.innewsItem .word { padding-top: 14px; }

.innewsItem h2 { color: #333333; font-size: 16px; line-height: 1.2; margin-bottom: 8px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }

.innewsItem .desc { color: #999999; font-size: 14px; line-height: 20px; margin-bottom: 12px; display: -webkit-box; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }

.innewsItem .date { color: #999999; font-size: 14px; }

.inglobal { background: #F6F6F6; padding-top: 35px; padding-bottom: 30px; }

.inglobal h3 {margin-bottom:20px; text-align: center; letter-spacing: -1px; color: #333333; font-size: 20px; line-height: 1.2; }

.inglobalCon { margin-top: 5px; }

.inglobalCon .pic { margin-bottom: 5px; }

.inglobalCon .pic img { max-width: 100%; display: block; margin-left: auto; margin-right: auto; }

.inglobalCon .word .item { position: relative; padding: 3px 0 3px 14px; }

.inglobalCon .word .item::before { content: ''; position: absolute; left: 0; top: 14px; width: 4px; height: 4px;    -o-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);}

.inglobalCon .word .item:nth-child(4n)::before { background-color: #096cc2; }

.inglobalCon .word .item:nth-child(4n-1)::before { background-color: #fdb550; }

.inglobalCon .word .item:nth-child(4n-2)::before { background-color: #00af50; }

.inglobalCon .word .item:nth-child(4n-3)::before { background-color: #ef7426; }

.inglobalCon .word span { line-height: 22px; opacity: 0.92; font-weight: bold;}

.inglobalCon .word p { color: #828282; opacity: 0.92; display: inline; }

@media (min-width: 768px) { .inProductCon { width: -webkit-calc(100% - 293px); width: calc(100% - 293px); min-height: 400px; padding-right: 80px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
  .inProductView { position: relative; }
  .inProductPic { position: absolute; top: 72px; right: 0; width: 293px; margin-top: 0; }
  .insolutionPic::after { padding-bottom: 420px; }
  .insolutionPic .hgyPimg::after { padding-bottom: 420px; } }

@media (min-width: 1024px) { .inproductBigSwiper { overflow: initial; }
  .inBannerItem .word { text-align: left; }
  .inBannerItem .txt { text-align: left; }
  .inBannerItem h3 { font-size: 30px; margin-bottom: 12px; }
  .inBannerItem .zleft p { font-size: 16px; line-height: 22px; }
  .inBannerItem .zright { padding-left: 18px; }
  .inBannerItem .zright h4 { font-size: 50px; }
  .inProductCon { width: 100%; display: block; min-height: 0; margin-top: 35px; padding-right: 10%; }
  .inproductList { width: 34.78571%; position: relative; z-index: 4; margin-top: 30px; }
  .inProductTitle h3 { text-align: left; font-size: 26px; }
  .inProductPic { width: 100%; height: 100%; position: absolute; top: 0; left: 0; }
  .inproductBig { width: 460px; position: absolute; top: 50%; left: 60%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
  .inproductSmall { position: absolute; right: 0; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); height: 360px; }
  .inproductSmallSwiper { height: 100%; width: 110px; padding: 0 15px; }
  .inproductTabSwiper span { font-size: 16px; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
  .inproductTabSwiper span:hover { color: #f58227; }
  .inProductPicItem { height: 100%; }
  .inProduct { padding: 150px 0; background: url(/dist/images/zhgy-inproduct-bg.jpg) no-repeat center center; background-size: cover; }
  .smallItem::before { bottom: auto; top: 50%; left: auto; right: 100%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); _font-size: 0; _line-height: 0; _overflow: hidden; width: 0; height: 0; border-width: 8px; border-style: dashed solid dashed dashed; border-color: transparent #1f3f99 transparent transparent; }
  .inProductPrev, .inProductNext { -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; cursor: pointer; }
  .inProductPrev:hover, .inProductNext:hover { background: url(/dist/images/zhgy-pro-prev-o.png); }
  .inproductBigSwiper .swiper-slide { opacity: 0 !important; }
  .inproductBigSwiper .swiper-slide.swiper-slide-active { opacity: 1 !important; }
  .inProductItem h2 { font-size: 36px; margin-bottom: 20px; }
  .inProductItem .desc { font-size: 16px; line-height: 24px; margin-bottom: 40px; }
  .insolutionPic::after { height: 700px; }
  .insolutionPic .hgyPimg::after { padding-bottom: 700px; }
  .insolutionTxt { top: 70px; }
  .insolutionTxt h3 { font-size: 22px; margin-bottom: 16px; }
  .insolutionConItem h2 { font-size: 40px; margin-bottom: 30px; }
  .insolutionConItem .desc { font-size: 16px; max-width: 828px; margin-left: auto; margin-right: auto; -webkit-line-clamp: 10; line-height: 26px; }
  .insolutionView::after { bottom: 192px; }
  .insolutionView::before { bottom: 343px; }
  .insolutionSwiperItem .icon { width: 64px; height: 64px; }
  .insolutionSwiperItem .cont { padding-top: 80px; }
  .insolutionSwiperItem .zh { font-size: 20px; margin-bottom: 14px; }
  .insolutionSwiperItem .en { font-size: 16px; line-height: 28px; height: 56px; }
  .insolutionSwiperItem .word { padding-bottom: 70px; }
  .insolutionSwiperItem .word::before { bottom: 189px; }
  .insolutionSwiper .swiper-slide.cur .word, .insolutionSwiper .swiper-slide:hover .word { padding-bottom: 195px; }
  .insolutionSwiper .swiper-slide.cur .cont, .insolutionSwiper .swiper-slide:hover .cont { padding-top: 28px; }
  .innews { padding-top: 60px; padding-bottom: 60px; position: relative;}
  .innews h3 { font-size: 26px; }
  .innewsSwiper { position: relative; }
  .innews::before, .innews::after { 
    content: ''; position: absolute; top: 50%; width: 270px; height: 105%; z-index: 2; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%);
   }
  .innews::before { 
    left: 0%;

    background-image: linear-gradient(left, rgba(255,255,255,0.9),  rgba(255,255,255,0));
    background-image: -o-linear-gradient(left, rgba(255,255,255,0.9),  rgba(255,255,255,0));
    background-image: -ms-linear-gradient(left, rgba(255,255,255,0.9),  rgba(255,255,255,0));
    background-image: -webkit-linear-gradient(left, rgba(255,255,255,0.9),  rgba(255,255,255,0));
    background-image: -moz-linear-gradient(left, rgba(255,255,255,0.9),  rgba(255,255,255,0));
   }
  .innews::after { 
    right: 0%; 
    
    background-image: linear-gradient(right, rgba(255,255,255,0.9),  rgba(255,255,255,0));
    background-image: -o-linear-gradient(right, rgba(255,255,255,0.9),  rgba(255,255,255,0));
    background-image: -ms-linear-gradient(right, rgba(255,255,255,0.9),  rgba(255,255,255,0));
    background-image: -webkit-linear-gradient(right, rgba(255,255,255,0.9),  rgba(255,255,255,0));
    background-image: -moz-linear-gradient(right, rgba(255,255,255,0.9),  rgba(255,255,255,0));
  }
  .innewsBox { margin-top: 30px; }
  .innewsItem:hover h2 { color: #1f3f99; }
  .innewsItem:hover img { -webkit-transform: translate(-50%, -50%) scale(1.05); -ms-transform: translate(-50%, -50%) scale(1.05); -o-transform: translate(-50%, -50%) scale(1.05); transform: translate(-50%, -50%) scale(1.05); }
  .innewsItem .word { padding-top: 20px; }
  .innewsItem h2 { font-size: 18px; margin-bottom: 14px; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; font-weight: bold;}
  .innewsItem .desc { line-height: 20px; margin-bottom: 20px; }
  .inglobal { padding-top: 60px; padding-bottom: 60px; }
  .inglobal h3 { font-size: 26px; }
  .inglobalCon { margin-top: 8px; margin-left: auto; margin-right: auto; max-width: 1068px; }
  .inglobalCon .word .item { padding-top: 4px; padding-bottom: 4px; }
  .inglobalCon .word .item::before { top: 14px; } }

@media (min-width: 1260px) { .inBannerItem h3 { font-size: 48px; }
  .inBannerItem .zleft p { font-size: 18px; line-height: 24px; }
  .inBannerItem .zright h4 { font-size: 70px; }
  .inBannerItem .word { top: 34.94624%; -webkit-transform: none; -ms-transform: none; -o-transform: none; transform: none; }
  .inBannerPage { bottom: auto; bottom: 60px; text-align: center; padding: 0 60px; }
  .inProductTitle h3 { font-size: 30px; }
  .inproductTab { padding-left: 0; padding-right: 0; }
  .inProductPrev { left: -30px; }
  .inProductNext { right: -30px; }
  .inproductList { margin-top: 50px; }
  .inProductCon { margin-top: 40px; }
  .inProductItem h2 { font-size: 46px; margin-bottom: 24px; }
  .inProductItem .desc { line-height: 28px; margin-bottom: 50px; }
  .inproductSmallSwiper { width: 130px; }
  .inproductSmall { height: 440px; }
  .smallItem { border-width: 4px; }
  .smallItem::before { right: 96px; }
  .inproductBig { width: 520px; }
  .insolutionTxt h3 { margin-bottom: 18px; }
  .insolutionConItem h2 { font-size: 50px; margin-bottom: 42px; }
  .insolutionConItem .desc { font-size: 16px; line-height: 30px; }
  .insolutionPic::after { padding-bottom: 820px; }
  .insolutionPic .hgyPimg::after { padding-bottom: 820px; }
  .innews { padding-top: 100px; padding-bottom: 100px; }
  .innews h3 { font-size: 34px; }
  .innewsBox { margin-top: 38px; }
  .innewsSwiper { margin-bottom: 34px; }
  .inglobal { padding-top: 100px; padding-bottom: 100px; }
  .inglobal h3 { font-size: 34px; } }

@media (min-width: 1460px) { .inBannerPage { width: 1400px; margin: 0; padding: 0; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); }
  .inproductBig { width: 653px; }
  .inProductCon { max-width: 480px; padding-right: 0; }
  .inProduct { padding: 200px 0; }
  .insolutionTxt { top: 130px; }
  .insolutionPic::after { padding-bottom: 930px; }
  .insolutionPic .hgyPimg::after { padding-bottom: 930px; } }

/*首页 e*/
/*首页-头部 s*/
@media (min-width: 1260px) { .indexPage header { height: 0; }
  .indexPage header.white .headfixed { border-bottom: solid 1px rgba(255, 255, 255, 0.2); }
  .indexPage header.white .headfixed, .indexPage header.white nav { background: none; }
  .indexPage header.white nav li.cur h3 a { color: #ff9847; }
  .indexPage header.white nav h3 a { color: #fff; }
  .indexPage header.white .lang .lang-toggle { background: url(/dist/images/zhgy-lang.png) no-repeat center center; }
  .indexPage header.white .toggle-btn span { background: #fff; }
  .user-login{border-color: #fff; }
  .indexPage header.white .head-right .search-box .search-input { border-color: #fff; }
  .indexPage header.white .head-right .search-box .search-input::-webkit-input-placeholder { color: #fff; }
  .indexPage header.white .head-right .search-box .search-input:-moz-placeholder { color: #fff; }
  .indexPage header.white .head-right .search-box .search-input::-moz-placeholder { color: #fff; }
  .indexPage header.white .head-right .search-box .search-input:-ms-input-placeholder { color: #fff; }
  .indexPage header.white .head-right .search-box .search-btn { background-image: url(/dist/images/zhgy-search.png); } }

/*首页-头部 e*/
/*公用查看更多 s*/
.publicLink { font-size: 0; }

.publicLink a { display: inline-block; font-size: 14px; color: #81878b; text-align: center; border-top: solid 1px #81878B; border-bottom: solid 1px #81878B; padding: 8px 20px; line-height: 20px; min-width: 100px; }

@media (min-width: 1024px) { .publicLink a { min-width: 140px; padding: 12px 30px; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
  .publicLink a:hover { color: #f58227; border-color: #f58227; } }

@media (min-width: 1024px) { .publicLink a { min-width: 182px; padding: 17px 30px; } }

/*公用查看更多 e*/


/* 资料下载 */
* { margin: 0px; padding: 0px; }

.data-page { height: auto; margin: 0px auto; margin-top: 92px; margin-bottom: 82px; overflow: hidden; }

.data-page > ul > li > a > img { max-width: 100%; height: auto; float: left; padding-right: 39px; }

.data { overflow: hidden; }

.data a { color: #999999; font-size: 16px; padding-bottom: 16px; }

.data > h1 { height: auto; font-size: 22px; font-family: FZLTZHK; font-weight: bold; color: #555; line-height: 30px; margin-bottom: 24px;     text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;}

.data > span { width: auto; max-height: 44px; margin-top: 24px; color: #555555;  display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}

.data > .btn { width: 152px; height: 44px; background: #1F3F99; color: #fff; line-height: 44px; margin-top: 35px; }

@media (max-width: 320px) { .data > .btn { margin-top: 22px; } }

@media screen and (min-width: 320px) and (max-width: 480px) { .data-page > ul > li { float: none; padding: 10px 10px;width: 100%; height: auto; overflow: hidden; }
  .data > span { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;    margin-top: 5px; }
  .data-page > ul > li > a > img { padding-right: 10px; }
  .data > h1 { font-size: 16px; margin-bottom: 16px; }
  .data > .btn { margin-top: 56px; } }

@media screen and (min-width: 480px) and (max-width: 768px) { .data > span { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden; }
  .data > h1 { font-size: 16px; }
  .data-page > ul > li { float: none; padding: 10px 10px; }
  .data > span { overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 1; -webkit-box-orient: vertical; } }

@media (min-width: 768px) { .data-page > ul > li { list-style: none; width: 100%; height: auto; float: left; margin-bottom: 70px; padding: 20px 20px; } }

@media (min-width: 992px) { .data-page > ul > li { list-style: none; width: 50%; height: 220px; float: left; margin-bottom: 70px; } }

@media (min-width: 1200px) { .data-page > ul > li { list-style: none; width: 50%; height: 220px; float: left; margin-bottom: 70px; } }

@media (min-width: 1260px) { .data-page > ul > li { list-style: none; width: 50%; height: 220px; float: left; margin-bottom: 70px; }
  .data-page { max-width: 1400px; } }

/* 企业新闻 */
.news-page { height: auto; background: #F3F3F3; }

.news-page > .news-page-content { padding-top: 73px; margin: 0 auto; padding-bottom: 80px !important;}

.news-title { height: 61px; width: 651px; }

.title-sel { width: 240px; height: 59px; float: left; background: #F3F3F3; border: 1px solid; -webkit-border-image: -webkit-gradient(linear, left bottom, left top, from(#1F3F99), to(#F58227)) 10 10; -webkit-border-image: linear-gradient(0deg, #1F3F99, #F58227) 10 10; -o-border-image: -o-linear-gradient(bottom, #1F3F99, #F58227) 10 10; border-image: -webkit-gradient(linear, left bottom, left top, from(#1F3F99), to(#F58227)) 10 10; border-image: linear-gradient(0deg, #1F3F99, #F58227) 10 10; }

.title-input { height: 60px; background: #F6F6F6; border: 1px solid #DDDDDD; float: right; overflow: hidden; width: 400px;
 }

.title-input form input { height: 60px; background-color: #F6F6F6; float: left; width: 90%; }

.title-input form > input::-webkit-input-placeholder { font-size: 16px; color: #DDDDDD; padding-left: 20px; font-weight: bold; }

/*webkit 内核浏览器*/
.title-input  form > input::-moz-placeholder { font-size: 16px; color: #DDDDDD; font-weight: bold; padding-left: 20px; }

/*Mozilla Firefox 19+*/
.title-input  form > input:-moz-placeholder { font-size: 16px; color: #DDDDDD; font-weight: bold; padding-left: 20px; }

/*Mozilla Firefox 4 to 18*/
.title-input  form > input:-ms-input-placeholder { font-size: 16px; color: #DDDDDD; font-weight: bold; padding-left: 20px; }

/*Internet Explorer 10+*/
.title-input form > .icon { width: 17px; height: 16px; opacity: 0.6; margin: 22px 20px 0px 0px; }

#main { position: relative; width: 240px; height: 59px; }

#content { width: 240px; height: 59px; line-height: 59px; padding-left: 10px; -webkit-border-radius: 2px; border-radius: 2px; font-size: 16px; font-family: MicrosoftYaHei; color: #333333; cursor: pointer; }

#selectImg { position: absolute; top: 26px; right: 10px; cursor: pointer; }

#selectItem { display: none; border: 1px solid #eee; width: 240px; z-index: 100; }

#selectItem ul { list-style: none; }

#selectItem ul li { height: 30px; line-height: 30px; padding-left: 10px; cursor: pointer; background: #F3F3F3; }

#selectItem ul li:hover { background-color: #f5f7fa; }

.news-list { height: auto; }

.news-list > ul > li:not(:last-child) { list-style: none; height: 252px; border-bottom: 2px solid #D4D4D4; }

.news-list > .col-silde { margin: 40px 61px 40px 0px; height: 172px; background: #000; }

.col-silde img { height: auto; float: left; width: auto; max-width: 100%; max-height: 100%; padding: 40px 60px 0px 0px; }

.col-silde-content { margin: 55px 0px 0px 390px; overflow: hidden; }

.col-silde-content a { font-size: 13px; color: #828282; font-weight: 600; }

.col-silde-content h1 { font-size: 22px; font-family: FZLTZHK; font-weight: bold; color: #333333; margin: 16px 0px 28px 0px; }

.col-silde-content span { font-size: 14px; font-family: FZLTHJW; font-weight: normal; color: #333333; line-height: 24px; }

.page ul { list-style: none; padding: 40px 0px 101px 0px; margin: 0; text-align: center; }

a { text-decoration: none; color: #000; }

.page ul li { display: inline-block; }

.page ul li a { display: inline-block; width: 40px; height: 40px; -webkit-border-radius: 50%; border-radius: 50%; font-size: 16px; text-align: center; line-height: 40px; margin-right: 5px; }

.page ul li a:hover { border: 1px solid #38f; background-color: #f2f8ff; }

#page .prev a, .page .next a { width: 40px; height: 40px; border: 1px solid #DEDEDE; -webkit-border-radius: 50%; border-radius: 50%; line-height: 40px; }

#page .prevs a, .page .nexts a { width: 40px; height: 40px; border: 1px solid #DEDEDE; -webkit-border-radius: 50%; border-radius: 50%; line-height: 40px; }

#page .active { width: 40px; height: 40px; background: #1F3F99; -webkit-border-radius: 50%; border-radius: 50%; line-height: 40px; border: none; font-weight: 700; color: #000; color: #fff; }
#laypage_0{text-align: center;padding-top: 40px;}
#page .active:hover { border: none; color: #fff; background: #1F3F99; }
.laypage_main span{display: inline-block;padding:0 10px ; color: #fff;  margin-right: 10px; height: 40px ; border: 1px solid rgba(222, 222, 222, 1); -webkit-border-radius: 0; border-radius: 0; line-height: 40px;}
.laypage_main .prev{padding:0 10px ;  color: #fff;  margin-right: 20px; height: 40px; border: 1px solid rgba(222, 222, 222, 1); -webkit-border-radius: 50%; border-radius: 50%; line-height: 40px;}
.laypage_curr  {padding:0 10px ; color: #fff;  margin-right: 20px; height: 40px ; border: 1px solid rgba(222, 222, 222, 1); -webkit-border-radius: 50%; border-radius: 50%; line-height: 40px;}
#laypage_0>a{ display: inline-block; padding:0 10px ; height: 40px;margin-right: 10px; border: 1px solid rgba(222, 222, 222, 1);-webkit-border-radius: 0; border-radius:0; line-height: 40px;}
@media screen and (min-width: 320px) and (max-width: 480px) { .news-title { width: auto; height: auto; }
.title-input{width: 100%;}
#laypage_0{padding:10px 0px;}
.data-page{margin: 0;}
.full-teamC-container .teamC-list-wrapper li{padding: 0px;}
.title-input form input{width: 93%;}
.title-input form > .icon{margin: 22px 0px 0px 0px;}
.inProductItem h2{text-align: center;}
.news-page > .news-page-content{padding-top: 0px;}
.publicLink{text-align: center;}
.banner1 .txt{position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  text-align: center;
  width: 100%;
  padding: 0 20px;}
.full-recruitB-container .recruitB-list .job-handle a{float: left !important;}
  .title-sel { float: none; margin: 10px 0px 10px 0px;width: 100%; }
  #main{width: 100%;}
  #selectItem{width: 100%;}
  .title-input { float: none; }
  .title-input > input { width: 100%; }
  .title-input > .icon { float: right; position: absolute; right: 10px; }
  .col-silde img { padding: 20px 0px; }
  .col-silde-content { padding: 10px 0px; margin: 0; }
  .page li:nth-child(3) { display: none; }
  .page li:nth-child(3) { display: none; }
  .page li:nth-child(4) { display: none; }
  .page li:nth-child(5) { display: none; }
  .page li:nth-child(6) { display: none; }
  .page li:nth-child(7) { display: none; }
  .news-list > ul > li { height: auto; border: 0; }
  .col-silde-content h1 { font-size: 16px; }
  .news-list { margin: 0px; }
  .col-silde-content h1 { padding: 10px 0px 0px 0px; margin: 0px 0px 10px; }
  .page ul { padding: 10px 0px 10px 0px; }
  .col-silde img { float: none; } }

@media screen and (min-width: 480px) and (max-width: 768px) { .news-title { width: auto; height: auto; }
.title-input{width: 100%;}
.data-page{margin: 0;}
.full-teamC-container .teamC-list-wrapper li{padding: 0px;}
.title-input form input{width: 93%;}
.title-input form > .icon{margin: 22px 0px 0px 0px;}
.inProductItem h2{text-align: center;}
.banner1 .txt{position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  text-align: center;
  width: 100%;
  padding: 0 20px;}
.full-recruitB-container .recruitB-list .job-handle a{float: left !important;}
.publicLink{text-align: center;}
.news-page > .news-page-content{padding-top: 0px;}
  .title-sel { float: none; margin: 10px 0px 10px 0px; }
  .title-sel { float: none; margin: 10px 0px 10px 0px;width: 100%; }
  #selectItem{width: 100%;}
  #main{width: 100%;}
  .title-input { float: none; }
  .title-input > input { width: 100%; }
  .title-input > .icon { float: right; position: absolute; right: 10px; }
  .col-silde img { padding: 20px 0px; }
  .col-silde-content { padding-left: 10px; margin: 0; padding-top: 15px; }
  .page li:nth-child(3) { display: none; }
  .page li:nth-child(4) { display: none; }
  .page li:nth-child(5) { display: none; }
  .page li:nth-child(6) { display: none; }
  .page li:nth-child(7) { display: none; }
  .col-silde-content h1 { margin: 10px 0px 10px 0px;}
  .news-list > ul > li:not(:last-child){ height:auto;}
   .col-silde img{ float:none;}
  }

@media (min-width: 768px) { .col-silde-content { padding-left: 10px; margin: 0; padding-top: 40px; }
  .news-page-content { max-width: 100%; padding: 20px 15px; }
  .col-silde-content { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; width: calc(100% - 380px);float:right;} }
  .col-silde img{width:380px;}
.col-silde-content h1 { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }

.col-silde-content span { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }

.news-page-content { padding: 20px 15px; }

@media (min-width: 992px) { .col-silde-content { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; }
  .news-page-content { max-width: 100%; padding: 20px 20px; } }

@media (min-width: 1200px) { .news-page-content { max-width: 100%; padding: 20px 20px; } }

@media (min-width: 1260px) { .title-input { max-width: 400px; }
  .title-input > input { width: 360px; }
  .news-page-content { max-width: 1400px; padding: 20px 20px; } }

/* 企业新闻详情 */
.news-pages { height: auto; width: 100%; background-color: #F3F3F3; }

.news-pages-content { margin: 0 auto; padding-top: 30px; padding-bottom: 78px; }

/* .news-header { border-bottom: 2px solid #333333; } */

.news-header > .title { height: auto; font-size: 28px; font-family: FZLTZHK; font-weight: 600; color: #333333; line-height: 34px; margin: 0 auto; text-align: center;}

.news-header > .date { width: 353px; margin: 0 auto; height: 14px; line-height: 14px; margin-top: 22px; margin-bottom: 41px; font-size: 14px; color: #666666; font-weight: bold; }

.date-left img { padding-right: 13px; padding-top: -3px; }

.date-right img { padding-right: 13px; padding-top: -3px; }

.date-left { float: left; }

.date-right { float: right; }

.news-size { height: auto; padding-top: 37px; padding-bottom: 30px; padding:37px 30px 30px 30px;}
.news-size-conten div img{max-width: 100%;max-height: 100%;width: auto;height: auto;padding: 5px 0px;}
.news-size .news-size-conten{
  font-size: 16px;
  font-family: FZLTHJW;
  font-weight: normal;
  color: rgba(51, 51, 51, 1);
  line-height: 26px;}
  .news-size  .news-size-conten div:nth-child(odd){padding-bottom: 22px;}
  .news-size  .news-size-conten div:nth-child(even){padding-bottom: 29px;}

/* .news-size > .one { width: auto; height: auto; margin-bottom: 22px; font-size: 16px; font-family: FZLTHJW; font-weight: normal; color: #333333; line-height: 26px; }

.news-size > .two { width: auto; height: auto; font-size: 16px; font-family: FZLTHJW; font-weight: normal; color: #333333; line-height: 26px; }

.news-size > .three { width: auto; margin: 29px 0px; }

.news-size > .three img { height: auto; width: auto; max-width: 100%; max-height: 100%; }

.news-size > .four { width: 100%; height: auto; font-size: 16px; margin-bottom: 22px; font-family: FZLTHJW; font-weight: normal; color: #333333; line-height: 26px; }

.news-size > .five { width: auto; height: auto; font-size: 16px; margin-bottom: 78px; font-family: FZLTHJW; font-weight: normal; color: #333333; line-height: 26px; } */

.share { height: auto; width: 194px; line-height: 25px; color: 14px; color: #929292;  margin-bottom: 30px;padding-top: 56px;margin-left: auto;font-size: 13px; }
/* .share img */
/* .share .weixin{float: left;} */
.switch-next { border-top: 1px solid #0B3121; height: auto; color: #000000;  }

.prev-page { height: 40px; line-height: 40px;  overflow: hidden;}

.next-page { height: 40px; line-height: 40px; overflow: hidden; }

.prev-page .prv { margin-right: 67px; margin-left: 59px;}

.prev-page  img { margin-right: 65px; }
.prev-page .time{float: right;margin-right: 60px;}
.next-page .time{float: right;margin-right: 60px;}
.next-page .next { margin-right: 67px; margin-left: 59px;}

.next-page img { margin-right: 65px; }

.catalog { width: 240px; height: 60px; line-height: 60px; font-size: 16px; background: #F3F3F3; border: 1px solid #D8D8D8; -webkit-border-radius: 30px; border-radius: 30px; margin: 0 auto; margin-top: 40px; text-align: center; color: #282828; }

@media screen and (min-width: 320px) and (max-width: 480px) { .news-pages-content { padding-bottom: 0px; padding: 10px 10px; }
  .one span { padding: 10px 10px; }
  .two span { padding: 10px 10px; }
  .head-right .lang, .head-right .search{margin-right: 0px !important;}
  .four span { padding: 10px 10px; text-align: center; }
  .five span { padding: 10px 10px; }
  .product-detail .prod-parameter .print{position: relative !important;margin: 5px 2px;}
  .three img { padding: 10px 0px; }
  .news-header > .title { text-align: center; font-size: 20px; padding: 10px 10px; }
  .switch-next { padding: 10px 10px; }
  .prev-page { margin: 0; }
  .prev-page span:nth-child(2) { display: none; }
  .next-page { margin: 0; }
  .switch-next { padding: 10px 10px; overflow: hidden; } }

@media screen and (min-width: 480px) and (max-width: 768px) { .one span { padding: 10px 10px; }
  .three img { padding: 10px 0px; }
  .four span { padding: 10px 10px; text-align: center; }
  .news-header > .title { text-align: center; font-size: 20px; padding: 10px 10px; }
  .switch-next { padding: 10px 10px; overflow: hidden; } }

@media (min-width: 768px) { .three img { padding: 10px 0px; } }

@media (min-width: 1260px) { .news-pages-content { max-width: 1200px; } }

/* 研发能力 */
.capability-page { background-color: #F3F3F3; height: auto; }

.capability-page-content { margin: 0 auto; padding-top: 80px; text-align: center; }

.capability-page-title { width: 130px; margin-bottom: 19px;   height: 29px; font-size: 30px; font-family: Source Han Sans CN; font-weight: bold; color: #333333; line-height: 29px; margin: 19px auto; }
.capability-page-content .font { font-size: 20px;color: #333333; margin-top: 19px; }

#tabs_view { width: 961px; overflow: hidden; margin: 0 auto; }

.tabs_bar_ul { list-style: none; display: -webkit-flex; -webkit-flex-flow: row; -webkit-flex-wrap: nowrap; }

.tabs_bar_ul li { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; text-align: center; width: 361px; height: 90px; background: #091A4A; -webkit-border-radius: 45px; border-radius: 45px; color: #fff; }

.tab-line-animated, .tab-content-animated { -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.86, 0, 0.07, 1); transition: -webkit-transform 0.3s cubic-bezier(0.86, 0, 0.07, 1); -o-transition: -o-transform 0.3s cubic-bezier(0.86, 0, 0.07, 1); transition: transform 0.3s cubic-bezier(0.86, 0, 0.07, 1); transition: transform 0.3s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.3s cubic-bezier(0.86, 0, 0.07, 1), -o-transform 0.3s cubic-bezier(0.86, 0, 0.07, 1); }

#tabs_bar_line { bottom: 0; height: 4px; width: 50%; display: block; background: red; width: 33.33333%; }

.tabs_content { display: -webkit-flex; -webkit-flex-flow: row; -webkit-flex-wrap: nowrap; }

.tabs_content_item { -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; height: auto; background: white; width: 100%; }

.simulation-capability { height: auto; margin: 0 auto; margin-top: 40px; }

.title li { width: 38%; height: 90px; background: #091A4A; -webkit-border-radius: 45px; border-radius: 45px; color: #fff; float: left; }

.title li:nth-child(2) { position: absolute; z-index: 10; left: 40.5%; background: #F58227; opacity: 0.95; }

.title li:nth-child(3) { float: right; }

.title li > p { margin: 18px 0px 0px 0px; line-height: 11px; font-size: 16px;}

.title-li > li { height: 281px; float: left; width: 33.33333%; margin-bottom: 79px; }

.title-li > li > .img { width: 182px; height: 182px; background: #FFFFFF; -webkit-border-radius: 50%; border-radius: 50%; margin: 0 auto; overflow: hidden; margin-bottom: 33px; }

.title-li > li > div { width: 210px; height: 64px; font-size: 14px; font-family: FZLTZHK; color: #555; line-height: 24px; margin: 0 auto; }

.title-li > li > .img > img { margin: 60px 60px 60px 60px; }

.product { height: auto; width: 100%; overflow: hidden; }

.product-title { height: 110px; width: 400px; margin: 19px auto; text-align: center; }
.product-titles {  width: 400px; margin: 19px auto; text-align: center; }

.product-img { width: auto; height: auto; overflow: hidden; position: relative; z-index: 1; max-height: 100%; min-width: 100%; }

.product-img > img { position: relative; height: auto; width: auto; max-height: 100%; max-width: 100%; }

.product-font { position: absolute; z-index: 10; left: 0; bottom: 0; height: 213px; width: 100%; background: #fff; opacity: 0.85; }

.product-font > div { width:1040px; height: auto; font-size: 16px; font-family: FZLTZHK; font-weight: bold; color: #333333; line-height: 28px; margin: 0 auto; margin-top: 54px; margin-bottom: 59px; text-align: unset; text-align: center;}

.product-features { height: auto; width: 100%; padding-bottom: 95px;}

.product-features-titles.font { font-size: 22px; font-family: FZLTHJW; font-weight: normal; color: #333333; line-height: 24px; }

.product-features-titles { height: 72px; margin: 0 auto; margin-top: 79px; margin-bottom: 42px; }

.product-features-titles .titles { width: 280px; height: 29px; font-size: 30px; font-family: Source Han Sans CN; font-weight: bold; color: #333333; line-height: 24px; margin-bottom: 19px;}


.product-slide li { list-style: none; float: left; width: 217px; height: 329px; background: #FFFFFF; margin-right: 2.85%; }

.product-slide li > div { height: 220px; width: 187px; margin: 70px 17px 44px 17px; }

.product-slide li > div > p { font-size: 24px; font-family: Montserrat; font-weight: 400; color: #333333; line-height: 24px; margin-top: 30px; margin-bottom: 20px; }

.product-slide li > div > span { font-size: 14px; font-family: FZLTZHK; color: #555; line-height: 24px; }

@media screen and (min-width: 320px) and (max-width: 480px) { .product-font { position: relative; background: none; }
  .product-features-titles { margin: 15px 10px; }
  .share{padding-top: 0px;}
  .product-features{padding-bottom: 10px;}
  .prev-page img{margin: 0;}
  .next-page img{margin: 0;}
  .next-page .next{margin: 0px;}
  .prev-page .prv{margin: 0px;}
  .prev-page .font{
   
  }
  .time{display: none;}
    .next-page  .font{
      /* display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 1;
      overflow: hidden;
      min-width: 50px; */
    }
  .product-slide li img { padding: 20px 0px 0px 0px; }
  .product-slide li > div > p { margin: 0; padding: 10px 0; }
  .product-title { padding: 10px 10px; width: auto; height: auto; }
  .product-font > div { padding: 10px 10px; height: auto; margin: 0; text-align: center; }
  .product-font { height: auto; }
  .product-slide li { height: auto; float: none; padding: 10px 10px; margin: 10px 15px 10px 15px; width: auto; }
  .product-slide li > div { width: 100%; margin: 0 auto; }
  .product { height: auto; }
  .product-title span { font-size: 22px !important; }
  .product-title .font { font-size: 18px !important; }
  .product-features-titles .titles { font-size: 22px; }
  .product-features-titles .font { font-size: 18px; }
  .title-li > li { float: none; width: 100%; height: auto; }
  .title-li > li > .img { height: 100px; width: 100px; }
  .title-li > li > .img > img { margin: 20px 0px; }
  .product-features{padding-bottom: 10px;}
  .title li { margin: 10px auto; float: none; }
  .title li:nth-child(2) { position: relative; left: 0; }
  .title li:nth-child(3) { float: none; }
  .title li > p { padding: 20px 10px; margin: 0; line-height: 5px; }
  .simulation-capability { padding: 20px 0px; margin: 0; }
  .capability-page-title { font-size: 22px; }
  .capability-page-content .font { font-size: 18px; } }
  /* @media (min-width: 480px) {.time{display: none;}} */
@media screen and (min-width: 480px) and (max-width: 768px) { .product-font { position: relative; background: none; }
.prev-page img{margin: 0;}
.next-page img{margin: 0;}
/* .time{display: none;} */
.product-features{padding-bottom: 10px;}
.share{padding-top: 0px;}
.next-page .next{margin: 0px;}
  .prev-page .prv{margin: 0px;}
  .product-features-titles { margin: 15px 10px; }
  .product-slide li img { padding: 20px 0px 0px 0px; }
  .product-slide li > div > p { margin: 0; padding: 10px 0; }
  .capability-page-content .font { font-size: 18px; }
  .simulation-capability { padding: 20px 0px; margin: 0; }
  .title-li > li { float: none; width: 100%; height: auto; }
  .title-li > li > .img { height: 100px; width: 100px; }
  .title-li > li > .img > img { margin: 20px 0px; }
  .title li { margin: 10px auto; float: none; }
  .title li:nth-child(2) { position: relative; left: 0; }
  .title li:nth-child(3) { float: none; }
  .title li > p { padding: 20px 10px; margin: 0; line-height: 5px; }
  .product-font > div { padding: 10px 10px; height: auto; }
  .product { height: auto; }
  .product-title .font { font-size: 18px !important; }
  .product-title span { font-size: 22px !important; }
  .product-features-titles .titles { font-size: 22px; }
  .product-features-titles .font { font-size: 18px; }
  .product-title { padding: 10px 10px; width: auto; height: auto; }
  .product-font > div { padding: 10px 10px; height: auto; }
  .product-font { height: auto; }
  .product-slide li { float: none; padding: 10px 10px; margin: 10px 15px 10px 15px; width: auto; height: auto; }
  .product-slide li > div { width: 100%; margin: 0 auto; }
  .product { height: auto; }
  .product-title span { font-size: 22px !important; }
  .product-title .font { font-size: 18px !important; }
  .product-features-titles .titles { font-size: 22px; }
  .product-features-titles .font { font-size: 18px; } }

@media (min-width: 768px) { .product-slide li { width: 100%;  }
  .product-slide li > div { width: auto; }
  .product-slide li { margin-bottom: 16px; } }

@media screen and (min-width: 768px) and (max-width: 992px) { .product-font { position: relative; background: none; }
  .product-features-titles { margin: 15px 10px; }
  .product-slide li img { padding: 20px 0px 0px 0px; }
  .product-features{padding-bottom: 10px;}
  .product-slide li > div > p { margin: 0; padding: 10px 0; }
  .product-slide li { width: 100%; margin: 1% 1%; height: auto; }
  .product-slide li > div { width: auto; padding: 10px 10px; margin: 0; height: auto; }
  .product-slide li { margin-bottom: 16px; }
  .title-li > li { float: none; width: 100%; height: auto; }
  .title-li > li > .img { height: 100px; width: 100px; }
  .title-li > li > .img > img { margin: 20px 0px; }
  .title li { margin: 10px auto; float: none; }
  .title li:nth-child(2) { position: relative; left: 0; }
  .title li:nth-child(3) { float: none; }
  .title li > p { padding: 20px 10px; margin: 0; line-height: 5px; }
  .title-input { float: none; }
  .title-input > .icon { float: right; } }

@media screen and (min-width: 992px) and (max-width: 1024px) { .title li:nth-child(2) { left: 32%; }
  .title-input { float: none; margin-left: 10px; }
  .title-input > .icon { float: right; }
  .swiper-slide1 { width: 50%; } }

@media (min-width: 1024px) { .product-slide li { width: 48%;}
  .product-slide li > div { width: auto; }
  .product-slide li:nth-child(odd) { margin-right: 3%; }
  .product-slide li { margin-bottom: 16px; }
  .title li:nth-child(2) { left: 33.5%; } }

@media screen and (min-width: 1024px) and (max-width: 1200px) { .title-input { float: none; margin-left: 10px; }
  .title-input > .icon { float: right; } }

@media (min-width: 1200px) { .title li:nth-child(2) { left: 31%; }
  .title-input { float: left; margin-left: 10px; }
  .title-input > .icon { float: right; } }

@media (min-width: 1260px) { .product-slide li { width: 14.2%; }
  .product-slide li > div { width: auto; }
  .product-slide li { margin-bottom: 16px; }
  .capability-page-content { max-width: 1400px; }
  .simulation-capability { max-width: 1200px; }
  .product-slide li:last-child { margin-right: 0px; } }

/* 服务支持-质量管理 */
.service-page-content { margin: 0 auto; }

.service-pages { margin: 0 auto; height: auto; margin-bottom: 99px; }

.service-pages-title { height: 38px; line-height: 38px; margin-bottom: 49px; }

.service-pages-title > span { font-size: 2rem; font-family: FZLTZHK; font-weight: bold; color: #333333; float: left; }

.names { font-size: 16px; font-family: Montserrat; color: #666666; line-height: 24px; }

/* .service-pages li { float: left; list-style: none; width: 256px; height: auto; margin-right: 30px; text-align: center; } */

/* .slide-img { width: 256px; height: 361px; margin: 0 auto; overflow: hidden; background-color: #fff; margin-bottom: 19px; } */

.slide-img img { padding: 18px; height: auto; width: auto; max-width: 100%; max-height: 100%; }

.quality { height: auto; }

.quality-banner { height: auto; width: 100%; position: relative; z-index: 2; }

.quality-banner img { height: auto; width: auto; max-width: 100%; min-height: 100%; }

.li { width: 100%; height: auto;  z-index: 4; top: 0; left: 50%; top: 15%; text-align: center;padding:30px 0 50px;}

.li > ul > li { list-style: none; width: 208px; height: 208px;  -webkit-border-radius: 50%; border-radius: 50%; margin-right: 45px;border:2px dashed rgba(255,255,255,0.2); }

.li > ul > li:last-child { margin-right: 0px; }

.li h2 { color: #fff; font-weight: bold; padding-bottom: 66px; font-size: 26px; }

.li > ul > li > div { font-size: 22px; font-family: FZLTZHK; font-weight: 600; color: #fff; }

.li > ul > li > .color { margin-bottom: 15px; }

.data-management { height: auto; padding-bottom: 125px; margin: 0 auto; }

.data-tilte { height: auto; margin: 0 auto; text-align: center; }

.data-tilte h1 { font-weight: bold; color: #333333; margin-bottom: 20px; padding-top: 89px; }

.data-tilte span { font-size: 20px; font-family: FZLTHJW; color: #828282; line-height: 24px; }

.data-li > li { width: 33.3333%; float: left; height: 430px; }

.data-li { height: auto; padding-top: 62px; }

.data-li h3 { font-size: 16px; font-family: FZLTZHK; font-weight: normal; color: #828282; line-height: 28px; }

.data-li h1 { font-size: 24px; font-family: FZLTZHK; font-weight: bold; color: #333333; line-height: 24px; padding-bottom: 20px; }

.data-li > li > div:nth-child(2) { padding-top: 189px; }

.data-li h3 div { width: 3px; height: 3px; background: #828282; margin-right: 10px; float: left; -webkit-border-radius: 5px; border-radius: 5px; margin-top: 13px; }

.data-icon { width: 424px; height: 424px; border: 2px #828282 dashed; -webkit-border-radius: 50%; border-radius: 50%; margin: 0 auto; position: relative; z-index: 1; }

.data-icon .core { -webkit-border-radius: 50%; border-radius: 50%; margin: 0 auto; margin-top: 70px; position: relative; z-index: 2; }

.data-icon .core img { z-index: 2; position: relative; width: 282px; height: 281px; margin: 0px 70px; }

.core span { position: absolute; z-index: 4; top: 40%; left: 39%; font-size: 24px; font-family: FZLTZHK; font-weight: bold; color: #333333; line-height: 30px; }

.left-top { width: 119px; height: 119px; background: #E5E9E7; border: 2px dashed #BBBBBB; -webkit-border-radius: 50%; border-radius: 50%; position: absolute; left: 0; z-index: 5; top: 0; }

.right-top { width: 119px; height: 119px; background: #E5E9E7; border: 2px dashed #BBBBBB; -webkit-border-radius: 50%; border-radius: 50%; position: absolute; right: 0; z-index: 5; top: 0; }

.left-down { width: 119px; height: 119px; background: #E5E9E7; border: 2px dashed #BBBBBB; -webkit-border-radius: 50%; border-radius: 50%; position: absolute; left: 0; z-index: 5; bottom: 0; }

.right-down { width: 119px; height: 119px; background: #E5E9E7; border: 2px dashed #BBBBBB; -webkit-border-radius: 50%; border-radius: 50%; position: absolute; right: 0; z-index: 5; bottom: 0; }

.cores { width: 91px; height: 91px; background: #F3F3F3; -webkit-border-radius: 50%; border-radius: 50%; margin: 0 auto; margin-top: 13px; }

.cores h1 { font-size: 24px; font-family: FZLTZHK; font-weight: bold; color: #333333; line-height: 24px; padding: 33px 33px; }
.user-login{height: 40px; width: 90px; border: 1px solid #aaabb0;display: inline-block;border-radius: 25px;
  margin-right: 30px;text-align: center;}
.data-li > li:nth-child(3) { margin-right: -86px; float: right; }
.user-login .login-color{color: #aaabb0 ;font-size: 14px;line-height: 40px;}
.user-out{height: 40px; width: 90px; border: 1px solid #aaabb0;display: inline-block;border-radius: 25px;
  margin-right: 30px;text-align: center;vertical-align: text-top;margin-top: -4px;}
  .user-out .afternone{color: #aaabb0 ;font-size: 14px;line-height: 40px;}
/* @media (max-width: 320px) { .service-page { margin-top: -275px; position: relative; } } */

@media screen and (min-width: 320px) and (max-width: 480px) { .service-pages li:last-child { margin: 0 auto; }
.user-login{height: auto;width:auto;margin-right: 10px;text-align: center;vertical-align: text-top;margin-top: -4px;border: none;}
.user-login .login-color{font-size: 16px;}
.user-out{height: auto;width:auto;margin-right: 10px;text-align: center;vertical-align: text-top;margin-top: -4px;border: none;}
  .user-out .afternone{font-size: 16px;}
.bg{width: 100%;}
  .li > ul > li { position: relative; height: 120px; width: 120px; font-size: 16px;margin-right: 0px;width: 50%; }
  .data-li h1{padding-bottom: 10px;}
  .data-li > li:nth-child(3) { float: 0; margin-right: 0; }
  .li {  width: 100%; left: 0; }
  .li > ul > li > div { font-size: 16px; }
  .data-icon { width: auto; }
  .li h2 {  padding: 10px 10px; }
  .li > ul > li:last-child { margin: 0 auto; }
  .li > ul > li > .color { margin: 10px; padding-top: 30px; }
  .service-pages li { float: none; margin: 0 auto; }
  .service-pages-title > h2 { font-size: 20px; text-align: center; float: none; padding: 10px 10px; }
  .service-pages { margin: 0; padding: 10px 10px; }
  .li h2 { font-size: 20px; }
  .data-tilte h1 { font-size: 20px; padding: 10px 10px; margin: 0; }
  .data-tilte span { font-size: 16px; }
  .data-li > li { float: none; width: 100%; }
  .data-li { padding: 10px 10px; }
  .data-li > li { text-align: center; height: auto; padding-bottom: 10px;}
  .data-li > li div{padding-bottom: 10px;}
  .data-li > li > div > h1 { font-size: 20px; text-align: center; }
  .data-li > li > div:nth-child(2) { padding: 10px 10px; }
  .data-li h3 div { display: none; }
  .data-management { padding: 10px 10px; }
  .service-page { position: relative; }
  .service-page-content { padding-top: 275px; } }

@media screen and (min-width: 480px) and (max-width: 768px) { .service-pages li:last-child { margin: 0 auto; }
  /* .service-page { margin-top: -275px; position: relative; } */
  .bg{width: 100%;}
  .li > ul > li { float: none; position: relative; margin: 0 auto; height: 120px; width: 120px; font-size: 16px; margin-right: 0px;width: 50%;}
  .data-li > li:nth-child(3) { float: 0; margin-right: 0; }
  .li { width: auto; left: 0; }
  .li > ul > li > div { font-size: 16px; }
  .data-icon { width: auto; }
  .li h2 { padding: 10px 10px; }
  .li > ul > li:last-child { margin: 0 auto; }
  /* .service-pages li { width: 50%; margin: 0; } */
  .li > ul > li > .color { margin: 10px; padding-top: 30px; }
  .service-pages-title > h2 { font-size: 20px; text-align: center; float: none; padding: 10px 10px; }
  .data-tilte h1 { font-size: 20px; padding: 10px 10px; margin: 0; }
  .data-tilte span { font-size: 16px; }
  .data-li > li { float: none; width: 100%; }
  .data-li { padding: 10px 10px; }
  .data-li > li { text-align: center; height: auto; }
  .data-li > li > div > h1 { font-size: 20px; text-align: center; }
  .data-li > li > div:nth-child(2) { padding: 10px 10px; }
  .data-li h3 div { display: none; }
  .data-management { padding: 10px 10px; } }

@media screen and (min-width: 768px) and (max-width: 992px) { .li > ul > li { float: none; position: relative; margin: 0 auto; height: 120px; width: 120px; font-size: 16px; }
  .data-li > li:nth-child(3) { float: 0; margin-right: 0; }
  .li > ul > li > div { font-size: 16px; }
  .data-icon { width: auto; }
  .li h2 {  padding: 10px 10px; }
  .li > ul > li:last-child { margin: 0 auto; }
  .li > ul > li > .color { margin: 10px; padding-top: 30px; }
  /* .service-pages li { width: 50%; margin: 0; } */
  .service-pages-title > h2 { font-size: 22px; text-align: center; float: none; padding: 10px 10px; }
  .data-li { margin: 0; padding: 30px 30px; }
  .data-li > li:nth-child(2) { display: none; }
  .data-management { padding: 0; }
  .data-li > li > div:nth-child(2) { padding: 30px 0px 0px 0px; }
  .data-li > li { height: auto; } }

@media screen and (min-width: 992px) and (max-width: 1024px) { .service-page { margin-top: -390px; }
  .service-page-content { padding-top: 460px; }
  .li > ul > li > a { list-style: none; width: 208px; height: 208px; background: #FFFFFF; opacity: 0.8; -webkit-border-radius: 50%; border-radius: 50%; margin-right: 45px; }
  .li h2 { padding: 10px 10px;  }
  .service-pages-title > h2 { font-size: 22px; text-align: center; float: none; padding: 10px 10px; }
  .data-li > li:nth-child(3) { margin: 0; }
  .data-li { margin: 0; padding: 30px 30px; }
}

@media screen and (min-width: 1024px) and (max-width: 1200px) { .service-pages-title > h2 { font-size: 26px; text-align: center; float: none; padding: 10px 10px; }
  /* .service-pages li { width: 33.3333%; margin: 0; } */
  .li > ul > li > a { list-style: none; width: 208px; height: 208px; background: #FFFFFF; opacity: 0.8; -webkit-border-radius: 50%; border-radius: 50%; margin-right: 45px; }
  .li h2 { padding: 10px 10px;  }
  .data-li { margin: 0; padding: 30px 190px; }
  .data-li > li > div:nth-child(2) { padding: 10px; }
  .data-management { padding: 0; } }

@media (min-width: 1260px) { .service-page-content { max-width: 1700px; padding-top: 460px; }
  .quality { max-width: 100%; }
  .service-pages { max-width: 1400px; }
  .data-management { max-width: 1167px; }
  .data-tilte { min-width: 900px; } }

/* 制造能力 */
.capacity-page { height: auto; width: 100%; background-color: #F3F3F3; }

/* .capacity-list { height: 574px; } */

.capacity-list ul { margin: 0 auto; padding:20px 0;}

.full-teamC-container .teamC-title::after { background: none !important; }

.full-solutionB-container .solutionB-title:after { background: none !important; }

.capacity-list ul li { list-style: none; height: auto; }

.capacity-list ul li:nth-child(2) { border-top: 1px solid #e0e0e0; border-bottom: 1px solid  #e0e0e0; }

.left {   text-align: left; }

.left .left-img { width: 126px; height: 126px; background: #FFFFFF; -webkit-border-radius: 50%; border-radius: 50%; float: left; margin: 19px auto; }

.left span { font-size: 22px; font-family: FZLTZHK; font-weight: bold; color: #333; padding-left: 30px; float: left; padding-top: 59px; }

.left-img img { padding: 30px 30px; }

.right { }

.right div { font-size: 14px; font-family: FZLTZHK; font-weight: bold; color: #555; padding-left: 30px; padding-top: 59px; }

.right p { font-size: 14px; font-family: FZLTZHK; font-weight: normal; color: #666666; line-height: 26px; padding-left: 30px; }

@media (min-width: 768px) { .full-solutionB-container .solutionB-list li:nth-child(even) { text-align: right; }
  .full-solutionB-container .solutionB-list li:nth-child(odd) .thumb { float: left !important; }
  /* .full-solutionB-container .solutionB-list li { margin-bottom: 49px !important; } */
  .full-solutionB-container .solutionB-list .thumb { width: 50%; } }

.full-teamC-container .teamC-list-wrapper li { background: none !important; }

.full-teamC-container { background-color: #E8E8E8 !important; }

.full-teamC-container .teamC-ctrl { width: 36px !important; height: 36px !important; border: 1px solid #1F3F99 !important; -webkit-border-radius: 50%; border-radius: 50%; background-color: #E8E8E8 !important; }

.full-solutionB-container .solutionB-title { margin: 0 0  10px; }

.full-solutionB-container .solutionB-list .thumb { width: 50%; }

.dianlian { margin: 80px 0; }

.dianlian ul { margin: 0 auto; }

.dianlian ul li { width: 33.3333%; float: left; list-style: none; }

.dianlian ul li .technology { position: relative; z-index: 2; }

.technology span { position: absolute; top: 48%; left: 38%; font-size: 30px; font-family: Microsoft YaHei; font-weight: 400; color: #FFFFFF; line-height: 24px; }

.full-teamC-container { padding: 0px !important; }

.full-teamC-container .teamC-title { padding-top: 70px !important; }

.dianlian-top h1 { font-size: 22px; text-align: center; font-family: FZLTZHK; font-weight: bold; color: #333333; line-height: 24px; }

.dianlian-down h3 { text-align: left; color: #666666; font-size: 14px; font-family: FZLTZHK; color: #666666; line-height: 24px; margin: 19px; }

.dianlian-down h3:nth-child(1) { margin-top: 39px; }

.dianlian-top > .solts { width: 491px; height: 1px; background: #2A4FB7; margin-top: 35px; position: relative; z-index: 2; }

.dianlian-top > .solt { width: 491px; height: 1px; background: #F58227; margin-top: 35px; }

.solt-img { margin-top: -24px; margin-left: 49%; }

.solt-img1 { margin-top: -5px; margin-right: -8%; float: right; }

.solt-imgs { margin-top: -5px; margin-left: -3%; float: left; }

.dianlian ul li:nth-child(1) { margin-top: 180px; }

.dianlian ul li:nth-child(3) { margin-top: 180px; margin-left: -15px; }

.solutionB-list .content h1 { font-size: 18px; margin-bottom: 32px; font-family: Arial; font-weight: bold; color: #1F3F99; line-height: 18px; }

.solutionB-list ul li:nth-child(even) .content h1 div { width: 110px; height: 2px; background: #1F3F99; float: right; margin-top: 8px; right: -35px; position: absolute; }

.solutionB-list ul li:nth-child(odd) .content h1 div { width: 110px; height: 2px; background: #1F3F99; float: left; left: -35px; margin-top: 8px; position: absolute; }

.full-solutionB-container .solutionB-title:after { background: none !important; }

@media screen and (min-width: 320px) and (max-width: 480px) { .full-solutionB-container .solutionB-list .title { font-size: 20px !important; }
.data-tilte{padding-bottom: 10px;}
  .full-teamC-container .teamC-list-wrapper .avatar img { padding-right: 0px !important; }
  .capacity-list { height: auto; }
  .left-img img { padding: 18px 18px; }
  .banner1 .txt p { font-size: 14px; color: #ffffff;  display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;}
  .left .left-img { width: 100px; height: 100px; }
  .right { padding: 30px 30px; }
  .right div { padding: 0; margin-left: 30px; font-size: 18px; }
  .solutionB-list .content h1 { font-size: 18px; margin-bottom: 0px; padding: 10px 10px; text-align: center; font-family: Arial; font-weight: bold; color: #1F3F99; line-height: 18px; }
  .solutionB-list ul li:nth-child(even) .content h1 div { width: 10px; height: 2px; background: #1F3F99; float: right; margin-top: 8px; margin-right: -15px; }
  .solutionB-list ul li:nth-child(odd) .content h1 div { width: 10px; height: 2px; background: #1F3F99; float: left; margin-left: -15px; margin-top: 8px; }
  .full-solutionB-container .solutionB-list li:nth-child(even) { text-align: center; }
  .full-solutionB-container .solutionB-list li:nth-child(odd) .thumb { width: 100%; margin-bottom: 20px; }
  /* .full-solutionB-container .solutionB-list li { margin-bottom: 20px !important; } */
  .full-solutionB-container .solutionB-list .thumb { width: 50%; }
  .dianlian ul li:nth-child(1) { margin: 0; }
  .dianlian { padding: 10px 10px; margin: 0; height: auto; }
  .dianlian-top > .solts { display: none; }
  .solt-img { display: none; }
  .solt-img1 { display: none; }
  .solt-img { display: none; }
  .solt-imgs { display: none; }
  .dianlian-top h1 { font-size: 20px; }
  .dianlian ul li { float: none; width: 100%; }
  .dianlian-top > .solt { display: none; }
  .dianlian ul li:nth-child(3) { margin: 0; }
  .commonweb div h2 { margin-bottom: 10px;}
  .dianlian ul li .technology { display: none; }
  .full-teamC-container .teamC-title { padding: 0px !important; }
  .solutionB-list ul li:nth-child(odd) .content h1 div { display: none; }
  .solutionB-list ul li:nth-child(even) .content h1 div { display: none; } }

@media (min-width: 768px) { .full-solutionB-container .solutionB-list li:nth-child(odd) .content .mores { height: 54px; width: 182px; border-top: 1px solid #81878B; border-bottom: 1px solid #81878B; line-height: 54px; text-align: center; color: #81878B;  font-size: 14px; }
  .full-solutionB-container .solutionB-list li:nth-child(odd) .content .mores > span { margin-left: 14px; }
  .solutionB-list li a:hover .mores { background-color: #1F3F99; color: #fff !important; border-top: 2px solid #1F3F99 !important; border-bottom: 2px solid #1F3F99 !important; }
  .full-solutionB-container .solutionB-list li:nth-child(even) .content .mores { height: 54px; width: 182px; border-top: 2px solid #81878B; border-bottom: 2px solid #81878B; line-height: 54px; text-align: center; color: #81878B; font-weight: 600; font-size: 14px; float: right; }
  .full-solutionB-container .solutionB-list li:nth-child(even) .content .mores > span { margin-left: 14px; }
  .full-solutionB-container .solutionB-list li:nth-child(even) { text-align: right; }
  .full-solutionB-container .solutionB-list li:nth-child(odd) .thumb { }
  /* .full-solutionB-container .solutionB-list li { margin-bottom: 49px !important; } */
  .full-solutionB-container .solutionB-list .thumb { width: 50%; } }

@media screen and (min-width: 480px) and (max-width: 768px) { .full-solutionB-container .solutionB-list .title { font-size: 20px !important; }
  .names { display: none; }
  .banner1 .txt p { font-size: 14px; color: #ffffff;  display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;}
  .full-teamC-container .teamC-list-wrapper .avatar img { padding-right: 0px !important; }
  .capacity-list { height: auto; }
  .solutionB-list ul li:nth-child(odd) .content h1 div { display: none; }
  .solutionB-list ul li:nth-child(even) .content h1 div { display: none; }
  .full-solutionB-container .solutionB-list li:nth-child(odd) { text-align: center; }
  .solutionB-list .content h1 { font-size: 18px; margin-bottom: 0px; padding: 10px 10px; text-align: center; font-family: Arial; font-weight: bold; color: #1F3F99; line-height: 18px; }
  .left-img img { padding: 18px 18px; }
  .left .left-img { width: 100px; height: 100px; }
  .right div { font-size: 18px; padding-top: 30px; }
  .dianlian ul li:nth-child(1) { margin: 0; }
  .dianlian { padding: 10px 10px; margin: 0; height: auto; }
  .dianlian-top > .solts { display: none; }
  .solt-img { display: none; }
  .solt-img1 { display: none; }
  .solt-img { display: none; }
  .solt-imgs { display: none; }
  .dianlian-top h1 { font-size: 20px; }
  .dianlian ul li { float: none; width: 100%; }
  .dianlian-top > .solt { display: none; }
  .dianlian ul li:nth-child(3) { margin: 0; }
  .commonweb div { margin-bottom: 10px; }
  .dianlian ul li .technology { display: none; } }

@media screen and (min-width: 768px) and (max-width: 992px) { 
  .dianlian ul li:nth-child(1) { margin: 0; }
  .dianlian { padding: 10px 10px; margin: 0; height: auto; }
  .dianlian-top > .solts { display: none; }
  .solt-img { display: none; }
  .solt-img1 { display: none; }
  .solt-img { display: none; }
  .solt-imgs { display: none; }
  .dianlian-top h1 { font-size: 20px; }
  .dianlian ul li { float: none; width: 100%; }
  .dianlian-top > .solt { display: none; }
  .dianlian ul li:nth-child(3) { margin: 0; }
  .commonweb div { margin-bottom: 10px; }
  .dianlian ul li .technology { display: none; }
  .service-page-content { margin-top: 0px; }
  .solutionB-list ul li:nth-child(odd) .content h1 div { float: left; left: -35px; margin-top: 8px; position: absolute; }
  .solutionB-list ul li:nth-child(even) .content h1 div { float: left; right: -35px; margin-top: 8px; position: absolute; }
  .full-solutionB-container .solutionB-list .content { padding: 63px 90px 0px 90px !important; } }

@media screen and (min-width: 992px) and (max-width: 1024px) { 
  .technology span { left: 53%; }
  .solt-imgs { margin-left: -20%; }
  .solutionB-list ul li:nth-child(odd) .content h1 div { float: left; left: -35px; margin-top: 8px; position: absolute; }
  .solutionB-list ul li:nth-child(even) .content h1 div { float: left; right: -35px; margin-top: 8px; position: absolute; }
  .full-solutionB-container .solutionB-list .content { padding: 63px 90px 0px 90px !important; } }

@media screen and (min-width: 1024px) and (max-width: 1200px) { 
  .technology span { left: 45%; }
  .solt-imgs { margin-left: 33%; }
  .solutionB-list ul li:nth-child(odd) .content h1 div { float: left; left: -35px; margin-top: 8px; position: absolute; }
  .solutionB-list ul li:nth-child(even) .content h1 div { float: left; right: -35px; margin-top: 8px; position: absolute; }
  .full-solutionB-container .solutionB-list .content { padding: 63px 90px 0px 90px !important; } }

@media (min-width: 1260px) { .solt-imgs { margin-left: -3%; }
  .capacity-list ul { max-width: 1400px; padding: 0 60px;}
  .dianlian ul { max-width: 1400px; } }

/* 消费电子解决方案 */
.full-solutionB-container .solutionB-list li:nth-child(odd) .content .mores { height: 54px; width: 182px; border-top: 1px solid #81878B; border-bottom: 1px solid #81878B; line-height: 54px; text-align: center; color: #81878B; font-size: 14px; }

.full-solutionB-container .solutionB-list li:nth-child(odd) .content .mores > span { margin-left: 14px; }

.solutionB-list li a:hover .mores { background-color: #1F3F99; color: #fff !important; border-top: 1px solid #1F3F99 !important; border-bottom: 1px solid #1F3F99 !important; }

.full-solutionB-container .solutionB-list li:nth-child(even) .content .mores { height: 54px; width: 182px; border-top: 1px solid #81878B; border-bottom: 1px solid #81878B; line-height: 54px; text-align: center; color: #81878B;font-size: 14px; float: right; }

.full-solutionB-container .solutionB-list li:nth-child(even) .content .mores > span { margin-left: 14px; }

@media screen and (min-width: 320px) and (max-width: 480px) { .swiper-wrapper-li .swiper-slide1 { text-align: center; }
  .full-solutionB-container .solutionB-list .content { padding: 0; }
  .service-icons { display: none; }
  .swiper-wrapper-li .swiper-slide1 { margin-bottom: 100px; }
  .solutionc-title { width: auto !important; }
  .full-solutionB-container .solutionB-list li:nth-child(odd) .content .mores { height: 40px; margin: 0 auto; width: 100px; border: 1px solid #81878B; line-height: 40px; text-align: center; color: #81878B; font-size: 14px; -webkit-border-radius: 20px; border-radius: 20px; }
  .full-solutionB-container .solutionB-list li:nth-child(odd) .content .mores > span { margin-left: 14px; display: none; }
  .solutionB-list li a:hover .mores { background-color: #1F3F99; color: #fff !important; border-top: 1px solid #1F3F99 !important; border-bottom: 1px solid #1F3F99 !important; }
  .full-solutionB-container .solutionB-list li:nth-child(even) .content .mores { height: 40px; margin: 0 auto; -webkit-border-radius: 20px; border-radius: 20px; width: 100px; border: 1px solid #81878B; line-height: 40px; text-align: center; color: #81878B;  font-size: 14px; float: none; }
  .full-solutionB-container .solutionB-list li:nth-child(even) .content .mores > span { margin-left: 14px; display: none; }
  .full-solutionB-container .solutionB-list li:nth-child(even) { text-align: center; }
  /* .full-solutionB-container .solutionB-list li:nth-child(odd) .thumb { float: left !important; } */
  /* .full-solutionB-container .solutionB-list li { margin-bottom: 20px !important; } */
  .full-solutionB-container .solutionB-list .thumb { width: 100%; margin-bottom: 20px; }
  .full-solutionB-container .solutionB-list .title { text-align: center; }
  .full-solutionB-container .solutionB-list li:nth-child(even) .content .mores { margin: 10px auto; }
  .full-solutionB-container .solutionB-list li:nth-child(odd) .content .mores { margin: 10px auto; } }

@media screen and (min-width: 480px) and (max-width: 768px) { .service-page { margin-top: 0px; }
  .service-pages-title > span { font-size: 20px; text-align: center; float: none; }
  .swiper-wrapper-li .swiper-slide1 { text-align: center; }
  .service-page-content { padding-top: 0px; }
  .service-icons { display: none; }
  .solutionc-title { width: auto !important; }
  .full-solutionB-container .solutionB-list li:nth-child(odd) .content .mores { height: 40px; float: left; width: 100px; border: 1px solid #81878B; line-height: 40px; text-align: center; color: #81878B;  font-size: 14px; -webkit-border-radius: 20px; border-radius: 20px; }
  .full-solutionB-container .solutionB-list li:nth-child(odd) .content .mores > span { margin-left: 14px; display: none; }
  .solutionB-list li a:hover .mores { background-color: #1F3F99; color: #fff !important; border-top:1px solid #1F3F99 !important; border-bottom: 1px solid #1F3F99 !important; }
  .full-solutionB-container .solutionB-list li:nth-child(even) .content .mores { height: 40px; -webkit-border-radius: 20px; border-radius: 20px; width: 100px; border: 1px solid #81878B; line-height: 40px; text-align: center; color: #81878B;  font-size: 14px; float: none; }
  .full-solutionB-container .solutionB-list li:nth-child(even) .content .mores > span { margin-left: 14px; display: none; }
  .full-solutionB-container .solutionB-list li:nth-child(even) { text-align: center; }
  /* .full-solutionB-container .solutionB-list li:nth-child(odd) .thumb { float: left !important; } */
  /* .full-solutionB-container .solutionB-list li { margin-bottom: 49px !important; } */
  .full-solutionB-container .solutionB-list .thumb {  width: 100%; } }

@media (min-width: 768px) { .full-solutionB-container .solutionB-list li:nth-child(odd) .content .mores { height: 54px; width: 182px; border-top: 1px solid #81878B; border-bottom: 1px solid #81878B; line-height: 54px; text-align: center; color: #81878B;font-size: 14px; }
  .full-solutionB-container .solutionB-list li:nth-child(odd) .content .mores > span { margin-left: 14px; }
  .solutionB-list li a:hover .mores { background-color: #1F3F99; color: #fff !important; border-top: 1x solid #1F3F99 !important; border-bottom: 1px solid #1F3F99 !important; }
  .full-solutionB-container .solutionB-list li:nth-child(even) .content .mores { height: 54px; width: 182px; border-top: 1px solid #81878B; border-bottom: 1px solid #81878B; line-height: 54px; text-align: center; color: #81878B;  font-size: 14px; float: right; }
  .full-solutionB-container .solutionB-list li:nth-child(even) .content .mores > span { margin-left: 14px; }
  .full-solutionB-container .solutionB-list li:nth-child(even) { text-align: right; }
  /* .full-solutionB-container .solutionB-list li:nth-child(odd) .thumb { float: left !important; } */
  /* .full-solutionB-container .solutionB-list li { margin-bottom: 49px !important; } */
  .full-solutionB-container .solutionB-list .thumb { float: right !important; width: 50%; } }

/* 技术服务 */
.commonweb h2 { font-size: 20px; font-family: FZLTHJW; font-weight: normal; color: #333333; line-height: 30px; margin-bottom: 30px; }

.full-solutionB-container .solutionB-list .title { font-size: 24px; font-family: FZLTZHK; font-weight: bold; color: #333333; line-height: 50px; }

.full-solutionB-container .solutionB-title:after { background: none !important; }

.full-teamC-container .teamC-list-wrapper .avatar img { max-width: 426px !important; padding-right: 50px; }

/* .full-teamC-container .teamC-prev { left: -20px !important; } */

/* .full-teamC-container .teamC-next { right: -47px !important; } */

.names { width: 365px; font-size: 16px; font-family: FZLTZHK;color: #333333; line-height: 24px; }

@media screen and (min-width: 320px) and (max-width: 480px) { .service-pages-title { margin-bottom: 0px; }
  .service-pages-title > span { font-size: 20px; text-align: center; float: none; }
  .service-pages-title { text-align: center; float: none; }
  .solutionB-list div h2 { font-size: 16px !important; }
  .full-solutionB-container .solutionB-title { margin: 0px !important; line-height: 14px; }
  .solutionB-list div h2 { font-size: 16px !important; } }

.solutionc-title { font-size: 22px; font-family: FZLTHJW; font-weight: normal; color: #333333; margin: 0 auto; line-height: 30px; text-align: center; }

@media (min-width: 1024px) and (max-width: 1200px) { .service-page { width: 100%; margin: 0 auto; height: auto;  position: relative; z-index: 2; margin-top: -416px; height: auto; } }

@media (min-width: 1200px) { .full-solutionB-container .solutionB-list .title { color: #333333 !important; font-size: 36px !important; }
  .commonweb1 { width: 100%; margin: 0; max-width: 1400px; }
  .swiper-wrapper-li .swiper-slide1 .names { text-align: center; }
  .service-pages li:last-child { margin-right: 0px; }
  .swiper-wrapper-li .swiper-slide1 { margin-right: 30px;text-align: center; }
  .full-solutionB-container .solutionB-list .content { padding: 63px 90px 0px 90px !important; }
  .service-page { width: 100%; margin: 0 auto; height: auto; position: relative; z-index: 2; margin-top: -416px; height: auto; background-color:#f3f3f3;} }

/* @media (min-width: 1260px) { .full-teamC-container1 .teamC-list-wrapper1 li { padding: 0 !important; margin-right: 30px !important; } */
  .swiper-wrapper-li.swiper-slide1 { margin-right: 30px !important; } }

.content { position: relative; z-index: 10; }

.full-solutionB-container .solutionB-list .title { color: #333333 !important; }

.news-title { position: relative; z-index: 3; }

.commonweb1700 { position: relative; }

.service-icons { float: right; }

/* .full-solutionB-container .solutionB-list li { background-image: url(/dist/images/bgs.png); background-size: cover; } */

/* .full-solutionB-container .solutionB-list a { background: none !important; } */

.full-teamC-container1 { background: none !important; }



/*头部 s*/
body { overflow-x: hidden; overflow-y: auto; }

header { height: 60px; }

.headfixed { position: fixed; top: 0; left: 0; background: #e4e6ee; width: 100%; z-index: 99; padding-left: 15px; padding-right: 15px; }

.button-pc { display: none; }

.logo { display: block; float: left; padding: 12px 0; color: #293d9b; font-weight: bold; }

.logo img { height: 36px; }

.head-right { float: right; font-size: 0; margin-top: 15px;display:flex;align-items:center; }

.head-right .lang, .head-right .search { display: inline-block; vertical-align: top; font-size: 14px; margin-right: 10px; position: relative; }

.head-right .lang-toggle { display: block; width: 25px; height: 30px; line-height: 30px; position: relative; background: url(/dist/images/lang-icon.png) no-repeat center center; padding-left: 20px; font-weight: bold; }

.head-right .lang:hover .lang-box { -webkit-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); -o-transform: translate(-50%, 0); transform: translate(-50%, 0); pointer-events: auto; opacity: 1; }

.head-right .lang-box { position: absolute; left: 50%; top: 45px; width: 80px; background: #fff; -webkit-transform: translate(-50%, 10px); -ms-transform: translate(-50%, 10px); -o-transform: translate(-50%, 10px); transform: translate(-50%, 10px); -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; pointer-events: none; opacity: 0; display: none; }

.head-right .lang-box a { display: block; text-align: center; line-height: 20px; font-size: 14px; padding: 5px 0; }

.head-right .lang-box::before { content: ''; position: absolute; left: 0; width: 100%; bottom: 100%; height: 20px; background: none; }

.head-right .search-toggle { display: block; height: 30px; width: 30px; background: url(/dist/images/icon-search.png) no-repeat center center; background-size: 17px 17px; }

.head-right .search-box { display: none; position: fixed; top: 61px; left: 0; width: 100%; background: rgba(255, 255, 255, 0.95); padding: 15px; }

.head-right .search-box form { position: relative; }

.head-right .search-box .search-input { width: 100%; height: 40px; border: solid 1px #aaabb0; background: none; padding: 0 95px 0 15px; -webkit-border-radius: 20px; border-radius: 20px; }

.head-right .search-box .search-btn { position: absolute; top: 0; right: 0; width: 80px; height: 40px; background: url(/dist/images/icon-search.png) no-repeat center center; background-size: 15px; }

nav { position: fixed; top: 50px; z-index: 99; left: 0; width: 100%; height: 100%; overflow-y: auto; background-color: #fff; padding: 0 0 60px 0; border-top: 1px solid #e1e5e9; display: none; }

nav li { position: relative; border-bottom: 1px solid #e1e5e9; }

nav li.active i::before { -webkit-transform: rotate(-225deg); -ms-transform: rotate(-225deg); -o-transform: rotate(-225deg); transform: rotate(-225deg); top: 21px; }

nav h3 { position: relative; }

nav h3 a { display: block; padding: 13px 20px; line-height: 24px; color: #333; font-size: 14px; }

nav h3 span { display: block; }

nav h3 i { position: absolute; top: 0; right: 0; height: 100%; width: 80px; }

nav h3 i::before { content: ''; position: absolute; top: 16px; right: 22px; width: 10px; height: 10px; border-bottom: solid 1px #aaa; border-left: solid 1px #aaa; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; }

nav .wrap-line { display: none; }

.head-subnav { display: none; }

.head-subnav a { display: block; padding: 10px 30px; line-height: 20px; font-size: 14px; color: rgba(0, 0, 0, 0.7); }

.toggle-btn { display: inline-block; : top; margin-top: 0; }

.full-main-nav { display: none; }

/*头部 e*/
/*底部 s*/
footer { background-color: #333; padding-bottom: 30px; }

.footer-logo { border-bottom: 1px solid #4f5050; padding: 15px 0; }

.footer-logo .f-logo { padding: 5px 0; float: left; }

.footer-logo .f-logo a { color: #fff; font-size: 15px; font-weight: bold; }

.footer-logo .f-logo a img { margin-right: 15px; }

.footer-logo .friend-list { float: right; width: 240px; position: relative; display: none; }

.footer-logo .friend-list > a { display: block; color: #c1c1c1; position: relative; border: 1px solid #4f5050; line-height: 42px; padding: 0 20px; }

.footer-logo .friend-list > a img { position: absolute; right: 20px; top: 20px; }

.footer-logo .friend-list p { padding-bottom: 10px; border-left: 1px solid #4f5050; border-right: 1px solid #4f5050; border-bottom: 1px solid #4f5050; position: absolute; text-align: center; top: 42px; width: 100%; display: none; background-color: #333; z-index: 9; }

.footer-logo .friend-list p a { display: block; line-height: 42px; color: #c1c1c1; }

.footer-logo .friend-list p a:hover { color: #fff; }

.foot-nav li { border-bottom: 1px solid #dddddd; }

.foot-nav li.active h3 i::after { opacity: 0; }

.foot-nav h3 { position: relative; }

.foot-nav h3 a { font-size: 16px; color: #d9d9d9; display: block; padding: 13px 0; }

.foot-nav h3 i { position: absolute; top: 0; right: 0; height: 100%; width: 80px; }

.foot-nav h3 i::before { content: ''; position: absolute; top: 50%; height: 1px; width: 15px; background: #ddd; margin-top: -1px; right: 10px; }

.foot-nav h3 i::after { content: ''; position: absolute; top: 50%; height: 15px; width: 1px; background: #ddd; margin-top: -8px; right: 17px; }

.foot-subnav { padding-bottom: 10px; display: none; }

.foot-subnav a { display: block; font-size: 14px; line-height: 40px; color: #999999; }

.footer-left { color: #888888; line-height: 26px; margin-top: 30px; }

.footer-left .qrcode { margin: 20px 0; text-align: center; }

.footer-left .qrcode .qrcode-item { float: left; width: 88px; margin-right: 10px; }

.footer-left .qrcode .qrcode-item img { width: 100%; }

.footer-left .qrcode .qrcode-item p { margin-top: 5px; }

.footer-left .ipc { line-height: 24px; }

.footer-left .ipc a { color: #888888; display: inline; }

/*底部 e*/
/*Banner s*/
.location { padding: 20px 0; }

.location .location-l .home { display: inline-block; width: 50px; height: 50px; border: solid 1px #e8e8e8; text-align: center; line-height: 50px; display: none; }

.location .location-l .inner-nav { position: relative; }

.location .location-l .inner-nav .nav-name { line-height: 42px; width: 100%; padding: 0 20px; background-color: #f58227; color: #fff; display: block; font-size: 16px; position: relative; }

.location .location-l .inner-nav .nav-name img { position: absolute; right: 20px; top: 18px; }

.location .location-l .inner-nav ul { position: absolute; width: 100%; z-index: 15; display: none; }

.location .location-l .inner-nav ul li a { display: block; line-height: 42px; padding: 0 15px; background-color: #fff; color: #000; }

.location .location-l .inner-nav ul li.active a { color: #f58227; }

.location .location-r { line-height: 24px; font-size: 30px; color: #666; font-weight: bold; display: none; }

.banner1 { position: relative; }

.banner1 .img::after { padding-bottom: 150px; }

.banner1 .txt { position: absolute; z-index: 1; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); color: #fff; text-align: center; width: 100%; padding: 0 20px; }

.banner1 .txt h3 { font-size: 18px; line-height: 1; color: #ffffff; margin-bottom: 20px; font-weight: bold; }

.banner1 .txt p { font-size: 14px; color: #ffffff;  }

.banner2 { background-position: center; background-repeat: no-repeat; color: #fff; background-size: cover; position:relative;z-index: 5;}

.banner2 .top { padding: 0 20px;}

.banner2 .top .txt { color: #ffffff; padding: 30px 0; text-align: center; }

.banner2 .top .txt h3 { font-size: 18px; line-height: 1; margin-bottom: 15px; font-weight: bold; }

.banner2 .top .txt p { font-size: 14px; }

.banner2 .bottom { padding: 0 10px 30px 10px; text-align: left; }

.banner2 .bottom .bottom-l { margin-bottom: 20px; }

.banner2 .bottom .bottom-l h4 { font-size: 18px; line-height: 1; margin-bottom: 5px; font-weight: bold; }

.banner2 .bottom .bottom-l p { font-size: 16px; }

.banner2 .bottom .bottom-l .down { margin-top: 15px; }

.banner2 .bottom .bottom-l .down a { display: inline-block; width: 150px; color: #fff; height: 40px; line-height: 40px; text-align: center; border: 2px solid #fff; font-weight: normal; }

.banner2 .bottom .bottom-l .down a.active { background-color: #1f3f99; border: 2px solid #1f3f99; }

.banner2 .bottom .bottom-r .circle { margin-left: -10px; margin-right: -10px; margin-top: 20px; }

.banner2 .bottom .bottom-r .circle li { float: left; padding-left: 10px; padding-right: 10px; }

.banner2 .bottom .bottom-r .circle .item { width: 90px; height: 90px; display: table; border: 6px solid #f58227; text-align: center; font-size: 16px; color: #fff; -webkit-border-radius: 50%; border-radius: 50%; margin-bottom: 20px; }

.banner2 .bottom .bottom-r .circle .item span { display: table-cell; vertical-align: middle;text-align: center; }

.banner2 .bottom .bottom-r .res-down > div { float: left; }

.banner2 .bottom .bottom-r .res-down .img { width: 50%; }

.banner2 .bottom .bottom-r .res-down .img::after { padding-bottom: 126.43678%; }

.banner2 .bottom .bottom-r .res-down .txt { width: 50%; padding-left: 15px; }

.banner2 .bottom .bottom-r .res-down .txt .date { color: #999999; display: block; margin-bottom: 10px; }

.banner2 .bottom .bottom-r .res-down .txt h3 { font-size: 16px; margin-bottom: 20px; }

.banner2 .bottom .bottom-r .res-down .txt p { display: -webkit-box; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }

.banner2 .bottom .bottom-r .res-down .txt a { display: block; width: 150px; height: 40px; line-height: 40px; text-align: center; background-color: #1f3f99; color: #fff; margin-top: 25px; }

.banner2 .bottom .bottom-r .res-down .txt a img { margin-left: 16px; }

/*Banner e*/
/* 关于98858vip威尼斯游戏-发展历程 s */
.about-history { position: relative; color: #fff; background-repeat: no-repeat; background-position: center; background-size: cover; margin-bottom: 110px;}

.about-history::after { content: ''; display: block; width: 99999px; height: 70.5%; background-color: #f3f3f3; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); position: absolute; z-index: 3; left: 50%; transform: translateX(-50%); bottom: 0; z-index: -1; }

.about-history .content { top: 0; width: 100%; padding: 30px 0 30px 0; }

.about-history .content .history-title { display: block; text-align: center; font-size: 16px; line-height: 1; margin-bottom: 15px; }

.about-history .content .years-history-wrap { /*position: relative;*/ padding-left: 20px; padding-right: 10px; margin-top: 20px; height: 500px; overflow-y: auto; }



.about-history .content .years-history-wrap::-webkit-scrollbar {
  /*滚动条整体样式*/
  width : 0;  /*高宽分别对应横竖滚动条的尺寸*/
  height: 0;
  }

  .about-history .content .years-history-wrap::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 0;
  box-shadow: none;
  background: transparent;
  }

  .about-history .content .years-history-wrap::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow: none;
  background: transparent;
  }

.about-history .content .line { height: 500px; width: 1px; background-color: #96776b; position: absolute; z-index: 3; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); left: 10px; }
/* color: #8895a4; */
.about-history .content .years .item { text-align: center;  }

.about-history .content .years .item.active { color: #fff; }

.about-history .content .years .item.active span { display: inline-block; border-bottom: 2px solid #fff; }

.about-history .content .years-history .item { margin-bottom: 20px; position: relative; }

.about-history .content .years-history .item::before { content: ''; display: block; width: 10px; height: 10px; background-color: #f58227; -webkit-border-radius: 50%; border-radius: 50%; position: absolute; left: -15px; top: 5px; z-index: 3; }

.about-history .content .years-history .item h4 { font-size: 16px; font-weight: bold; margin-bottom: 10px; }

.about-history .content .years-history .item p .month { display: inline-block; margin-right: 15px; float: left; }

.about-history .content .years-history .item p .txt { display: block; overflow: hidden; }

/* 关于98858vip威尼斯游戏-发展历程 e */
/* 关于98858vip威尼斯游戏-公司介绍 e */
.about-info { padding: 30px 0; background-color: #f3f3f3; position: relative; }

.about-info::before { content: ''; position: absolute;  height: 447px; top: -447px; background-color: #f3f3f3; z-index: -1; }

.about-info .info-right { text-align: center; }

.about-info .info-right img { max-width: 100%; }

.about-info .info-left { margin-top: 30px; }

.about-info .info-left .content br { display: none; }

.about-info .info-left .content h2 { font-size: 18px; margin-bottom: 20px; }

.about-info .info-left .content p { margin-bottom: 15px;line-height: 30px; }

/* 关于98858vip威尼斯游戏-公司介绍 e */
/* 关于98858vip威尼斯游戏-全球布局 e */
.about-section-title { text-align: center; margin-bottom: 20px; }

.about-section-title h2 { font-size: 20px; font-weight: bold; line-height: 1; }

.about-section-title p { color: #828282; line-height: 1.5; margin-top: 10px; }

.about-container { background-color: #f3f3f3; position: relative; }

.about-container::before { content: ''; position: absolute; width: 100%; height: 447px; top: -447px; background-color: #f3f3f3; z-index: -1; }

.about-container .about-global { padding-top: 30px; padding-bottom: 50px; }

.about-container .about-global .global-map { margin-bottom: 50px; }

.about-container .about-global .global-map .img { text-align: center; margin-bottom: 20px; }

.about-container .about-global .global-map .img img { max-width: 100%; }

.about-container .about-global .global-map p { margin-bottom: 10px; position: relative; padding-left: 12px; }

.about-container .about-global .global-map p::before { content: ''; display: block; width: 4px; height: 4px; position: absolute; left: 0; top: 15px;  -o-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);}

.about-container .about-global .global-map .p1::before { background-color: #ef7426; }

.about-container .about-global .global-map .p2::before { background-color: #00af50; }

.about-container .about-global .global-map .p3::before { background-color: #fdb550; }

.about-container .about-global .global-map .p4::before { background-color: #096cc2; }

.about-container .child-company .company .filter { font-size: 0; padding-bottom: 10px; border-bottom: 1px solid #d2d2d2; }

.about-container .child-company .company .filter a { font-size: 14px; display: inline-block; border-right: 1px solid #d2d2d2; padding: 0 20px; font-size: #666666; line-height: 1; }

.about-container .child-company .company .filter a:last-child { border-right: none; }

.about-container .child-company .company .filter a.active { color: #1f3f99; }

.about-container .child-company .company .t-header { display: none; }

.about-container .child-company .company .t-header > div { float: left; line-height: 50px; border-bottom: 1px solid #666666; color: #666; }

.about-container .child-company .company .t-header > div:nth-child(1) { width: 35%; }

.about-container .child-company .company .t-header > div:nth-child(2) { width: 43.57143%; }

.about-container .child-company .company .t-header > div:nth-child(3) { width: 21.42857%; }

.about-container .child-company .company .t-body { background-color: #fff; }

.about-container .child-company .company .t-body .tr { border-bottom: 1px solid #e9e9e9; padding: 20px 10px 10px; }

.about-container .child-company .company .t-body .tr:last-child {  }

.about-container .child-company .company .t-body .tr .td { margin-bottom: 20px; }

.about-container .child-company .company .t-body .tr .td:first-child p { font-weight: bold; }

/* 关于98858vip威尼斯游戏-全球布局 e */
/* 关于98858vip威尼斯游戏-全球布局详情 s */
.about-detail-container { background-color: #f3f3f3; }

.about-detail-container .detail { padding-top: 0; padding-bottom: 50px; }

.about-detail-container .detail .content .content-right { text-align: center; }

.about-detail-container .detail .content .content-right img { max-width: 100%; }

.about-detail-container .detail .content .content-left { margin-top: 20px; line-height: 30px;}

.about-detail-container .detail .content .content-left br { display: none; }

.about-detail-container .detail .content .content-left h2 { font-size: 18px; margin-bottom: 15px;line-height: 40px; }

.about-detail-container .detail .content .content-left p { margin-bottom: 15px; }

.detail-location { line-height: 20px; padding: 30px 0; color: #c1c1c1; }

.detail-location a { color: #c1c1c1; line-height: 1; display: inline-block; position: relative; padding-right: 30px; }

.detail-location a::before { content: ''; width: 6px; height: 6px; display: inline-block; border-bottom: 1px solid #c1c1c1; border-right: 1px solid #c1c1c1; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); margin: 0 10px; position: absolute; right: 0; top: 4px; }

.detail-location span { color: #666666; }

/* 关于98858vip威尼斯游戏-全球布局详情 e */
/* 关于98858vip威尼斯游戏-企业介绍 s */
.culture-slogan { padding-top: 30px; padding-bottom: 30px; }

.culture-slogan .item { border: 1px solid #d3d3d3; padding: 20px; }

.culture-slogan .item .icon { text-align: center; margin-bottom: 15px; }

.culture-slogan .item h3 { color: #1f3f99; font-size: 16px; font-weight: bold; text-align: center; margin-bottom: 15px; }

.culture-slogan .item p { color: #828282; }

.culture-value { padding-bottom: 50px; }

.culture-value .item-position { position: relative; text-align: center; }

.culture-value .item-position .img { opacity: 1; }

.culture-value .item-position .img::after { padding-bottom: 100%; }

.culture-value .item-position .txt { position: absolute; z-index: 3; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); width: 100%; text-align: center; padding: 18px 20px 0 20px; z-index: 3; }

.culture-value .item-position .txt .number { display: block; font-size: 22px; color: #dddddd; position: absolute; z-index: 3; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); top: 0; z-index: -1; line-height: 1; }

.culture-value .item-position .txt h3 { font-size: 18px; line-height: 1; margin-bottom: 15px; }

.culture-value .item { position: relative; margin-bottom: 10px; }

.culture-value .item:nth-child(1), .culture-value .item:nth-child(4) { background-color: #eeeeee; }

.culture-value .item:nth-child(2), .culture-value .item:nth-child(3) { background-color: #f7f7f7; }

.culture-value .item .img { opacity: 1; }

.culture-value .item .img::after { padding-bottom: 42.85714%; }

.culture-value .item .txt { position: absolute; z-index: 3; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); width: 100%; text-align: center; padding: 18px 100px 0 100px; color: #fff; z-index: 3; }

.culture-value .item .txt .number { display: block; font-size: 22px; color: #dddddd; opacity: 0.2; position: absolute; z-index: 3; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); top: 0; z-index: -1; line-height: 1; }

.culture-value .item .txt h3 { font-size: 18px; line-height: 1; margin-bottom: 15px; }

.culture-value .item .txt br { display: none; }

/* 关于98858vip威尼斯游戏-企业介绍 e */
/* 关于98858vip威尼斯游戏-人才理念 s */
.about-ideal { position: relative; }

.about-ideal::before { content: ''; display: block; width: 100%; height: 537px; top: -537px; background-color: #f3f3f3; position: absolute; z-index: -1; }

.ideal-grow-up { padding-top: 50px; padding-bottom: 50px; }

.ideal-grow-up .grow-up li:nth-child(1) .item, .ideal-grow-up .grow-up li:nth-child(4) .item { border-top: 2px solid #1f3f99; }

.ideal-grow-up .grow-up li:nth-child(2) .item, .ideal-grow-up .grow-up li:nth-child(3) .item { border-top: 2px solid #f58227; }

.ideal-grow-up .grow-up .item { padding: 20px 15px; color: #828282; background-color: #fff; margin-bottom: 10px; }

.ideal-grow-up .grow-up .item h3 { font-size: 18px; font-weight: bold; line-height: 1; margin-bottom: 15px; color: #333; }

.ideal-grow-up .grow-up .item P { padding-bottom: 10px; }

.ideal-welfare { padding-bottom: 50px; }

.ideal-welfare .summary { color: #828282; text-align: center; margin-bottom: 15px; }

.ideal-welfare .welfare li:nth-child(1) .item, .ideal-welfare .welfare li:nth-child(3) .item { border-top: 2px solid #1f3f99; }

.ideal-welfare .welfare li:nth-child(2) .item, .ideal-welfare .welfare li:nth-child(4) .item { border-top: 2px solid #f58227; }

.ideal-welfare .welfare .item { text-align: center; padding: 30px 15px; background-color: #fff; margin-bottom: 10px; }

.ideal-welfare .welfare .item .img { display: inline-block; width: 126px; height: 126px; line-height: 126px; margin-bottom: 15px; border: 1px solid #e6e6e6; -webkit-border-radius: 50%; border-radius: 50%; }

.ideal-welfare .welfare .item h3 { line-height: 1; font-size: 18px; color: #333; margin-bottom: 20px; }

.ideal-welfare .welfare .item p { color: #828282; }

/* 关于98858vip威尼斯游戏-人才理念 e */
/* 关于98858vip威尼斯游戏-社会责任 s */
.employee-duty { padding-top: 50px; padding-bottom: 50px; }

.employee-duty .employee .img::after { padding-bottom: 40.64801%; }

.employee-duty .employee .content { margin-top: 20px; color: #828282; }

.employee-duty .employee .content br { display: none; }

.public-dury { padding-bottom: 50px; }

.public-dury .public .img::after { padding-bottom: 30%; }

.public-dury .public .content { margin-top: 20px; }

.public-dury .public .content .item { background-color: #f9f9f9; border: solid 1px #e4e4e4; padding: 60px 10px 0 10px; position: relative; margin-top: 40px; height: 200px; }

.public-dury .public .content .item:nth-child(odd) .number { background-color: #f58227; }

.public-dury .public .content .item:nth-child(odd) .number::before { border-color: #f58227; }

.public-dury .public .content .item:nth-child(even) .number { background-color: #1f3f99; }

.public-dury .public .content .item:nth-child(even) .number::before { border-color: #1f3f99; }

.public-dury .public .content .item .number { display: block; position: absolute; z-index: 3; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); width: 60px; height: 60px; color: #fff; font-size: 24px; -webkit-border-radius: 50%; border-radius: 50%; text-align: center; line-height: 60px; top: -30px; }

.public-dury .public .content .item .number::before { content: ''; display: block; width: 80px; height: 80px; border-style: dashed; border-width: 1px; -webkit-border-radius: 50%; border-radius: 50%; position: absolute; z-index: 3; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

.expand-duty { padding-bottom: 50px; }

.expand-duty .expand .item { background-color: #ffffff; margin-bottom: 20px; }

.expand-duty .expand .item:nth-child(odd) .item-h { color: #0263ac; border-bottom: 2px solid #0263ac; }

.expand-duty .expand .item:nth-child(even) .item-h { color: #f58227; border-bottom: 2px solid #f58227; }

.expand-duty .expand .item .item-h { padding: 15px 10px; font-size: 20px; line-height: 36px; }

.expand-duty .expand .item .item-h img { float: right; width: 10%; }

.expand-duty .expand .item .item-b { color: #828282; padding: 15px 10px; }

.expand-duty .expand .item .item-b p { margin-bottom: 10px; }

/* 关于98858vip威尼斯游戏-社会责任 e */
/* 关于98858vip威尼斯游戏-人才招聘 s */
.about-job { padding-top: 50px; padding-bottom: 50px; }

/* 关于98858vip威尼斯游戏-人才招聘 e */
/* 关于98858vip威尼斯游戏-联系98858vip威尼斯游戏 s */
.about-contact { padding-top: 50px; padding-bottom: 50px; }

.contact { margin-bottom: 50px; }

.contact-us { text-align: center; color: #141d29; }

.contact-us li { margin-bottom: 30px; }

.contact-us span { display: block; margin-top: 10px; line-height: 1; font-size: 16px; }

.contact-us p { font-size: 16px; margin-top: 10px; }

.map-box .map { height: 300px; }

.message-form { border-top:1px solid #eee; padding-top: 20px; }

.col { width: 100%; }

.col .label { line-height: 30px; }

.col .input { margin-bottom: 10px; }

.col .input input, .col .input textarea { width: 100%; padding: 10px; }

.col .verify-input { font-size: 0; margin-bottom: 10px; }

.col .verify-input input { width: 70%; padding: 10px; float: left; }

.col .verify-input span { display: inline-block; width: 28%; margin-left: 2%; background-color: #fff; text-align: center; height: 41px; cursor: pointer; }

.col .verify-input span::after { content: ''; display: inline-block; height: 100%; vertical-align: middle; }

.col .verify-input span img { max-height: 100%; }

.textarea-col { width: 100%; }

.textarea-col .label { line-height: 30px; }

.textarea-col .input { margin-bottom: 10px; }

.textarea-col .input textarea { width: 100%; padding: 10px; }

.submit-btn { width: 120px; height: 50px; line-height: 50px; text-align: center; font-size: 16px; background-color: #1f3f99; color: #fff; }

/* 关于98858vip威尼斯游戏-人才招聘 e */
/* 产品中心 s */
.product-container { padding-top: 50px; padding-bottom: 50px; }

.product-container .category { position: relative; }

.product-container .category .swiper-button-prev { width: 46px; height: 46px; line-height: 46px; background: #1f3f99 url(../images/swiper-arrow-left-a.png) no-repeat center; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); left: -10px; -webkit-box-shadow: 0 10px 20px -10px #1f3f99; box-shadow: 0 10px 20px -10px #1f3f99; z-index: 5; }

.product-container .category .swiper-button-next { width: 46px; height: 46px; line-height: 46px; background: #1f3f99 url(../images/swiper-arrow-right-a.png) no-repeat center; top: 50%; right: -10px; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); -webkit-box-shadow: 0 10px 20px -10px #1f3f99; box-shadow: 0 10px 20px -10px #1f3f99; z-index: 5; }

.product-container .category .item { padding: 10px; text-align: center; }

.product-container .category .item.active,.product-container .category .item:hover { background-color: #ebebeb; }

/* .product-container .category .item.active .img { border: 2px solid transparent; -webkit-border-image: -webkit-gradient(linear, left top, right bottom, from(#514f7f), to(#d47838)) 30 30; -webkit-border-image: linear-gradient(to bottom right, #514f7f, #d47838) 30 30; -o-border-image: -o-linear-gradient(top left, #514f7f, #d47838) 30 30; border-image: -webkit-gradient(linear, left top, right bottom, from(#514f7f), to(#d47838)) 30 30; border-image: linear-gradient(to bottom right, #514f7f, #d47838) 30 30; } */

.product-container .category .item .img:after { padding-bottom: 83.33333%; }

.product-container .category .item p { margin-top: 10px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }

.category-child { background-color: #ebebeb; position: relative; }

.category-child::after, .category-child::before { content: ''; display: block; height: 100%; background-color: #ebebeb;  position: absolute; top: 0; }

/* .category-child::after { right: -9999px; }

.category-child::before { left: -9999px; } */

.category-child .child { padding-top: 20px; padding-bottom: 20px;width: 100%;height: auto; }

.category-child .child .cate-desc { text-align: center; line-height: 24px; font-size: 14px;color: rgba(130, 130, 130, 1);}

.category-child .child .tip { font-size: 18px; text-align: center; margin-top: 20px; margin-bottom: 15px; }

.category-child .child .item { color: #666666; margin-bottom: 10px; }

.category-child .child .item.active .serise .icon { -webkit-transform: translateY(-5px) rotate(180deg); -ms-transform: translateY(-5px) rotate(180deg); -o-transform: translateY(-5px) rotate(180deg); transform: translateY(-5px) rotate(180deg); margin-top: -5px; }

.category-child .child .item .serise { display: block; line-height: 40px; padding: 0 20px;  background-color: #fff; cursor: pointer; position: relative;}

.category-child .child .item .serise .icon { _font-size: 0; _line-height: 0; _overflow: hidden; width: 0; height: 0; border-width: 5px; border-style: solid dashed dashed dashed; border-color: #666666 transparent transparent transparent; position: absolute; z-index: 3; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); right: 20px; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; }

.category-child .child .item p { background-color: #fff; padding-bottom: 15px; display: none; }

.category-child .child .item p a { display: block; line-height: 40px; padding: 0 20px; font-weight: normal; color: #666666; }

.product-list { padding-top: 30px; }

.product-list .product-form { margin-bottom: 20px; }

.product-list .product-form .form-l { float: left; line-height: 46px; font-size: 22px; display: none; }

.product-list .product-form .form-r { float: right; width: 100%; }

.product-list .product-form .form-r .prod-form { width: 100%; position: relative; }

.product-list .product-form .form-r .prod-form input { width: 100%; padding: 0 66px 0 20px; line-height: 44px; color: #c2c2c2; border: solid 1px #c2c2c2; }

.product-list .product-form .form-r .prod-form button { position: absolute; width: 46px; height: 46px; background-color: #1f3f99; line-height: 46px; text-align: center; top: 0; right: 0; }

.prod-list .item { border-bottom: 1px solid #e0e0e0; margin-bottom: 25px; }

.prod-list .item .img::after { padding-bottom: 63.10976%; }

.prod-list .item .txt { padding: 20px 0; }

.prod-list .item .txt h2 { font-size: 18px; line-height: 1; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; margin-bottom: 10px; }

.prod-list .item .txt p { color: #828282; display: -webkit-box; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 4; }

.prod-list .item .txt .btn { display: block; width: 120px; height: 40px; background-color: #cecece; color: #fff; text-align: center; line-height: 40px; margin-top: 20px; }

.prod-list .item .txt .btn img { vertical-align: text-top; }

.prod-list .item .txt .btn:hover { background-color: #1f3f99; }

/* 产品中心 e */
/* 产品中心-应用详情 s */
.bg{width: 100%;
  height: 300px;
  background: #B4B4B4;
  opacity: 0.2;}
.product-detail .side-bar { margin-bottom: 25px; }

.product-detail .side-bar .active-name { display: block; line-height: 52px; padding: 0 20px; font-size: 16px; color: #fff; background-color: #1f3f99; position: relative; }

.product-detail .side-bar .active-name.active::after { content: '-'; }

.product-detail .side-bar .active-name::after { content: '+'; font-size: 30px; position: absolute; z-index: 3; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); right: 20px; }

.product-detail .side-bar .category-list { color: #828282; display: none; }

.product-detail .side-bar .category-list li { border-bottom: 1px solid #f3f3f3; }

.product-detail .side-bar .category-list li.active .category-name { color: #1f3f99; }

.product-detail .side-bar .category-list li.active .category-name::after { content: '-'; }

.product-detail .side-bar .category-list li.active p { display: block; }

.product-detail .side-bar .category-list .category-name { display: block; line-height: 52px; padding: 0 20px; font-size: 16px; background-color: #fff; position: relative; cursor: pointer; }

.product-detail .side-bar .category-list .category-name::after { content: '+'; font-size: 30px; position: absolute; z-index: 3; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); right: 20px; }

.product-detail .side-bar .category-list p { display: none; }

.product-detail .side-bar .category-list p a { display: block; line-height: 52px; padding: 0 20px; background-color: #fff; position: relative; color: #828282; font-weight: normal; position: relative; }

.product-detail .side-bar .category-list p a.active { color: #1f3f99; }

.product-detail .side-bar .category-list p a.active::after { content: ''; display: block; width: 14px; height: 6px; background: url(/dist/images/hove-icon.png) no-repeat; position: absolute; z-index: 3; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); right: 20px; }

.product-detail .prod-img { text-align: center;background-color: #fff; }

.product-detail .prod-img .name { text-align: left; padding-left: 20px; padding-top: 20px; }

.product-detail .prod-img .name h3 { font-size: 18px; font-weight: bold; line-height: 1; margin-bottom: 10px; }

.product-detail .prod-img .name p { color: #828282; line-height: 1;font-weight: bold; }

.product-detail .prod-img img { max-width: 100%; }

.product-detail .prod-parameter { position: relative; color: #666666; margin: 20px 0; }

.product-detail .prod-parameter .parameter { font-size: 0; white-space: nowrap; overflow-x: auto; border: 1px solid #e5e5e5; padding-right: 100px; }

.product-detail .prod-parameter .parameter li { display: inline-block; font-size: 14px; width: 150px; text-align: center; line-height: 42px; border-left: 1px solid #e5e5e5; cursor: pointer; }

.product-detail .prod-parameter .parameter li:last-child { border-right: 1px solid #e5e5e5; }

.product-detail .prod-parameter .parameter li.active { background-color: #1f3f99; color: #fff; }

.product-detail .prod-parameter .print { width: 100px; height: 44px; background-color: #5d6062; color: #fff; display: block; line-height: 44px; text-align: center; position: absolute; top: 0; right: 0; -webkit-box-shadow: 0 5px 20px -10px #5d6062; box-shadow: 0 5px 20px -10px #5d6062; }

.product-detail .content .tab-content h3 { font-size: 18px; font-weight: bold; margin-bottom: 20px; }

.product-detail .content .tab-content .txt { color: #666666; margin-bottom: 20px; }

.product-detail .content .tab-content .txt .full { margin-top: 20px; background-color: #b4b4b4; height: 300px; opacity: 0.2; }

.prod-location { padding-bottom: 20px; border-bottom: 1px solid #cbcbcb; margin-bottom: 20px; }

.prod-location .product-location { font-size: 0; }

.prod-location .product-location li { font-size: 12px; display: inline-block; position: relative; padding-right: 30px; }

.prod-location .product-location li:last-child { padding-right: 0; }

.prod-location .product-location li:last-child::before { width: 0; height: 0; }

.prod-location .product-location li::before { content: ''; width: 6px; height: 6px; display: inline-block; border-bottom: 1px solid #c1c1c1; border-right: 1px solid #c1c1c1; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); margin: 0 10px; position: absolute; right: 3px; top: 7px; }

.prod-location .product-location li a { color: #999999; font-weight: normal; }

.prod-location .return { color: #999999; font-weight: normal; display: inline-block; padding-right: 25px; background: url(/dist/images/return-icon.png) no-repeat center right; line-height: 1; margin-top: 15px; }

/* 产品中心-应用详情 e */
/* 登录注册 s */
.login-container { background: url(/dist/images/login-bg.jpg) no-repeat center; background-size: cover; padding-top: 100px; padding-bottom: 112px; }

.login { text-align: center; }

.login h2 { font-size: 30px; font-weight: bold; line-height: 1; margin-bottom: 11px; }

.login p { color: #828282; line-height: 1; margin-bottom: 25px; font-size: 18px; }

.login .user-form { background-color: #fff; -webkit-border-radius: 4px; border-radius: 4px; overflow: hidden; }

.login .user-form .switch { font-size: 0; }

.login .user-form .switch span { display: inline-block; font-size: 16px; color: #666666; background-color: #ebebeb; width: 50%; line-height: 60px; position: relative; cursor: pointer; }

.login .user-form .switch span.active { background-color: #fff; color: #1f3f99; }

.login .user-form .switch span.active::before { content: ''; display: block; width: 100%; height: 4px; background-color: #1f3f99; top: 0; position: absolute; }

.login .user-form .form { text-align: left; padding: 30px 30px; }

.login .user-form .form .widget { margin-bottom: 25px; }

.login .user-form .form .widget label { color: #666666; line-height: 1; margin-bottom: 10px; display: block; }

.login .user-form .form .widget .control input { background-color: #f3f4f5; color: #bcbcbc; line-height: 1; padding: 20px; width: 100%; -webkit-border-radius: 4px; border-radius: 4px; }

.login .user-form .form .widget .sms-control { position: relative; }

.login .user-form .form .widget .sms-control input { padding: 20px 110px 20px 20px; }

.login .user-form .form .widget .sms-control .btn { width: 100px; height: 34px; background-color: #1f3f99; color: #fff; position: absolute; z-index: 3; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); right: 20px; -webkit-border-radius: 20px; border-radius: 20px; }

.login .user-form .form .widget .verify-control { position: relative; }

.login .user-form .form .widget .verify-control input { padding: 20px 110px 20px 20px; }

.login .user-form .form .widget .verify-control .btn { width: 100px; height: 34px; border: 1px solid #1f3f99; background-color: #fff; position: absolute; z-index: 3; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); right: 20px; -webkit-border-radius: 20px; border-radius: 20px; }

.login .user-form .form .widget .verify-control .btn img { max-height: 100%; }

.login .user-form .form .submit { display: block; line-height: 53px; background-color: #1f3f99; -webkit-border-radius: 4px; border-radius: 4px; margin-bottom: 20px; width: 100%; color: #fff; }

.login .user-form .form .tip { display: block; text-align: left; }

.login .user-form .form .tip a { font-weight: normal; color: #1f3f99; }

/* 登录注册 e */
/* 搜索页 s */
.search-container { padding-top: 50px; padding-bottom: 100px; }

/* 搜索页 e */


@media (min-width: 768px) { /* banner **/
  .banner2 .bottom .bottom-r .res-down { width: 570px; }
  .banner2 .bottom .bottom-r .res-down .img { width: 174px; }
  .banner2 .bottom .bottom-r .res-down .img::after { padding-bottom: 126.43678%; }
  .banner2 .bottom .bottom-r .res-down .txt { width: 394px; padding-left: 39px; }
  .banner2 .bottom .bottom-r .res-down .txt .date { line-height: 1; margin-top: 5px; }
  .banner2 .bottom .bottom-r .res-down .txt h3 { font-size: 18px; margin-bottom: 24px; }
  .banner2 .bottom .bottom-r .res-down .txt a { margin-top: 45px; }
  /* banner **/
  .about-detail-container .detail .content .content-right { width: 40%; float: right;margin-left: 20px; }
  .about-detail-container .detail .content .content-left { margin-top: 0; width: 100%;  padding-right: 20px; }
  .ideal-grow-up .grow-up ul { margin-left: -5px; margin-right: -5px; }
  .ideal-grow-up .grow-up ul li { width: 50%; float: left; padding-left: 5px; padding-right: 5px; }
  .ideal-grow-up .grow-up .item { min-height: 350px; }
  .ideal-welfare .welfare { margin-left: -15px; margin-right: -15px; }
  .ideal-welfare .welfare li { width: 50%; float: left; padding-left: 15px; padding-right: 15px; }
  .ideal-welfare .welfare .item { margin-bottom: 30px; }
  .ideal-welfare .welfare .item p { height: 40px; }
  /* 关于98858vip威尼斯游戏-社会责任 s */
  .employee-duty .employee .employee-left { width: 48.61111%; float: left; }
  .employee-duty .employee .employee-right { width: 47.22222%; float: right; }
  .employee-duty .employee .content { margin-top: 0; }
  .expand-duty .expand .item { width: 48.57143%; float: left; margin-right: 20px; height: 420px; }
  .expand-duty .expand .item:last-child { margin-right: 0; }
  /* 关于98858vip威尼斯游戏-社会责任 e */
  /* 关于98858vip威尼斯游戏-联系98858vip威尼斯游戏 s */
  .contact-us { font-size: 0; }
  .contact-us li { margin-bottom: 30px; width: 50%; display: inline-block; }
  .col { width: 49%; float: left; }
  .col:first-child { margin-right: 2%; }
  /* 关于98858vip威尼斯游戏-联系98858vip威尼斯游戏 e */
  /* 产品中心 s */
  .clild-list { margin-left: -10px; margin-right: -10px; }
  .clild-list li { margin-left: 10px; margin-right: 10px; width: 33.3333333%; float: left;position: relative; }
  /* .category-child .child .item { position: relative; z-index:5;} */
  .category-child .child .item p { position: absolute; width: 100%; z-index: 5; max-height:80px;overflow-y: auto;}
  .product-list .product-form .form-l { display: block; }
  .product-list .product-form .form-r { width: 386px; }
  .prod-list .item { padding: 20px 0; margin-bottom: 0; }
  .prod-list .item .img { float: left; width: 35.71429%; }
  .prod-list .item .txt { float: left; width: 64.28571%; padding-left: 30px; padding-top: 20px; padding-bottom: 0; }
  /* 产品中心 e */
  /* 登录注册 s */
  .login { width: 520px; margin: 0 auto; }
  .login .user-form .form { padding: 40px 70px; }
  .login .user-form .form .widget label { font-size: 16px; }
  /* 产品中心 e */ }


@media (min-width: 1024px) { /* 底部 s */
  footer { padding-bottom: 50px; }
  .footer-left { float: left; width: 350px; margin-top: 38px; }
  .footer-logo { padding: 50px 0; }
  .footer-logo .f-logo a { font-size: 19px; }
  .footer-logo .friend-list { display: block; }
  .foot-nav { font-size: 0; }
  .foot-nav li { display: inline-block; vertical-align: top; font-size: 14px; border: none; padding-right: 60px; }
  .foot-nav li:last-child { padding-right: 0; }
  .foot-nav li.li2 { max-width: 200px; }
  .foot-nav li.li2 .foot-subnav { font-size: 0; }
  .foot-nav li.li2 .foot-subnav a { display: inline-block; vertical-align: top; width: 50%; font-size: 14px; padding-right: 12px; }
  .foot-nav h3 { position: relative; }
  .foot-nav h3 a { padding: 0; font-size: 16px; }
  .foot-nav h3 i { display: none !important; }
  .foot-subnav { display: block !important; padding-bottom: 0; margin-top: 20px; }
  .foot-subnav a { line-height: 30px; max-width: 120px; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
  .foot-subnav a:hover { color: #d9d9d9; }
  .footer-right { margin-top: 38px; float: right; }
  .qrcode-box { bottom: auto; top: 100%; -webkit-transform: translate(-50%, 10px); -ms-transform: translate(-50%, 10px); -o-transform: translate(-50%, 10px); transform: translate(-50%, 10px); }
  .qrcode-box::after { top: auto; bottom: 100%; _font-size: 0; _line-height: 0; _overflow: hidden; width: 0; height: 0; border-width: 6px; border-style: dashed dashed solid dashed; border-color: transparent transparent #fff transparent; }
  .foot-top { padding-bottom: 6.25%; }
  .foot-bottom { padding-top: 20px; padding-bottom: 20px; }
  /* 底部 e */
  /* banner s */
  .location .location-l { float: left; }
  .location .location-l .home { display: inline-block; float: left; margin-right: 100px; }
  .location .location-l .inner-nav { position: static; float: left; }
  .location .location-l .inner-nav .nav-name { display: none; }
  .location .location-l .inner-nav ul { display: inline-block; font-size: 0; padding: 11px 0; width: 83%; }
  .location .location-l .inner-nav ul li { display: inline-block; font-size: 14px; }
  .location .location-l .inner-nav ul li a { line-height: 1; padding: 0; margin-right: 35px; height: 28px; }
  .location .location-l .inner-nav ul li a:hover { color: #f58227; }
  .location .location-l .inner-nav ul li.active a:after { content: ''; display: block; width: 100%; height: 2px; background-color: #f58227; margin-top: 12px; }
  .location .location-r { display: block; float: right; line-height: 50px; }
  .banner1 .img::after { padding-bottom: 15.88235%; }
  .banner1 .txt h3 { font-size: 36px; }
  .banner1 .txt p {
    font-size: 14px;
    font-family: FZLTHJW;
    font-weight: normal;
    color:rgba(255, 255, 255, 1);
    line-height: 22px;
  margin: 0px 247px 79px 236px;}
  .banner2 .top { padding: 96px 0; }
  .banner2 .top .txt { padding: 0; }
  .banner2 .top .txt h3 { font-size: 36px; }
  .banner2 .top .txt p { font-size: 22px; line-height: 1; }
  .banner2 .bottom { padding: 0 5% 90px; }
  .banner2 .bottom .bottom-l { width: 32.14286%; float: left; }
  .banner2 .bottom .bottom-l h4 { font-size: 26px; }
  .banner2 .bottom .bottom-l p { font-size: 26px; }
  .banner2 .bottom .bottom-l .down a { width: 200px; height: 46px; line-height: 46px; margin-bottom: 20px; font-size: 16px; margin-right: 15px; }
  .banner2 .bottom .bottom-r { width: 67.85714%; float: left; }
  .banner2 .bottom .bottom-r .content { margin-top: 30px; line-height: 30px; font-size: 16px; }
  .banner2 .bottom .bottom-r .res-down { float: right; }
  .banner2 .bottom .bottom-r .res-down .img { width: 174px; }
  .banner2 .bottom .bottom-r .res-down .img::after { padding-bottom: 126.43678%; }
  .banner2 .bottom .bottom-r .res-down .txt { width: 394px; padding-left: 39px; }
  .banner2 .bottom .bottom-r .res-down .txt .date { font-size: 16px; line-height: 1; margin-bottom: 16px; margin-top: 5px; }
  .banner2 .bottom .bottom-r .res-down .txt h3 { font-size: 22px; margin-bottom: 24px; }
  .banner2 .bottom .bottom-r .res-down .txt a { margin-top: 45px; }
  /* banner e */
  /* 关于98858vip威尼斯游戏-发展历程 s */
  .about-history .content { padding: 90px 0 100px 0; }
  .about-history .content .history-title { font-size: 36px; }
  .about-history .content .years-history-wrap { padding: 0 170px; }
  .about-history .content .line { left: 50%; }
  .about-history .content .years { padding-bottom: 90px; margin-bottom: 30px; border-bottom: 1px solid #748190; }
  .about-history .content .years .years-swiper { width: 600px; }
  .about-history .content .years .item { font-size: 30px; }
  .about-history .content .years-history li:nth-child(even) .item { margin-top: 150px; }
  .about-history .content .years-history li:nth-child(even) .item::before { width: 0; height: 0; }
  .about-history .content .years-history li:nth-child(even) .item::after { content: ''; display: block; width: 10px; height: 10px; background-color: #f58227; position: absolute; right: -5px; top: 12px; z-index: 3; -webkit-border-radius: 50%; border-radius: 50%; }
  .about-history .content .years-history li:nth-child(even) .item h4 { text-align: right; }
  .about-history .content .years-history li:nth-child(even) .item p { text-align: right; }
  .about-history .content .years-history li:nth-child(even) .item p .month { float: right; margin-right: 0; margin-left: 15px; }
  .about-history .content .years-history .item { width: 50%; padding: 0 15px; float: right; }
  .about-history .content .years-history .item::before { left: -5px; top: 12px; }
  .about-history .content .years-history .item h4 { font-size: 24px; }
  .about-history .content .years-history .item p { font-size: 14px; line-height: 36px; opacity: 0.8;}
  /* 关于98858vip威尼斯游戏-发展历程 e */
  /* 关于98858vip威尼斯游戏-公司介绍 e */
  .about-info { padding: 80px 0 27px 0;}
  .about-info .info-right { width: 35%; float: right;margin-left: 20px; }
  .about-info .info-right img { max-width: 100%; }
  .about-info .info-left { width: 100%; padding-right: 30px; }
  .about-info .info-left .content h2 { margin-bottom: 30px; font-size: 30px; }
  .about-info .info-left .content p { margin-bottom: 28px; }
  /* 关于98858vip威尼斯游戏-公司介绍 e */
  /* 关于98858vip威尼斯游戏-全球布局 e */
  .about-section-title { margin-bottom: 41px; }
  .about-section-title h2 { font-size: 30px; }
  .about-section-title p { font-size: 18px; margin-top: 23px;color:#333; }
  .about-container .about-global { padding-top: 100px; padding-bottom: 110px; }
  .about-container .about-global .global-map {    width: 1068px;margin: 0 auto;margin-bottom: 100px; }
  .about-container .about-global .global-map p { font-size: 16px; line-height: 34px; }
  .about-container .child-company .company .filter { padding-bottom: 25px; }
  .about-container .child-company .company .filter a { font-size: 19px; }
  .about-container .child-company .company .t-header { display: block; }
  .about-container .child-company .company .t-header > div { padding: 0 20px; }
  .about-container .child-company .company .t-body .tr { padding: 25px 0; }
  .about-container .child-company .company .t-body .tr:hover .td { color: #293d9b; }
  .about-container .child-company .company .t-body .tr .td { float: left; padding: 0 20px; font-size: 14px; margin-bottom: 0; }
  .about-container .child-company .company .t-body .tr .td:first-child p { font-weight: normal; }
  .about-container .child-company .company .t-body .tr .td:nth-child(1) { width: 35%; }
  .about-container .child-company .company .t-body .tr .td:nth-child(2) { width: 43.57143%; }
  .about-container .child-company .company .t-body .tr .td:nth-child(3) { width: 21.42857%; }
  /* 关于98858vip威尼斯游戏-全球布局 e */
  /* 关于98858vip威尼斯游戏-全球布局-详情 s */
  .about-detail-container .detail { padding-top: 30px; padding-bottom: 100px; }
  .about-detail-container .detail .content .content-right { text-align: center; }
  .about-detail-container .detail .content .content-right img { max-width: 100%; }
  .about-detail-container .detail .content .content-left { margin-top: 20px; }
  .about-detail-container .detail .content .content-left br { display: block; }
  .about-detail-container .detail .content .content-left h2 { font-size: 30px; margin-bottom: 15px; }
  .about-detail-container .detail .content .content-left p { font-size: 16px; }
  /* 关于98858vip威尼斯游戏-全球布局-详情 e */
  /* 关于98858vip威尼斯游戏-企业介绍 s */
  .culture-slogan { padding-top: 70px; padding-bottom: 110px; }
  .culture-slogan .item { padding: 30px 0;display:flex;}
  .culture-slogan .item > div { display: table-cell; vertical-align: middle; }
  .culture-slogan .item .icon { width: 170px; margin-bottom: 0; position: relative; }
  .culture-slogan .item .icon::after { content: ''; display: block; width: 1px; height: 55px; background-color: #dddddd; position: absolute; z-index: 3; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); right: 0; }
  .culture-slogan .item .txt { width: 87.5%; padding: 0 46px; }
  .culture-slogan .item h3 { text-align: left; font-size: 20px; font-weight: normal; margin-bottom: 0; }
  .culture-slogan .item p { text-align: left; font-size: 14px; line-height: 24px; }
  .culture-value { padding-bottom: 110px; font-size: 0; position: relative; }
  .culture-value .item-position { width: 180px; height: 180px; position: absolute; z-index: 3; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
  .culture-value .item-position .img img { width: 100%; }
  .culture-value .item-position .txt h3 { font-size: 18px; line-height: 1; margin-bottom: 15px; }
  .culture-value .item-position .txt p { font-size: 14px; }
  .culture-value .item { position: relative; margin-bottom: 0; width: 50%; display: inline-block; }
  .culture-value .item:hover { color: #fff; }
  .culture-value .item:hover .img { opacity: 1; }
  .culture-value .item:hover .txt { color: #fff; }
  .culture-value .item:hover .txt .number { opacity: 0.2; }
  .culture-value .item .img { opacity: 0; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
  .culture-value .item .txt { position: absolute; z-index: 3; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); width: 100%; text-align: center; padding-top: 28px; padding-left:170px; padding-right: 170px; color: #333; }
  .culture-value .item .txt .number { font-size: 50px; opacity: 1; }
  .culture-value .item .txt h3 { font-size: 26px; margin-bottom: 24px; }
  .culture-value .item .txt p { font-size: 14px; }
  /* 关于98858vip威尼斯游戏-企业介绍 e */
  /* 关于98858vip威尼斯游戏-人才理念 s */
  .ideal-grow-up { padding-top: 100px; padding-bottom: 60px; }
  .ideal-grow-up .grow-up ul { margin-left: -20px; margin-right: -20px; }
  .ideal-grow-up .grow-up ul li { padding-left: 20px; padding-right: 20px; }
  .ideal-grow-up .grow-up .item { padding: 50px 40px; margin-bottom: 40px; height: 380px; }
  .ideal-grow-up .grow-up .item h3 { font-size: 22px; font-weight: bold; margin-bottom: 26px;color:#555; }
  .ideal-grow-up .grow-up .item P { padding-bottom: 20px; }
  .ideal-welfare { padding-bottom: 110px; }
  .ideal-welfare .summary { font-size: 16px; width: 1030px; margin: 0 auto 30px; }
  .ideal-welfare .welfare li { width: 25%; }
  .ideal-welfare .welfare .item { padding: 42px 15px; margin-bottom: 0; }
  .ideal-welfare .welfare .item .img { margin-bottom: 20px; }
  .ideal-welfare .welfare .item h3 { font-size: 24px; margin-bottom: 30px; }
  .ideal-welfare .welfare .item p { font-size: 14px; }
  /* 关于98858vip威尼斯游戏-人才理念 e */
  /* 关于98858vip威尼斯游戏-社会责任 s */
  .employee-duty { padding-top: 100px; padding-bottom: 100px; }
  .employee-duty .employee .content p { font-size: 16px; }
  .employee-duty .employee .content br { display: block; }
  .public-dury { padding-bottom: 100px; }
  .public-dury .public .content { margin-top: 30px; }
  .public-dury .public .content .item { padding: 74px 50px 0 50px; position: relative; margin-top: 50px; height: 250px; }
  .public-dury .public .content .item .number { width: 83px; height: 83px; top: -41px; line-height: 83px; font-size: 30px; }
  .public-dury .public .content .item .number::before { width: 100px; height: 100px; }
  .public-dury .public .content .item p { font-size: 14px; }
  .expand-duty { padding-bottom: 100px; }
  .expand-duty .expand .item { background-color: #ffffff; margin-bottom: 0; height: 500px; }
  .expand-duty .expand .item .item-h { padding: 17px 40px; font-size: 22px; line-height: 46px; }
  .expand-duty .expand .item .item-h img { float: right; width: auto; }
  .expand-duty .expand .item .item-b { color: #828282; padding: 30px 40px; }
  .expand-duty .expand .item .item-b p { margin-bottom: 10px; font-size: 16px; }
  /* 关于98858vip威尼斯游戏-社会责任 e */
  /* 关于98858vip威尼斯游戏-人才招聘 s */
  .about-job { padding-top: 80px; padding-bottom: 48px; }
  /* 关于98858vip威尼斯游戏-人才招聘 e */
  /* 关于98858vip威尼斯游戏-联系98858vip威尼斯游戏 s */
  .about-contact { padding-top: 80px; padding-bottom: 110px; }
  .contact { margin-bottom: 100px; }
  .contact-us { margin-bottom: 30px; }
  .contact-us li { margin-bottom: 0; float: left; width: 25%; position: relative; }
  .contact-us li::after { content: ''; display: block; width: 2px; height: 59px; background-color: #bdc5d0; top: 5px; right: 0; position: absolute; }
  .contact-us li:last-child::after { width: 0; }
  .contact-us span { font-size: 18px; }
  .contact-us p { font-size: 16px; margin-top: 25px; }
  .row { border-bottom: 1px solid #dddddd; }
  .col { width: 50%; padding-top: 20px; padding-bottom: 20px; }
  .col:first-child { margin-right: 0; }
  .col .label { float: left; width: 21.42857%; padding-left: 40px; line-height: 50px; font-size: 15px; }
  .col .input { float: left; width: 78.57143%; margin-bottom: 0; }
  .col .input input, .col .input textarea { padding: 15px 10px; }
  .col .verify-input input { width: 48.57143%; padding: 15px 10px; }
  .col .verify-input span { height: 51px; }
  .textarea-col { padding-top: 20px; padding-bottom: 20px; }
  .textarea-col .label { float: left; width: 10.71429%; padding-left: 40px; line-height: 50px; font-size: 15px; }
  .textarea-col .input { float: left; width: 89.28571%; margin-bottom: 0; }
  .submit-btn { width: 180px; height: 60px; line-height: 60px; margin-left: 40px; margin-top: 20px; }
  /* 关于98858vip威尼斯游戏-人才招聘 e */
  /* 产品中心 s */
  .product-container { padding-top: 60px; padding-bottom: 80px; }
  .category-child .child { padding-top: 60px; padding-bottom: 30px; }
  .category-child .child .tip { font-size: 24px; margin-top: 30px; margin-bottom: 20px; color: rgba(51, 51, 51, 1); }
  .category-child .child .item { margin-bottom: 20px; }
  .category-child .child .item .serise { line-height: 60px; font-size: 16px; }
  .clild-list li { width: 23%; }
  .product-list { padding-top: 50px; }
  .prod-list .item { padding: 40px 0; margin-bottom: 0; }
  .prod-list .item .img { float: left; width: 23.42857%; }
  .prod-list .item .txt { float: left; width: 76.57143%; padding-left: 50px; padding-top: 20px; padding-right: 35px; }
  .prod-list .item .txt h2 { font-size: 24px; line-height: 1; margin-bottom: 16px; }
  .prod-list .item .txt p { font-size: 14px; }
  .prod-list .item .txt .btn { margin-top: 30px; }
  /* 产品中心 e */
  /* 产品中心-应用详情 s */
  .product-detail .side-bar { width: 16.78571%; float: left; }
  .product-detail .side-bar .active-name { display: none; }
  .product-detail .side-bar .category-list { display: block; }
  .product-detail .side-bar .category-list li { border-bottom: 1px solid #f3f3f3; }
  .product-detail .side-bar .category-list li.active .category-name { color: #fff; background-color: #1f3f99; }
  .product-detail .side-bar .category-list .category-name { display: block; line-height: 40px; padding: 0 20px; font-size: 16px; background-color: #fff; position: relative; cursor: pointer; }
  .product-detail .side-bar .category-list .category-name::after { content: '+'; font-size: 30px; position: absolute; z-index: 3; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); right: 20px; }
  .product-detail .side-bar .category-list p { display: none; }
  .product-detail .side-bar .category-list p a { display: block; line-height: 32px; padding: 0 20px; background-color: #fff; position: relative; color: #828282; font-weight: normal; position: relative; }
  .product-detail .side-bar .category-list p a.active { color: #1f3f99; }
  .product-detail .side-bar .category-list p a.active::after { content: ''; display: block; width: 14px; height: 6px; background: url(/dist/images/hove-icon.png) no-repeat; position: absolute; z-index: 3; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); right: 20px; }
  .product-detail.down-detail .detail { width: 100%; }
  .product-detail .detail { width: 78.92857%; float: right; }
  .product-detail .prod-img { position: relative; padding-top: 50px; padding-bottom: 50px; }
  .product-detail .prod-img .name { padding-left: 50px; padding-top: 50px; position: absolute; left: 0; top: 0; }
  .product-detail .prod-img .name h3 { font-size: 36px; margin-bottom: 15px; }
  .product-detail .prod-img .name p { font-size: 18px; max-width: 300px;}
  .product-detail .prod-parameter { margin: 30px 0; }
  .product-detail .prod-parameter .parameter { padding-right: 200px; }
  .product-detail .prod-parameter .parameter li { font-size: 16px; width: 200px; line-height: 60px; line-height: 60px; }
  .product-detail .prod-parameter .print { width: 200px; height: 62px; line-height: 62px; font-size: 16px; }
  .product-detail .content { padding-top: 20px; }
  .product-detail .content .tab-content h3 { font-size: 28px; line-height: 1; margin-bottom: 30px; }
  .product-detail .content .tab-content .txt { color: #666666; margin-bottom: 30px; }
  .product-detail .content .tab-content .txt li { width: 50%; float: left; font-size: 16px; line-height: 32px; }
  .product-detail .content .tab-content .txt .full { margin-top: 20px; background-color: #b4b4b4; height: 300px; opacity: 0.2; }
  .prod-location { padding-bottom: 22px; padding-top: 22px; }
  .prod-location .product-location { float: left; font-size: 0; }
  .prod-location .product-location li { font-size: 16px; padding-right: 50px; }
  .prod-location .product-location li::before { right: 17px; }
  .prod-location .return { margin-top: 0; float: right; font-size: 16px; }
  /* 产品中心-应用详情 e */
  /* banner s */
  .product-page .banner1 .txt p { font-size: 14px; padding-left: 235px; padding-right: 235px; text-align: left; }
  .research-page .banner2 .bottom { padding: 0 8% 75px; }
  .research-page .banner2 .bottom .bottom-r .content p { margin-bottom: 10px; line-height: 24px; }
  .join-page .banner2 .bottom { padding: 90px 8% 115px; }
  .quality-page .banner2 .bottom { padding: 90px 8% 90px; }
  .download-page .banner2 .bottom { padding: 130px 8% 94px; }
  /* banner e */ }


@media (min-width: 1200px) { /*头部 s*/
  header { height: 80px; }
  header .headfixed { padding-left: 0; padding-right: 0; text-align: center; }
  header .button-pc { padding: 25px; display: inline-block; border-left: 1px solid #aaabb0; }
  header .logo { padding: 23px 0 23px 50px; font-size: 19px; }
  header .logo img { height: 32px; margin-right: 5px; }
  header .head-right { margin-top: 0; font-size: 0; }
  header .head-right .search-toggle { display: none; }
  header .head-right .lang, header .head-right .search { margin-right: 30px; }
  header .head-right .search-box { display: block; position: static; width: 150px; background: transparent; padding: 20px 0; }
  header .head-right .search-box .search-input { padding: 0 45px 0 15px; }
  header .head-right .search-box .search-btn { width: 40px; }
  header .login { margin-right: 0; background-color: #004193; height: 80px; padding-top: 21px; padding-left: 14px; padding-right: 14px; }
  header .login a, header .login span { color: #fff; font-size: 16px !important; }
  header .login span { opacity: .3; }
  header .lang { margin-right: 0; height: 80px; width: auto; }
  header .lang .lang-toggle { width: 25px; height: 100%; text-align: center; line-height: 80px; font-size: 16px; padding-left: 0; }
  header .lang .lang-toggle::after { position: static; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); width: 8px; height: 8px; margin-left: 8px; display: inline-block; margin-bottom: 3px; }
  header nav { display: inline-block !important; height: auto; overflow: inherit; padding: 0; position: static; -webkit-transform: none; -ms-transform: none; -o-transform: none; transform: none; width: auto; vertical-align: top; border: 0; background-color: #e4e6ee; }
  header nav ul { font-size: 0; }
  header nav li { border: 0; display: inline-block; vertical-align: top; position: relative; }
  header nav li.cur h3 a, header nav li:hover h3 a { color: #ff9847; }
  header nav li.cur h3 a::after, header nav li:hover h3 a::after { width: 100%; }
  header nav li:hover .head-subnav { -webkit-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); -o-transform: translate(-50%, 0); transform: translate(-50%, 0); pointer-events: auto; opacity: 1; }
  header nav h3 { padding: 0 15px; }
  header nav h3 a { padding: 0; height: 80px; line-height: 80px; position: relative; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; text-align: center; }
  header nav h3 a::after { content: ''; position: absolute; bottom: 0; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); height: 2px; width: 0; background-color: #ff9847; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
  header nav h3 i { display: none !important; }
  header .head-subnav { display: block !important; position: absolute; top: 100%; left: 50%; -webkit-transform: translate(-50%, 10px); -ms-transform: translate(-50%, 10px); -o-transform: translate(-50%, 10px); transform: translate(-50%, 10px); min-width: 180px; background: rgba(255, 255, 255, 0.95); padding: 10px 0; pointer-events: none; opacity: 0; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; border: solid 1px #e4e6ee; border-top: 0; }
  header .head-subnav a { padding: 8px 0; text-align: center; color: #333; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
  header .head-subnav a:hover { color: #ff9847; }
  header .lang-box { top: 100%; width: 100%; }
  header .lang-box a { padding: 8px 0; }
  /*头部 e*/
  /*测导航 s*/
  .full-main-nav { display: block; position: fixed; left: 0; top: 0; z-index: -1; opacity: 0; -webkit-transition: all ease .5s; -o-transition: all ease .5s; transition: all ease .5s; width: 100%; height: 100%; }
  .full-main-nav.active { z-index: 51; opacity: 1; }
  .full-main-nav.active li { top: 0; opacity: 1; }
  .full-navbg { position: relative; z-index: 3; height: 100%; overflow: hidden; background-repeat: no-repeat; background-position: center center; background-size: cover; }
  .nav-swiper { position: relative; z-index: 3; height: 100%; overflow: visible; }
  .nav-swiper .swiper-wrapper { position: relative; width: 100%; height: 100%; z-index: 1; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; -o-transition-property: -o-transform; transition-property: transform; transition-property: transform, -webkit-transform, -o-transform; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; }
  .nav-swiper li { position: relative; top: -40px; opacity: 0; -webkit-transition-duration: 0.5s, 0.5s, 0.5s; -o-transition-duration: 0.5s, 0.5s, 0.5s; transition-duration: 0.5s, 0.5s, 0.5s; -webkit-transition-property: opacity, top; -o-transition-property: opacity, top; transition-property: opacity, top; width: 16.7%; border-right: 1px solid #f0f0f0; background-color: #ffffff; }
  .nav-swiper li > a { display: block; width: 100%; height: 100%; }
  .nav-swiper li a { -webkit-transition: all ease .3s; -o-transition: all ease .3s; transition: all ease .3s; }
  .nav-swiper li:hover { background: none; }
  .nav-swiper li:hover a { opacity: 1; color: #ffffff; }
  .nav-swiper li:hover .id::before { opacity: 1; }
  .nav-swiper li:hover .id, .nav-swiper li:hover .title, .nav-swiper li:hover .subnav { opacity: 1; -webkit-transform: translateY(-30px); -ms-transform: translateY(-30px); -o-transform: translateY(-30px); transform: translateY(-30px); }
  .nav-swiper li:nth-child(1) { -webkit-transition-delay: 0.4s; -o-transition-delay: 0.4s; transition-delay: 0.4s; }
  .nav-swiper li:nth-child(2) { -webkit-transition-delay: 0.6s; -o-transition-delay: 0.6s; transition-delay: 0.6s; }
  .nav-swiper li:nth-child(3) { -webkit-transition-delay: 0.8s; -o-transition-delay: 0.8s; transition-delay: 0.8s; }
  .nav-swiper li:nth-child(4) { -webkit-transition-delay: 1s; -o-transition-delay: 1s; transition-delay: 1s; }
  .nav-swiper li:nth-child(5) { -webkit-transition-delay: 1.2s; -o-transition-delay: 1.2s; transition-delay: 1.2s; }
  .nav-swiper li:nth-child(6) { -webkit-transition-delay: 1.4s; -o-transition-delay: 1.4s; transition-delay: 1.4s; }
  .nav-swiper li .id { -webkit-transition: all ease .5s; -o-transition: all ease .5s; transition: all ease .5s; font-size: 56px; line-height: 56px; color: #f6f6f6; font-family: DINEng; text-align: center; }
  .nav-swiper li .id::before { content: ''; display: block; width: 1px; height: 62px; background-color: #293d9b; margin: 0 auto 25px; opacity: 0; }
  .nav-swiper li .title { -webkit-transition: all ease .5s; -o-transition: all ease .5s; transition: all ease .5s; text-align: center; font-size: 24px; color: #545454; line-height: 28px; margin: 57px 0 29px; }
  .nav-swiper li .subnav { -webkit-transition: all ease .5s; -o-transition: all ease .5s; transition: all ease .5s; font-size: 14px; line-height: 28px; opacity: 1; text-align: center; }
  .nav-swiper li .subnav a { color: #9a9a9a; position: relative; z-index: 11; }
  .nav-swiper li .subnav a:hover { color: #fff; }
  .full-text { position: absolute; left: 0; top: 5%; width: 100%; max-height: 500px;overflow-y: auto;}
    .full-text::-webkit-scrollbar {
    /*滚动条整体样式*/
    width : 0;  /*高宽分别对应横竖滚动条的尺寸*/
    height: 0;
    }
      .full-text::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 0;
    box-shadow   : none;
    background   : transparent;
    }
      .full-text::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    box-shadow  : none;
    border-radius: 0;
    background   : transparent;
    }
  /*测导航 e*/
  .about-info .info-left .content br { display: block; }
  .culture-value .item .txt br { display: block; }
  .culture-value .item-position { width: 340px; height: 340px; }
  .culture-value .item-position .txt { padding-top: 28px; padding-left: 50px; padding-right: 50px; }
  .culture-value .item-position .txt .number { font-size: 50px; opacity: 1; line-height: 1; }
  .culture-value .item-position .txt h3 { font-size: 26px; margin-bottom: 24px; }
  .culture-value .item-position .txt p { font-size: 14px; }
  .ideal-grow-up .grow-up .item { height: 330px; }
  .ideal-grow-up .grow-up .item p { font-size: 16px; }
  .banner2 .bottom .bottom-r .content .circle li .item { width: 114px; height: 114px; font-size: 16px; padding: 20px 15px; line-height: 1.3; }
  .expand-duty .expand .item { height: 420px; }
  .map-box .map { height: 500px; }
  .product-container .category .swiper-button-prev { background-color: transparent; background: url(/dist/images/swiper-arrow-left.png) no-repeat center; border: 2px solid #999999; cursor: pointer; left: -55px; -webkit-box-shadow: unset; box-shadow: unset; }
  .product-container .category .swiper-button-prev:hover { background: #1f3f99 url(../images/swiper-arrow-left-a.png) no-repeat center; border: none; -webkit-box-shadow: 0 10px 20px -10px #1f3f99; box-shadow: 0 10px 20px -10px #1f3f99; }
  .product-container .category .swiper-button-next { background-color: transparent; background: url(/dist/images/swiper-arrow-right.png) no-repeat center; border: 2px solid #999999; cursor: pointer; right: -55px; -webkit-box-shadow: unset; box-shadow: unset; }
  .product-container .category .swiper-button-next:hover { background: #1f3f99 url(../images/swiper-arrow-right-a.png) no-repeat center; border: none; -webkit-box-shadow: 0 10px 20px -10px #1f3f99; box-shadow: 0 10px 20px -10px #1f3f99; } }

#kkpager { clear: both; color: #999; padding: 5px 0px 5px 0px; font-size: 13px; }

#kkpager a { float: left; display: inline; margin-right: 20px; cursor: pointer; text-decoration: none; color: #999; width: 40px; height: 40px; line-height: 40px; text-align: center; border: 1px solid #DEDEDE; -webkit-border-radius: 50%; border-radius: 50%; }

#kkpager span.disabled { float: left; display: inline; margin-right: 20px; width: 40px; line-height: 40px; text-align: center; height: 40px; border: 1px solid #DEDEDE; -webkit-border-radius: 50%; border-radius: 50%; color: #DFDFDF; }

#kkpager span.curr { width: 40px; height: 40px; line-height: 40px; margin-right: 20px; text-align: center; background: #1F3F99; -webkit-border-radius: 50%; border-radius: 50%; float: left; line-height: 40px; text-align: center; display: inline; color: #fff; }

#kkpager a:hover { border: 1px solid #31ACE2; background-color: #31ACE2; color: #fff; }

#kkpager_gopage_wrap { position: relative; left: 0px; top: 0px; }

#kkpager_btn_go { width: 44px; height: 18px; border: 0px; overflow: hidden; line-height: 140%; padding: 0px; margin: 0px; text-align: center; cursor: pointer; background-color: #31ACE2; color: #FFF; position: absolute; left: 0px; top: -2px; -moz-border-radius: 3px; -webkit-border-radius: 3px; display: none; }

#kkpager_btn_go_input { width: 36px; height: 14px; color: #999; text-align: center; margin-left: 1px; margin-right: 1px; border: 1px solid #DFDFDF; position: relative; -moz-border-radius: 3px; -webkit-border-radius: 3px; left: 0px; top: 0px; outline: none; }

#kkpager_btn_go_input.focus { border-color: #31ACE2; }

#kkpager .pageBtnWrap { float: left; }

#kkpager .infoTextAndGoPageBtnWrap { float: right; }

#kkpager .spanDot { float: left; margin-right: 5px; }

#kkpager .currPageNum { color: #FD7F4D; }

#kkpager .infoTextAndGoPageBtnWrap { padding-top: 5px; }

@media (min-width: 1460px) { .foot-nav li { padding-right: 60px; }
  header nav h3 { padding: 0 30px; }
  /* banner s */
  .banner2 .bottom { padding: 0 8% 200px; }
  .banner2 .bottom .bottom-l h4 { font-size: 30px; }
  .banner2 .bottom .bottom-l p { font-size: 30px; }
  .banner2 .bottom .bottom-r .content { margin-top: 36px; }
  .banner2 .bottom .bottom-r .content .circle { background: url(/dist/images/circle-bg.png) no-repeat; padding-top: 16px; padding-left: 6px; }
  /* banner e */
  /* .expand-duty .expand .item { margin-right: 40px; } */
 }

@media (min-width: 1660px) { .foot-nav li { padding-right: 94px; } }

.pc { display: none; }

@media (min-width: 1200px) { .pc { display: inline-block; } }

@media (min-width: 1200px) { .phone { display: none; } }

.gray-bg { background-color: #f3f3f3;width: 100%;}

.color-red { color: #ff0000; margin-right: 7px;}


.video-player-popup { display: none; position: fixed; left: 0; top: 0; z-index: 201; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); font-size: 0; text-align: center; }

.video-player-popup:before { content: ""; width: 0; height: 100%; display: inline-block; *display: inline; *zoom: 1; vertical-align: middle; }

.video-player-popup .video-player { position: relative; width: 94%; min-height: 300px; max-width: 960px; margin-top: 0; display: inline-block; *display: inline; *zoom: 1; vertical-align: middle; }

.video-player-popup .close { position: absolute; right: 0; top: -40px; width: 40px; height: 40px; background: url(/dist/images/closebtn.png) no-repeat center; -webkit-transition: all .5s; -o-transition: all .5s; transition: all .5s; }

.video-player-popup .close:hover { -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }


@media (min-width: 1024px) { .video-player-popup .video-player { height: 500px; } }

@media (min-width: 1600px) { .video-player-popup .video-player { height: 600px; } }



.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; background-size: auto 16px; background-image: url(/dist/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; 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; 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: #cd002b;  }

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

@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 a .content h2 { -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
  .full-searchA-wrapper .result-list a:hover .content h2 { color: #ff5500; }
  .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-right: 30px;  } }


/*相册轮播 s*/
.thumb-popup { display: none; position: fixed; left: 0; top: 0; z-index: 2018; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.9); }

.thumb-popup .thumb-wraper { position: absolute; top: 50%; right: 0; left: 0; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); margin: auto; width: 100%; }

.thumb-popup .thumb-wraper .thumb-copy-wrapper { position: relative; overflow: hidden; width: 90%; max-width: 880px; margin: 0 auto; }

.thumb-popup .close { position: absolute; right: 4%; top: 4%; z-index: 9; width: 40px; height: 40px; font-size: 24px; font-weight: bold; text-align: center; color: #fff; cursor: pointer; background: #5261b9; -webkit-border-radius: 100%; border-radius: 100%; line-height: 40px; opacity: 1; }

.thumb-popup .thumb-wraper .thumb-copy-wrapper .swiper-wrapper li { padding: 0 20px; overflow: hidden; }

.thumb-popup .thumb-wraper .thumb-copy-wrapper .swiper-wrapper li img { display: block; max-width: 100%; max-height: 90%; position: relative; top: 50%; left: 50%; -webkit-transform: translate3d(-50%, -50%, 0); transform: translate3d(-50%, -50%, 0); width: 640px; }

.thumb-popup .thumb-wraper .thumb-copy-wrapper .swiper-wrapper li p { text-align: center; font-size: 16px; padding: 20px 0; color: #fff; bottom: 5%; width: 100%; left: 0; position: absolute; }

.thumb-popup .thumb-wraper .banner-btn { display: none; width: 60px; height: 120px; position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); z-index: 2; cursor: pointer; }

.thumb-popup .thumb-wraper .banner-btn::after { content: ""; position: absolute; top: 40%; left: 50%; margin-top: -5px; width: 40px; height: 40px; border-right: 1px solid #fff; border-top: 1px solid #fff; border-left: 0; border-bottom: 0; }

.thumb-popup .thumb-wraper .banner-btn.swiper-left { left: -10px; }

.thumb-popup .thumb-wraper .banner-btn.swiper-right { right: -10px; }

.thumb-popup .thumb-wraper .banner-btn.swiper-left::after { -webkit-transform: rotate(-135deg); -ms-transform: rotate(-135deg); -o-transform: rotate(-135deg); transform: rotate(-135deg); margin-left: -4px; }

.thumb-popup .thumb-wraper .banner-btn.swiper-right::after { margin-left: -7px; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }

.thumb-popup .thumb-wraper .banner-btn.swiper-left:hover::after { border-color: #5261b9; }

.thumb-popup .thumb-wraper .banner-btn.swiper-right:hover::after { border-color: #5261b9; }

.thumb-popup .thumb-wraper .banner-btn.swiper-button-disabled { cursor: default; }

@media (min-width: 768px) { .thumb-popup .thumb-wraper .banner-btn.swiper-left { left: 4%; }
  .thumb-popup .thumb-wraper .banner-btn.swiper-right { right: 4%; } }

@media (min-width: 1024px) { .thumb-popup .thumb-wraper .banner-btn { display: block; } }

/*相册轮播 e*/



.full-recruitB-container { padding: 0px 0; }

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

.full-recruitB-container .recruitB-list li { margin-bottom: 10px; }

.full-recruitB-container .recruitB-list .job-title { font-size: 14px; line-height: 24px; padding: 10px 15px; cursor: pointer; background-repeat: no-repeat; background-position: 96% center; border: 1px solid #e5e5e5; font-weight: bold; position: relative; background-color: #ffffff;  color: #333;  border-bottom: 1px solid #d9d9d9;  background-image: url(/dist/images/plus-icon.png);  background-size: 20px; -webkit-transition: all ease .35s; -o-transition: all ease .35s; transition: all ease .35s; }

.full-recruitB-container .recruitB-list .job-title.cur { background-image: url(/dist/images/ride-icon.png);  background-color: #f9f9f9;  }

.full-recruitB-container .recruitB-list .job-number { position: absolute; top: 34%; left: 25%; font-weight: normal; display: none; }

.full-recruitB-container .recruitB-list .job-date { position: absolute; top: 34%; left: 52%; font-weight: normal; display: none; }

.full-recruitB-container .recruitB-list .job-date img { vertical-align: sub; }

.full-recruitB-container .recruitB-list .job-panel { display: none; padding: 10px 15px; border-left: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5; border-right: 1px solid #e5e5e5; font-size: 14px; line-height: 26px; color: #a7a7a7;  background-color: #f9f9f9;  }

.full-recruitB-container .recruitB-list .job-panel .h4 { padding: 12px 0 0; font-weight: bold; line-height: 30px; color: #333333;  margin-bottom: 15px; font-size: 18px; }

.full-recruitB-container .recruitB-list .job-panel .contact { margin-top: 20px; margin-bottom: 20px; color: #333; }

.full-recruitB-container .recruitB-list .job-panel .contact p { font-size: 14px; }

.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 { font-weight: bold; }

.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: #1e3b9e;  margin-right: 10px; margin-bottom: 10px; float: right; }

.full-recruitB-container .recruitB-list .job-handle a:hover { background-color: #1e3b9e;  -webkit-box-shadow: 0 5px 15px -10px #1e3b9e; box-shadow: 0 5px 15px -10px #1e3b9e; }

.full-recruitB-container .recruitB-list .job-handle .label { display: block; padding: 10px 0 0; font-size: 14px; line-height: 24px; color: #d90000;  }

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

@media (min-width: 768px) { .full-recruitB-container .recruitB-list .job-number { display: block; top: 22%; }
  .full-recruitB-container .recruitB-list .job-date { display: block; top: 22%; } }


@media (min-width: 1024px) { .full-recruitB-container { padding: 0px 0 30px;  }
  .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 .job-title { padding: 24px 40px; background-size: 30px; }
  .full-recruitB-container .recruitB-list .job-number { display: block; top: 34%; }
  .full-recruitB-container .recruitB-list .job-date { display: block; top: 34%; }
  .full-recruitB-container .recruitB-list .job-panel { padding: 0px 40px 60px; position: relative; }
  .full-recruitB-container .recruitB-list .job-panel .h4 { padding: 50px 0 0; }
  .full-recruitB-container .recruitB-list .job-panel .contact { margin-bottom: 0; }
  .full-recruitB-container .recruitB-list .job-panel .contact p { font-size: 16px; line-height: 2; }
  .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 { overflow: hidden; zoom: 1; }
  .full-recruitB-container .recruitB-list .job-handle a { width: 182px; height: 62px; line-height: 62px; float: right; font-size: 16px; font-weight: normal; position: absolute; bottom: 40px; right: 60px; }
  .full-recruitB-container .recruitB-list .job-handle .label { overflow: hidden; zoom: 1; line-height: 42px; padding: 0 0 0 20px; }
  .full-recruitB-container .loadmore { padding: 40px 0 10px;  }
  .full-recruitB-container .loadmore a { line-height: 50px; } }


#ie-alert-overlay { width: 100%; height: 100%; background: url(/dist/images/bg.png) repeat 0 0; position: fixed; top: 0; left: 0; z-index: 9999; }

* html #ie-alert-overlay { position: absolute; z-index: 9999; }

#ie-alert-panel { width: 520px; height: 331px; position: fixed; background: url(/dist/images/iealertsprite.png) no-repeat; background-position: -1px -109px; top: 50%; left: 50%; margin: -201px 0 0 -296px; padding: 72px 0 0 72px; _position: absolute;  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; font-weight: bold; color: #333; line-height: 1.5em; z-index: 10000; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; }

#ie-alert-panel div, #ie-alert-panel p, #ie-alert-panel span, #ie-alert-panel a, #ie-alert-panel img, #ie-alert-panel ul, #ie-alert-panel li { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; }

#ie-alert-panel p { font-size: 14px; width: 486px; text-align: justify; }

#ie-alert-panel img { border: 0; }

#ie-alert-panel span { font-size: 18px; margin: 0 0 20px 0; display: block; padding: 0; }

#ie-alert-panel ul { list-style: none; margin: 0; padding: 0; overflow: hidden; }

#ie-alert-panel li { float: left; margin: 0 22px 0 0; }

#ie-alert-panel li.last { margin-right: 0; }

#ie-alert-panel a { display: inline-block; vertical-align: top; }

#goon { text-decoration: underline; }

.browser { position: absolute; bottom: 35px; }

.chrome, .firefox, .ie9, .opera, .safari { background: url(/dist/images/iealertsprite.png) no-repeat; }

.chrome { background-position: 0 0; width: 73px; height: 96px; margin: 0 4px 0 0; }

.firefox { background-position: -292px 0; width: 73px; height: 98px; }

.ie9 { background-position: -179px 0; width: 95px; height: 98px; }

.opera { background-position: -90px 0; width: 73px; height: 98px; }

.safari { background-position: -387px 0; width: 73px; height: 98px; margin: 0 4px 0 0; }



.full-teamC-container { padding: 30px 0; background-color: #F3F3F3;  }

.full-teamC-container .teamC-title { position: relative; margin-bottom: 20px; padding-bottom: 10px; font-size: 20px; line-height: 40px; text-align: center; color: #ffffff;  }

.full-teamC-container .teamC-title::after { content: ''; position: absolute; left: 50%; bottom: 0; z-index: 3; width: 60px; margin-left: -30px; height: 2px; background-color: #ffffff;  }

.full-teamC-container .teamC-desc { text-align: center; padding-bottom: 10px; font-size: 14px; line-height: 26px; color: #333333;  }

.full-teamC-container .teamC-list-wrapper { position: relative; }

.full-teamC-container .teamC-list-wrapper li { text-align: center; color: #ffffff;  background-color: #ffffff;  }

.full-teamC-container .teamC-list-wrapper li:nth-child(even) { background-color: #ffffff;  }

.full-teamC-container .teamC-list-wrapper .avatar { margin-bottom: 15px; text-align: center; }

.full-teamC-container .teamC-list-wrapper .avatar img { max-width: 87%; }

.full-teamC-container .teamC-list-wrapper .name { font-size: 22px; line-height: 24px; color: #ffffff;  }

.full-teamC-container .teamC-list-wrapper .name:after { content: ''; display: block; width: 45px; height: 3px; margin: 12px auto 16px; overflow: hidden; background-color: #ffffff;  }

.full-teamC-container .teamC-list-wrapper .jobs { margin-bottom: 16px; font-size: 16px; line-height: 24px; }

.full-teamC-container .teamC-list-wrapper .desc { font-size: 14px; line-height: 22px; }

.full-teamC-container .teamC-pages { position: absolute; width: 100%; bottom: 15px; z-index: 10; text-align: center; }

.full-teamC-container .teamC-pages span { opacity: 0.5; margin: 0 5px; }

.full-teamC-container .teamC-pages .swiper-pagination-bullet-active { background-color: #ccc; opacity: 1; }

.full-teamC-container .teamC-ctrl { display: none; }


@media (min-width: 768px) { .full-teamC-container { position: relative; }
  .full-teamC-container .teamC-list-wrapper { padding-bottom: 60px; }
  .full-teamC-container .teamC-desc { max-width: 80%; margin: 0 auto; }
  .full-teamC-container .teamC-pages .swiper-pagination-bullet-active { background-color: #0068b7;  }
  .full-teamC-container .teamC-ctrl { display: none; position: absolute; top: calc(50% - 35px); z-index: 10; width: 62px; height: 62px; -webkit-border-radius: 50%; border-radius: 50%; margin-top: -31px; background-repeat: no-repeat; background-position: center; background-color: #0068b7;  }
  .full-teamC-container .teamC-prev { left: -38px; background-image: url(/dist/images/teamCprev.png);  }
  .full-teamC-container .teamC-next { right: -38px; background-image: url(/dist/images/teamCnext.png);  } }


@media (min-width: 1024px) { .full-teamC-container { padding: 68px 0 94px;  }
  .full-teamC-container .teamC-title { margin: 0 0 38px;  font-size: 30px;  line-height: 1.5; }
  .full-teamC-container .teamC-desc { padding-bottom: 32px; font-size: 16px; line-height: 30px; }
  .full-teamC-container .teamC-list-wrapper { padding-bottom: 0; }
  .full-teamC-container .teamC-list-wrapper .avatar { margin-bottom: 20px; }
  .full-teamC-container .teamC-list-wrapper .name { font-size: 22px; line-height: 24px; }
  .full-teamC-container .teamC-list-wrapper .name:after { margin: 12px auto 15px; }
  .full-teamC-container .teamC-list-wrapper .jobs { margin-bottom: 16px; }
  .full-teamC-container .teamC-pages { display: none; }
  .full-teamC-container .teamC-ctrl { display: block; }
  .full-teamC-container .teamC-ctrl:hover { background-color: #d9000d;  } }

@media (min-width: 1260px) { .full-teamC-container .teamC-list-wrapper { padding-bottom: 0px; }
  /* .full-teamC-container .teamC-list-wrapper li { padding: 46px 28px 68px; } */
  .full-teamC-container .teamC-list-wrapper .avatar { margin-bottom: 30px; }
  .full-teamC-container .teamC-list-wrapper .name { font-size: 22px; line-height: 24px; }
  .full-teamC-container .teamC-list-wrapper .name:after { margin: 20px auto 23px; }
  .full-teamC-container .teamC-list-wrapper .jobs { margin-bottom: 26px; } }

@media (min-width: 1400px) { .full-teamC-container .teamC-prev { left: -74px; }
  .full-teamC-container .teamC-next { right: -47px; } }

@media (min-width: 1400px) { .full-teamC-container .teamC-prev { left: -74px; }
  .full-teamC-container .teamC-next { right: -47px; } }



.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; background-size: auto 16px; background-image: url(/dist/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; 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; 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: #cd002b;  }

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

@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 a .content h2 { -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
  .full-searchA-wrapper .result-list a:hover .content h2 { color: #ff5500; }
  .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-right: 30px;  } }



/*网站地图 s*/
.hgySitemap .sitemapcont2 { padding: 6% 10px; overflow: hidden; background: #fff; }

.hgySitemap .sitemapcont2 dl { position: relative; margin-bottom: 36px; }

.hgySitemap .sitemapcont2 dl:last-child { margin-bottom: 0; }

.hgySitemap .sitemapcont2 dt { font-size: 16px; font-weight: bold; padding: 0 8px; background: #fff; position: absolute; left: 18px; top: -14px; }

.hgySitemap .sitemapcont2 dd { padding: 4% 3% 1% 3%; border: 1px solid #e6e6e6; }

.hgySitemap .sitemapcont2 dd a { display: inline-block; padding-left: 10px; margin: 0 23px 8px 0; }

@media (min-width: 1024px) { .hgySitemap .sitemapcont2 { padding: 3.5% 30px; }
  .hgySitemap .sitemapcont2 dl { margin-bottom: 55px; }
  .hgySitemap .sitemapcont2 dt { font-size: 20px; }
  .hgySitemap .sitemapcont2 dd { padding: 2% 3% 1% 3%; border: 1px solid #e6e6e6; }
  .hgySitemap .sitemapcont2 dd a { margin: 0 45px 8px 0; } }

/*网站地图 e*/



.full-solutionB-container { padding: 30px 0 20px; }

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

.full-solutionB-container .solutionB-title:after { content: ''; display: block; width: 60px; height: 2px; margin: 15px auto 0; background-color: #cd002b;  }

.full-solutionB-container .solutionB-list a { display: block; overflow: hidden; zoom: 1; background-color: #f2f2f2;  }

/* .full-solutionB-container .solutionB-list li:not(:last-child) { margin-bottom: 70px; } */

.full-solutionB-container .solutionB-list .thumb { overflow: hidden; }

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

.full-solutionB-container .solutionB-list .content { padding: 15px; }

.full-solutionB-container .solutionB-list .title { margin-bottom: 8px; font-size: 18px; line-height: 1.2; color: #666666;  }

.solution.full-solutionB-container .solutionB-list .desc { font-size: 14px; display: -webkit-box; height: 72px; line-height: 24px; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; color: #888888;  }

.q_create .full-solutionB-container .solutionB-list .desc { font-size: 14px; display: -webkit-box; height: 72px; line-height: 24px;color: #888888;  }

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

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


@media (min-width: 768px) { .full-solutionB-container { padding-bottom: 40px; }
  .full-solutionB-container .solutionB-list li { margin-bottom: 0; }
  .full-solutionB-container .solutionB-list li:nth-child(odd) .thumb { float: right; }
  .full-solutionB-container .solutionB-list li:nth-child(odd) .content { float: right; }
  .full-solutionB-container .solutionB-list .thumb { float: left; width: 50%; }
  .full-solutionB-container .solutionB-list .content { float: left; width: 50%; padding: 20px; }
  .full-solutionB-container .solutionB-list .title { margin-bottom: 8px; font-size: 20px; }
  .full-solutionB-container .solutionB-list .desc { margin-bottom: 10px; height: 96px; line-height: 24px; -webkit-line-clamp: 4; }
  .full-solutionB-container .solutionB-list .more { width: 27px; height: 27px; background-repeat: no-repeat; background-position: center; background-image: url(/dist/images/solutionBmore.png);  } }


@media (min-width: 1024px) { .full-solutionB-container { padding: 75px 0 81px;  }
  .full-solutionB-container .solutionB-title { font-size: 30px;  }
  .full-solutionB-container .solutionB-title:after { margin: 12px auto 0; }
  .full-solutionB-container .solutionB-list .title { margin-bottom: 21px; }
  .full-solutionB-container .solutionB-list img { -webkit-transition: -webkit-transform ease .7s; transition: -webkit-transform ease .7s; -o-transition: -o-transform ease .7s; transition: transform ease .7s; transition: transform ease .7s, -webkit-transform ease .7s, -o-transform ease .7s; }
  .full-solutionB-container .solutionB-list a { -webkit-transition: all ease 0.3s; -o-transition: all ease 0.3s; transition: all ease 0.3s; }
  /* .full-solutionB-container .solutionB-list a:hover { background-color: #d90000;  } */
  .full-solutionB-container .solutionB-list a:hover img { -webkit-transform: scale(1.03); -ms-transform: scale(1.03); -o-transform: scale(1.03); transform: scale(1.03); }
  .full-solutionB-container .solutionB-list a:hover .title { color: #fff;  }
  .full-solutionB-container .solutionB-list a:hover .desc { color: #888888;  }
  .full-solutionB-container .solutionB-list a:hover .more { -webkit-transform: translate(50%, 0); -ms-transform: translate(50%, 0); -o-transform: translate(50%, 0); transform: translate(50%, 0); background-image: url(/dist/images/solutionBmoreac.png);  }
  .full-solutionB-container .solutionB-list .content { padding: 30px 40px;  }
  .full-solutionB-container .solutionB-list .desc { margin-bottom: 30px;  }
  .full-solutionB-container .solutionB-list .more { -webkit-transition: -webkit-transform ease .35s; transition: -webkit-transform ease .35s; -o-transition: -o-transform ease .35s; transition: transform ease .35s; transition: transform ease .35s, -webkit-transform ease .35s, -o-transform ease .35s; }
  .full-solutionB-container .loadmore { padding: 40px 0 10px;  }
  .full-solutionB-container .loadmore a { line-height: 50px; } }
@media (min-width: 1260px) { .full-solutionB-container .solutionB-list .content {   } }
.banner2 .bottom .bottom-l .down a:hover{background-color: #1f3f99;
  border: 2px solid #1f3f99;}
  .full-solutionB-container .solutionB-list .content p{
    /* padding-bottom: 43px; */
    font-size: 14px;
    text-align:justify;
    font-family: FZLTHJW;
    font-weight: normal;
    color: #333333;line-height: 33px;}
    .full-solutionB-container .solutionB-list .content {background-image: url(/dist/images/bgs.png); background-size: cover;z-index: 44;min-height: 400px;}
    /* .full-solutionB-container .solutionB-list a:hover{background:none !important;} */
  


    /* 20210121 修改 */

    .news-header>.title{
      margin-bottom: 20px;
    }
    .news-header>.date{
      display: none;
    }
    .category-child .child{
      position: relative;
    }
    .category-child .child::after{
      content: ' ';
      position:absolute;
      left: 50%;
      top:50%;
      height: 100%;
      width: 100vw;
      z-index: -1;
      background-color: #ebebeb;
      -o-transform: translate3d(-50%, -50%, 0);
      -moz-transform: translate3d(-50%, -50%, 0);
      -webkit-transform: translate3d(-50%, -50%, 0);
      transform: translate3d(-50%, -50%, 0);
    }
    .banner1 .txt p{
          margin: 0 auto;
    }

    .full-recruitB-container .recruitB-list .job-title{
      padding: 27px 40px;
    }

    .publicLink a:hover{
      color: #fff;
      border-color: #f58227;
      background-color: #f58227;
    }

    .service-page-content {
      max-width: 1700px;
      padding-top: 460px;
    }
    .map-box{
      border: 1px solid #999;
    }

    input:-internal-autofill-previewed,
    input:-internal-autofill-selected {
    　　-webkit-text-fill-color: #000 !important;
    　　transition: background-color 5000s ease-in-out 0s !important;
    }

    .index_banner_video{
      position: relative;
    }
    .index_banner_video video{
      width: 100%;
    }

    .index_banner_video .img{
      display: none;
    }
    .index_banner_video .img img{
      width: 100%;
    }

    .index_banner_video .mask{
      display: none;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      margin: auto;
    }

    .index_banner_video .mask .play_icon{
      position: absolute;
      width: 50px;
      top:50%;
      left: 50%;
      -o-transform: translate3d(-50%, -50%, 0);
      -moz-transform: translate3d(-50%, -50%, 0);
      -webkit-transform: translate3d(-50%, -50%, 0);
      transform: translate3d(-50%, -50%, 0);
    }
    .index_banner_video .mask .play_icon img{
      width: 100%;
    }

    .video_popup{
      z-index: 100;
      display: none;
      position: fixed;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      margin: auto;
    }
    .video_popup .mask{
      z-index: 5;
      position: relative;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.7);
    }
    .video_popup .mask .play_icon{
      position: absolute;
      top:50%;
      left: 50%;
      -o-transform: translate3d(-50%, -50%, 0);
      -moz-transform: translate3d(-50%, -50%, 0);
      -webkit-transform: translate3d(-50%, -50%, 0);
      transform: translate3d(-50%, -50%, 0);
    }
    .video_popup .mask .video{
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      -o-transform: translate3d(0, -50%, 0);
      -moz-transform: translate3d(0, -50%, 0);
      -webkit-transform: translate3d(0, -50%, 0);
      transform: translate3d(0, -50%, 0);
    }
    .video_popup .mask .video video{
      width: 100%;
    }
    .content_box{
      max-height:280px;
      overflow-y: auto;
      padding-right:10px;
      
    }

    .content_box p{
      position: relative;
      margin-bottom: 20px;
      padding-left: 10px;
    }
    .content_box p::after{
      content: " ";
      display: none;
      position: absolute;
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background-color: #887e7e;
      top: 14px;
      left: 0;
    }
    
    .content_box::-webkit-scrollbar {
      /*滚动条整体样式*/
      width : 3px;  /*高宽分别对应横竖滚动条的尺寸*/
      height: 1px;
      }
      .content_box::-webkit-scrollbar-thumb {
      /*滚动条里面小方块*/
      border-radius: 10px;
      background   : #535353;
      }
      .content_box::-webkit-scrollbar-track {
      /*滚动条里面轨道*/
      border-radius: 10px;
      background   : #ededed;
      }
    .indexPage header.white .logo{
      color: #fff;
    }

    /* .loadData{
      display: none !important;
    } */

    /* 点击加载更多 */
.loadData { margin-top: 20px; text-align: center; display: none;}

.loadData a { position: relative; width: 120px; height: 50px; line-height: 50px; letter-spacing: 1px; margin: 0 auto; border: solid 2px #0a42a5; display:block;}

.loadData .loading { background: #0a42a5; color: #eee; }

.loadData .loading span { display: inline-block; font-size: 20px; margin-left: 5px; -webkit-transform: translateY(2px); transform: translateY(2px); -webkit-animation: loading_move 1s infinite; animation: loading_move 1s infinite linear; }

.loadData .loadEnd { color: #999; cursor: default; background: #eee; border: solid 2px #eee; }

/* .loadData .active { display: block; } */

.loadData .loadStart:hover { color: #fff; background: #0a42a5; border: solid 2px #0a42a5; }

@-webkit-keyframes loading_move { 0% { -webkit-transform: translateY(2px) rotate(0deg); }
  100% { -webkit-transform: translateY(2px) rotate(360deg); } }

@keyframes loading_move { 0% { transform: translateY(2px) rotate(0deg); }
  100% { transform: translateY(2px) rotate(360deg); } }




    /* 20210204 新增 */

.flex { display: box; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; }

.flex_center { display: box; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -moz-justify-content: center; -ms-justify-content: center; -o-justify-content: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; -o-align-items: center; align-items: center; }

.flex_column { -webkit-box-orient: vertical; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; -o-flex-direction: column; flex-direction: column; }

.flex_wrap { -webkit-box-lines: multiple; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; -o-flex-wrap: wrap; flex-wrap: wrap; }

.flex_row_center { -webkit-box-pack: center; -webkit-justify-content: center; -moz-justify-content: center; -ms-justify-content: center; -o-justify-content: center; justify-content: center; }

.flex_row_start { -webkit-box-pack: start; -webkit-justify-content: flex-start; -moz-justify-content: flex-start; -ms-justify-content: flex-start; -o-justify-content: flex-start; justify-content: flex-start; }

.flex_row_end { -webkit-box-pack: end; -webkit-justify-content: flex-end; -moz-justify-content: flex-end; -ms-justify-content: flex-end; -o-justify-content: flex-end; justify-content: flex-end; }

.flex_row_justify { -webkit-box-pack: justify; -webkit-justify-content: space-between; -moz-justify-content: space-between; -ms-justify-content: space-between; -o-justify-content: space-between; justify-content: space-between; }

.flex_column_center { -webkit-box-align: center; -webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; -o-align-items: center; align-items: center; }

.flex_column_start { -webkit-box-align: start; -webkit-align-items: flex-start; -moz-align-items: flex-start; -ms-align-items: flex-start; -o-align-items: flex-start; align-items: flex-start; }

.flex_column_end { -webkit-box-align: end; -webkit-align-items: flex-end; -moz-align-items: flex-end; -ms-align-items: flex-end; -o-align-items: flex-end; align-items: flex-end; }

.flex1 { -webkit-box-flex: 1; -moz-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; }

.flex_rank_1 { -webkit-box-ordinal-group: 1; -moz-box-ordinal-group: 1; -ms-flex-order: 1; -webkit-order: 1; order: 1; }

.flex_rank_2 { -webkit-box-ordinal-group: 2; -moz-box-ordinal-group: 2; -ms-flex-order: 2; -webkit-order: 2; order: 2; }

    .inproductSmall .swiper-button-prev,.inproductSmall .swiper-button-next{
      left: 50%;
      right: auto;
      background-image: none;
      margin: 0;
      opacity: 1;
      width: 10px;
      height: 10px;
    }
    .inproductSmall .swiper-button-prev::after,.inproductSmall .swiper-button-next::after{
      position: absolute;
      content: ' ';
      left: 50%;
      top: 50%;
      -o-transform: translate3d(-50%,-50%, 0) rotateZ(45deg);
      -moz-transform: translate3d(-50%,-50%, 0) rotateZ(45deg);
      -webkit-transform: translate3d(-50%,-50%, 0) rotateZ(45deg);
      transform: translate3d(-50%,-50%, 0) rotateZ(45deg);
      width: 10px;
      height:10px;
    }

    .inproductSmall .swiper-button-prev{
      top: -20px;
    }
    .inproductSmall .swiper-button-prev::after{
      border-top: 2px solid #1f3f99;
      border-left: 2px solid #1f3f99;
    }
    .inproductSmall .swiper-button-next{
      top: auto;
      bottom: -20px;
    }
    .inproductSmall .swiper-button-next::after{
      border-right: 2px solid #1f3f99;
      border-bottom: 2px solid #1f3f99;
    }

    .prod-list .item .img{
      background-color: #fff;
    }
    .f-logo{
      margin-bottom: 20px;
    }
    .f-logo a{
      color: #fff;
    }
    .f-logo img{
      margin-right: 10px;
    }

    .management_content{
      position: relative;
      width: 1162px;
      margin: 0 auto;
      margin-top:60px;
    }
    .management_content .block_box{
      max-width: 28.7%;
    }
    .management_content .block{
      min-height: 195px;
    }
    .management_content .block:nth-child(even){
      padding-top: 75px;
    }
    .management_content .block .title{
      font-family: FZLTZHK;
      font-size: 24px;
      color: #555;
    }
    .management_content .block .content{
      margin-top: 15px;
    }
    .management_content .block .title span{
      margin-right: 12px;
    }

    .management_content .block .content p{
      padding-left:14px;
      position: relative;
    }
    .management_content .block .content p::after{
      content:' ';
      position: absolute;
      top: 7px;
      left: 0;
      width: 3px;
      height: 3px;
      background-color: #828282;
    }

    .management_content .icon_box{
      position: absolute;
      top: 0;
      left: 50%;
      -o-transform: translate3d(-50%,0, 0);
      -moz-transform: translate3d(-50%,0, 0);
      -webkit-transform: translate3d(-50%,0, 0);
      transform: translate3d(-50%,0, 0);
    }

    .inner-nav .swiper-slide{
      width:auto;
    }

    .moblie_inner_nav{
      display: none;
    }

    .q_index_abstract{
      padding:30px 0 40px;
      max-width: 1068px;
      margin: 0 auto;
    }

    .pc_inner_nav .swiper_btn_box{
      position: relative;
    }

    .pc_inner_nav .swiper-button-prev,.pc_inner_nav .swiper-button-next{
      background-image: none;
      margin: 0;
      opacity: 1;
      width: 10px;
      height: 10px;
      top:30%;
    }
    .pc_inner_nav .swiper-button-prev::after,.pc_inner_nav .swiper-button-next::after{
      position: absolute;
      content: ' ';
      left: 50%;
      top: 50%;
      -o-transform: translate3d(-50%,-50%, 0) rotateZ(-45deg);
      -moz-transform: translate3d(-50%,-50%, 0) rotateZ(-45deg);
      -webkit-transform: translate3d(-50%,-50%, 0) rotateZ(-45deg);
      transform: translate3d(-50%,-50%, 0) rotateZ(-45deg);
      width: 10px;
      height:10px;
    }

    .pc_inner_nav .swiper-button-prev{
      left: -20px;
    }
    .pc_inner_nav .swiper-button-prev::after{
      border-top: 2px solid #1f3f99;
      border-left: 2px solid #1f3f99;
    }
    .pc_inner_nav .swiper-button-next{
      right: -20px;
    }
    .pc_inner_nav .swiper-button-next::after{
      border-right: 2px solid #1f3f99;
      border-bottom: 2px solid #1f3f99;
    }
    .page  {
      text-align: center;
      padding:20px 0;
    }
    .page .layui-laypage a, .layui-laypage span{
      height: 40px;
      line-height: 40px;
      margin: 0 7px;
      padding: 0 12px;
      background-color: transparent;
      border-radius: 5px;
    }
    .layui-laypage>a:last-child, .layui-laypage>a:last-child em{
      border-radius: 0;
    }
    .layui-laypage .layui-laypage-curr .layui-laypage-em{
      background-color: #1F3F99;
    }
    .layui-laypage a:hover{
      color: #1F3F99;
    }

    .layui-laypage .layui-laypage-count, .layui-laypage .layui-laypage-limits, .layui-laypage .layui-laypage-refresh, .layui-laypage .layui-laypage-skip{
      padding: 0 10px;
    }

    .capacity-list ul li .left{
      min-width: 30%;
    }

    .product-detail .content .tab-content .txt img{
      max-width: 100%;
      height: auto !important;
    }
     .share_box { padding: 70px 0 20px 32px; }

    .share_box .name { font-family: 'GB'; font-size: 14px; color: #929292; }
    
 .social_box { margin-left: 10px; }

.social_box a { color: #fff; width: 24px; height: 24px; border-radius: 50%; background-color: #575757; text-align: center; line-height: 24px; font-size: 12px; margin: 2px; }
  .full-solutionB-container .solutionB-list li:not(:last-child){
    margin-bottom: 60px;
  }
  .q_create .full-solutionB-container .solutionB-list li:not(:last-child){
    margin-bottom: 0;
  }
    @media screen and (max-width:1700px){
      header nav h3 {
        padding: 0 15px;
      }
      .innewsSwiper::after{
        left: 90%;
      }
      .innewsSwiper::before{
        right: 90%;
      }
      .contact-us p { font-size: 14px;}
      .banner2 .bottom{
         padding: 0 5% 90px;
      }
  }
    @media screen and (max-width:1600px){
      .commonweb1400{
        max-width: 100%;
      }
      .li h2{
        padding-bottom: 33px;
      }
      .news-pages{
        padding:0;
      }
  }
  @media screen and (max-width:1500px){
    .location .location-l .home{
      margin-right: 30px;
    }
    header nav h3 {
      padding: 0 5px;
    }
    header .logo{
      padding: 23px 0 23px 20px;
    }
    header .head-right .lang, header .head-right .search{
      margin-right: 15px;
    }
    header .button-pc{
      padding: 25px 20px;
    }
    .user-login{
      margin-right: 15px;
    }
    .banner2 .bottom .bottom-r .circle li{
      width: 33%;
    }
    .banner2 .bottom .bottom-r .content .circle li .item{
      width: 114px;
      height: 114px;
    }
    .product-features{
      padding:0 20px 95px 20px;
    }

    .product-img{
      padding: 0 20px;
    }
  }
  @media screen and (max-width:1300px){
    .foot-nav li{
      padding-right: 40px;
    }
    .contact-us p { font-size: 12px; }
  }
  @media screen and (max-width:1260px){
    .capacity-list ul{
      padding: 0px 40px;
    }
  }
  @media screen and (max-width:1200px){
    .product-features{
      padding:0;
      padding-bottom:30px;
    }
    .about-container .about-global .global-map{
      width: 100%;
    }
    .foot-nav li{
      padding-right: 15px;
    }
    .management_content{
      width: 100%;
      padding:0 15px;
    }
    .management_content .data-icon{
      width: 260px;
      height: 260px;
    }
    .management_content .left-top{
      width: 80px;
      height: 80px;
    }
    .management_content .right-top{
      width: 80px;
      height: 80px;
    }
    .management_content .left-down{
      width: 80px;
      height: 80px;
    }
    .management_content .right-down{
      width: 80px;
      height: 80px;
    }
    .cores{
      width: 50px;
      height: 50px;
    }
    .cores h1{
      font-size: 18px;
      font-weight: 500;
      line-height: 50px;
      padding: 0;
      text-align: center;
    }
    .data-icon{
      line-height: 260px;
    }
    .data-icon .core{
       margin-top: 0;
       text-align: center;
    }
    .data-icon .core img{
      width: 150px;
      height: 150px;
      margin: 0;
    }
    .core span{
      top: 50%;
      left: 50%;
      font-size: 18px;
      -o-transform: translate3d(-50%,-50%, 0);
      -moz-transform: translate3d(-50%,-50%, 0);
      -webkit-transform: translate3d(-50%,-50%, 0);
      transform: translate3d(-50%,-50%, 0);
    }
    .li{
      width: 100%;
      text-align: center;
    }
    .li > ul > li{
      width: 150px;
      height: 150px;
      float: none;
    }
  }
  @media screen and (max-width:1024px){

    .inproductSmall{
      position: relative;
    }
    .about-container .about-global .global-map p::before{
      top: 10px;
    }
    .index_banner_video video{
      display: none;
    }
    .index_banner_video .img{
      display: block;
    }
    .index_banner_video .mask{
      display: block;
    }
    /* .loadData{
      display:block;
    } */
    .page  {
      display: none;
    }
    .moblie_inner_nav{
      display: block;
    }
    
    .pc_inner_nav{
      display: none;
    }


    .inproductSmall .swiper-button-prev,.inproductSmall .swiper-button-next{
      left: auto;
      right: auto;
    }
    .inproductSmall .swiper-button-prev::after,.inproductSmall .swiper-button-next::after{
      top: 50%;
      -o-transform: translate3d(0,-50%, 0) rotateZ(-45deg);
      -moz-transform: translate3d(0,-50%, 0) rotateZ(-45deg);
      -webkit-transform: translate3d(0,-50%, 0) rotateZ(-45deg);
      transform: translate3d(0,-50%, 0) rotateZ(-45deg);
    }

    .inproductSmall .swiper-button-prev{
      left: -10px;
      top: 50%;
      bottom:auto;
    }
    .inproductSmall .swiper-button-next{
      right: -10px;
      top: 50%;
      bottom:auto;
    }
    .service-pages{
      margin-bottom: 60px;
    }
    .capacity-list ul li .left{
      min-width: auto;
    }
  }
  @media screen and (max-width:992px){
    .service-page-content {
      padding-top: 20px;
    }
    .capacity-list ul{
      padding: 0px 20px;
    }
    .location-container{
      margin-top: 15px;
    }
  }
  @media screen and (max-width:768px){
    .prod-list .item .txt p{
      display: none;
    }
    .product-font > div{
      width: 100%;
    }
    .capacity-list ul{
      padding: 0px 15px;
    }
    .capability-page-content{
      padding-top:30px;
    }

    .left span{
      padding-top: 27px;
    }
    .capacity-list ul li{
      -webkit-box-lines: multiple;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    .capacity-list ul li .left{
      width: 100%;
    }
    .capacity-list ul li .right{
      width: 100%;
    }
    .left{
      width: 100%;
    }
    .right {
      width: 100%;
    }
    .right div{
      padding-left: 0;
    }
    .right p{
      padding-left: 0;

    }

    .management_content{
      -webkit-box-lines: multiple;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-top: 30px;
    }
    .management_content .icon_box{
      position: unset;
      margin: 0 auto;
      -o-transform: translate3d(0,0, 0);
    -moz-transform: translate3d(0,0, 0);
    -webkit-transform: translate3d(0,0, 0);
    transform: translate3d(0,0, 0);
    }
    .management_content .block_box{
      width: 100%;
      max-width: 100%;
    }
    .management_content .block{
      padding-top: 20px;
      min-height: auto;
    }
    .management_content .block:nth-child(even){
      padding-top: 20px;
    }
    .management_content .block .title{
      font-size: 18px;
    }

    
    .inproductSmall .swiper-button-prev,.inproductSmall .swiper-button-next{
      display:none;
    }

    .employee {
      -webkit-box-lines: multiple; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; -o-flex-wrap: wrap; flex-wrap: wrap; 
    }
    .employee-left{
      width: 100%;
    }
    .employee-right{
      width: 100%;
    }
  }
  @media screen and (max-width:480px){
    .q_history .commonweb1700{padding: 0 30px;}
    .slide-img img{
      padding: 5px;
    }
    .full-teamC-container .teamC-list-wrapper li{
      margin-bottom: 20px;
    }
    .service-pages{
      margin-bottom: 10px;
      padding: 0;
    }
    .li > ul > li{
      border:none;
    }
    header .logo{
      padding: 15px 0;
      width: 160px;
      font-size:12px;
    }
    .logo img{
      height: auto;
      width: 30px;
    }
    .product-detail .prod-parameter .print{
      width: 100%;
    }
    .product-detail .prod-parameter .parameter{

      padding-right: 0;
    }
    .full-solutionB-container .solutionB-list .content{
      min-height: 250px;
    }
    .news-size{
      padding: 0 30px 30px 30px;
    }
    .culture-value .item .txt{
      padding: 5px 10px 0 10px;
    }
    .culture-value .item-position .img{
      width: 100%;
    }
    .contact-us li{
      display: box; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
    }
    .contact-us li img{
      width: 60px;
      height:60px;
      margin-right: 20px;
    }
    .contact-us li div{
      text-align: left;
      -webkit-box-flex: 1; -moz-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1;
    }
    .product-titles span{
      width: 100%;
      font-size: 22px !important;
    }
    .capability-page-content .font{
      font-size:16px;
    }
    .product-features-titles{
      height: auto;
    }
    .names{
      width: auto;
      margin:15px 0;
    }
    .dianlian ul li{
      padding-top:20px;
    }
    .dianlian-down h3:nth-child(1){
      margin-top:20px;
    }

    .full-solutionB-container .solutionB-title{

      text-align: center;
      font-family: FZLTZHK;
      font-weight: bold;
      color: #333333;
      line-height: 24px;
    }

    .commonweb div h2{
      text-align: center;
      color: #666666;
      font-size: 14px;
      font-family: FZLTZHK;
      color: #666666;
      line-height: 24px;
      margin-bottom: 10px;
  
    }
    .capacity-list ul li .right{
      padding: 10px 10px;
    }
    .left-img img{
      padding:0;
    }
    .left span{
      /* padding-top:50px; */
      font-size:20px;
      text-align: center;
      width: 100%;
      padding-left: 0;
      padding-top: 0;
    }
    .capacity-list ul li .right{
      text-align: center;
    }
    .data-page > ul > li > a > img{
      width: 50%;
    }
    .data{
      width:50%;
    }
    .data > .btn{
      margin-top:15px ;
      width: 130px;
      height: 34px;
      line-height: 34px;
    }
    .loadData{
      margin-bottom: 20px;
    }
    .news-list > ul > li:not(:last-child){
      height:auto;
    }
    .headfixed{
      padding-left: 10px;
      padding-right:10px;
    }
    .left .left-img{
      text-align: center;
      line-height:100px;
    }
    .right div{
      margin-left:0;
    }
    .full-teamC-container .teamC-list-wrapper{
      padding-bottom:30px;
    }
    .full-teamC-container .teamC-title{
      margin: 20px 0;
    }
    .dianlian-down h3{
      margin:0;
      text-align: center;
    }
    .title li{
      width: 100%;
      margin:0 10px;
    }
    .title li > p{
      padding:10px;
    }
    .full-solutionB-container .solutionB-list li:not(:first-child){
      margin-top:15px;
    }
  }


  html,body{
    max-width:1920px;
    margin:0 auto;
  }



  /* 修改 20210407 */

  .news-size-conten img{
    max-width: 100% !important;
    height: auto !important;
  }
  .product-titles{
    width:100%;
  }
  .product-title span{
    font-size: 30px;
    font-weight: blod;
  }
  .product-titles span{
    font-size: 30px;
    font-weight: blod;
  }

  .full-solutionB-container .solutionB-list .content{
    position: relative;
  }

  /* .service-page .full-teamC-container .teamC-ctrl{
    background-image: none;
    background-color: transparent !important;
    width: auto !important;
    height: auto !important;
    border-radius: 0;
    font-weight: 300;
    border:none !important;
  } */
  .service-page .full-teamC-container .teamC-next{
    right: -13px;
  }
  .service-page .full-teamC-container .teamC-prev{
    left: -13px;
  }

  .se_q_content{
    margin:70px 0;
  }
  .se_q_content .q_simulation_box .q_block{
    width: 33.33%;
    text-align: center;
  }
  .se_q_content .q_simulation_box .q_block:nth-child(1) .q_title:after{
    left: 0;
    -o-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
  .se_q_content .q_simulation_box .q_block:nth-child(1) .q_title .q_txt_box{
    margin-left:10%;
  }
  .se_q_content .q_simulation_box .q_block:nth-child(3) .q_title:after{
    left: auto;
    right: 0;
    -o-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
  .se_q_content .q_simulation_box .q_block:nth-child(3) .q_title .q_txt_box{
    margin-right:10%;
  }
  .se_q_content .q_simulation_box .q_block:nth-child(2) .q_title:after{
    z-index: 2;
    background-color: #f58227;
    opacity: 0.95;
  }

  .se_q_content .q_simulation_box .q_block:nth-child(1) .q_arrow,.se_q_content .q_simulation_box .q_block:nth-child(3) .q_arrow{
    opacity: 0;
  }

  .se_q_content .q_simulation_box .q_block .q_title{
    height: 90px;
    color: #fff;
    text-align: center;
    position: relative;
  }
  .se_q_content .q_simulation_box .q_block .q_arrow{
    margin-top: 15px;
    margin-bottom: 25px;
  }
  .se_q_content .q_simulation_box .q_block .q_txt_box{
    position: relative;
    z-index: 5;
  }
  .se_q_content .q_simulation_box .q_block .q_title:after{
    content:' ';
    width: 110%;
    position: absolute;
    height: 90px;
    background: #091A4A;
    -webkit-border-radius: 45px;
    border-radius: 45px;
    text-align: center;
    left: 50%;
    top: 50%;
    -o-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
  }
  .se_q_content .q_simulation_box .q_block .q_title .q_tag{
    line-height: 1.1;
    font-size: 16px;
    margin-bottom:10px;
  }
  .se_q_content .q_simulation_box .q_block .q_title .q_name{
    line-height: 1.1;
  	font-size: 22px;
  }
  .se_q_content .q_simulation_box .q_block .q_icon{
    width: 182px;
    height: 182px;
    border-radius: 50%;
    text-align: center;
    line-height: 182px;
    background-color: #ffffff;
    margin:0 auto;
    margin-bottom: 30px;
  }
  .se_q_content .q_simulation_box .q_block .q_abstract{
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    text-align: center;
  }

  
  .q_create .teamC-swiper{
    padding-bottom: 40px;
  }

  .loadData{
    display: none;
  }

  @media screen and (max-width:1600px) {
    .se_q_content{
      width: 100%;
      padding: 0 60px;
    }
  }

  @media screen and (max-width:992px) {
    .se_q_content{
      width: 100%;
      padding: 0 40px;
    }
  }

  @media screen and (max-width:1200px) {
    .se_q_content{
      margin:40px 0;
    }
    .se_q_content .q_simulation_box .q_block .q_title .q_name{
        line-height: 1.1;
        font-size: 18px;
    }
    .se_q_content .q_simulation_box .q_block .q_icon{
      width: 142px;
      height: 142px;
      line-height: 142px;
    }
  }
  
  @media screen and (max-width:1024px) {
    .loadData{
      display: block;
    }
    .about-info .info-left .content p video{width: 100% !important;height: auto !important;}
  }
  @media screen and (max-width:768px) {
    .se_q_content{
      margin:30px 0;
      padding: 0 15px;
    }
    .se_q_content .q_simulation_box .q_block{
      width: 100%;
    }
    .se_q_content .q_simulation_box .q_block:not(:last-child){
      margin-bottom:20px;
    }
    .se_q_content .q_simulation_box .q_block .q_title:after{
      width: 100%;
    }
    .se_q_content .q_simulation_box .q_block:nth-child(1) .q_title .q_txt_box{
      margin-left: 0%;
    }
    .se_q_content .q_simulation_box .q_block:nth-child(3) .q_title .q_txt_box{
      margin-right: 0%;
    }
    .se_q_content .q_simulation_box .q_block .q_title .q_name{
        line-height: 1.1;
        font-size: 18px;
    }
    .se_q_content .q_simulation_box .q_block:nth-child(1) .q_arrow, .se_q_content .q_simulation_box .q_block:nth-child(3) .q_arrow{
      opacity: 1;
    }
    .se_q_content .q_simulation_box .q_block .q_icon{
      width: 142px;
      height: 142px;
      line-height: 142px;
    }
    
    .left .left-img{
      float: none;
    }
 
  }
  @media screen and (max-width:768px) {
    .contact-us span{
      margin-top:0;
    }
    .q_create .teamC-swiper{
      padding-bottom:0;
    }
    .se_q_content .q_simulation_box .q_block .q_title:after{
      height: 70px;
    }
    .se_q_content .q_simulation_box .q_block .q_title{
      height: 70px;
    }
    .se_q_content .q_simulation_box .q_block .q_title .q_name{
        line-height: 1.1;
        font-size: 18px;
    }
    .se_q_content .q_simulation_box .q_block:nth-child(1) .q_arrow, .se_q_content .q_simulation_box .q_block:nth-child(3) .q_arrow{
      opacity: 1;
    }
    .se_q_content .q_simulation_box .q_block .q_icon{
      width: 122px;
      height: 122px;
      line-height: 122px;
      margin-bottom: 15px;
    }
    .se_q_content .q_simulation_box .q_block .q_arrow{
      margin-top: 10px;
    margin-bottom: 15px;
    }
    .about-history .content{
      padding: 40px 0;
    }
  }










  /* 20210521修改 */
@media (min-width: 750px){
  .expand-duty-list .expand .item {
    height: auto;
  }
}
@media (min-width: 768px){
  .expand-duty-list{
    padding: 70px 20px 0 20px;
   }
}
@media (min-width: 1024px){
  .expand-duty .hexpand .item .item-b p{
    text-align: justify;
    font-size: 13px;
    font-family: "微软雅黑", "Microsoft YaHei";
    color: rgb(15, 36, 62);
    margin-bottom: 0px;
    line-height: 22px;
  }
  .expand-duty{
    padding-bottom: 110px;
    margin-top: 50px;
  }
  .full-solutionB-container .solutionB-list{
    margin-bottom: 28px;
  }
  .expand-duty-list{
   padding: 32px 40px 0 40px;
  }
  .expand-duty-list .expand .item {
    height: auto;
  }
}
@media (min-width: 1200px){
    .expand-duty-list .expand .item {
      height: auto;
  }
  .expand-duty-list{
    max-width: 1200px;
    width: 100%;
    padding: 32px 0 0 0;
    margin: 50px auto 0 auto;
  }
}
/* 投资者关系 */
.inverstor{
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto 110px auto;
}
.inverstor-list{
  margin-bottom: 85px;
}
.inverstor-gonggao{
  margin-bottom: 80px;
}
.inverstor .inverstor-ul,
.inverstor .inverstor-fw{
  display: flex;
  flex-direction: row;
  justify-content: left;
  flex-wrap: wrap;
}
.inverstor .inverstor-ul li{
  width: 23.6%;
  margin-right: 26px;
  margin-bottom: 26px;
  border: 1px solid #eee;
}
.inverstor .inverstor-ul li:nth-child(4n){
  margin-right: 0px;
}
.inverstor .inverstor-ul .inverstor-img{
  width: 100%;
  overflow: hidden;
}
.inverstor .inverstor-ul .inverstor-img img{
  width: 100%;
  transition: all 0.5s;
}
.inverstor .inverstor-ul li:hover{
  -webkit-box-shadow: 0 10px 15px -5px rgba(245,130,39,0.4);
  box-shadow: 0 10px 15px -5px rgba(245,130,39,0.4);
}
.inverstor .inverstor-ul li:hover .inverstor-img img,
.inverstor .inverstor-fw .inverstor-fw-img .fw-img-info:hover img{
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.inverstor .inverstor-ul .invertor-font{
  padding: 20px;
}
.inverstor .inverstor-ul .invertor-font h3{
    font-size: 22px;
    color: #555;
    line-height: 30px;
    margin-bottom: 15px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-family: FZLTHJW;
    font-weight: bold;
}
.inverstor .inverstor-ul .invertor-font .invertor-dec{
    font-size: 16px;
    font-weight: normal;
    font-family: FZLTHJW;
    color: #333333;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-align: center;
}
.inverstor .inverstor-fw{
  align-items: center;
}
.inverstor .inverstor-fw .inverstor-fw-font,
.inverstor .inverstor-fw .inverstor-fw-img{
  width: 50%;
}
.inverstor .inverstor-fw .inverstor-fw-font{
  padding-right: 40px;
}
.inverstor .inverstor-fw .inverstor-fw-font, 
.inverstor .inverstor-fw .inverstor-fw-font p{
    font-size: 16px;
    font-family: FZLTHJW;
    font-weight: normal;
    color: #333333;
    line-height: 32px;
    text-indent: 2em;
    text-align: justify;
}
.inverstor .inverstor-fw .inverstor-fw-font p{
  margin-bottom: 20px;
}
.inverstor .inverstor-fw .inverstor-fw-img .fw-img-info{
  width: 100%;
  overflow: hidden;
}
.inverstor .inverstor-fw .inverstor-fw-img .fw-img-info img{
  width: 100%;
  transition: all 0.5s;
} 
.inverstor .inverstor-jd .inverstor-fw-font{
  padding-right: 0px;
  padding-left: 40px;
}
.inverstor-gonggao-top{
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    padding-bottom: 24px;
    padding: 40px 60px;
    max-width: 1400px;
    background-color: #eceded;
}
.inverstor-gonggao-top .gongggao-ul{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.inverstor-gonggao-top .gongggao-ul .gonggao-gupiao{
  width: auto;
  color: #0075c2;
  position: relative;
  top: auto;
  left: auto;
}
.inverstor-gonggao-top .gongggao-ul .gonggao-scronum{
  width: auto;
    color: #0075c2;
    font-size: 60px;
    font-weight: bold;
    line-height: normal;
    position: relative;
    top: auto;
    left: auto;
}
.inverstor-gonggao-top .gongggao-ul .gonggao-font{
  width: auto;
  color: #717379;
  line-height: 40px;
  position: relative;
  top: auto;
  left: auto;
}
.inverstor-gonggao-top .gongggao-ul .gonggao-num{
    width: auto;
    color: #919191;
    font-size: 24px;
    line-height: 40px;
    position: relative;
    top: auto;
    left: auto;
}
.inverstor-gonggao-top .gonggao-dec{
  width: auto;
  color: #0075c2;
  position: relative;
  top: auto;
  left: auto;
}
.inverstor-gonggao-bot li{
  display: flex;
  padding: 15px 0;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  background-color: transparent;
  border-bottom-color: #e9e9e9;
  border-bottom-style: dashed;
  border-bottom-width: 1px;
}
.inverstor-gonggao-bot{
  padding: 40px 60px;
  position: relative;
}
.inverstor-gonggao-bot .gonggao-time{
  width: 25%;
  float: left;
}
.inverstor-gonggao-bot .gonggao-time{
    line-height: 25px;
    font-size: 14px;
    color: #717379;
    font-size: 20px;
    text-align: left;
    font-family: "微软雅黑","Microsoft YaHei",Helvetica,Tahoma,sans-serif
}
.inverstor-gonggao-bot .gonggao-time span{
    line-height: 25px;
    font-size: 14px;
    color: #666;
    text-align: left;
    color: #95979e;
    letter-spacing: 2px;
    display: block;
}
.inverstor-gonggao-bot .gonggao-cont{
  width: 70%;
}
.inverstor-gonggao-bot .gonggao-cont h3{
  text-align: left;
  word-wrap: break-word;
  word-break: normal;
  font-size: 18px;
  font-weight: bold;
  line-height: 40px;
  color: #717379;
  font-family: "微软雅黑","Microsoft YaHei",Helvetica,Tahoma,sans-serif;
  display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;
}
.inverstor-gonggao-bot .gonggao-cont p{
  line-height: 25px;
  font-size: 14px;
  color: #666;
  text-align: left;
  color: #95979e;
  display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;
}
.inverstor-gonggao-bot .gonggao-down{
  width: 5%;
  overflow: hidden;
  margin: 0 auto;
  text-align: right;
}
.inverstor-gonggao-bot .gonggao-down .down-a{
  width: 31px;
  height: 35px;
  margin: 0 auto;
  background: url(/dist/images/inver-down.png)no-repeat center center;
  display: inline-block;
}
.inverstor-gonggao-bot li:hover .gonggao-cont h3{
  color: #ff9847;
}
.inverstor-gonggao-bot li:hover .gonggao-down .down-a{
  opacity: 0.6;
  filter:alpha(opacity=60);
  -moz-opacity:0.6;
  -khtml-opacity:0.6;
}

@media screen and (max-width: 1470px) {
  .inverstor{
    width: 90%;
  }
  .inverstor .inverstor-ul li {
    width: 23%;
  }
  .inverstor .inverstor-ul .invertor-font h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .inverstor .inverstor-ul .invertor-font .invertor-dec {
    font-size: 15px;
    line-height: 22px;
  }
  .inverstor .inverstor-fw .inverstor-fw-font p {
    margin-bottom: 10px;
}
.inverstor .inverstor-fw .inverstor-fw-font, .inverstor .inverstor-fw .inverstor-fw-font p {
  line-height: 30px;
}
}

@media screen and (max-width: 1100px) {
  .inverstor .inverstor-ul li {
    margin-right: 23px;
    margin-bottom: 23px;
  }
  .inverstor {
    margin: 0 auto 40px auto;
}
.inverstor .inverstor-fw .inverstor-fw-font, .inverstor .inverstor-fw .inverstor-fw-font p {
  line-height: 26px;
  font-size: 15px;
}
.inverstor-gonggao-top .gongggao-ul .gonggao-scronum {
  font-size: 50px;
}
.inverstor-gonggao-top ,
.inverstor-gonggao-bot{
  padding: 20px 30px;
}
.inverstor-gonggao-bot .gonggao-cont h3 {
  font-size: 16px;
}
}
@media screen and (max-width: 980px) {
  .inverstor .inverstor-ul li:nth-child(3n){
    margin-right: 0px;
  }
  .inverstor .inverstor-ul li {
    width: 31.3%;
}
.inverstor .inverstor-ul li {
  margin-right: 20px;
  margin-bottom: 20px;
}
.inverstor-gonggao-top {
  margin-top: 15px;
}
.inverstor .inverstor-fw{
  flex-wrap: wrap;
}
.inverstor .inverstor-fw .inverstor-fw-font,
.inverstor .inverstor-fw .inverstor-fw-img{
  width: 100%;
}
.inverstor .inverstor-fw .inverstor-fw-font{
  margin-bottom: 10px;
}
.inverstor .inverstor-jd .inverstor-fw-font{
  margin-top: 20px;
}
.inverstor {
  margin: 0 auto 20px auto;
}
.inverstor-gonggao-bot li {
  padding: 10px 0;
}
.inverstor .inverstor-jd .inverstor-fw-font{
  padding-left: 0px;
}
.inverstor .inverstor-fw .inverstor-fw-font{
  padding-right: 0px;
}
}
@media screen and (max-width: 550px) {
  .banner2?.bottom?.bottom-r?.content?.circle?li?.item{
    width: 100%;
    height: 90px;
  }
}
@media screen and (max-width: 750px) {
  
  .expand-duty-list{
    padding: 10px 15px 0 15px;
  }
  .inverstor .inverstor-ul .invertor-font h3 {
    font-size: 16px;
    margin-bottom: 0px;
  }
  .inverstor .inverstor-ul .invertor-font .invertor-dec {
    font-size: 13px;
    line-height: 20px;
}
.inverstor .inverstor-ul .invertor-font {
  padding: 5px 8px;
}
.inverstor .inverstor-ul li {
  margin-right: 0;
  margin-bottom: 10px;
  width: 49%;
}
.inverstor .inverstor-ul li:nth-child(even) {
  margin-left: 2%;
}
.inverstor .inverstor-fw .inverstor-fw-font, .inverstor .inverstor-fw .inverstor-fw-font p {
  line-height: 22px;
  font-size: 14px;
}
.inverstor .inverstor-fw .inverstor-fw-font p {
  margin-bottom: 5px;
}
.inverstor .inverstor-jd .inverstor-fw-font {
  margin-top: 12px;
}
.inverstor-gonggao-top .gongggao-ul{
  flex-wrap: wrap;
}
.inverstor-gonggao-top .gongggao-ul .gonggao-num {
  font-size: 18px;
  line-height: 24px;
}
.inverstor-gonggao-top .gongggao-ul .gonggao-font{
  line-height: 26px;
}
.inverstor-gonggao-top .gongggao-ul .gonggao-scronum {
  font-size: 40px;
}
.inverstor-gonggao-top, .inverstor-gonggao-bot {
  padding: 15px 10px;
}
.inverstor-gonggao-bot .gonggao-time {
  font-size: 16px;
}
.inverstor-gonggao-bot .gonggao-cont h3 {
  font-size: 15px;
}
.inverstor-gonggao-bot .gonggao-cont p {
  line-height: 20px;
  font-size: 12px;
}
.inverstor-gonggao-bot .gonggao-time {
  width: 20%;
  float: left;
}
.inverstor-gonggao-bot .gonggao-down{
  width: 10%;
}
.inverstor-gonggao-bot .gonggao-down .down-a {
  width: 28px;
  height: 28px;
  background-size: 85%;
}
.inverstor-gonggao-bot {
  padding: 15px 0px;
}
.inverstor-gonggao-top{
  padding-bottom: 30px;
  padding-top: 20px;
}
.inverstor-gonggao-top .gonggao-dec{
  margin-top: 15px;
}
.inverstor-gonggao-top .gongggao-ul{
  justify-content: left;
}
.inverstor-gonggao-top .gongggao-ul li:first-child{
  width: 60%;
}
.inverstor-gonggao-top .gongggao-ul li{
  width: 30%;
  margin-right: 10px;
}
.inverstor-gonggao-top .gongggao-ul li:nth-child(2){
  margin-right: 0px;
}
.inverstor-gonggao-bot .gonggao-time span {
  font-size: 13px;
  letter-spacing: 1px;
}
.banner1 .txt h3 span,
  .banner1 .txt h3 span strong{
    font-size: 18px !important;
  }
  .banner1 .txt p span{
    font-size: 14px !important;
  }
}


@media screen and (max-width: 320px){
.inverstor-gonggao-top .gongggao-ul li {
    margin-right: 8px;
}
}
.headnavlanu{display: none;}
@media screen and (max-width: 550px){
  header{height: 50px;}
  .head-right{margin-top: 10px;}
  .indexPage .white .head-right .lang a{color: #333 !important;}
  header .head-right .lang{margin-top: 5px;}
  .banner2 .bottom .bottom-r .content .circle li .item{
    width: 100%;
    height: 90px;
  }
  header .lang a{margin: 0 !important;}

  .headnavlanu{float: none !important;padding-left: 23px;display: block;}
  header .head-right .lang{display: none !important;}
  header nav .head-right .lang{display: block !important;}
}

header .lang a{display: inline-block !important;vertical-align: middle;margin: 0 4px;}
header .lang a:hover{color:#ff9847}
.indexPage .white .head-right .lang a{color: #fff;}
@media screen and (min-width: 1200px){
	.category-swiper .swiper-slide{max-width:20%;}
}

.productDetail {
  padding: 19px 0px 61px;
  background: url("/dist/images/productDetailBg.jpg") no-repeat center/cover;
}
.productDetail .breadcrumbs {
  display: inline-flex;
  align-items: center;
  height: 36px;
  line-height: 36px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 18px;
  margin-bottom: 40px;
  padding: 0px 21px;
}
.productDetail .breadcrumbs a {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.8);
}
.productDetail .breadcrumbs span {
  font-size: 13px;
  color: #abbbc7;
  margin: 0px 9px;
}
.productDetail .breadcrumbs span:last-child {
  display: none;
}
.productDetail .productDetailMain {
  display: flex;
  align-items: flex-start;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(20px);
  padding: 9px;
  border: 1px solid #FFFFFF;
}
.productDetail .productDetailMain .productDetailLeft {
  width: 691px;
  background: #FFFFFF;
  overflow: hidden;
}
.productDetail .productDetailMain .productDetailLeft .swiper-wrapper .swiper-slide {
  text-align: center;
}
.productDetail .productDetailMain .productDetailLeft .swiper-wrapper .swiper-slide img {
  max-width: 100%;
  width: auto;
  height: 513px;
  object-fit: cover;
}
.productDetail .productDetailMain .productDetailRight {
  height: 513px;
  flex: 1 1;
  display: flex;
  flex-direction: column;
  margin-left: 82px;
  padding-top: 64px;
}
.productDetail .productDetailMain .productDetailRight .title {
  font-weight: 500;
  font-size: 16px;
  color: #333A4D;
  margin-bottom: 10px;
}
.productDetail .productDetailMain .productDetailRight .subTitle {
  font-size: 42px;
  color: #000000;
  line-height: 49px;
}
.productDetail .productDetailMain .productDetailRight .listBox {
  width: 477px;
  margin-top: auto;
  margin-bottom: 44px;
  padding: 0px 37px;
  position: relative;
}
.productDetail .productDetailMain .productDetailRight .listBox .swiper-button-prev,
.productDetail .productDetailMain .productDetailRight .listBox .swiper-button-next {
  width: 12px;
  height: 12px;
  margin-top: -8px;
}
.productDetail .productDetailMain .productDetailRight .listBox .swiper-button-prev::after,
.productDetail .productDetailMain .productDetailRight .listBox .swiper-button-next::after {
  content: "";
  display: block;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  border-left: 2px solid #212122;
  border-top: 2px solid #212122;
}
.productDetail .productDetailMain .productDetailRight .listBox .swiper-button-prev {
  left: 0px;
}
.productDetail .productDetailMain .productDetailRight .listBox .swiper-button-prev::after {
  transform: rotate(-45deg);
}
.productDetail .productDetailMain .productDetailRight .listBox .swiper-button-next {
  right: 0px;
}
.productDetail .productDetailMain .productDetailRight .listBox .swiper-button-next::after {
  transform: rotate(135deg);
}
.productDetail .productDetailMain .productDetailRight .listBox .listSwiper {
  width: 403px;
  margin: 0px;
  overflow: hidden;
}
.productDetail .productDetailMain .productDetailRight .listBox .listSwiper .swiper-wrapper .swiper-slide {
  width: 94px;
  height: 94px;
  background: #FFFFFF;
  border: 2px solid #fff;
  margin-right: 9px;
  cursor: pointer;
  transition: all 0.4s ease;
}
.productDetail .productDetailMain .productDetailRight .listBox .listSwiper .swiper-wrapper .swiper-slide:last-child {
  margin-right: 0px;
}
.productDetail .productDetailMain .productDetailRight .listBox .listSwiper .swiper-wrapper .swiper-slide.active {
  border: 2px solid #1F3F99;
}
.productDetail .productDetailMain .productDetailRight .listBox .listSwiper .swiper-wrapper .swiper-slide img {
  max-width: 100%;
  width: auto;
  height: 100%;
  object-fit: cover;
}

.productDetailParams {
  padding: 73px 0px 127px;
}
.productDetailParams .productDetailParamsMain {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.productDetailParams .productDetailParamsMain .productDetailParamsLeft {
  position: sticky;
  top: 133px;
}
.productDetailParams .productDetailParamsMain .productDetailParamsLeft .list {
  width: 212px;
  height: 52px;
  line-height: 52px;
  border-radius: 26px;
  font-weight: 300;
  font-size: 16px;
  color: #000000;
  cursor: pointer;
  position: relative;
}
.productDetailParams .productDetailParamsMain .productDetailParamsLeft .list::after {
  position: absolute;
  left: 21px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 3px;
  background: #FFFFFF;
  opacity: 0;
  visibility: hidden;
  content: "";
  display: block;
}
.productDetailParams .productDetailParamsMain .productDetailParamsLeft .list.active {
  color: #fff;
  padding-left: 44px;
  background: linear-gradient(-51deg, #124497, #2B52B5);
}
.productDetailParams .productDetailParamsMain .productDetailParamsLeft .list.active::after {
  opacity: 1;
  visibility: visible;
}
.productDetailParams .productDetailParamsMain .productDetailParamsRight {
  flex: 1 1;
  margin-left: 146px;
}
.productDetailParams .productDetailParamsMain .productDetailParamsRight .productDetailParamsWrapper {
  margin-bottom: 65px;
}
.productDetailParams .productDetailParamsMain .productDetailParamsRight .productDetailParamsWrapper:last-child {
  margin-bottom: 0px;
}
.productDetailParams .productDetailParamsMain .productDetailParamsRight .productDetailParamsWrapper .productDetailParamsTitle {
  font-weight: 500;
  font-size: 28px;
  color: #000000;
  border-bottom: 1px solid #E8E8ED;
  position: relative;
  padding-bottom: 22px;
  margin-bottom: 42px;
}
.productDetailParams .productDetailParamsMain .productDetailParamsRight .productDetailParamsWrapper .productDetailParamsTitle::after {
  position: absolute;
  left: 0px;
  bottom: -1px;
  width: 95px;
  height: 3px;
  background: #1F3F99;
  content: "";
  display: block;
}
.productDetailParams .productDetailParamsMain .productDetailParamsRight .productDetailParamsWrapper .productDetailParamsBox {
  margin-bottom: 33px;
}
.productDetailParams .productDetailParamsMain .productDetailParamsRight .productDetailParamsWrapper .productDetailParamsBox:last-child {
  margin-bottom: 0px;
}
.productDetailParams .productDetailParamsMain .productDetailParamsRight .productDetailParamsWrapper .productDetailParamsBox .productDetailParamsSubTitle {
  font-weight: 500;
  font-size: 18px;
  color: #000000;
  margin-bottom: 15px;
}
.productDetailParams .productDetailParamsMain .productDetailParamsRight .productDetailParamsWrapper .productDetailParamsBox .productDetailParamsTable table {
  width: 100%;
}
.productDetailParams .productDetailParamsMain .productDetailParamsRight .productDetailParamsWrapper .productDetailParamsBox .productDetailParamsTable table tbody tr td {
  padding: 15.5px 35px;
  font-size: 16px;
  color: #000000;
  border-width: 2px;
  border-color: #fff;
}
.productDetailParams .productDetailParamsMain .productDetailParamsRight .productDetailParamsWrapper .productDetailParamsBox .productDetailParamsTable table tbody tr td:nth-child(odd) {
  text-align: center;
  background: linear-gradient(-90deg, #F0F6FA, #E3EDF4);
}
.productDetailParams .productDetailParamsMain .productDetailParamsRight .productDetailParamsWrapper .productDetailParamsBox .productDetailParamsTable table tbody tr td:nth-child(even) {
  background: #F9F9F9;
}
.productDetailParams .productDetailParamsMain .productDetailParamsRight .productDetailParamsWrapper .productDetailParamsBox .productDetailParamsTable table tbody tr td:last-child {
  background: #F9F9F9;
}
.productDetailParams .productDetailParamsMain .productDetailParamsRight .productDetailParamsWrapper .productDetailParamsBox .productDetailParamsPdf {
  display: flex;
  align-items: center;
  min-height: 70px;
  padding: 17px 40px;
  border: 1px solid #F5F8FA;
  background: #F5F8FA;
  transition: all 0.4s ease;
}
.productDetailParams .productDetailParamsMain .productDetailParamsRight .productDetailParamsWrapper .productDetailParamsBox .productDetailParamsPdf span {
  flex: 1 1;
  font-size: 18px;
  color: #000000;
  margin-right: 50px;
}
.productDetailParams .productDetailParamsMain .productDetailParamsRight .productDetailParamsWrapper .productDetailParamsBox .productDetailParamsPdf span img {
  width: auto;
  height: 31px;
  margin-right: 21px;
}
.productDetailParams .productDetailParamsMain .productDetailParamsRight .productDetailParamsWrapper .productDetailParamsBox .productDetailParamsPdf a {
  display: inline-flex;
  align-items: center;
  font-weight: 300;
  font-size: 15px;
  color: #02020A;
  margin-right: 43px;
  transition: all 0.4s ease;
}
.productDetailParams .productDetailParamsMain .productDetailParamsRight .productDetailParamsWrapper .productDetailParamsBox .productDetailParamsPdf a:last-child {
  margin-right: 0px;
}
.productDetailParams .productDetailParamsMain .productDetailParamsRight .productDetailParamsWrapper .productDetailParamsBox .productDetailParamsPdf a img {
  filter: grayscale(1);
  width: auto;
  height: 21px;
  margin-right: 12px;
  transition: all 0.4s ease;
}
.productDetailParams .productDetailParamsMain .productDetailParamsRight .productDetailParamsWrapper .productDetailParamsBox .productDetailParamsPdf a:hover {
  color: #1F81E6;
}
.productDetailParams .productDetailParamsMain .productDetailParamsRight .productDetailParamsWrapper .productDetailParamsBox .productDetailParamsPdf a:hover img {
  filter: none;
}
.productDetailParams .productDetailParamsMain .productDetailParamsRight .productDetailParamsWrapper .productDetailParamsBox .productDetailParamsPdf:hover {
  box-shadow: 4px 7px 20px 1px rgba(31, 63, 153, 0.1);
  border-color: #1F3F99;
}
.productDetailParams .productDetailParamsMain .productDetailParamsRight .productDetailParamsWrapper .productDetailParamsBox .productDetailParamsInfo {
  display: flex;
  flex-wrap: wrap;
}
.productDetailParams .productDetailParamsMain .productDetailParamsRight .productDetailParamsWrapper .productDetailParamsBox .productDetailParamsInfo span {
  display: inline-flex;
  align-items: center;
  font-weight: 300;
  font-size: 16px;
  color: #000000;
  white-space: nowrap;
  height: 14px;
  line-height: 14px;
  border-right: 1px solid #E4E6EE;
  padding-right: 38px;
  margin-right: 38px;
}
.productDetailParams .productDetailParamsMain .productDetailParamsRight .productDetailParamsWrapper .productDetailParamsBox .productDetailParamsInfo span:last-child {
  margin-right: 0px;
  border-right: 0px;
}
.productDetailParams .productDetailParamsMain .productDetailParamsRight .productDetailParamsWrapper .productDetailParamsBox .productDetailParamsInfo span img {
  height: 15px;
  margin-right: 8px;
}
.productDetailParams .productDetailParamsMain .productDetailParamsRight .productDetailParamsWrapper .productDetailParamsBox .productDetailParamsOther .productDetailParamsOtherSwiper .swiper-wrapper .swiper-slide {
  text-align: center;
}
.productDetailParams .productDetailParamsMain .productDetailParamsRight .productDetailParamsWrapper .productDetailParamsBox .productDetailParamsOther .productDetailParamsOtherSwiper .swiper-wrapper .swiper-slide a {
  display: block;
  padding: 16px;
  background: #f2f4f7;
  border: 1px solid #f2f4f7;
  transition: all 0.4s ease;
}
.productDetailParams .productDetailParamsMain .productDetailParamsRight .productDetailParamsWrapper .productDetailParamsBox .productDetailParamsOther .productDetailParamsOtherSwiper .swiper-wrapper .swiper-slide a .image {
  background: #FFFFFF;
  margin-bottom: 18px;
  overflow: hidden;
}
.productDetailParams .productDetailParamsMain .productDetailParamsRight .productDetailParamsWrapper .productDetailParamsBox .productDetailParamsOther .productDetailParamsOtherSwiper .swiper-wrapper .swiper-slide a .image img {
  max-width: 100%;
  width: auto;
  height: 271px;
  object-fit: cover;
  transition: all 0.4s ease;
}
.productDetailParams .productDetailParamsMain .productDetailParamsRight .productDetailParamsWrapper .productDetailParamsBox .productDetailParamsOther .productDetailParamsOtherSwiper .swiper-wrapper .swiper-slide a p {
  font-size: 16px;
  color: #000000;
  margin-bottom: 12px;
}
.productDetailParams .productDetailParamsMain .productDetailParamsRight .productDetailParamsWrapper .productDetailParamsBox .productDetailParamsOther .productDetailParamsOtherSwiper .swiper-wrapper .swiper-slide a:hover {
  border-color: #1F3F99;
}
.productDetailParams .productDetailParamsMain .productDetailParamsRight .productDetailParamsWrapper .productDetailParamsBox .productDetailParamsOther .productDetailParamsOtherSwiper .swiper-wrapper .swiper-slide a:hover .image img {
  transform: scale(1.1);
}

@media (max-width: 1260px){
  .productDetail {
    padding: 15px 0px 50px;
  }
  .productDetail .breadcrumbs {
    height: 31px;
    line-height: 31px;
    padding: 0px 15px;
    margin-bottom: 30px;
  }
  .productDetail .breadcrumbs a {
    font-size: 12px;
  }
  .productDetail .breadcrumbs span {
    font-size: 11px;
    margin: 0px 7px;
  }
  .productDetailParams .productDetailParamsMain {
    display: block;
  }
  .productDetailParams .productDetailParamsMain .productDetailParamsLeft {
    display: none;
  }
  .productDetailParams .productDetailParamsMain .productDetailParamsRight {
    flex: none;
    margin-left: 0px;
  }
  .productDetail .productDetailMain .productDetailLeft {
    width: 450px;
  }
  .productDetail .productDetailMain .productDetailLeft .swiper-wrapper .swiper-slide img {
    height: 413px;
  }
  .productDetail .productDetailMain .productDetailRight {
    height: 413px;
    margin-left: 50px;
  }
  .productDetail .productDetailMain .productDetailRight .title {
    font-size: 14px;
  }
  .productDetail .productDetailMain .productDetailRight .subTitle {
    font-size: 32px;
    line-height: 39px;
  }
  .productDetail .productDetailMain .productDetailRight .listBox {
    width: 397px;
  }
  .productDetail .productDetailMain .productDetailRight .listBox .listSwiper {
    width: 323px;
  }
  .productDetail .productDetailMain .productDetailRight .listBox .listSwiper .swiper-wrapper .swiper-slide {
    width: 74px;
    height: 74px;
  }
  .productDetailParams {
    padding: 53px 0px 90px;
  }
  .productDetailParams .productDetailParamsMain .productDetailParamsRight .productDetailParamsWrapper .productDetailParamsTitle {
    font-size: 22px;
    padding-bottom: 16px;
    margin-bottom: 32px;
  }
  .productDetailParams .productDetailParamsMain .productDetailParamsRight .productDetailParamsWrapper .productDetailParamsTitle::after {
    width: 75px;
  }
  .productDetailParams .productDetailParamsMain .productDetailParamsRight .productDetailParamsWrapper .productDetailParamsBox {
    margin-bottom: 23px;
  }
  .productDetailParams .productDetailParamsMain .productDetailParamsRight .productDetailParamsWrapper .productDetailParamsBox .productDetailParamsSubTitle {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .productDetailParams .productDetailParamsMain .productDetailParamsRight .productDetailParamsWrapper .productDetailParamsBox .productDetailParamsTable table tbody tr td {
    font-size: 14px;
    padding: 10px 20px;
  }
  .productDetailParams .productDetailParamsMain .productDetailParamsRight .productDetailParamsWrapper {
    margin-bottom: 51px;
  }
  .productDetailParams .productDetailParamsMain .productDetailParamsRight .productDetailParamsWrapper .productDetailParamsBox .productDetailParamsPdf {
    min-height: 60px;
    padding: 0px 30px;
  }
  .productDetailParams .productDetailParamsMain .productDetailParamsRight .productDetailParamsWrapper .productDetailParamsBox .productDetailParamsPdf span {
    font-size: 16px;
  }
  .productDetailParams .productDetailParamsMain .productDetailParamsRight .productDetailParamsWrapper .productDetailParamsBox .productDetailParamsPdf span img {
    height: 26px;
    margin-right: 9px;
  }
  .productDetailParams .productDetailParamsMain .productDetailParamsRight .productDetailParamsWrapper .productDetailParamsBox .productDetailParamsPdf a {
    font-size: 13px;
    margin-right: 26px;
  }
  .productDetailParams .productDetailParamsMain .productDetailParamsRight .productDetailParamsWrapper .productDetailParamsBox .productDetailParamsPdf a img {
    height: 17px;
    margin-right: 8px;
  }
  .productDetailParams .productDetailParamsMain .productDetailParamsRight .productDetailParamsWrapper .productDetailParamsBox .productDetailParamsInfo span {
    font-size: 14px;
    padding-right: 28px;
    margin-right: 28px;
  }
  .productDetailParams .productDetailParamsMain .productDetailParamsRight .productDetailParamsWrapper .productDetailParamsBox .productDetailParamsInfo span img {
    height: 12px;
    margin-right: 6px;
  }
  .productDetailParams .productDetailParamsMain .productDetailParamsRight .productDetailParamsWrapper .productDetailParamsBox .productDetailParamsOther .productDetailParamsOtherSwiper .swiper-wrapper .swiper-slide a {
    padding: 12px;
  }
  .productDetailParams .productDetailParamsMain .productDetailParamsRight .productDetailParamsWrapper .productDetailParamsBox .productDetailParamsOther .productDetailParamsOtherSwiper .swiper-wrapper .swiper-slide a .image {
    margin-bottom: 14px;
  }
  .productDetailParams .productDetailParamsMain .productDetailParamsRight .productDetailParamsWrapper .productDetailParamsBox .productDetailParamsOther .productDetailParamsOtherSwiper .swiper-wrapper .swiper-slide a p {
    font-size: 14px;
    margin-bottom: 8px;
  }
}

@media (max-width: 768px){
  .productDetail {
    padding: 19px 0px 40px;
  }
  .productDetail .breadcrumbs {
    height: 29px;
    line-height: 29px;
    border-radius: 18px;
    margin-bottom: 20px;
    padding: 0px 12px;
  }
  .productDetail .breadcrumbs a {
    font-size: 12px;
  }
  .productDetail .breadcrumbs span {
    font-size: 10px;
    margin: 0px 6px;
  }
  .productDetail .productDetailMain {
    flex-direction: column;
    backdrop-filter: blur(20px);
    padding: 9px;
  }
  .productDetail .productDetailMain .productDetailLeft {
    width: 100%;
    margin-bottom: 9px;
  }
  .productDetail .productDetailMain .productDetailLeft .swiper-wrapper .swiper-slide {
    display: flex;
    align-items: center;
  }
  .productDetail .productDetailMain .productDetailLeft .swiper-wrapper .swiper-slide img {
    height: auto;
  }
  .productDetail .productDetailMain .productDetailRight {
    height: auto;
    flex: none;
    flex-direction: column-reverse;
    margin-left: 0px;
    padding-top: 0px;
  }
  .productDetail .productDetailMain .productDetailRight .title {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .productDetail .productDetailMain .productDetailRight .subTitle {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .productDetail .productDetailMain .productDetailRight .listBox {
    width: 100%;
    margin-top: auto;
    margin-bottom: 20px;
    padding: 0px;
  }
  .productDetail .productDetailMain .productDetailRight .listBox .swiper-button-prev,
  .productDetail .productDetailMain .productDetailRight .listBox .swiper-button-next {
    display: none;
  }
  .productDetail .productDetailMain .productDetailRight .listBox .listSwiper {
    width: 363px;
  }
  .productDetail .productDetailMain .productDetailRight .listBox .listSwiper .swiper-wrapper .swiper-slide {
    width: 84px;
    height: 84px;
    border: 2px solid #fff;
    margin-right: 9px;
  }
  .productDetail .productDetailMain .productDetailRight .listBox .listSwiper .swiper-wrapper .swiper-slide.active {
    border: 2px solid #1F3F99;
  }
  .productDetailParams {
    padding: 40px 0px;
  }
  .productDetailParams .productDetailParamsMain .productDetailParamsRight .productDetailParamsWrapper {
    margin-bottom: 23px;
  }
  .productDetailParams .productDetailParamsMain .productDetailParamsRight .productDetailParamsWrapper .productDetailParamsTitle {
    font-size: 17px;
    padding-bottom: 12px;
    margin-bottom: 19px;
  }
  .productDetailParams .productDetailParamsMain .productDetailParamsRight .productDetailParamsWrapper .productDetailParamsTitle::after {
    bottom: -1px;
    width: 65px;
    height: 2px;
  }
  .productDetailParams .productDetailParamsMain .productDetailParamsRight .productDetailParamsWrapper .productDetailParamsBox {
    margin-bottom: 17px;
  }
  .productDetailParams .productDetailParamsMain .productDetailParamsRight .productDetailParamsWrapper .productDetailParamsBox .productDetailParamsSubTitle {
    font-size: 15px;
    margin-bottom: 9px;
  }
  .productDetailParams .productDetailParamsMain .productDetailParamsRight .productDetailParamsWrapper .productDetailParamsBox .productDetailParamsTable {
    overflow-x: auto;
  }
  .productDetailParams .productDetailParamsMain .productDetailParamsRight .productDetailParamsWrapper .productDetailParamsBox .productDetailParamsTable table {
    min-width: 1000px;
  }
  .productDetailParams .productDetailParamsMain .productDetailParamsRight .productDetailParamsWrapper .productDetailParamsBox .productDetailParamsTable table tbody tr td {
    padding: 9px 15px;
    font-size: 13px;
    border-width: 1px;
  }
  .productDetailParams .productDetailParamsMain .productDetailParamsRight .productDetailParamsWrapper .productDetailParamsBox .productDetailParamsPdf {
    align-items: flex-start;
    flex-wrap: wrap;
    min-height: autos;
    padding: 16px 20px;
  }
  .productDetailParams .productDetailParamsMain .productDetailParamsRight .productDetailParamsWrapper .productDetailParamsBox .productDetailParamsPdf span {
    flex: none;
    width: 100%;
    font-size: 14px;
    margin-right: 0px;
    margin-bottom: 12px;
  }
  .productDetailParams .productDetailParamsMain .productDetailParamsRight .productDetailParamsWrapper .productDetailParamsBox .productDetailParamsPdf span img {
    height: 25px;
    margin-right: 10px;
  }
  .productDetailParams .productDetailParamsMain .productDetailParamsRight .productDetailParamsWrapper .productDetailParamsBox .productDetailParamsPdf a {
    font-size: 12px;
    margin-right: 23px;
  }
  .productDetailParams .productDetailParamsMain .productDetailParamsRight .productDetailParamsWrapper .productDetailParamsBox .productDetailParamsPdf a:nth-child(2) {
    margin-left: auto;
  }
  .productDetailParams .productDetailParamsMain .productDetailParamsRight .productDetailParamsWrapper .productDetailParamsBox .productDetailParamsPdf a img {
    height: 16px;
    margin-right: 7px;
  }
  .productDetailParams .productDetailParamsMain .productDetailParamsRight .productDetailParamsWrapper .productDetailParamsBox .productDetailParamsPdf:hover {
    box-shadow: 4px 7px 20px 1px rgba(31, 63, 153, 0.1);
  }
  .productDetailParams .productDetailParamsMain .productDetailParamsRight .productDetailParamsWrapper .productDetailParamsBox .productDetailParamsInfo span {
    font-size: 12px;
    height: 10px;
    line-height: 10px;
    padding-right: 18px;
    margin-right: 18px;
  }
  .productDetailParams .productDetailParamsMain .productDetailParamsRight .productDetailParamsWrapper .productDetailParamsBox .productDetailParamsInfo span img {
    height: 12px;
    margin-right: 5px;
  }
  .productDetailParams .productDetailParamsMain .productDetailParamsRight .productDetailParamsWrapper .productDetailParamsBox .productDetailParamsOther .productDetailParamsOtherSwiper .swiper-wrapper .swiper-slide a {
    padding: 10px;
  }
  .productDetailParams .productDetailParamsMain .productDetailParamsRight .productDetailParamsWrapper .productDetailParamsBox .productDetailParamsOther .productDetailParamsOtherSwiper .swiper-wrapper .swiper-slide a .image {
    margin-bottom: 12px;
  }
  .productDetailParams .productDetailParamsMain .productDetailParamsRight .productDetailParamsWrapper .productDetailParamsBox .productDetailParamsOther .productDetailParamsOtherSwiper .swiper-wrapper .swiper-slide a .image img {
    max-height: 270px;
    height: auto;
  }
  .productDetailParams .productDetailParamsMain .productDetailParamsRight .productDetailParamsWrapper .productDetailParamsBox .productDetailParamsOther .productDetailParamsOtherSwiper .swiper-wrapper .swiper-slide a p {
    font-size: 14px;
    margin-bottom: 9px;
  }<!--0.00044798851013184-->