@font-face {
  font-family: 'iconfont';  /* Project id 2939071 */
  src: url('//at.alicdn.com/t/font_2939071_fsub1o9a8ev.woff2?t=1639552233393') format('woff2'),
       url('//at.alicdn.com/t/font_2939071_fsub1o9a8ev.woff?t=1639552233393') format('woff'),
       url('//at.alicdn.com/t/font_2939071_fsub1o9a8ev.ttf?t=1639552233393') format('truetype');
}
.ovh{display: block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.ovh2{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.ovh3{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}
.ovh4{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;overflow: hidden;}


.iconfont{font-family:"iconfont" !important;font-style:normal;}



.bgFull {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -ms-behavior: url(css/cover.htc);
  behavior: url(css/cover.htc);
}
.vcenter {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.tHide {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.blockFull {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.block {
  display: block;
  position: relative;
}
.centerBlock {
  margin-left: auto;
  margin-right: auto;
}
.clearfix {
  clear: both;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-loading .slick-list {
  background: #ffffff url("../images/ajax-loader.gif") center center no-repeat;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-prev,
.slick-next {
  z-index: 20;
  position: absolute;
  display: block;
  height: 60px;
  width: 30px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -30px;
  padding: 0;
  border: none;
  outline: none;
  border: 1px solid red;
}
.slick-prev {
  left: 30px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: 30px;
}
.slick-next {
  right: 30px;
}
[dir="rtl"] .slick-next {
  left: 30px;
  right: auto;
}
.slick-dots {
  position: absolute;
  bottom: 20px;
  height: auto;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
  line-height: 0;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  display: block;
  height: 10px;
  width: 10px;
  padding: 0;
  margin: 0;
  outline: none;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: #cccccc;
  border-radius: 0px;
}
.slick-dots li.slick-active button {
  background: #333333;
}
/*
	jQuery.mmenu CSS
*/
/*
	jQuery.mmenu oncanvas CSS
*/
.mm-hidden {
  display: none !important;
}
.mm-wrapper {
  overflow-x: hidden;
  position: relative;
}
.mm-menu,
.mm-menu > .mm-panel {
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}
.mm-menu {
  box-sizing: border-box;
  background: inherit;
  display: block;
  overflow: hidden;
  padding: 0;
}
.mm-panel {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.mm-panel.mm-opened {
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}
.mm-panel.mm-subopened {
  -webkit-transform: translate3d(-30%, 0, 0);
  -moz-transform: translate3d(-30%, 0, 0);
  -ms-transform: translate3d(-30%, 0, 0);
  -o-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0);
}
.mm-panel.mm-highest {
  z-index: 1;
}
.mm-menu > .mm-panel {
  background: inherit;
  border-color: inherit;
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  padding: 0 20px;
}
.mm-menu > .mm-panel.mm-hasnavbar {
  padding-top: 40px;
}
.mm-menu > .mm-panel:before,
.mm-menu > .mm-panel:after {
  content: '';
  display: block;
  height: 20px;
}
.mm-vertical .mm-panel {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
}
.mm-vertical .mm-listview .mm-panel,
.mm-listview .mm-vertical .mm-panel {
  display: none;
  padding: 10px 0 10px 10px;
}
.mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after,
.mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after {
  border-color: transparent;
}
.mm-vertical li.mm-opened > .mm-panel,
li.mm-vertical.mm-opened > .mm-panel {
  display: block;
}
.mm-vertical .mm-listview > li > .mm-next,
.mm-listview > li.mm-vertical > .mm-next {
  height: 40px;
  bottom: auto;
}
.mm-vertical .mm-listview > li > .mm-next:after,
.mm-listview > li.mm-vertical > .mm-next:after {
  top: 16px;
  bottom: auto;
}
.mm-vertical .mm-listview > li.mm-opened > .mm-next:after,
.mm-listview > li.mm-vertical.mm-opened > .mm-next:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mm-navbar {
  border-bottom: 1px solid;
  border-color: inherit;
  text-align: center;
  line-height: 20px;
  height: 40px;
  padding: 0 40px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.mm-navbar > * {
  display: block;
  padding: 10px 0;
}
.mm-navbar a,
.mm-navbar a:hover {
  text-decoration: none;
}
.mm-navbar .mm-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.mm-navbar .mm-btn {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  z-index: 1;
}
.mm-navbar .mm-btn:first-child {
  padding-left: 20px;
  left: 0;
}
.mm-navbar .mm-btn:last-child {
  text-align: right;
  padding-right: 20px;
  right: 0;
}
.mm-panel .mm-navbar {
  display: none;
}
.mm-panel.mm-hasnavbar .mm-navbar {
  display: block;
}
.mm-listview,
.mm-listview > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}
.mm-listview {
  font: inherit;
  font-size: 14px;
  line-height: 20px;
}
.mm-listview a,
.mm-listview a:hover {
  text-decoration: none;
}
.mm-listview > li {
  position: relative;
}
.mm-listview > li,
.mm-listview > li:after,
.mm-listview > li .mm-next,
.mm-listview > li .mm-next:before {
  border-color: inherit;
}
.mm-listview > li > a,
.mm-listview > li > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: inherit;
  display: block;
  padding: 10px 10px 10px 20px;
  margin: 0;
}
.mm-listview > li > a.mm-arrow,
.mm-listview > li > span.mm-arrow {
  padding-right: 50px;
}
.mm-listview > li:not(.mm-divider):after {
  content: '';
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.mm-listview > li:not(.mm-divider):after {
  left: 20px;
}
.mm-listview .mm-next {
  background: rgba(3, 2, 1, 0);
  width: 50px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}
.mm-listview .mm-next:before {
  content: '';
  border-left-width: 1px;
  border-left-style: solid;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.mm-listview .mm-next + a,
.mm-listview .mm-next + span {
  margin-right: 50px;
}
.mm-listview .mm-next.mm-fullsubopen {
  width: 100%;
}
.mm-listview .mm-next.mm-fullsubopen:before {
  border-left: none;
}
.mm-listview .mm-next.mm-fullsubopen + a,
.mm-listview .mm-next.mm-fullsubopen + span {
  padding-right: 50px;
  margin-right: 0;
}
.mm-menu > .mm-panel > .mm-listview {
  margin: 20px -20px;
}
.mm-menu > .mm-panel > .mm-listview:first-child,
.mm-menu > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: -20px;
}
.mm-listview .mm-inset {
  list-style: inside disc;
  padding: 0 10px 15px 40px;
  margin: 0;
}
.mm-listview .mm-inset > li {
  padding: 5px 0;
}
.mm-listview .mm-divider {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px;
}
.mm-listview .mm-spacer {
  padding-top: 40px;
}
.mm-listview .mm-spacer > .mm-next {
  top: 40px;
}
.mm-listview .mm-spacer.mm-divider {
  padding-top: 25px;
}
.mm-prev:before,
.mm-next:after,
.mm-arrow:after {
  content: '';
  border: 2px solid transparent;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mm-prev:before {
  border-right: none;
  border-bottom: none;
  left: 20px;
}
.mm-next:after,
.mm-arrow:after {
  border-top: none;
  border-left: none;
  right: 20px;
}
.mm-menu {
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.7);
}
.mm-menu .mm-navbar > *,
.mm-menu .mm-navbar a {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu .mm-navbar .mm-btn:before,
.mm-menu .mm-navbar .mm-btn:after {
  border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu .mm-listview {
  border-color: rgba(0, 0, 0, 0.1);
}
.mm-menu .mm-listview > li .mm-next:after,
.mm-menu .mm-listview > li .mm-arrow:after {
  border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.5);
}
.mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
.mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
  background: rgba(0, 0, 0, 0.05);
}
.mm-menu .mm-divider {
  background: rgba(0, 0, 0, 0.05);
}
/*
	jQuery.mmenu offcanvas addon CSS
*/
.mm-page {
  box-sizing: border-box;
  position: relative;
}
.mm-slideout {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease;
}
html.mm-opened {
  overflow: hidden;
  position: relative;
}
html.mm-opened body {
  overflow: hidden;
}
html.mm-background .mm-page {
  background: inherit;
}
#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
}
html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
  display: block;
}
.mm-menu.mm-offcanvas {
  display: none;
  position: fixed;
}
.mm-menu.mm-current {
  display: block;
}
.mm-menu {
  width: 80%;
  min-width: 140px;
  max-width: 440px;
}
html.mm-opening .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -moz-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  -o-transform: translate(80%, 0);
  transform: translate(80%, 0);
}
@media all and (max-width: 175px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0);
  }
}
@media all and (min-width: 550px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -moz-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    -o-transform: translate(440px, 0);
    transform: translate(440px, 0);
  }
}
/*
	jQuery.mmenu autoHeight addon CSS
*/
.mm-menu.mm-top.mm-autoheight,
.mm-menu.mm-bottom.mm-autoheight {
  max-height: 80%;
}
.mm-menu.mm-top.mm-autoheight.mm-fullscreen,
.mm-menu.mm-bottom.mm-autoheight.mm-fullscreen {
  max-height: 100%;
}
.mm-menu.mm-measureheight > .mm-panel {
  bottom: auto !important;
  height: auto !important;
}
/*
	jQuery.mmenu counters addon CSS
*/
em.mm-counter {
  font: inherit;
  font-size: 14px;
  font-style: normal;
  text-indent: 0;
  line-height: 20px;
  display: block;
  margin-top: -10px;
  position: absolute;
  right: 45px;
  top: 50%;
}
em.mm-counter + a.mm-next {
  width: 90px;
}
em.mm-counter + a.mm-next + a,
em.mm-counter + a.mm-next + span {
  margin-right: 90px;
}
em.mm-counter + a.mm-fullsubopen {
  padding-left: 0;
}
.mm-vertical > .mm-counter {
  top: 12px;
  margin-top: 0;
}
.mm-vertical.mm-spacer > .mm-counter {
  margin-top: 40px;
}
.mm-nosubresults > .mm-counter {
  display: none;
}
.mm-menu em.mm-counter {
  color: rgba(0, 0, 0, 0.3);
}
/*
	jQuery.mmenu dividers addon CSS
*/
.mm-divider > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  line-height: 25px;
}
.mm-divider.mm-opened a.mm-next:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mm-collapsed:not(.mm-uncollapsed) {
  display: none;
}
.mm-fixeddivider {
  background: inherit;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-fixeddivider:after {
  content: none !important;
  display: none !important;
}
.mm-hasdividers .mm-fixeddivider {
  display: block;
}
.mm-menu .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.05);
}
/*
	jQuery.mmenu dragOpen addon CSS
*/
html.mm-opened.mm-dragging .mm-menu,
html.mm-opened.mm-dragging .mm-page,
html.mm-opened.mm-dragging .mm-fixed-top,
html.mm-opened.mm-dragging .mm-fixed-bottom,
html.mm-opened.mm-dragging #mm-blocker {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
/*
	jQuery.mmenu iconpanels addon CSS
*/
.mm-iconpanel .mm-panel {
  -webkit-transition-property: -webkit-transform, left, right;
  -moz-transition-property: -moz-transform, left, right;
  -ms-transition-property: -ms-transform, left, right;
  -o-transition-property: -o-transform, left, right;
  transition-property: transform, left, right;
}
.mm-iconpanel .mm-panel.mm-opened {
  border-left: 1px solid;
  border-color: inherit;
}
.mm-iconpanel .mm-panel.mm-subopened {
  overflow-y: hidden;
  left: -40px;
  right: 40px;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-iconpanel .mm-panel.mm-iconpanel-0 {
  left: 0px;
}
.mm-iconpanel .mm-panel.mm-iconpanel-1 {
  left: 40px;
}
.mm-iconpanel .mm-panel.mm-iconpanel-2 {
  left: 80px;
}
.mm-iconpanel .mm-panel.mm-iconpanel-3 {
  left: 120px;
}
.mm-iconpanel .mm-panel.mm-iconpanel-4 {
  left: 160px;
}
.mm-iconpanel .mm-panel.mm-iconpanel-5 {
  left: 200px;
}
.mm-iconpanel .mm-panel.mm-iconpanel-6 {
  left: 240px;
}
.mm-subblocker {
  background: inherit;
  opacity: 0;
  display: block;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.mm-subopened .mm-subblocker {
  opacity: 0.6;
  position: absolute;
  top: 0;
  right: 0;
  bottom: -100000px;
  left: 0;
  z-index: 3;
}
/*
	jQuery.mmenu navbars addon CSS
*/
.mm-menu > .mm-navbar {
  background: inherit;
  padding: 0;
  z-index: 3;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-navbar-bottom {
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom: none;
  top: auto;
  bottom: 0;
}
.mm-navbar-top ~ .mm-navbar-top {
  border-bottom: none;
}
.mm-navbar-bottom ~ .mm-navbar-bottom {
  border-top: none;
}
.mm-navbar.mm-hasbtns {
  padding: 0 40px;
}
.mm-close:after {
  content: 'x';
}
.mm-navbar[class*="mm-navbar-content-"] > * {
  box-sizing: border-box;
  display: block;
  float: left;
}
.mm-navbar > .mm-breadcrumbs {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  text-align: left;
  padding: 0 0 0 17px;
}
.mm-navbar > .mm-breadcrumbs > * {
  display: inline-block;
  padding: 10px 3px;
}
.mm-navbar > .mm-breadcrumbs > a {
  text-decoration: underline;
}
.mm-navbar.mm-hasbtns .mm-breadcrumbs {
  margin-left: -40px;
}
.mm-navbar.mm-hasbtns .mm-btn:not(.mm-hidden) + .mm-breadcrumbs {
  margin-left: 0;
  padding-left: 0;
}
.mm-navbar-top-1 {
  top: 0px;
}
.mm-hasnavbar-top-1 .mm-panel {
  top: 40px;
}
.mm-hasnavbar-top-1 .mm-indexer {
  top: 50px;
}
.mm-hasnavbar-top-1 .mm-fixeddivider {
  top: 40px;
}
.mm-navbar-top-2 {
  top: 40px;
}
.mm-hasnavbar-top-2 .mm-panel {
  top: 80px;
}
.mm-hasnavbar-top-2 .mm-indexer {
  top: 90px;
}
.mm-hasnavbar-top-2 .mm-fixeddivider {
  top: 80px;
}
.mm-navbar-top-3 {
  top: 80px;
}
.mm-hasnavbar-top-3 .mm-panel {
  top: 120px;
}
.mm-hasnavbar-top-3 .mm-indexer {
  top: 130px;
}
.mm-hasnavbar-top-3 .mm-fixeddivider {
  top: 120px;
}
.mm-navbar-top-4 {
  top: 120px;
}
.mm-hasnavbar-top-4 .mm-panel {
  top: 160px;
}
.mm-hasnavbar-top-4 .mm-indexer {
  top: 170px;
}
.mm-hasnavbar-top-4 .mm-fixeddivider {
  top: 160px;
}
.mm-navbar-bottom-1 {
  bottom: 0px;
}
.mm-hasnavbar-bottom-1 .mm-panel {
  bottom: 40px;
}
.mm-hasnavbar-bottom-1 .mm-indexer {
  bottom: 50px;
}
.mm-navbar-bottom-2 {
  bottom: 40px;
}
.mm-hasnavbar-bottom-2 .mm-panel {
  bottom: 80px;
}
.mm-hasnavbar-bottom-2 .mm-indexer {
  bottom: 90px;
}
.mm-navbar-bottom-3 {
  bottom: 80px;
}
.mm-hasnavbar-bottom-3 .mm-panel {
  bottom: 120px;
}
.mm-hasnavbar-bottom-3 .mm-indexer {
  bottom: 130px;
}
.mm-navbar-bottom-4 {
  bottom: 120px;
}
.mm-hasnavbar-bottom-4 .mm-panel {
  bottom: 160px;
}
.mm-hasnavbar-bottom-4 .mm-indexer {
  bottom: 170px;
}
.mm-navbar-size-2 {
  height: 80px;
}
.mm-navbar-size-3 {
  height: 120px;
}
.mm-navbar-size-4 {
  height: 160px;
}
.mm-navbar-content-2 > * {
  width: 50%;
}
.mm-navbar-content-3 > * {
  width: 33.33%;
}
.mm-navbar-content-4 > * {
  width: 25%;
}
.mm-navbar-content-5 > * {
  width: 20%;
}
.mm-navbar-content-6 > * {
  width: 16.67%;
}
/*
	jQuery.mmenu searchfield addon CSS
*/
.mm-search,
.mm-search input {
  box-sizing: border-box;
}
.mm-search {
  height: 40px;
  padding: 7px 10px 0 10px;
}
.mm-search input {
  border: none;
  border-radius: 26px;
  font: inherit;
  font-size: 14px;
  line-height: 26px;
  outline: none;
  display: block;
  width: 100%;
  height: 26px;
  margin: 0;
  padding: 0 10px;
}
.mm-search input::-ms-clear {
  display: none;
}
.mm-panel > .mm-search {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.mm-panel.mm-hassearch {
  padding-top: 40px;
}
.mm-panel.mm-hassearch.mm-hasnavbar {
  padding-top: 80px;
}
.mm-panel.mm-hassearch.mm-hasnavbar .mm-search {
  top: 40px;
}
.mm-noresultsmsg {
  text-align: center;
  font-size: 21px;
  display: none;
  padding: 40px 0;
}
.mm-noresults .mm-noresultsmsg {
  display: block;
}
.mm-noresults .mm-indexer {
  display: none !important;
}
li.mm-nosubresults > a.mm-next {
  display: none;
}
li.mm-nosubresults > a.mm-next + a,
li.mm-nosubresults > a.mm-next + span {
  padding-right: 10px;
}
.mm-menu .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.7);
}
.mm-menu .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3);
}
/*
	jQuery.mmenu sectionIndexer addon CSS
*/
.mm-indexer {
  background: inherit;
  text-align: center;
  font-size: 12px;
  box-sizing: border-box;
  width: 20px;
  position: absolute;
  top: 10px;
  bottom: 10px;
  right: -100px;
  z-index: 3;
  -webkit-transition: right 0.4s ease;
  -moz-transition: right 0.4s ease;
  -ms-transition: right 0.4s ease;
  -o-transition: right 0.4s ease;
  transition: right 0.4s ease;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-indexer a {
  text-decoration: none;
  display: block;
  height: 3.85%;
}
.mm-indexer ~ .mm-panel.mm-hasindexer {
  padding-right: 40px;
}
.mm-hasindexer .mm-indexer {
  right: 0;
}
.mm-hasindexer .mm-fixeddivider {
  right: 20px;
}
.mm-menu .mm-indexer a {
  color: rgba(0, 0, 0, 0.3);
}
/*
	jQuery.mmenu toggles addon CSS
*/
input.mm-toggle,
input.mm-check {
  position: absolute;
  left: -10000px;
}
label.mm-toggle,
label.mm-check {
  margin: 0;
  position: absolute;
  top: 50%;
  z-index: 2;
}
label.mm-toggle:before,
label.mm-check:before {
  content: '';
  display: block;
}
label.mm-toggle {
  border-radius: 30px;
  width: 50px;
  height: 30px;
  margin-top: -15px;
}
label.mm-toggle:before {
  border-radius: 30px;
  width: 28px;
  height: 28px;
  margin: 1px;
}
input.mm-toggle:checked ~ label.mm-toggle:before {
  float: right;
}
label.mm-check {
  width: 30px;
  height: 30px;
  margin-top: -15px;
}
label.mm-check:before {
  border-left: 3px solid;
  border-bottom: 3px solid;
  width: 40%;
  height: 20%;
  margin: 25% 0 0 20%;
  opacity: 0.1;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
input.mm-check:checked ~ label.mm-check:before {
  opacity: 1;
}
li.mm-vertical label.mm-toggle,
li.mm-vertical label.mm-check {
  bottom: auto;
  margin-top: 0;
}
li.mm-vertical label.mm-toggle {
  top: 5px;
}
li.mm-vertical label.mm-check {
  top: 5px;
}
label.mm-toggle,
label.mm-check {
  right: 20px;
}
label.mm-toggle + a,
label.mm-toggle + span {
  padding-right: 80px;
}
label.mm-check + a,
label.mm-check + span {
  padding-right: 60px;
}
a.mm-next + label.mm-toggle,
a.mm-next + label.mm-check {
  right: 60px;
}
a.mm-next + label.mm-toggle + a,
a.mm-next + label.mm-toggle + span,
a.mm-next + label.mm-check + a,
a.mm-next + label.mm-check + span {
  margin-right: 50px;
}
a.mm-next + label.mm-toggle + a,
a.mm-next + label.mm-toggle + span {
  padding-right: 70px;
}
a.mm-next + label.mm-check + a,
a.mm-next + label.mm-check + span {
  padding-right: 50px;
}
em.mm-counter + a.mm-next + label.mm-toggle,
em.mm-counter + a.mm-next + label.mm-check {
  right: 100px;
}
em.mm-counter + a.mm-next + label.mm-toggle + a,
em.mm-counter + a.mm-next + label.mm-toggle + span,
em.mm-counter + a.mm-next + label.mm-check + a,
em.mm-counter + a.mm-next + label.mm-check + span {
  margin-right: 90px;
}
.mm-menu label.mm-toggle {
  background: rgba(0, 0, 0, 0.1);
}
.mm-menu label.mm-toggle:before {
  background: #f3f3f3;
}
.mm-menu input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}
.mm-menu label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.7);
}
/*
	jQuery.mmenu borderstyle extension CSS
*/
.mm-menu.mm-border-none .mm-listview > li:after,
.mm-listview.mm-border-none > li:after {
  content: none;
}
.mm-menu.mm-border-full .mm-listview > li:after,
.mm-listview.mm-border-full > li:after {
  left: 0 !important;
}
/*
	jQuery.mmenu effects extension CSS
*/
html.mm-effect-zoom-menu .mm-menu.mm-offcanvas {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease;
}
html.mm-effect-zoom-menu.mm-opened .mm-menu.mm-effect-zoom-menu {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -moz-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -ms-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -o-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
html.mm-effect-zoom-menu.mm-opening .mm-menu.mm-effect-zoom-menu {
  -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
  -moz-transform: scale(1, 1) translate3d(0%, 0, 0);
  -ms-transform: scale(1, 1) translate3d(0%, 0, 0);
  -o-transform: scale(1, 1) translate3d(0%, 0, 0);
  transform: scale(1, 1) translate3d(0%, 0, 0);
}
html.mm-effect-zoom-menu.mm-right.mm-opened .mm-menu.mm-offcanvas {
  -webkit-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -moz-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -ms-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -o-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center;
}
html.mm-effect-zoom-menu.mm-right.mm-opening .mm-menu.mm-effect-zoom-menu {
  -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
  -moz-transform: scale(1, 1) translate3d(0%, 0, 0);
  -ms-transform: scale(1, 1) translate3d(0%, 0, 0);
  -o-transform: scale(1, 1) translate3d(0%, 0, 0);
  transform: scale(1, 1) translate3d(0%, 0, 0);
}
html.mm-effect-slide-menu .mm-menu.mm-effect-slide-menu {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease;
}
html.mm-effect-slide-menu.mm-opened .mm-menu.mm-effect-slide-menu {
  -webkit-transform: translate3d(-30%, 0, 0);
  -moz-transform: translate3d(-30%, 0, 0);
  -ms-transform: translate3d(-30%, 0, 0);
  -o-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0);
}
html.mm-effect-slide-menu.mm-opening .mm-menu.mm-effect-slide-menu {
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}
html.mm-effect-slide-menu.mm-right.mm-opened .mm-menu.mm-effect-slide-menu {
  -webkit-transform: translate3d(30%, 0, 0);
  -moz-transform: translate3d(30%, 0, 0);
  -ms-transform: translate3d(30%, 0, 0);
  -o-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0);
}
html.mm-effect-slide-menu.mm-right.mm-opening .mm-menu.mm-effect-slide-menu {
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}
html.mm-effect-fade-menu .mm-menu.mm-effect-fade-menu {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
html.mm-effect-fade-menu.mm-opening .mm-menu.mm-effect-fade-menu {
  opacity: 1;
}
.mm-menu.mm-effect-zoom-panels .mm-panel {
  -webkit-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -moz-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -ms-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -o-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.mm-menu.mm-effect-zoom-panels .mm-panel.mm-opened {
  -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
  -moz-transform: scale(1, 1) translate3d(0%, 0, 0);
  -ms-transform: scale(1, 1) translate3d(0%, 0, 0);
  -o-transform: scale(1, 1) translate3d(0%, 0, 0);
  transform: scale(1, 1) translate3d(0%, 0, 0);
}
.mm-menu.mm-effect-zoom-panels .mm-panel.mm-opened.mm-subopened {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -moz-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -ms-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -o-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
}
.mm-menu.mm-effect-slide-panels-0 .mm-panel.mm-subopened {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-menu.mm-effect-slide-panels-100 .mm-panel.mm-subopened {
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(1) {
  -webkit-transition-delay: 100ms;
  -moz-transition-delay: 100ms;
  -ms-transition-delay: 100ms;
  -o-transition-delay: 100ms;
  transition-delay: 100ms;
}
html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(2) {
  -webkit-transition-delay: 200ms;
  -moz-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  transition-delay: 200ms;
}
html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(3) {
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms;
}
html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(4) {
  -webkit-transition-delay: 400ms;
  -moz-transition-delay: 400ms;
  -ms-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  transition-delay: 400ms;
}
html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(5) {
  -webkit-transition-delay: 500ms;
  -moz-transition-delay: 500ms;
  -ms-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  transition-delay: 500ms;
}
html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(6) {
  -webkit-transition-delay: 600ms;
  -moz-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  transition-delay: 600ms;
}
html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(7) {
  -webkit-transition-delay: 700ms;
  -moz-transition-delay: 700ms;
  -ms-transition-delay: 700ms;
  -o-transition-delay: 700ms;
  transition-delay: 700ms;
}
html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(8) {
  -webkit-transition-delay: 800ms;
  -moz-transition-delay: 800ms;
  -ms-transition-delay: 800ms;
  -o-transition-delay: 800ms;
  transition-delay: 800ms;
}
html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(9) {
  -webkit-transition-delay: 900ms;
  -moz-transition-delay: 900ms;
  -ms-transition-delay: 900ms;
  -o-transition-delay: 900ms;
  transition-delay: 900ms;
}
html.mm-effect-slide-listitems.mm-opening .mm-menu.mm-effect-slide-listitems .mm-panel.mm-opened .mm-listview > li {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/*
	jQuery.mmenu fullscreen extension CSS
*/
.mm-menu.mm-fullscreen {
  width: 100%;
  min-width: 140px;
  max-width: 10000px;
}
html.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
@media all and (max-width: 140px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0);
  }
}
@media all and (min-width: 10000px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(10000px, 0);
    -moz-transform: translate(10000px, 0);
    -ms-transform: translate(10000px, 0);
    -o-transform: translate(10000px, 0);
    transform: translate(10000px, 0);
  }
}
html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}
@media all and (max-width: 140px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -moz-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    -o-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
  }
}
@media all and (min-width: 10000px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-10000px, 0);
    -moz-transform: translate(-10000px, 0);
    -ms-transform: translate(-10000px, 0);
    -o-transform: translate(-10000px, 0);
    transform: translate(-10000px, 0);
  }
}
.mm-menu.mm-fullscreen.mm-top,
.mm-menu.mm-fullscreen.mm-bottom {
  height: 100%;
  min-height: 140px;
  max-height: 10000px;
}
html.mm-opened.mm-fullscreen .mm-page {
  box-shadow: none !important;
}
/*
	jQuery.mmenu multiline extension CSS
*/
.mm-menu.mm-multiline .mm-listview > li > a,
.mm-menu.mm-multiline .mm-listview > li > span,
.mm-listview.mm-multiline > li .mm-listview > li.mm-multiline > a,
.mm-listview.mm-multiline > li .mm-listview > li.mm-multiline > span {
  text-overflow: clip;
  white-space: normal;
}
/*
	jQuery.mmenu pageshadow extension CSS
*/
.mm-menu.mm-pageshadow:after {
  content: "";
  display: block;
  width: 20px;
  height: 120%;
  position: absolute;
  left: 100%;
  top: -10%;
  z-index: 99;
}
.mm-menu.mm-pageshadow.mm-right:after {
  left: auto;
  right: 100%;
}
.mm-menu.mm-pageshadow.mm-next:after,
.mm-menu.mm-pageshadow.mm-front:after {
  content: none;
  display: none;
}
.mm-menu.mm-pageshadow:after {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
/*
	jQuery.mmenu position extension CSS
*/
.mm-menu.mm-top,
.mm-menu.mm-bottom {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}
.mm-menu.mm-right {
  left: auto;
  right: 0;
}
.mm-menu.mm-bottom {
  top: auto;
  bottom: 0;
}
html.mm-right.mm-opening .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -moz-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  -o-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
}
@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -moz-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    -o-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
  }
}
@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-440px, 0);
    -moz-transform: translate(-440px, 0);
    -ms-transform: translate(-440px, 0);
    -o-transform: translate(-440px, 0);
    transform: translate(-440px, 0);
  }
}
/*
	jQuery.mmenu z-position extension CSS
*/
html.mm-front .mm-slideout {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
  z-index: 0 !important;
}
.mm-menu.mm-front {
  z-index: 1;
}
.mm-menu.mm-front,
.mm-menu.mm-next {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.mm-menu.mm-front.mm-right,
.mm-menu.mm-next.mm-right {
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.mm-menu.mm-top {
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
.mm-menu.mm-bottom {
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
html.mm-opening .mm-menu.mm-front,
html.mm-opening .mm-menu.mm-next {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-menu.mm-top,
.mm-menu.mm-bottom {
  height: 80%;
  min-height: 140px;
  max-height: 880px;
}
/*
	jQuery.mmenu themes extension CSS
*/
.mm-menu.mm-theme-dark {
  background: #333333;
  border-color: rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.8);
}
.mm-menu.mm-theme-dark .mm-navbar > *,
.mm-menu.mm-theme-dark .mm-navbar a {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-dark .mm-navbar .mm-btn:before,
.mm-menu.mm-theme-dark .mm-navbar .mm-btn:after {
  border-color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-dark .mm-listview {
  border-color: rgba(0, 0, 0, 0.15);
}
.mm-menu.mm-theme-dark .mm-listview > li .mm-next:after,
.mm-menu.mm-theme-dark .mm-listview > li .mm-arrow:after {
  border-color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-dark .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu.mm-theme-dark .mm-listview > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
.mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
  background: rgba(255, 255, 255, 0.05);
}
.mm-menu.mm-theme-dark .mm-divider {
  background: rgba(255, 255, 255, 0.05);
}
.mm-menu.mm-theme-dark label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.8);
}
.mm-menu.mm-theme-dark em.mm-counter {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-dark .mm-fixeddivider span {
  background: rgba(255, 255, 255, 0.05);
}
.mm-menu.mm-pageshadow.mm-theme-dark:after {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.mm-menu.mm-theme-dark .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}
.mm-menu.mm-theme-dark .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-dark .mm-indexer a {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-dark label.mm-toggle {
  background: rgba(0, 0, 0, 0.15);
}
.mm-menu.mm-theme-dark label.mm-toggle:before {
  background: #333333;
}
.mm-menu.mm-theme-dark input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}
.mm-menu.mm-theme-white {
  background: white;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6);
}
.mm-menu.mm-theme-white .mm-navbar > *,
.mm-menu.mm-theme-white .mm-navbar a {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-theme-white .mm-navbar .mm-btn:before,
.mm-menu.mm-theme-white .mm-navbar .mm-btn:after {
  border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-theme-white .mm-listview {
  border-color: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-theme-white .mm-listview > li .mm-next:after,
.mm-menu.mm-theme-white .mm-listview > li .mm-arrow:after {
  border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-theme-white .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu.mm-theme-white .mm-listview > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.05);
}
.mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
.mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
  background: rgba(0, 0, 0, 0.03);
}
.mm-menu.mm-theme-white .mm-divider {
  background: rgba(0, 0, 0, 0.03);
}
.mm-menu.mm-theme-white label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6);
}
.mm-menu.mm-theme-white em.mm-counter {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-theme-white .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.03);
}
.mm-menu.mm-pageshadow.mm-theme-white:after {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.mm-menu.mm-theme-white .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.6);
}
.mm-menu.mm-theme-white .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-theme-white .mm-indexer a {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-theme-white label.mm-toggle {
  background: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-theme-white label.mm-toggle:before {
  background: white;
}
.mm-menu.mm-theme-white input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}
.mm-menu.mm-theme-black {
  background: black;
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.6);
}
.mm-menu.mm-theme-black .mm-navbar > *,
.mm-menu.mm-theme-black .mm-navbar a {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-black .mm-navbar .mm-btn:before,
.mm-menu.mm-theme-black .mm-navbar .mm-btn:after {
  border-color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-black .mm-listview {
  border-color: rgba(255, 255, 255, 0.2);
}
.mm-menu.mm-theme-black .mm-listview > li .mm-next:after,
.mm-menu.mm-theme-black .mm-listview > li .mm-arrow:after {
  border-color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-black .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu.mm-theme-black .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.3);
}
.mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
.mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
  background: rgba(255, 255, 255, 0.2);
}
.mm-menu.mm-theme-black .mm-divider {
  background: rgba(255, 255, 255, 0.2);
}
.mm-menu.mm-theme-black label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.6);
}
.mm-menu.mm-theme-black em.mm-counter {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-black .mm-fixeddivider span {
  background: rgba(255, 255, 255, 0.2);
}
.mm-menu.mm-pageshadow.mm-theme-black:after {
  content: none;
  display: none;
}
.mm-menu.mm-theme-black .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6);
}
.mm-menu.mm-theme-black .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-black .mm-indexer a {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-black label.mm-toggle {
  background: rgba(255, 255, 255, 0.2);
}
.mm-menu.mm-theme-black label.mm-toggle:before {
  background: black;
}
.mm-menu.mm-theme-black input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}
/*
	jQuery.mmenu tileview extension CSS
*/
.mm-menu.mm-tileview .mm-listview:after,
.mm-menu .mm-tileview.mm-listview:after {
  content: '';
  display: block;
  clear: both;
}
.mm-menu.mm-tileview .mm-listview > li,
.mm-menu .mm-tileview.mm-listview > li {
  width: 50%;
  height: 0;
  padding: 50% 0 0 0;
  float: left;
  position: relative;
}
.mm-menu.mm-tileview .mm-listview > li:after,
.mm-menu .mm-tileview.mm-listview > li:after {
  left: 0;
  top: 0;
  border-right-width: 1px;
  border-right-style: solid;
  z-index: -1;
}
.mm-menu.mm-tileview .mm-listview > li.mm-tile-xs,
.mm-menu .mm-tileview.mm-listview > li.mm-tile-xs {
  width: 12.5%;
  padding-top: 12.5%;
}
.mm-menu.mm-tileview .mm-listview > li.mm-tile-s,
.mm-menu .mm-tileview.mm-listview > li.mm-tile-s {
  width: 25%;
  padding-top: 25%;
}
.mm-menu.mm-tileview .mm-listview > li.mm-tile-l,
.mm-menu .mm-tileview.mm-listview > li.mm-tile-l {
  width: 75%;
  padding-top: 75%;
}
.mm-menu.mm-tileview .mm-listview > li.mm-tile-xl,
.mm-menu .mm-tileview.mm-listview > li.mm-tile-xl {
  width: 100%;
  padding-top: 100%;
}
.mm-menu.mm-tileview .mm-listview > li > a,
.mm-menu.mm-tileview .mm-listview > li > span,
.mm-menu .mm-tileview.mm-listview > li > a,
.mm-menu .mm-tileview.mm-listview > li > span {
  line-height: 1px;
  text-align: center;
  padding: 50% 10px 0 10px;
  margin: 0;
  position: absolute;
  top: 0;
  right: 1px;
  bottom: 1px;
  left: 0;
}
.mm-menu.mm-tileview .mm-listview > li > .mm-next,
.mm-menu .mm-tileview.mm-listview > li > .mm-next {
  width: auto;
}
.mm-menu.mm-tileview .mm-listview > li > .mm-next:before,
.mm-menu.mm-tileview .mm-listview > li > .mm-next:after,
.mm-menu .mm-tileview.mm-listview > li > .mm-next:before,
.mm-menu .mm-tileview.mm-listview > li > .mm-next:after {
  content: none;
  display: none;
}
.mm-menu.mm-tileview .mm-panel {
  padding-left: 0;
  padding-right: 0;
}
.mm-menu.mm-tileview .mm-panel:after {
  content: none;
  display: none;
}
.mm-menu.mm-tileview .mm-listview {
  margin: 0;
}
body {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
.container {
  margin-right: auto;
  margin-left: auto;
  max-width: 73.6%;
  width: 100%;
}
img {
 /* max-width: 110%; */
  max-width: 100%;
}
@font-face {
  font-family: 'TT0142M_';
  src: url('../fonts/TT0142M_.eot');
  src: url('../fonts/TT0142M_.eot?#iefix') format('embedded-opentype'), url('../fonts/TT0142M_.woff') format('woff'), url('../fonts/TT0142M_.ttf') format('truetype'), url('../fonts/TT0142M_.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Avenir Heavy';
  src: url('../fonts/Avenir Heavy.eot');
  src: url('../fonts/Avenir Heavy.eot?#iefix') format('embedded-opentype'), url('../fonts/Avenir Heavy.woff') format('woff'), url('../fonts/Avenir Heavy.ttf') format('truetype'), url('../fonts/Avenir Heavy.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
.page {
  text-align: center;
}
.page a {
  display: inline-block;
  border: 1px solid #d8dce0;
  line-height: 40px;
  background: #ffffff;
  padding: 0 20px;
  font-size: 14px;
  color: #666;
}
.page a:hover,
.page a.cur {
  color: #fff;
  background: #0b2769;
  border-color: #0b2769;
}

.title h4 {font-family:Avenir Heavy; color:#ff6c15; font-size:40px; font-weight:bold; text-transform:uppercase}
.title h3 {color: #002665; font-size:30px; line-height:30px; font-weight:normal; margin-top:5px;}
.title i {margin-top: 20px;display: block;width: 54px;height: 2px; background:#ccc; background: -webkit-linear-gradient(-90deg #023882,#006cff);}

.info-more {display:inline-block; color:#666; font-size:14px; text-transform: uppercase; font-family: arial;position: relative; padding:10px 25px; border:1px solid #CCC; border-radius:2px; background:#f5f5f5;}
.info-more:hover{background:#ff6c15; color:#fff; border:1px solid #ff6c15}


.header {width:100%;position:fixed;z-index:999;background:#fff;box-shadow:0 0 5px rgba(0,0,0,.2);}
.header .header_top {height:46px;line-height:46px;border-bottom:1px solid #e2e5e4;color:#878988;font-size:14px;padding:0 3.125%;}
.header .header_min {padding:0 3.125%;}
.header .header_min .nav {float:right;}
.header .header_min .nav ul li {float:left;font-size:16px;color:#545756;margin-right:72px;line-height:82px;position:relative;}
.header .header_min .nav ul li:before {opacity:0;content:"";position:absolute;left:0;right:0;top:-1px;width:100%;height:3px;background: linear-gradient(90deg, #023882, #004fba); background: -webkit-linear-gradient(-90deg #023882,#004fba);transition:all 0.2s ease-out;}

.header .header_min .nav ul li a {display:block;transition:all 0.2s ease-out;}
.header .header_min .nav ul li:hover:before,.header .header_min .nav ul li.cur:before {opacity:1;}
.header .header_min .nav ul li:hover a,.header .header_min .nav ul li.cur a {color:#023882;}
.header .header_min .logo {float:left;line-height:0;min-width:206px;padding:8px 0 0;}
.header .header_min .logo img{ }
.header .navbtn {position:absolute;right:15px;top:50%;width:6%;transform:translateY(-50%);overflow:hidden;z-index:999;line-height:0;display:none;}
.header .header_min .f-r{ float:right; height:82px; line-height:82px;}
.header .header_min .f-r a {display:block;float:left;color:#878988;}
.header .header_min .f-r a:hover {color:#023882;}
.header .header_min .f-r .language a {padding:0 8px;position:relative;}
.header .header_min .f-r .language a:before {content:"";position:absolute;right:0;top:34px;width:1px;height:13px;background:#a7a9a8;}
.header .header_min .f-r .language a:last-child {padding-right:0;}
.header .header_min .f-r .language a:last-child:before {display:none;}
.header .header_min .f-r .language a i{ font-size:22px}

.banner {
  width: 100%;
  padding-top:82px;
}
.banner img {
  width: 100%;
}
.banner .slick-dots {
  width: 10px;
  right: 5%;
  top: 50%;
  height: auto;
  bottom: auto;
}
.banner .slick-dots li {
  margin: 10px 0;
}
.banner .slick-dots li button {
  width: 15px;
  height: 15px;
  background: url(../images/ban_icon1.png) no-repeat center center / cover;
}
.banner .slick-dots li.slick-active button {
  background-image: url(../images/ban_icon2.png);
}
/**底部**/
.footer {
  background:#023882;
  padding: 50px 3.125%;
}
.footer .foot-left {float: left; width:60%}
.footer .foot-left .foot_nav {
  border-bottom: 1px solid #4e7298;
}
.footer .foot-left .foot_nav a {
  display: block;
  float: left;
  padding-bottom: 20px;
  color: #fff;
  font-size: 16px;
  position: relative;
  margin-right:50px;
}
.footer .foot-left .foot_nav a:before {
  opacity: 0;
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background: #ff6c15;
  transition: all 0.2s ease-out;
}
.footer .foot-left .foot_nav a:last-child {
  margin-right: 0;
}
.footer .foot-left .foot_nav a:hover {
  color: #ff6c15;
}
.footer .foot-left .foot_nav a:hover:before {
  opacity: 1;
}
.footer .foot-left .bottom {
  margin-top: 50px;
}
.footer .foot-left .bottom .tit {
  font-size: 18px;
  color: #dcdee2;
  font-weight: normal;
}
.footer .foot-left .bottom .left {
  margin-right: 90px;
}
.footer .foot-left .bottom .left .t {margin-top: 12px;color: #8897a6;font-size: 15px;line-height: 24px;}
.footer .foot-left .bottom .left .t a{color: #8897a6;}
.footer .foot-left .bottom .right .dh {margin-top: 12px; color: #ff6c15;font-size: 41px;font-family: arial; font-weight:bold}
.footer .foot-right {float: right;text-align: center; color: #8897a6; line-height:24px; width:30%}
.footer .foot-right .foot_logo{}
.footer .foot-right .foot_logo img{ width:48%}
.footer .foot-right .ewm{ margin:10px 0}
.footer .foot-right .ewm img{width:28%}
.footer .foot-right a{color: #8897a6;}

.footer .foot-right .sweep {
  margin-bottom: 60px;
  margin-top: 32px;
}
.footer .foot-right .sweep span {
  display: inline-block;
  min-width: 128px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  background: #0b4478;
  border-radius: 50px;
  padding: 0 15px;
  margin-left: 7px;
  cursor: pointer;
  border: 1px solid #6cc6cc;
}
.footer .foot-right .sweep span i {
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url(../images/m.png) no-repeat center center;
  margin-right: 5px;
  position: relative;
  top: -2px;
  vertical-align: middle;
}
.footer .foot-right .banquan {
  color: #8897a6;
  font-size: 14px;
}




/**首页内容**/
.home_top {background:#f4f8f8;}
.home_top ol {position:relative;z-index:1;background:#fff;margin-top:-93px;}
.home_top ol li {float:left;width:33.33%;padding:45px 0 55px;text-align:center;position:relative;}
.home_top ol li:nth-child(4){display:none}
.home_top ol li:before {content:"";position:absolute;left:0;top:45px;width:1px;height:65px;background:#e7e7ea;}
.home_top ol li:first-child::before {display:none;}
.home_top ol li .icon {line-height:0; font-size:40px; color:#999}
.home_top ol li .icon img {vertical-align:top;}
.home_top ol li .text {margin-left:20px;display:inline-block;text-align:left;}
.home_top ol li .text p {color:#999;font-size:16px;}
.home_top ol li .text p em {font-style:normal;font-family:TT0142M_;line-height:0;display:inline-block;vertical-align:text-bottom;}
.home_top ol li .text p em img {height:44px;}
.home_top ol li .text .bt{margin-top:5px}
.home_top ol li .text .bt em{ font-size:32px; font-weight:bold; color:#ff6c15}
.home_top ol li .text .bt span{ font-size:12px; margin-left:5px}


/*首页关于我们*/
.home_about {padding:100px 0;background:#f4f8f8;}
.home_about .left {float: left; width:40%;}
.home_about .right {float: right;width:56%;}
.home_about .left .text {margin-top:20px; color:#333; font-size:15px; line-height:28px;}
.home_about .left .video {margin:20px 0; display:none}
.home_about .left .video img{ width:100%}
.home_about .left .title_lel h3{ font-size:22px; font-weight: normal; color:#002665; margin:20px 0}
.home_about .jd_box{width:100%; background:#fff; overflow:hidden; margin-bottom:20px}
.home_about .jd_box li {width:100%; padding:50px 5%;border-top: 1px solid #eee; cursor:pointer}
.home_about .jd_box li:first-child {border-top: none;}
.home_about .jd_box li .top .icon{width:10%; height: 45px; float:left; font-size:42px; color: #002665;}

.home_about .jd_box li .top .t {width:90%; float:left; padding-left:20px}
.home_about .jd_box li .top .t h3 {color: #333; font-size:18px; line-height:24px; font-weight: normal;}
.home_about .jd_box li .top .t p {margin-top:5px; color:#999; font-size: 12px; text-transform: uppercase;}
.home_about .jd_box li .text {margin-top: 16px;color: #333333;font-size: 14px;line-height: 28px;height: 56px;overflow: hidden;}
.home_about .jd_box li a {margin-top: 25px;display: inline-block;color: #666666;text-transform: uppercase;font-family: arial;}
.home_about .jd_box li:hover {background: linear-gradient(90deg, #023882, #004fba); background: -webkit-linear-gradient(-90deg #023882,#004fba);}
.home_about .jd_box li:hover .top .t h3,.home_about .jd_box li:hover .top .t p {color: #fff;}
.home_about .jd_box li:hover .text,.home_about .jd_box li:hover a { color: #fff;}
.home_about .jd_box li:hover .top .icon{color:#fff;}
.home_about .right .img_box {float:right; width: 100%;}
.home_about .right .img_box img{width:100%;}

/*生产基地*/
.home_manu{background:#f4f8f8 url(../images/home_bg1.jpg) no-repeat center top; padding:90px 0;}
.home_manu .top .title h3{color: #fff;}
.home_manu .top .title i{ background:#fff}
.home_manu .swiper{ margin-top:40px}
.home_manu .swiper .swiper-slide{background:#FFF}
.home_manu .swiper .swiper-slide .img{ position:relative}
.home_manu .swiper .swiper-slide .img p{ position:absolute; bottom:0; height:40px; width:100%; line-height:40px; background: rgba(2, 56, 130, .8); color:#FFF; font-size:16px; text-align:center; display:none}
.home_manu .swiper .swiper-slide:hover .img p{ display:block}
.home_manu .swiper .swiper-slide:nth-child(3):hover .img p{display:none}
.home_manu .swiper .swiper-slide img{ width:100%}
.home_manu .swiper .swiper-slide .text{padding:3% 5%}
.home_manu .swiper .swiper-slide .text h3{color:#333; font-size:20px; font-weight:normal;}
.home_manu .swiper .swiper-slide .text h4{margin-top:5px; color:#999; font-size:12px; text-transform:uppercase; font-weight:normal;}
.home_manu .swiper .swiper-slide .text p{margin-top:10px; color:#333333; font-size:14px; line-height:25px; height:50px; overflow:hidden;}
.home_manu .swiper-button-next, .home_manu .swiper-button-prev{ background:none; width:46px; height:46px; line-height:46px; border-radius:50%; background:#023882; text-align:center;box-shadow: 0 0 8px rgba(0,0,0,0.1);
-webkit-transition:all 0.3s linear;transition:all 0.3s linear; border:2px solid #FFF} 
.home_manu .swiper-button-prev i{-webkit-transform:rotate(90deg);transform:rotate(90deg);}
.home_manu .swiper-button-next i{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);}
.home_manu .swiper-button-prev, .home_manu .swiper-button-next{top:45%}
.home_manu .swiper-button-prev i, .home_manu .swiper-button-next i{position:absolute; right:12px; top:-2px; color:#fff; font-size:18px}
.home_manu .swiper-button-prev:hover, .home_manu .swiper-button-next:hover{background: #ff6c15;}
.home_manu .swiper-button-prev:hover i, .home_manu .swiper-button-next:hover i{ color:#fff}

/*首页产品展示*/
.home_product{background:#f4f8f8 url(../images/bj02.jpg) no-repeat center ; padding:90px 0; overflow:hidden;}
.home_product .title{float:left}
.home_product .info-more{margin-top:77px; float:right; margin-left:40px;}
.home_product .indexpro{width:100%; margin-top:30px}
.home_product .indexpro .index_ppro{width:100%; margin:0px auto;}
.home_product .index_ppro ul {width:100%; margin:0 auto; overflow:hidden}
.home_product .index_ppro ul li {float:left;width:16.66%;background:#fff;border:1px solid #EEE;box-sizing:border-box;position:relative;-webkit-transition:all 0.3s linear;transition:all 0.3s linear;cursor:pointer;}
.home_product .index_ppro ul li.active {background:#023882;}
.home_product .index_ppro ul li.active h1 {color:#fff;}
.home_product .index_ppro ul li h1{font-size:15px; color:#666;text-align:center;padding:14px;position:relative;letter-spacing:1px;-webkit-transition:all 0.5s linear;transition:all 0.5s linear;}
.home_product .index_ppro dl {width:100%; position:relative; display:none;}
.home_product .w_all2_r {float:left;width:24%;background:#fff;margin-right:1.333%;margin-top:2%;}
.home_product .w_all2_r:nth-child(4) {margin-right:0;}
.home_product .w_all2_r .imgDiv {width:100%;overflow:hidden;padding:0;position:relative}
.home_product .w_all2_r .imgDiv .pro {display:block;width:100%;height:100%;overflow:hidden;margin:0 auto;padding:0;}
.home_product .w_all2_r .imgDiv .pro img { padding:1% 1% 0}
.home_product .w_all2_r .txt {text-align:center;height:40px;line-height:40px; background:#023882}
.home_product .w_all2_r .txt p {font-size:16px; color:#fff;}
.home_product .w_all2_r:hover .txt{background:#ff6c15}



/*首页新闻动态*/
.home_news {padding:90px 0; background:#fff}
.home_news .container {position: relative;}
.home_news .container:before {content: "";position: absolute;left: -15px;bottom: -25px;width: 127px;height: 177px;background: url(../images/bg2.png) no-repeat center center;}
.home_news .top .title {float: left;}
.home_news .top .news_tab {margin-top:52px;line-height:40px;float:right;}
.home_news .top .news_tab a {display:block;float:left;color:#676e78;font-size:16px;margin-left:40px;}
.home_news .top .news_tab a:first-child {margin-left:0;}
.home_news .top .news_tab a:hover,.home_news .top .news_tab a.cur {color:#64c4ca;}
.home_news .info-more {margin-top:52px;float:right;margin-left:40px;}
.home_news .home_news_box {margin-top:40px;}
.home_news .home_news_box .news_img_box {float:left;width:50%;position:relative;}
.home_news .home_news_box .news_img_box .img {display:block;line-height:0; height:400px; overflow:hidden}
.home_news .home_news_box .news_img_box .img img{width:100%; height:100%}
.home_news .home_news_box .news_img_box .text {position:absolute;left:0;bottom:0;width:100%; background:rgba(2, 56, 130, .8); padding:25px 30px;}
.home_news .home_news_box .news_img_box .text .top {color:#ffffff;line-height:26px;}
.home_news .home_news_box .news_img_box .text .top h3 {float:left;max-width:70%;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;font-size:18px;}
.home_news .home_news_box .news_img_box .text .top span {font-size:16px;float:right;}
.home_news .home_news_box .news_img_box .text p {margin-top:12px;color:#ffffff;font-size:14px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}
.home_news .home_news_box .news_text_box {float:right;width:48%;}
.home_news .home_news_box .news_text_box .box {padding:20px 35px;float:left;width:100%;background:#f4f8f8;}
.home_news .home_news_box .news_text_box .box .data {float:left;width:21%;position:relative;}
.home_news .home_news_box .news_text_box .box .data:before {content:"";position:absolute;right:0;top:0;width:1px;height:100%;background:#c1c1c1;}
.home_news .home_news_box .news_text_box .box .data p {float:left;color:#525252;font-size:52px;font-family:arial;}
.home_news .home_news_box .news_text_box .box .data .d {margin-left:10px;float:left;text-align:center;padding-top:4px;}
.home_news .home_news_box .news_text_box .box .data .d span {color:#525252;font-size:14px;display:block;}
.home_news .home_news_box .news_text_box .box .data .d i {display:block;width:5px;height:5px;background:#525252;border-radius:50px;margin:4px auto;}
.home_news .home_news_box .news_text_box .box .text {float:right;width:75%;padding-top:4px;}
.home_news .home_news_box .news_text_box .box .text .bt {color:#4e4e4e;font-size:16px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}
.home_news .home_news_box .news_text_box .box .text p {margin-top:10px;color:#757575;font-size:14px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}
.home_news .home_news_box .news_text_box .box:hover {background: linear-gradient(90deg, #023882, #006cff); background: -webkit-linear-gradient(-90deg #023882,#006cff)}
.home_news .home_news_box .news_text_box .box:hover .data:before,.home_news .home_news_box .news_text_box .box:hover .data .d i {background:#fff;}
.home_news .home_news_box .news_text_box .box:hover .data p,.home_news .home_news_box .news_text_box .box:hover .data .d span {color:#fff;}
.home_news .home_news_box .news_text_box .box:hover .text .bt,.home_news .home_news_box .news_text_box .box:hover .text p {color:#fff;}
.home_news .home_news_box .news_text_box .slick-prev,.home_news .home_news_box .news_text_box .slick-next {width:49.9%;height:33px;border:none;top:auto;bottom:-33px;margin-top:0;}
.home_news .home_news_box .news_text_box .slick-prev {background:url(../images/prev3.jpg) no-repeat center center / cover;left:0;}
.home_news .home_news_box .news_text_box .slick-next {background:url(../images/next3.jpg) no-repeat center center / cover;right:0;}


/*首页产品展示*/
.home_partner{background:#f4f8f8; padding:90px 0; overflow:hidden;}
.home_partner .title{float:left}
.home_partner .info-more{margin-top:77px; float:right; margin-left:40px;}
.home_partner .swiper{ margin-top:30px}








/**内页banner**/
.nybanner{padding-top:82px;}
.nybanner img {width: 100%;float: left;}
/**新闻列表**/

.news_box {
  background: #f4f8f9;
  padding: 60px 0 70px;
}
.news_box .top .title {
  float: left;
}
.news_box .top .menu {
  margin-top: 41px;
  float: right;
}
.news_box .top .menu a {
  display: block;
  float: left;
  color: #333333;
  font-size: 16px;
  line-height: 44px;
  min-width: 148px;
  text-align: center;
  position: relative;
}
.news_box .top .menu a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px;
  width: 1px;
  height: 12px;
  background: #cccccc;
}
.news_box .top .menu a:first-child::before {
  display: none;
}
.news_box .top .menu a.cur,
.news_box .top .menu a:hover {
  background: url(../images/menu_bg.png) no-repeat center center;
  color: #fff;
}
.news_list {
  margin-top: 40px;
}
.news_list ol {
  margin-bottom: 20px;
}
.news_list ol li {
  float: left;
  width: 100%;
  background: #fff;
  margin-bottom: 30px;
  border: 1px solid #e9e9e9;
}
.news_list ol li .img {
  float: left;
  line-height: 0;
  width: 29.5%;
}
.news_list ol li .text {
  margin-left: 3%;
  float: left;
  width: 50%;
  padding-top: 60px;
}
.news_list ol li .text h3 {
  color: #333333;
  font-size: 20px;
  font-weight: normal;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.news_list ol li .text p {
  margin-top: 15px;
  color: #666666;
  font-size: 14px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
}
.news_list ol li .data {
  float: right;
  height: 90px;
  border-left: 1px solid #e5e5e5;
  color: #cccccc;
  min-width: 10%;
  text-align: right;
  font-family: arial;
  margin-right: 3%;
  margin-top: 60px;
  padding-top: 15px;
}
.news_list ol li .data p {
  font-size: 14px;
}
.news_list ol li .data span {
  display: block;
  margin-top: 12px;
  font-size: 30px;
}
.news_list ol li:hover .text h3 {
  color: #0b2769;
}
.newsshow_box {
  background: #f4f8f9;
  padding-bottom: 60px;
}
.newsshow_box .box {
  background: #fff;
  padding: 50px 30px 60px;
}
.newsshow_box .box .newsshow {
  float: left;
  width: 70%;
}
.newsshow_box .box .newsshow h1 {
  color: #333333;
  font-size: 24px;
}
.newsshow_box .box .newsshow .date {
  margin-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eeeeee;
}
.newsshow_box .box .newsshow .date span {
  display: block;
  float: left;
  color: #999999;
  margin-right: 50px;
  padding-left: 22px;
}
.newsshow_box .box .newsshow .date .s1 {
  background: url(../images/news_icon5.jpg) no-repeat left center;
}
.newsshow_box .box .newsshow .date .s2 {
  background: url(../images/news_icon1.jpg) no-repeat left center;
}
.newsshow_box .box .newsshow .date .s3 {
  background: url(../images/news_icon2.jpg) no-repeat left center;
}
.newsshow_box .box .newsshow .date .s4 {
  background: url(../images/news_icon3.jpg) no-repeat left center;
}
.newsshow_box .box .newsshow .detail {
  color: #666666;
  font-size: 14px;
  line-height: 24px;
  padding-top: 20px;
}
.newsshow_box .box .newsshow .fy_bottom {
  margin-top: 40px;
}
.newsshow_box .box .newsshow .fy_bottom ul li {
  float: left;
  width: 100%;
  font-size: 16px;
  line-height: 44px;
  border-bottom: 1px solid #eeeeee;
}
.newsshow_box .box .newsshow .fy_bottom ul li:last-child {
  border-bottom: none;
}
.newsshow_box .box .newsshow .fy_bottom ul li a {
  display: block;
  color: #666666;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.newsshow_box .box .newsshow .fy_bottom ul li:hover a {
  color: #0b2769;
}
.newsshow_box .box .newsshow .fy_bottom .fx_box {
  margin-top: 15px;
  line-height: 24px;
}
.newsshow_box .box .newsshow .fy_bottom .fx_box span {
  display: block;
  float: left;
  padding-left: 20px;
  position: relative;
}
.newsshow_box .box .newsshow .fy_bottom .fx_box span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px;
  background: url(../images/fx_icon.jpg) no-repeat center center;
  width: 14px;
  height: 14px;
}
.newsshow_box .box .newsshow .fy_bottom .fx_box a {
  display: block;
  float: left;
  margin-right: 5px;
}
.newsshow_box .box .right {
  float: right;
  width: 26%;
}
.newsshow_box .box .right h3.tit {
  background: #f5faff url(../images/sub1.jpg) no-repeat left center;
  height: 57px;
  line-height: 57px;
  padding-left: 20px;
  color: #003366;
  font-size: 22px;
  font-weight: normal;
}
.newsshow_box .box .right .sub {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.newsshow_box .box .right .sub ol li {
  float: left;
  width: 100%;
  line-height: 52px;
  border-bottom: 1px solid #f5f5f5;
  font-size: 16px;
  padding: 0 20px;
}
.newsshow_box .box .right .sub ol li a {
  display: block;
  color: #333333;
  background: url(../images/sub2.png) no-repeat right center;
}
.newsshow_box .box .right .rdxx {
  margin-top: 20px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.newsshow_box .box .right .rdxx ol li {
  float: left;
  width: 100%;
  padding: 20px;
  border-bottom: 1px solid #f7f8fa;
}
.newsshow_box .box .right .rdxx ol li .img {
  float: left;
  width: 40%;
  line-height: 0;
  overflow: hidden;
}
.newsshow_box .box .right .rdxx ol li .text {
  margin-top: 7px;
  float: right;
  width: 55%;
  color: #333333;
  font-size: 16px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
}
.newsshow_box .box .right .rdxx ol li:hover .text {
  color: #0b2769;
}
.join_top {
  background: #f4f8f9;
}
.join_top ol {
  position: relative;
  z-index: 1;
  top: -64px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: #ffffff;
}
.join_top ol li {
  float: left;
  width: 25%;
  padding: 40px 0;
  text-align: center;
  position: relative;
}
.join_top ol li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -39px;
  width: 1px;
  height: 78px;
  background: #eee;
}
.join_top ol li:first-child::before {
  display: none;
}
.join_top ol li .icon {
  display: inline-block;
  vertical-align: top;
  line-height: 0;
  margin-right: 10px;
}
.join_top ol li .icon span {
  display: block;
}
.join_top ol li .icon em {
  display: none;
}
.join_top ol li .text {
  display: inline-block;
  text-align: left;
}
.join_top ol li .text p {
  color: #333333;
  font-size: 18px;
}
.join_top ol li .text span {
  color: #666666;
  font-size: 14px;
  text-transform: uppercase;
  display: block;
  margin-top: 5px;
}
.join_top ol li:hover,
.join_top ol li.cur {
  background: url(../images/H_bg3.jpg) no-repeat center center / cover;
}
.join_top ol li:hover .icon span,
.join_top ol li.cur .icon span {
  display: none;
}
.join_top ol li:hover .icon em,
.join_top ol li.cur .icon em {
  display: block;
}
.join_top ol li:hover .text p,
.join_top ol li.cur .text p,
.join_top ol li:hover .text span,
.join_top ol li.cur .text span {
  color: #fff;
}

.join_box2 {
  background: url(../images/join_bg2.jpg) no-repeat center top;
  padding: 76px 0 60px;
}
.join_box2 .top .left {
  float: left;
  width: 50%;
}
.join_box2 .top .left .title h3 {
  color: #fff;
}
.join_box2 .top .left .t {
  margin-top: 17px;
  color: #fff;
  line-height: 26px;
}
.join_box2 .top .right {
  float: right;
  width: 47%;
  padding-top: 63px;
}
.join_box2 .top .right .t {
  color: #fff;
  line-height: 26px;
}
.join_box2 ol {
  margin-top: 30px;
}
.join_box2 ol li {
  float: left;
  width: 49%;
  line-height: 0;
}
.join_box2 ol li:last-child {
  float: right;
}
.join_box3 {
	padding-top: 76px;
  padding-bottom: 70px;
}
.join_box3 .top .title {
  float: left;
}
.join_box3 .top .search {
  margin-top: 48px;
  width: 432px;
}
.join_box3 .top .search .cbox {
  width: 120px;
  height: 48px;
  float: left;
  position: relative;
}
.join_box3 .top .search .cbox .ch {
  display: block;
  width: 100%;
  height: 48px;
  line-height: 46px;
  border: 1px solid #d9d9d9;
  padding: 0 10px;
  font-size: 16px;
  color: #666666;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
.join_box3 .top .search .cbox .ch:before {
  content: "";
  position: absolute;
  right: 17px;
  top: 21px;
  width: 13px;
  height: 7px;
  background: url(../images/icon4.jpg) no-repeat center center;
}
.join_box3 .top .search .cbox .con {
  display: none;
  z-index: 999;
  border: 1px solid #d9d9d9;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: #FFFFFF;
  padding: 10px;
}
.join_box3 .top .search .cbox .con a {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #999;
  font-size: 14px;
  display: block;
  line-height: 26px;
}
.join_box3 .top .search .cbox .con a:hover {
  color: #666;
}
.join_box3 .top .search .search_btn {
  height: 48px;
  float: left;
  width: 312px;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
}
.join_box3 .top .search .search_btn .text {
  float: left;
  width: 273px;
  height: 46px;
  border: none;
  font-size: 16px;
  padding: 0 15px;
}
.join_box3 .top .search .search_btn .btn {
  background: url(../images/join_btn.jpg) no-repeat center center;
  border: none;
  width: 38px;
  height: 45px;
  float: right;
}
.join_box3 .box {
  margin-top: 45px;
  background: #ffffff url(../images/join_pic3.jpg) no-repeat right bottom;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.join_box3 .box .tables_btn {
  float: left;
  width: 33%;
}
.join_box3 .box .tables_btn li {
  padding: 6.8% 8%;
  float: left;
  width: 100%;
  cursor: pointer;
  transition: all .5s;
}
.join_box3 .box .tables_btn li .text {
  display: inline-block;
  float: left;
  width: 70%;
}
.join_box3 .box .tables_btn li .text h3 {
  color: #333333;
  font-size: 18px;
  font-weight: normal;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  transition: all .2s;
}
.join_box3 .box .tables_btn li .text p {
  margin-top: 5px;
  color: #888888;
  font-size: 15px;
  font-family: arial;
  text-transform: uppercase;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  transition: all .2s;
}
.join_box3 .box .tables_btn li .icon {
  float: right;
  display: inline-block;
  background: url(../images/join_pic2.png) no-repeat center center / cover;
  line-height: 25px;
  border-radius: 50px;
  color: #fff;
  font-size: 14px;
  padding: 0 15px;
  margin-top: 12px;
}
.join_box3 .box .tables_btn li:nth-child(2n) {
  background: #fafafa;
}
.join_box3 .box .tables_btn li:hover,
.join_box3 .box .tables_btn li.cur {
  background: url(../images/join_pic1.png) no-repeat center center / cover;
}
.join_box3 .box .tables_btn li:hover .text h3,
.join_box3 .box .tables_btn li.cur .text h3,
.join_box3 .box .tables_btn li:hover .text p,
.join_box3 .box .tables_btn li.cur .text p {
  color: #fff;
}
.join_box3 .box .tables_btn li:hover .icon,
.join_box3 .box .tables_btn li.cur .icon {
  background: #ffffff;
  color: #11346e;
}
.join_box3 .box .tables_con {
  float: right;
  width: 67%;
  padding: 3.5% 4%;
  overflow: hidden;
}
.join_box3 .box .tables_con .zp_con {
  display: none;
}
.join_box3 .box .tables_con h3 {
  color: #333333;
  font-size: 16px;
  margin-top: 10px;
}
.join_box3 .box .tables_con h3 span {
  font-weight: normal;
  color: #666666;
}
.join_box3 .box .tables_con .t {
  margin-top: 5px;
  line-height: 30px;
  font-size: 16px;
}
.join_box3 .box .tables_con .bottom {
  font-size: 16px;
  line-height: 30px;
}
.join_box3 .box .tables_con .bottom a {
  color: #333;
}
.join_box3 .box .tables_con .bottom span {
  color: #0b2769;
  font-weight: bold;
  font-family: arial;
}
.join_box3 .box .tables_con .zp_con:first-child {
  display: block;
}
.join_box4 {
  background: #f4f8f9;
  padding: 60px 0 70px;
}
.join_box4 .top {
  position: relative;
  z-index: 11;
}
.join_box4 .top .title {
  float: left;
}
.join_box4 .top .title h3 span {
  display: inline-block;
  margin-left: 15px;
  font-size: 16px;
  font-weight: normal;
  color: #000000;
}
.join_box4 .top .info-more {
  margin-top: 50px;
  float: right;
  color: #0b2769;
  width: 179px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  background: url(../images/join_pic4.png) no-repeat center center;
}
.join_box4 .top .info-more:before {
  display: none;
}
.join_box4 ol {
  margin-top: 40px;
}
.join_box4 ol li {
  float: left;
  width: 32%;
  text-align: center;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin-bottom: 2%;
  margin-right: 2%;
}
.join_box4 ol li:nth-child(3n) {
  margin-right: 0;
}
.join_box4 ol li .img {
  line-height: 0;
  overflow: hidden;
}
.join_box4 ol li p {
  color: #333333;
  line-height: 48px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.contact_banner {
  position: relative;
}
.contact_banner .box {
  position: absolute;
  left: 0;
  top: 34%;
  width: 100%;
  color: #fff;
}
.contact_banner .box h3 {
  font-size: 36px;
  font-weight: normal;
}
.contact_banner .box h4 {
  margin-top: 10px;
  font-size: 18px;
  font-weight: normal;
}
.contact_banner .box p.dz {
  margin-top: 8px;
  font-size: 16px;
}
.contact_banner .box .dh {
  margin-top: 20px;
  font-size: 25px;
  font-weight: bold;
  font-family: arial;
  height: 33px;
  line-height: 33px;
  padding-left: 50px;
  background: url(../images/contact_dh.png) no-repeat center left;
}
.contact_banner .box .t {
  margin-top: 20px;
  padding-top: 15px;
  width: 323px;
  font-size: 16px;
  border-top: 1px dotted #fff;
}
.contact_banner .box a {
  margin-top: 33px;
  display: block;
  width: 148px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  color: #fff;
}
.contact_banner .box a i {
  display: inline-block;
  width: 17px;
  height: 19px;
  background: url(../images/qq.png) no-repeat center center / cover;
  vertical-align: top;
  margin-right: 8px;
  margin-top: 12px;
}

.contact_box .top {
  position: relative;
  z-index: 11;
}
.contact_box .top .title {
  float: left;
}
.contact_box .top .title h3 span {
  display: inline-block;
  margin-left: 15px;
  font-size: 16px;
  font-weight: normal;
  color: #000000;
}
.contact_box .top .info-more {
  margin-top: 50px;
  float: right;
  color: #0b2769;
  width: 179px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  background: url(../images/join_pic4.png) no-repeat center center;
}
.contact_box .top .info-more:before {
  display: none;
}
.contact_box ol {
  margin-top: 40px;
  overflow: hidden;
}
.contact_box ol li {
  margin-bottom: 2%;
  float: left;
  width: 32%;
  padding: 30px;
  border: 1px solid #EEEEEE;
  margin-right: 2%;
	min-height:297px;
	max-height:297px;
	overflow: hidden;
}
.contact_box ol li:nth-child(3n) {
  margin-right: 0;
}
.contact_box ol li h3 {
  color: #333333;
  font-size: 18px;
}
.contact_box ol li i {
  margin: 15px 0 12px;
  display: block;
  width: 26px;
  height: 2px;
  background: #cccccc;
}
.contact_box ol li .t {
  font-size: 14px;
  color: #333333;
  line-height: 26px;
  font-family: arial;
}
.contact_box ol li:hover {
  background: url(../images/H_bg1.jpg) no-repeat center center / cover;
}
.contact_box ol li:hover h3,
.contact_box ol li:hover p {
  color: #fff;
}
.contact_box ol li:hover i {
  background: #fff;
}
.feedback {
  background: #f4f8f9;
  padding: 60px 0 70px;
}
.feedback ol {
  margin-top: 40px;
}
.feedback ol li {
  float: left;
  background: #fff;
  width: 32%;
  position: relative;
  border: 1px solid #d1d1d1;
  margin-bottom: 1.5%;
  margin-right: 2%;
}
.feedback ol li:nth-child(3),
.feedback ol li:nth-child(4),
.feedback ol li:last-child {
  margin-right: 0;
}
.feedback ol li:nth-child(4) {
  width: 100%;
}
.feedback ol li:last-child {
  border: none;
  text-align: center;
  width: 100%;
  margin-bottom: 0;
}
.feedback ol li span {
  position: absolute;
  left: 10px;
  top: 19px;
  width: 25px;
  line-height: 0;
}
.feedback ol li input {
  border: none;
  background: none;
  width: 100%;
  padding: 0 10px 0 45px;
  -webkit-appearance: none;
  height: 60px;
  line-height: 60px;
  font-family: "微软雅黑";
  font-size: 15px;
}
.feedback ol li textarea {
  width: 100%;
  border: none;
  background: none;
  height: 150px;
  font-family: "微软雅黑";
  -webkit-appearance: none;
  font-size: 15px;
  padding: 20px 10px 20px 45px;
}
.feedback ol li .btn {
  float: left;
  margin-right: 20px;
  width: 218px;
  padding: 0;
  height: 50px;
  line-height: 50px;
  background: #cccccc;
  border: none;
  color: #fff;
  font-size: 20px;
  font-family: "微软雅黑";
}
.feedback ol li .btn.on {
  background: url(../images/on.jpg) no-repeat center center;
}
.contact_map {
  line-height: 0;
}
.pro_top ol {
  width: 755px;
  margin: 0 auto;
}
.pro_top ol li {
  width: 50%;
}
.shares_box {
  background: #f4f8f9;
  padding-bottom: 70px;
}
.shares_box .text {
  float: left;
  width: 45%;
}
.shares_box .text .summary h3 {
  color: #0b2769;
  font-size: 28px;
  font-weight: normal;
  margin-bottom: 12px;
}
.shares_box .text .summary p {
  color: #000000;
  line-height: 28px;
}
.shares_box .text .profile {
  margin-top: 50px;
}
.shares_box .text .profile h3 {
  color: #0b2769;
  font-size: 28px;
  font-weight: normal;
  margin-bottom: 12px;
}
.shares_box .text .profile h3 span {
  height: 27px;
  display: inline-block;
  margin-left: 20px;
  position: relative;
  top: 6px;
  padding-left: 20px;
  border-left: 1px solid #e3e6e7;
}
.shares_box .text .profile h3 span img {
  vertical-align: top;
}
.shares_box .text .profile p {
  color: #000000;
  line-height: 28px;
}
.shares_box .text a.more {
  margin-top: 35px;
  width: 179px;
  height: 44px;
  background: url(../images/join_pic4.png) no-repeat center center / cover;
  display: block;
  text-align: center;
  line-height: 44px;
  color: #0b2769;
  font-size: 16px;
}
.shares_box .right {
  float: right;
  width: 50%;
  line-height: 0;
}
.shares_box .right .img {
  float: right;
  width: 88%;
}
.shares_box .right span {
  float: left;
  display: block;
  line-height: 0;
  width: 46.5%;
  /*box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);*/
  margin-top: -140px;
	margin-left: 46px;
}
.shares_box2 {
  background: #fff;
  padding: 70px 0;
}
.shares_box2 .right {
  float: left;
  line-height: 0;
}
.shares_box2 .text {
  float: right;
}
.shares_box2 .text ol {
  margin-top: 33px;
}
.shares_box2 .text ol li {
  float: left;
  width: 165px;
  margin-right: 7px;
  background: #f4f4f4;
  text-align: center;
  border: 1px solid #f4f4f4;
}
.shares_box2 .text ol li .icon {
  line-height: 0;
  width: 165px;
}
.shares_box2 .text ol li p {
  color: #333333;
  font-size: 12px;
  line-height: 28px;
}
.shares_box3 {
  padding: 70px 0;
}
.shares_box3 .right ol {
  position: relative;
  z-index: 1;
  margin-left: -302px;
  margin-top: -143px;
}
.shares_box3 .right ol li {
  padding-top: 10px;
  padding-right: 10px;
  background: #f4f4f4;
  float: left;
  width: 228px;
  text-align: center;
}
.shares_box3 .right ol li .icon {
  width: 100%;
  line-height: 0;
}
.shares_box3 .right ol li p {
  color: #333333;
  line-height: 32px;
  font-size: 12px;
  border-bottom: 1px solid #ececec;
}
.holding_box {
  background: #f4f8f9;
  margin-top: -10px;
  padding-bottom: 50px;
}
.holding_box .top {
  position: relative;
  z-index: 1;
}
.holding_box .top .title {
  float: left;
}
.holding_box .top .title h3 span {
  display: inline-block;
  margin-left: 15px;
  font-size: 16px;
  font-weight: normal;
  color: #000000;
}
.holding_box .top .info-more {
  margin-top: 50px;
  float: right;
  color: #0b2769;
  width: 179px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  background: url(../images/join_pic4.png) no-repeat center center;
}
.holding_box .top .info-more:before {
  display: none;
}
.holding_box ol {
  margin-top: 40px;
}
.holding_box ol li {
  float: left;
  width: 32%;
  background: #f0f0f0;
  transition: all .3s;
  margin-bottom: 2%;
  margin-right: 2%;
}
.holding_box ol li:nth-child(3n) {
  margin-right: 0;
}
.holding_box ol li .img {
  line-height: 0;
  overflow: hidden;
}
.holding_box ol li .img img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all 1s;
}
.holding_box ol li .text {
  padding: 15px 20px;
  position: relative;
}
.holding_box ol li .text:before {
  content: "";
  position: absolute;
  right: 20px;
  top: 19px;
  width: 43px;
  height: 43px;
  background: url(../images/pro_icon3.png) no-repeat center center / cover;
  transition: all 1s;
}
.holding_box ol li .text h3 {
  color: #333333;
  font-size: 18px;
  font-weight: normal;
}
.holding_box ol li .text p {
  margin-top: 5px;
  color: #666;
  font-size: 16px;
  font-family: arial;
}
.holding_box ol li:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.holding_box ol li:hover .img img {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
}
.holding_box ol li:hover .text:before {
  background-image: url(../images/pro_icon4.png);
}
.holding_box ol li:hover .text h3,
.holding_box ol li:hover .text p {
  color: #0b2769;
}
.holding_box2 {
  padding: 60px 0;
}
.holding_box2 .text {
  float: left;
  width: 50%;
  padding-top: 90px;
}
.holding_box2 .text .t {
  margin-top: 20px;
}
.holding_box2 .text .t h3 {
  color: #333333;
  font-size: 24px;
  font-weight: normal;
}
.holding_box2 .text .t p {
  margin-top: 12px;
  color: #333333;
  font-size: 14px;
  line-height: 28px;
}
.holding_box2 .text .t a.more {
  margin-top: 35px;
  width: 179px;
  height: 44px;
  background: url(../images/join_pic4.png) no-repeat center center / cover;
  display: block;
  text-align: center;
  line-height: 44px;
  color: #0b2769;
  font-size: 16px;
}
.holding_box2 .img {
  float: right;
  line-height: 0;
  width: 42%;
}
.holding_box3 {
  background: url(../images/pro_bg.jpg) no-repeat center center;
  height: 547px;
  padding-top: 175px;
}
.holding_box3 .box {
  width: 845px;
  margin: 0 auto;
  text-align: center;
}
.holding_box3 .box h3 {
  color: #ffffff;
  font-size: 28px;
}
.holding_box3 .box h4 {
  color: #d8e3ff;
  font-size: 24px;
  font-weight: normal;
}
.holding_box3 .box i {
  display: block;
  width: 55px;
  height: 2px;
  background: url(../images/pro1.jpg) no-repeat center center;
  margin: 15px auto 20px;
}
.holding_box3 .box p {
  color: #ffffff;
  font-size: 14px;
  line-height: 28px;
}
.holding_box3 .box a.more {
  margin: 35px auto 0;
  width: 179px;
  height: 44px;
  background: url(../images/on.jpg) no-repeat center center / cover;
  display: block;
  border-radius: 50px;
  text-align: center;
  line-height: 44px;
  color: #fff;
  font-size: 16px;
}
.innovation_box {
  margin-top: -10px;
  padding-bottom: 70px;
}
.innovation_box .img {
  float: left;
  width: 41%;
  line-height: 0;
}
.innovation_box .right {
  float: right;
  width: 50%;
  padding-top: 40px;
}
.innovation_box .right .t {
  margin-top: 20px;
  color: #333333;
  font-size: 18px;
  line-height: 34px;
}
.innovation_box .right .t p span {
  font-size: 24px;
  color: #0b2769;
}
.innovation_box .right ol {
  margin-top: 70px;
}
.innovation_box .right ol li {
  float: left;
  text-align: center;
  position: relative;
  padding: 0 35px;
}
.innovation_box .right ol li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -26px;
  width: 1px;
  height: 52px;
  background: #efefef;
}
.innovation_box .right ol li:first-child {
  padding-left: 0;
}
.innovation_box .right ol li:first-child:before {
  display: none;
}
.innovation_box .right ol li .icon {
  line-height: 0;
}
.innovation_box .right ol li p {
  margin-top: 10px;
  color: #333333;
  font-size: 16px;
}
.innovation_box2 {
  background: #f4f8f9;
  padding: 60px 0;
}
.innovation_box2 ol li {
  float: left;
  background: #fff;
  width: 32%;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
  padding: 30px 50px;
  margin: 1% 2% 1% 0;
}
.innovation_box2 ol li:nth-child(3n) {
  margin-right: 0;
}
.innovation_box2 ol li .icon {
  float: left;
  line-height: 0;
 /*width: 92px;*/
 width: 26%; 
}
.innovation_box2 ol li .text {
  float: left;
  width: 66%;
  margin-left: 20px;
  padding: 17px 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.innovation_box2 ol li .text .bt {
  color: #333333;
  font-size: 20px;
}
.innovation_box2 ol li .text p {
  margin-top: 8px;
  color: #666;
  font-size: 16px;
}
.innovation_box3 {
  background: url(../images/innovation_bg.jpg) no-repeat center top;
  padding: 60px 0 70px;
}
.innovation_box3 ol {
  margin-top: 40px;
}
.innovation_box3 ol li {
  float: left;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  width: 16%;
  padding: 50px 20px;
  text-align: center;
  margin-left: 0.8%;
}
.innovation_box3 ol li:first-child {
  margin-left: 0;
}
.innovation_box3 ol li .icon {
  line-height: 0;
  width: 76px;
  height: 76px;
  background: url(../images/innovation_bg2.png) no-repeat center center / cover;
  margin: 0 auto;
}
.innovation_box3 ol li .text {
  padding-top: 20px;
}
.innovation_box3 ol li .text h3 {
  color: #114679;
  font-size: 18px;
}
.innovation_box3 ol li .text p {
  margin-top: 8px;
  color: #666666;
  font-size: 14px;
  text-transform: uppercase;
}
.innovation_box3 ol li .text p span {
  color: #114679;
  font-size: 16px;
  font-weight: bold;
}
.innovation_box3 ol li .text i {
  display: block;
  width: 55px;
  height: 2px;
  margin: 35px auto 0;
  background: #cccccc;
}
/*.research_box {
  margin-top: -10px;
  padding-bottom: 60px;
}
.research_box .img {
  float: left;
  width: 50%;
  line-height: 0;
  margin-top: 40px;
}
.research_box .right {
  float: right;
  width: 48%;
}
.research_box .right .text {
  margin-top: 20px;
  color: #333333;
  font-size: 14px;
  line-height: 28px;
}
.research_box .right ol li {
  margin-top: 30px;
  float: left;
  width: 100%;
}
.research_box .right ol li .icon {
  float: left;
  max-width: 58px;
  width: 100%;
  line-height: 0;
}
.research_box .right ol li .t {
  float: right;
  width: 90%;
}
.research_box .right ol li .t .bt {
  color: #0b2769;
  font-size: 20px;
  margin-bottom: 5px;
}
.research_box .right ol li .t p {
  font-size: 14px;
  line-height: 24px;
}
.research_box2 {
  padding-bottom: 70px;
}
.research_box2 table {
  border: 1px solid #ebebeb;
}
.research_box2 table tr th {
  border: 1px solid #ebebeb;
  padding: 20px 50px;
  color: #000000;
  font-size: 18px;
  font-weight: normal;
}
.research_box2 table tr td {
  border: 1px solid #ebebeb;
  padding: 20px 50px;
  color: #333333;
  font-size: 14px;
  line-height: 24px;
}
.research_box3 {
  background: url(../images/research_bg.jpg);
}
.research_box3 .shipin {
  float: left;
  width: 50%;
  line-height: 0;
  position: relative;
}
.research_box3 .shipin .btn {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 90px;
  height: 90px;
  margin-top: -45px;
  margin-left: -45px;
  cursor: pointer;
}
.research_box3 .box {
  float: right;
  width: 50%;
  padding-top: 55px;
}
.research_box3 .box .text {
  margin-left: 35px;
  max-width: 665px;
  width: 100%;
  float: left;
}
.research_box3 .box .text .t {
  margin-top: 20px;
  color: #333333;
  font-size: 14px;
  line-height: 28px;
}
.research_box3 .box .text .t h3 {
  color: #0b2769;
  font-size: 20px;
  font-weight: normal;
}
.research_box4 {
  padding: 80px 0 100px;
  background: url(../images/research_bg2.jpg) no-repeat center bottom;
}
.research_box4 .text {
  float: left;
  width: 46%;
  padding-top: 80px;
}
.research_box4 .text .t {
  margin-top: 20px;
  color: #333333;
  font-size: 14px;
  line-height: 28px;
}
.research_box4 .right {
  float: right;
  width: 50%;
}
.research_box4 .right .img {
  position: relative;
  line-height: 0;
}
.research_box4 .right .img:before {
  content: "";
  position: absolute;
  left: -12px;
  bottom: -30px;
  width: 127px;
  height: 177px;
  background: url(../images/bg2.png) no-repeat center center;
}
.research_box4 .right .img:after {
  content: "";
  position: absolute;
  right: -12px;
  top: -30px;
  width: 127px;
  height: 177px;
  background: url(../images/bg3.png) no-repeat center center;
}
.research_box4 .right .img img {
  position: relative;
  z-index: 1;
}
.research_box5 {
  background: url(../images/research_bg3.jpg) no-repeat center top;
  padding-top: 55px;
}
.research_box5 .img {
  float: left;
  width: 50%;
  line-height: 0;
}
.research_box5 .text {
  float: right;
  width: 47%;
  padding-top: 80px;
}
.research_box5 .text .title h3 {
  color: #ffffff;
}
.research_box5 .text .t {
  margin-top: 20px;
  color: #fff;
  line-height: 28px;
}
.research_box6 {
  background: #f4f8f9 url(../images/research_bg4.jpg) no-repeat right top;
  margin-top: -53px;
  padding: 100px 0 50px;
}
.research_box6 ol {
  margin-top: 40px;
}
.research_box6 ol li {
  float: left;
  width: 32%;
  text-align: center;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin-bottom: 2%;
  margin-right: 2%;
}
.research_box6 ol li:nth-child(3n) {
  margin-right: 0;
}
.research_box6 ol li .img {
  line-height: 0;
  overflow: hidden;
}
.research_box6 ol li p {
  color: #333333;
  line-height: 48px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.research_box7 {
  margin-top: 0;
  background: #ffffff url(../images/research_bg5.jpg) no-repeat right top;
  padding-top: 60px;
}*/

.research_box {
  margin-top: -10px;
  padding-bottom: 60px;
}
.research_box .img {
  float: right;
  width: 50%;
  line-height: 0;
}
.research_box .right {
  margin-top: 40px;
  float: left;
  width: 48%;
}
.research_box .right .text {
  margin-top: 20px;
  color: #333333;
  font-size: 14px;
  line-height: 28px;
}
.research_box .right .text p {
  margin-top: 30px;
}
.research_box2 {
  padding-bottom: 70px;
}
.research_box2 .ol_list li {
  float: left;
  width: 24.85%;
  height: 127px;
  padding-top: 42px;
  text-align: center;
  margin-left: 0.2%;
}
.research_box2 .ol_list li:first-child {
  margin-left: 0;
}
.research_box2 .ol_list li .icon {
  display: inline-block;
  line-height: 0;
  margin-right: 15px;
  vertical-align: top;
}
.research_box2 .ol_list li .icon img {
  height: 48px;
}
.research_box2 .ol_list li .text {
  text-align: left;
  display: inline-block;
  color: #fff;
}
.research_box2 .ol_list li .text h3 {
  font-size: 22px;
  font-weight: normal;
}
.research_box2 .ol_list li .text p {
  margin-top: 4px;
  color: #bcdae4;
  font-size: 14px;
  font-family: arial;
}
.research_box2 .ol_list li.li1 {
  background: url(../images/xzj_bg01.jpg) no-repeat center center / cover;
}
.research_box2 .ol_list li.li2 {
  background: url(../images/xzj_bg02.jpg) no-repeat center center / cover;
}
.research_box2 .ol_list li.li3 {
  background: url(../images/xzj_bg03.jpg) no-repeat center center / cover;
}
.research_box2 .ol_list li.li4 {
  background: url(../images/xzj_bg04.jpg) no-repeat center center / cover;
}
.research_box2 .ol_list2 {
  background: #f0f5f7;
  padding: 55px 0;
  border: 1px solid #e0e7ed;
}
.research_box2 .ol_list2 ul li {
  float: left;
  /* padding-left: 40px; */
	padding-left: 12px;
}
.research_box2 .ol_list2 ul li .num {
  float: left;
  color: #b0c3d4;
  font-size: 46px;
  font-family: arial;
}
.research_box2 .ol_list2 ul li .text {
  margin-top: 8px;
  margin-left: 18px;
  max-width: 275px;
  float: left;
}
.research_box2 .ol_list2 ul li .text h3 {
  color: #333333;
  font-size: 20px;
  font-weight: normal;
}
.research_box2 .ol_list2 ul li .text .t {
  margin-top: 10px;
  color: #777777;
  font-size: 14px;
  line-height: 28px;
}
.research_box3 {
  background: #f4f8f9 url(../images/xzj_bg2.jpg) no-repeat center bottom;
  padding: 70px 0;
}
.research_box3 .top .left {
  float: left;
  width: 40%;
}
.research_box3 .top .left .text {
  padding-top: 10px;
  color: #7f7f7f;
  font-size: 14px;
  line-height: 28px;
}
.research_box3 .top .left .text p {
  margin-top: 30px;
}
.research_box3 .top .right {
  float: right;
  width: 57%;
  line-height: 0;
}
.research_box3 .bottom {
  padding-top: 60px;
}
.research_box3 .bottom .left {
  float: left;
  width: 50%;
}
.research_box3 .bottom .right {
  float: right;
  width: 45%;
}
.research_box3 .bottom .right h3 {
  color: #0b2769;
  font-size: 22px;
}
.research_box3 .bottom .right ol li {
  margin-top: 4%;
  float: left;
  width: 26%;
  text-align: center;
  margin-right: 11%;
}
.research_box3 .bottom .right ol li:nth-child(3n) {
  margin-right: 0;
}
.research_box3 .bottom .right ol li .icon {
  line-height: 0;
}
.research_box3 .bottom .right ol li p {
  margin-top: 12px;
  color: #555454;
  font-size: 15px;
}
.research_box4 {
  background: #f4f8f9 url(../images/xzj_bg3.jpg) no-repeat center top;
  padding: 70px 0;
}
.research_box4 .title h3 {
  color: #fff;
}
.research_box4 ol {
  margin-top: 35px;
}
.research_box4 ol li {
  float: left;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background: #fff;
  width: 49%;
}
.research_box4 ol li:last-child {
  float: right;
}
.research_box4 ol li .img {
  line-height: 0;
}
.research_box4 ol li .text {
  padding: 25px 0;
}
.research_box4 ol li .text h3 {
  color: #555555;
  font-size: 22px;
  font-weight: normal;
}
.research_box4 ol li .text .t {
  margin-top: 15px;
}
.research_box4 ol li .text .t span {
  color: #888888;
  font-size: 16px;
  display: inline-block;
  margin: 0 20px;
  padding-left: 15px;
  position: relative;
}
.research_box4 ol li .text .t span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 7px;
  height: 7px;
  border-radius: 50px;
  background: #d6d6d6;
}
.research_box5 {
  padding: 70px 0;
}
.research_box5 .left {
  float: left;
  width: 35%;
}
.research_box5 .left .text {
  margin-top: 30px;
}
.research_box5 .left .text p {
  color: #7f7f7f;
  font-size: 16px;
  line-height: 28px;
}
.research_box5 .left .text ol li {
  margin-top: 10px;
  float: left;
  width: 48%;
  color: #7f7f7f;
  font-size: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height: 28px;
}
.research_box5 .left .text ol li:nth-child(2n) {
  float: right;
}
.research_box5 .right {
  float: right;
  width: 61%;
  line-height: 0;
}
.research_box6 {
  padding: 70px 0;
  background: #f4f8f9;
}
.research_box6 .right {
  float: left;
  width: 50%;
  line-height: 0;
}
.research_box6 .left {
  float: right;
  width: 42%;
}
.research_box6 .left .text {
  padding-top: 20px;
}
.research_box6 .left .text .tit {
  color: #878787;
  font-size: 16px;
  line-height: 28px;
}
.research_box6 .left .text ol li {
  float: left;
  width: 100%;
  margin-top: 30px;
}
.research_box6 .left .text ol li .bt {
  float: left;
  width: 30%;
}
.research_box6 .left .text ol li .bt p {
  color: #878787;
  font-size: 16px;
  line-height: 28px;
}
.research_box6 .left .text ol li .bt span {
  color: #585858;
  font-size: 18px;
}
.research_box6 .left .text ol li .t {
  padding-top: 10px;
  width: 70%;
  float: left;
  color: #60aebd;
  font-size: 50px;
  line-height: 40px;
}
.research_box6 .left .text ol li .t span {
  font-size: 22px;
}




.about_box3 {
  padding-bottom: 40px;
}
.about_box3 .text {
  float: left;
  width: 45%;
  padding-top: 85px;
}
.about_box3 .text .t {
  margin-top: 20px;
  color: #333333;
  font-size: 14px;
  line-height: 28px;
}
.about_box3 .img {
  float: right;
  width: 53%;
  line-height: 0;
}
.about_box4 {
  background: #f4f8f9;
  padding: 60px 0 50px;
}
.about_box4 .img {
  margin-top: 45px;
}
.about_box4 .img img{
	max-width: 100%;
}

.about_box6 {
  padding: 70px 0;
}
.about_box6 .top .title {
  float: left;
}
.about_box6 .top .info-more {
  margin-top: 50px;
  float: right;
  color: #0b2769;
  width: 179px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  background: url(../images/join_pic4.png) no-repeat center center;
}
.about_box6 .top .info-more:before {
  display: none;
}
.about_box6 ol {
  margin-top: 40px;
}
.about_box6 ol li {
  float: left;
  width: 32%;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin-right: 2%;
	margin-bottom: 2%;
}
.about_box6 ol li:nth-child(3n) {
  margin-right: 0;
}
.about_box6 ol li .img {
  line-height: 0;
  overflow: hidden;
}
.about_box6 ol li p {
  line-height: 50px;
  color: #333333;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.about_box7 {
  background: #f4f8f9;
  padding: 70px 0;
}
.about_box7 .top .title {
  float: left;
}
.about_box7 .top .title h3 span {
  font-size: 16px;
  display: inline-block;
  margin-left: 5px;
}
.about_box7 .top ol {
  float: right;
  margin-top: 70px;
}
.about_box7 .top ol li {
  float: left;
  color: #0f306c;
  font-size: 16px;
  line-height: 24px;
  margin-left: 20px;
}
.about_box7 .top ol li i {
  float: left;
  width: 48px;
  height: 24px;
  margin-right: 5px;
  border: 2px solid #ea7500;
}
.about_box7 .top ol li i.i1 {
  border-color: #eb7401;
}
.about_box7 .top ol li i.i2 {
  border-color: #b90000;
}
.about_box7 .top ol li i.i3 {
  border-color: #0166cd;
}
.about_box7 .top ol li span {
  float: left;
}
.about_box7 .img {
  margin-top: 45px;
}
.about_box7 .img img{
	max-width: 100%;
}
.about_box8 {
  padding: 70px 0;
}
.about_box8 .text {
  width: 50%;
  float: left;
  padding-top: 60px;
}
.about_box8 .text ol li {
  margin-top: 30px;
  float: left;
  width: 100%;
}
.about_box8 .text ol li .icon {
  float: left;
  width: 54px;
  line-height: 0;
}
.about_box8 .text ol li .t {
  float: right;
  width: 90%;
}
.about_box8 .text ol li .t h3 {
  color: #0b2769;
  font-size: 20px;
}
.about_box8 .text ol li .t p {
  margin-top: 5px;
  color: #333333;
  font-size: 14px;
  line-height: 28px;
}
.about_box8 .img {
  float: right;
  width: 45%;
  line-height: 0;
}
.proshow_box {
	padding-top: 128px;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.proshow_box .proshow_dt {
  position: relative;
  left: 50%;
  margin-left: -960px;
  width: 1920px;
  height: 700px;
}
.proshow_box .proshow_dt img {
  width: 1920px;
  height: 700px;
}
.proshow_box ol.tongji {
  width: 475px;
  bottom: 45px;
  left: 50%;
  margin-left: -237.5px;
  position: absolute;
  z-index: 1;
  display: none;
}
.proshow_box ol.tongji li {
  float: left;
  width: 145px;
  background: #303638;
  text-align: center;
  margin-left: 20px;
}
.proshow_box ol.tongji li:first-child {
  margin-left: 0;
}
.proshow_box ol.tongji li .img {
  width: 145px;
  height: 88px;
}
.proshow_box ol.tongji li .img img {
  width: 145px;
  height: 88px;
}
.proshow_box ol.tongji li p {
  line-height: 28px;
  color: #ffffff;
  font-size: 12px;
}
.proshow_box .proshow_btn {
  padding: 30px 0;
  background: #5a595a;
}
.proshow_box .proshow_btn .proshow_xt .box {
  position: relative;
  width: 174px;
  height: 104px;
  border: 2px solid #61c2c9;
  cursor: pointer;
  margin: 0 13px;
}
.proshow_box .proshow_btn .proshow_xt .box .img {
  display: block;
  line-height: 0;
  overflow: hidden;
  height: 100%;
}
.proshow_box .proshow_btn .proshow_xt .box .t {
  position: absolute;
  left: 0;
  top: 0;
  padding-top: 35px;
  background: rgba(182, 177, 174, 0.5);
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  font-family: arial;
}
.proshow_box .proshow_btn .proshow_xt .slick-prev,
.proshow_box .proshow_btn .proshow_xt .slick-next {
  width: 20px;
  height: 35px;
  margin-top: -17.5px;
  border: none;
}
.proshow_box .proshow_btn .proshow_xt .slick-prev {
  left: -40px;
  background: url(../images/btn_prev.jpg) no-repeat center center / cover;
}
.proshow_box .proshow_btn .proshow_xt .slick-next {
  right: -40px;
  background: url(../images/btn_next.jpg) no-repeat center center / cover;
}
.proshow_box .proshow_btn .proshow_xt .slick-current .box .t {
  background: rgba(97, 194, 201, 0.8);
}

/**/
.proshow_box .pop_show {
  position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.8);
	display: none;
	z-index: 9999999999;
}

.proshow_box .pop_show .pop_show_ny{
  
  z-index: 2;
  position: absolute;
  left: 50%;
  top: 176px;
  margin-left: -635px;
  width: 1270px;
  background: #ffffff;
  height: 650px;
}
.proshow_box .pop_show .guanbi {
  position: absolute;
  right: 0;
  top: -47px;
  width: 47px;
  height: 47px;
  cursor: pointer;
}
.proshow_box .pop_show .img {
  float: left;
  width: 420px;
  background: #5a595a;
  height: 650px;
  position: relative;
}
.proshow_box .pop_show .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.proshow_box .pop_show .text {
  float: right;
  width: 850px;
  height: 650px;
  overflow-y: auto;
}
.proshow_box .pop_show .text ol li {
  float: left;
  width: 100%;
  padding: 20px 30px;
  border-bottom: 1px solid #e0e0e0;
}
.proshow_box .pop_show .text ol li .bt {
  float: left;
  width: 40%;
}
.proshow_box .pop_show .text ol li .bt .icon {
  float: left;
  width: 47px;
  line-height: 0;
  margin-right: 12px;
}
.proshow_box .pop_show .text ol li .bt .d {
  float: left;
}
.proshow_box .pop_show .text ol li .bt .d h3 {
  color: #333333;
  font-size: 20px;
  font-weight: normal;
}
.proshow_box .pop_show .text ol li .bt .d p {
  margin-top: 5px;
  font-size: 12px;
  text-transform: uppercase;
}
.proshow_box .pop_show .text ol li .t {
  float: right;
  width: 60%;
  color: #333333;
  font-size: 16px;
  line-height: 36px;
}
.phone_join {
  margin-top: 30px;
  display: none;
}
.phone_join ul li {
  float: left;
  width: 100%;
  margin-bottom: 2%;
  border: 1px solid #d9d9d9;
}
.phone_join ul li .bt {
  cursor: pointer;
  padding: 10px 15px;
  background: #fff;
  line-height: 24px;
}
.phone_join ul li .bt h3 {
  float: left;
  font-size: 14px;
  font-weight: normal;
  max-width: 80%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.phone_join ul li .bt span {
  float: right;
  color: #64c4ca;
}
.phone_join ul li .text {
  border-top: 1px solid #d9d9d9;
  display: none;
  margin-top: 2px;
  background: #fff;
  padding: 10px 15px 20px;
}
.phone_join ul li .text h3 {
  color: #333;
  font-weight: normal;
  font-size: 14px;
}
.phone_join ul li .text h3 span {
  color: #666;
}
.phone_join ul li .text .t {
  margin-top: 5px;
  line-height: 24px;
  font-size: 14px;
}
.phone_join ul li:last-child {
  margin-bottom: 0;
}
.mobile_course {
  display: none;
}
.mobile_course ul li {
  float: left;
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #dce3ec;
}
.mobile_course ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.mobile_course ul li .bt {
  font-size: 18px;
  font-weight: bold;
}
.mobile_course ul li .t {
  margin-top: 5px;
  font-size: 14px;
  line-height: 24px;
}
.info-more2 {
  display: none;
}
.mobile_prolist {
  display: none;
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 15px 30px;
}
.mobile_prolist ol li {
  float: left;
  margin-bottom: 2%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  width: 49%;
}
.mobile_prolist ol li:nth-child(2n) {
  float: right;
}
.mobile_prolist ol li .img {
  line-height: 0;
  overflow: hidden;
}
.mobile_prolist ol li .text {
  padding: 15px;
  text-align: center;
}
.mobile_prolist ol li .text p {
  font-size: 15px;
  color: #333;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.mobile_proshow {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
	    padding-top: 128px;
}
.mobile_proshow .img {
  background: #5a595a;
  position: relative;
  text-align: center;
  line-height: 0;
  padding: 30px 15px;
}
.mobile_proshow .img img {
  height: 156px;
}
.mobile_proshow .text {
  width: 100%;
	position: relative;
}
.mobile_proshow .text ol li {
  float: left;
  width: 100%;
  padding: 20px 30px;
  border-bottom: 1px solid #e0e0e0;
}
.mobile_proshow .text ol li .bt {
  float: left;
  width: 40%;
}
.mobile_proshow .text ol li .bt .icon {
  float: left;
  width: 47px;
  line-height: 0;
  margin-right: 12px;
}
.mobile_proshow .text ol li .bt .d {
  float: left;
}
.mobile_proshow .text ol li .bt .d h3 {
  color: #333333;
  font-size: 20px;
  font-weight: normal;
}
.mobile_proshow .text ol li .bt .d p {
  margin-top: 5px;
  font-size: 12px;
  text-transform: uppercase;
}
.mobile_proshow .text ol li .t {
  float: right;
  width: 60%;
  color: #333333;
  font-size: 16px;
  line-height: 36px;
}

.inputerror { border: 1px solid #f00 !important; background-color: #ffe6e6 !important;}
@-webkit-keyframes inputerrors{
  0%{
    background-color: #fff;
	}
	100%{
    background-color: #ffe6e6;
	}
}
 
.inputerror{
	animation: inputerrors 0.5s 3 ease;
}

.t_fenxiang a{
	width: 24px;
	min-height: 24px;
	margin-right: auto;
	margin: 0;
}

/**2018-12-29**/
.about_box9 {
  background: url(../images/about_bg.jpg) no-repeat center top;
  padding: 56px 0 60px;
}
.about_box9 .title h3,
.about_box9 .title h4 {
  color: #fff;
}
.about_box9 ol {
  margin-top: 40px;
}
.about_box9 ol li {
  float: left;
  background: #fafcfc;
  padding: 50px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  width: 48.5%;
}
.about_box9 ol li:last-child {
  float: right;
}
.about_box9 ol li .text {
  float: left;
  width: 60%;
}
.about_box9 ol li .text h3 {
  color: #333333;
  font-size: 20px;
  font-weight: normal;
}
.about_box9 ol li .text .t {
  margin-top: 10px;
  line-height: 34px;
  color: #666666;
}
.about_box9 ol li .img {
  float: right;
  width: 34%;
  line-height: 0;
}
.about_box10 {
  padding: 10px 0 60px;
}
.about_box10 .text {
  float: left;
  width: 35%;
}
.about_box10 .text .t {
  margin-top: 50px;
  color: #666666;
  font-size: 14px;
  line-height: 36px;
}
.about_box10 .box {
  float: right;
  width: 59%;
  position: relative;
}
.about_box10 .box .slide {
  width: 100%;
  min-height: 180px;
  overflow: hidden;
  position: relative;
}
.about_box10 .box .slide .img {
  overflow: hidden;
  position: absolute;
  transition: width 0.4s, height 0.4s, top 0.4s, left 0.4s, z-index 0.4s;
}
.about_box10 .box .slide p {
  text-align: center;
  color: #666666;
  font-size: 16px;
  margin-top: 10px;
}
.about_box10 .box .slide .img img {
  width: 98%;
}
.about_box10 .box .slide .img1 {
  width: 25%;
  height: 100%;
  top: 15%;
  left: 0;
  z-index: 1;
  display: none;
}
.about_box10 .box .slide .img2 {
  width: 30%;
  height: 100%;
  top: 8%;
  left: 5%;
  z-index: 2;
}
.about_box10 .box .slide .img3 {
  width: 35%;
  height: 100%;
  top: 0;
  left: 33%;
  z-index: 3;
}
.about_box10 .box .slide .img3 .text {
  opacity: 1;
}
.about_box10 .box .slide .img4 {
  width: 30%;
  height: 100%;
  top: 8%;
  left: 66%;
  z-index: 2;
}
.about_box10 .box .slide .img5 {
  width: 25%;
  height: 100%;
  top: 15%;
  left: 75%;
  z-index: 1;
  display: none;
}
.about_box10 .box .btn {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 11;
}
.about_box10 .box .btn button {
  margin-top: 22%;
  width: 23px;
  height: 40px;
  border: none;
  cursor: pointer;
}
.about_box10 .box .btn button.f-l {
  background: url(../images/btn_left.jpg) no-repeat center center / cover;
}
.about_box10 .box .btn button.f-r {
  background: url(../images/btn_right.jpg) no-repeat center center / cover;
}
.about_box11 {
  background: #f4f8f9;
  padding: 60px 0 40px;
}
.about_box11 ol {
  margin-top: 40px;
}
.about_box11 ol li {
  float: left;
  width: 23.5%;
  background: #fff;
  margin-right: 2%;
  margin-bottom: 2%;
  text-align: center;
}
.about_box11 ol li:nth-child(4n) {
  margin-right: 0;
}
.about_box11 ol li .img {
  text-align: center;
  line-height: 0;
}
.about_box11 ol li p {
  color: #666666;
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding: 15px 0;
}

/*弹出视频样式*/
.pop_video {
   display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99;
}

.pop_video .box {
    width: 1160px;
    margin: 10% auto 0;
    position: relative;
}

.pop_video .box .guanbi {
    position: absolute;
    top: -68px;
    right: 0;
    line-height: 0;
    cursor: pointer;
}

.pop_video .box .shipin {
    margin-top: 68px;
    line-height: 0;
}

/* .hpgd{
	    overflow: -webkit-paged-x;
    max-height: 640px;
} */


.join_box4 {
  background: none;
}
.join_box5 {
  background: #f4f8f9;
  padding: 70px 0;
}
.join_box5 .left {
  float: left;
  width: 45%;
}
.join_box5 .left .text {
  margin-top: 25px;
  color: #000000;
  font-size: 14px;
  line-height: 30px;
}
.join_box5 .right {
  float: right;
  width: 49%;
}

#guannian .img .slick-dots li button{
	background: #fff;
	height: 3px;
	width: 20px;
}

#guannian .img .slick-dots li.slick-active button{

	background: #64c4ca;
}

.fanhui{
	position: fixed;
	bottom: 20%;
	right: 2%;
}

.fanhui img{
	width: 100%;
	max-width: 100%;
}

.home_news .top .news_tab a:nth-child(2),.home_news .top .news_tab a:nth-child(3){
	display: none;
}


.t_tnk{
	
	text-align: center;
	background: #f4f4f4;
	color: #333333;
    font-size: 12px;
    line-height: 28px;
}

/**2019-5-20**/
.cultural_box{
	padding: 60px 0 60px;
	background:#fff url(../images/cultural_bg.jpg) repeat-x left bottom;
	background-size: 100% 320px;
}
.cultural_box .text{
	float: right;
	width: 47%;
	padding-top: 90px;
}
.cultural_box .text .t{
	color: #333333;
	line-height: 24px;
	margin-top: 60px;
}
.cultural_box .text .t p{
	margin-bottom: 30px;
}
.cultural_box .text .t p span{
	color: #0b2769;
	font-size: 16px;
}
.cultural_box .img{
	float: left;
	width: 50%;
	line-height: 0;
}
.cultural_box2{
	background: url(../images/join_bg2.jpg) no-repeat center top;
	padding: 60px 0;
}
.cultural_box2 .top .title{
	float: left;
}
.cultural_box2 .top .title h4,
.cultural_box2 .top .title h3{
	color: #fff;
}
.cultural_box2 .top  a.info-more{
    margin-top: 50px;
    float: right;
    color: #0b2769;
    width: 179px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    border: 1px solid #fff;
    border-radius: 50px;
    color: #fff;
}
.cultural_box2 .top  a.info-more:before{
	display: none;
}
.cultural_box2 ul{
	margin-top: 40px;
}
.cultural_box2 ul li{
	float: left;
	width: 49%;
	box-shadow: 0 0 5px rgba(0,0,0,.2);
}
.cultural_box2 ul li:nth-child(2n){
	float: right;
}
.cultural_box2 ul li .img{
	line-height: 0;
	overflow: hidden;
}
.cultural_box2 ul li .text{
	color: #333333;
	font-size: 20px;
	padding: 0 30px;
	line-height: 75px;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.cultural_box2 ol li{
	float: left;
	width: 49%;
	margin-top: 2%;
	border: 1px solid #e9e9e9;
}
.cultural_box2 ol li:nth-child(2n){
	float: right;
}
.cultural_box2 ol li .img{
	float: left;
	width: 45%;
	line-height: 0;
}
.cultural_box2 ol li .text{
	float: right;
	width: 55%;
	padding: 25px 15px 0;
}
.cultural_box2 ol li .text h3{
	color: #333333;
	font-size: 20px;
	font-weight: normal;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.cultural_box2 ol li .text p{
	margin-top: 10px;
	color: #666666;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
}
.cultural_box2 ol li .text span{
	color: #cccccc;
	font-size: 14px;
	margin-top: 10px;
	display: block;
}
.cultural_box2 .bottom{
	text-align: center;
}
.cultural_box2 .bottom .info-more{
	margin-top: 50px;
	display: inline-block;
    color: #0b2769;
    width: 179px;
    height: 44px;
    text-align: center;
    line-height: 47px;
    padding-bottom: 0;
    background: url(../images/join_pic4.png) no-repeat center center;
}
.cultural_box2 .bottom .info-more:before{
	display: none;
}
.manage_box{
	background: none;
	padding-bottom: 0;
	position: relative;
	z-index: 2;
}
.manage_box .title{
	text-align: center;
}
.manage_box .title h3{
	color: #002665;
}
.manage_box ol{
	margin-top: 40px;
}
.manage_box ol li.li1 .text,
.manage_box ol li.li2 .text,
.manage_box ol li.li3 .text{
	padding-top: 45px;
}
.manage_box ol li.li1 .text h3,
.manage_box ol li.li2 .text h3,
.manage_box ol li.li3 .text h3{
	font-size: 16px;
}
.manage_box ol li .text p{
	margin-top: 30px;
}
.manage_box2{
	position: relative;
	margin-top: -120px;
}
.manage_box2 .img{
	line-height: 0;
	overflow: hidden;
}
.manage_box2 .btn{
	position: absolute;
	left: 50%;
	top: 62%;
	width: 110px;
	height: 110px;
	transform: translate(-50%,-50%);
}
.manage_box3{
	background: #f4faff;
	padding-top: 60px;
}
.manage_box3 .img{
	text-align: center;
	margin-top: 50px;
	line-height: 0;
}
.manage_box4{
	padding: 60px 0 120px;
}
.manage_box4 .title{
	text-align: center;
}
.manage_box4 .img{
	margin-top: 40px;
	background: #f4f8f9;
	text-align: center;
	line-height: 0;
	padding: 20px;
	box-shadow: 0 0 5px rgba(0,0,0,.2);
	position: relative;
}
.manage_box4 .img:before{
	content: "";
	position: absolute;
	z-index: -1;
	left: -15px;
	bottom:-30px;
	width: 127px;
	height: 177px;
	background: url(../images/bg2.png) no-repeat center center/cover;
}
.manage_box5{
	background: #f4f8f9;
	padding-bottom: 60px;
}
.manage_box5 .text{
	width: 47%;
	float: left;
	padding-top: 60px;
}
.manage_box5 .text .t{
	margin-top: 25px;
	color: #333333;
	line-height: 24px;
}
.manage_box5 .img{
	margin-top: -50px;
	float: right;
	width: 50%;
	line-height: 0;
}

/**/
.home_video {
  position: relative;
}
.home_video .text_box {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  /* padding-top: 17.5%; */
	/*padding-top: 8.5%;*/
}
.home_video .text_box .img {
  line-height: 0;
}
.home_video .text_box h3 {
  color: #ffffff;
  font-size: 70px;
	font-weight: initial;
}
.home_video .text_box .btn {
  width: 86px;
  line-height: 0;
  /* margin: 45px auto 0; */
	margin: 15px auto 0;
  cursor: pointer;
	display: inline-block;
}

.home_video .text_box .btn img{
	width: auto;
}

.pop_video {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99;
}

.pop_video .box {
    width: 1160px;
    margin: 10% auto 0;
    position: relative;
}

.pop_video .box .guanbi {
    position: absolute;
    top: -68px;
    right: 0;
    line-height: 0;
    cursor: pointer;
}

.pop_video .box .shipin {
    margin-top: 68px;
    line-height: 0;
}


/**搜索**/
#pop__search {display:none;margin-bottom:0;position:relative}
#pop__search .box {width:680px;height:52px;background:#fff;border:1px solid #ddd;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s}
#pop__search .box form {display:block;width:100%;height:50px;position:relative;padding-right:50px}
#pop__search .box form .btn01 {width:100%;height:50px;line-height:50px;border:none;background:none;outline:0;padding:0 0 0 20px;font-size:14px;color:#666}
#pop__search .box form .btn01::-webkit-input-placeholder {color:#666;font-size:14px}
#pop__search .box form .btn01::-moz-placeholder {color:#666;font-size:14px}
#pop__search .box form .btn01:-moz-placeholder {color:#666;font-size:14px}
#pop__search .box form .btn01:-ms-input-placeholder {color:#666;font-size:14px}
#pop__search .box form .btn02 {display:block;padding:10px;width:50px;height:50px;border:none;background:none;outline:0;position:absolute;right:0;top:0}
#pop__search .box form .btn02 i {vertical-align:top;margin-top:0px;width:20px;height:20px;color:#333;font-family:"iconfont" !important;font-size:24px;font-style:normal;}
#pop__search .box form .btn02:hover svg {color:#0000ff}