﻿@charset "UTF-8";

@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

#baguetteBox-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.8);
  transition: opacity 0.5s ease;
  z-index: 100000000000000000000000000000000000000;
}

#baguetteBox-overlay.visible {
  opacity: 1;
}

#baguetteBox-overlay .full-image {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}

#baguetteBox-overlay .full-image figure {
  display: inline;
  margin: 0;
  height: 100%;
}

#baguetteBox-overlay .full-image img {
  display: inline-block;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

#baguetteBox-overlay .full-image figcaption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  line-height: 1.8;
  color: #ccc;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
  font-family: Verdana, Geneva, sans-serif;
}

#baguetteBox-overlay .full-image:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

#baguetteBox-slider {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  transition: left 0.4s ease, transform 0.4s ease;
}

#baguetteBox-slider.bounce-from-right {
  animation: bounceFromRight 0.4s ease-out;
}

#baguetteBox-slider.bounce-from-left {
  animation: bounceFromLeft 0.4s ease-out;
}

.baguetteBox-button#next-button, .baguetteBox-button#previous-button {
  top: 50%;
  top: calc(50% - 30px);
  width: 44px;
  height: 60px;
}

.baguetteBox-button {
  position: absolute;
  cursor: pointer;
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 15%;
  background-color: #323232;
  background-color: rgba(50, 50, 50, 0.5);
  color: #ddd;
  font: 1.6em sans-serif;
  transition: background-color 0.4s ease;
}

.baguetteBox-button:hover {
  background-color: rgba(50, 50, 50, 0.9);
}

.baguetteBox-button#next-button {
  right: 2%;
  display: block !important;
}

.baguetteBox-button#previous-button {
  left: 2%;
  display: block !important;
}

.baguetteBox-button#close-button {
  top: 20px;
  right: 2%;
  right: calc(2% + 6px);
  width: 30px;
  height: 30px;
}

.baguetteBox-button svg {
  position: absolute;
  left: 0;
  top: 0;
}

.zoomPad {
  position: relative;
  float: left;
  z-index: 99;
  cursor: crosshair;
}

.zoomPreload {
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #333;
  font-size: 12px;
  font-family: Tahoma;
  text-decoration: none;
  border: 1px solid #CCC;
  background-color: white;
  padding: 8px;
  text-align: center;
  background-image: url(/themes/simplebootx/images/zoomloader.gif);
  background-repeat: no-repeat;
  background-position: 43px 30px;
  z-index: 110;
  width: 90px;
  height: 43px;
  position: absolute;
  top: 0px;
  left: 0px;
}

.zoomPup {
  overflow: hidden;
  background-color: #FFF;
  -moz-opacity: 0.6;
  opacity: 0.6;
  filter: alpha(opacity=60);
  z-index: 120;
  position: absolute;
  border: 1px solid #CCC;
  z-index: 101;
  cursor: crosshair;
}

.zoomOverlay {
  position: absolute;
  left: 0px;
  top: 0px;
  background: #FFF;
  /*opacity:0.5;*/
  z-index: 5000;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 101;
}

.zoomWindow {
  position: absolute;
  left: 110%;
  top: 40px;
  background: #FFF;
  z-index: 6000;
  height: auto;
  z-index: 10000;
  z-index: 110;
}

.zoomWrapper {
  position: relative;
  border: 1px solid #999;
  z-index: 110;
}

.zoomWrapperTitle {
  display: block;
  background: #999;
  color: #FFF;
  height: 18px;
  line-height: 18px;
  width: 100%;
  overflow: hidden;
  text-align: center;
  font-size: 10px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 120;
  -moz-opacity: 0.6;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.zoomWrapperImage {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 110;
}

.zoomWrapperImage img {
  border: 0px;
  display: block;
  position: absolute;
  z-index: 101;
}

.zoomIframe {
  z-index: -1;
  filter: alpha(opacity=0);
  -moz-opacity: 0.8;
  opacity: 0.8;
  position: absolute;
  display: block;
}

/*********************************************************
/ When clicking on thumbs jqzoom will add the class
/ "zoomThumbActive" on the anchor selected
/*********************************************************/
.wap-hd-nav {
  display: none;
}

@media screen and (max-width: 991px) {
  .wap-hd-nav {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    background-color: #195fab;
  }
  .wap-hd-nav-item {
    width: 25%;
  }
  .wap-hd-nav-item a {
    display: block;
    padding: 5px 0;
    line-height: 20px;
    font-size: 14px;
    color: white;
    text-align: center;
    background-color: #363636;
  }
  .wap-hd-nav-item a.active {
    color: white;
    background-color: #195fab;
  }
}
.m-mobilenav {
  display: none;
}

@media screen and (max-width: 991px) {
  .m-mobilenav {
    position: fixed;
    z-index: 11;
    padding-top: 25px;
    top: 0;
    right: 0;
    display: block;
    box-sizing: border-box;
  }
  .m-mobilenav .mbnav-btn {
    position: absolute;
    z-index: 2;
    top: 18px;
    right: 17px;
    width: 26px;
    transition: all 550ms;
  }
  .m-mobilenav .mbnav-btn .line {
    width: 100%;
    height: 2px;
    background-color: #195fab;
  }
  .m-mobilenav .mbnav-btn .line2 {
    margin-top: 6px;
    margin-bottom: 6px;
  }
  .m-mobilenav .mbnav-btn.active {
    transform: rotate(90deg);
  }
  .m-mobilenav .mbnav-bd {
    position: absolute;
    right: 0;
    top: 0;
    width: 300px;
    height: 100%;
    top: 0;
    visibility: hidden;
    z-index: 1;
  }
  .m-mobilenav .mbnav-bd.show {
    visibility: visible;
  }
  .m-mobilenav .mbnav-bd.show .mbnav-wp {
    height: 100%;
    opacity: 1;
  }
  .m-mobilenav .mbnav-bd.show .mbnav-item > a {
    opacity: 1;
    transform: scale(1) translate(0, 0);
  }
  .m-mobilenav .mbnav-wp {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 0;
    background-color: #333;
    top: 0;
    transition: all 550ms;
    opacity: 0;
  }
  .m-mobilenav .mbnav-fix {
    position: absolute;
    right: 0;
    top: 60px;
    height: calc(100% - 60px);
    width: 100%;
    box-sizing: border-box;
    overflow-y: scroll;
  }
  .m-mobilenav .mbnav-item {
    position: relative;
    padding-left: 44px;
    padding-right: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .m-mobilenav .mbnav-item i {
    position: absolute;
    left: 13px;
    top: 12px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background-color: #333;
    font-size: 20px;
    font-size: 2rem;
    color: #fff;
    cursor: pointer;
  }
  .m-mobilenav .mbnav-item > a {
    display: block;
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #fff;
    transform: scale(1.1) translate(60px, -35px);
    opacity: 0;
    transition: 0.5s 0.1s;
  }
  .m-mobilenav .mbnav-item > a.current:after {
    content: "";
    margin-left: 5px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 50%;
    transition: all 550ms;
  }
  .m-mobilenav .mbnav-item > a.active {
    color: #195fab;
  }
  .m-mobilenav .mbnav-item > a.active:after {
    background-color: #195fab;
  }
  .m-mobilenav .mbnav-item:nth-child(1) > a {
    transition-delay: 250ms;
  }
  .m-mobilenav .mbnav-item:nth-child(2) > a {
    transition-delay: 300ms;
  }
  .m-mobilenav .mbnav-item:nth-child(3) > a {
    transition-delay: 350ms;
  }
  .m-mobilenav .mbnav-item:nth-child(4) > a {
    transition-delay: 400ms;
  }
  .m-mobilenav .mbnav-item:nth-child(5) > a {
    transition-delay: 450ms;
  }
  .m-mobilenav .mbnav-item:nth-child(6) > a {
    transition-delay: 500ms;
  }
  .m-mobilenav .mbnav-item:nth-child(7) > a {
    transition-delay: 550ms;
  }
  .m-mobilenav .mbsbnav-list {
    padding: 10px 0;
    display: none;
  }
  .m-mobilenav .mbsbnav-item {
    position: relative;
    padding-left: 20px;
    padding-right: 5px;
  }
  .m-mobilenav .mbsbnav-item i {
    left: 0;
    top: 6px;
    line-height: 24px;
  }
  .m-mobilenav .mbsbnav-item a {
    display: block;
    padding: 5px 5px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
  }
  .m-mobilenav .mbsbnav-item a.active {
    color: #195fab;
  }
}
.slideshow {
  position: relative;
}

.slideshow .wp {
  position: absolute;
  left: 50%;
  margin-left: -600px;
  top: 50%;
  margin-top: -166.5px;
}

.slideshow .wp img {
  max-width: 100%;
  max-height: 80%;
}

.slideshow .item a img {
  width: 100%;
  transition: all 6s ease-out;
  transform: scale(1.1);
}

.slideshow .item.slick-active img {
  transform: scale(1);
}

.slideshow .item.slick-active.item_one img {
  transform: scale(1.1);
}

.slideshow .item.slick-active.item_one.on img {
  transform: scale(1);
}

.slick-list, .slick-slider, .slick-track {
  position: relative;
  display: block;
}

.slick-loading .slick-slide, .slick-loading .slick-track {
  visibility: hidden;
}

.slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list, .slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  top: 0;
  left: 0;
}

.slick-track:after, .slick-track:before {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-slide iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.slick-slide video {
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 101%;
  min-height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  display: none \9 ;
  display: block \9 \0 ;
}

.slick-dots .slide-count {
  display: none;
}

@media screen and (max-width: 991px) {
  .slick-slide video {
    object-position: inherit;
    object-fit: inherit;
    width: 100%;
    height: 100%;
    transform: translate(0, 0);
    left: 0;
    top: 0;
  }
}
::selection {
  color: #fff;
  background: #195fab;
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0 auto;
  width: 100%;
  max-width: 1920px;
  overflow-x: hidden;
  font-family: "Microsoft YaHei", 微软雅黑;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  line-height: 1.2;
  background-color: #fff;
}

@media screen and (max-device-width: 320px) {
  body {
    -webkit-text-size-adjust: 100%;
  }
}
@media screen and (max-device-width: 480px) {
  body {
    -webkit-text-size-adjust: 100%;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  body {
    -webkit-text-size-adjust: 100%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  body {
    -webkit-text-size-adjust: 100%;
  }
}
a {
  color: #333;
  text-decoration: none;
  outline: none;
  tap-highlight-color: transparent;
  focus-ring-color: transparent;
  -webkit-tap-highlight-color: transparent;
  -webkit-focus-ring-color: transparent;
  -moz-tap-highlight-color: transparent;
  -moz-focus-ring-color: transparent;
  transition: all 550ms;
}

a:hover {
  color: #195fab;
}

ol, ul {
  list-style: none;
}

img {
  max-width: 100%;
  border: 0px solid #ccc;
  height: auto;
}

table, embed, video {
  max-width: 100%;
}

input, textarea {
  border: none;
  background: none;
  font-family: inherit;
}

input:focus, textarea:focus {
  outline: none;
}

input[type=submit] {
  cursor: pointer;
}

input[type=checkbox] {
  cursor: pointer;
}

input[type=radio] {
  cursor: pointer;
}

input[type=submit], input[type=reset], input[type=button], button {
  -webkit-appearance: none;
  /*去掉苹果的默认UI来渲染按钮*/
}

textarea {
  resize: none;
}

button {
  border: none;
  background: none;
  cursor: pointer;
}

em, i {
  font-style: normal;
}

/* .c-xx start */
.c-fl {
  float: left;
}

.c-fr {
  float: right;
}

.c-cb {
  clear: both;
}

.c-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.c-mg {
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
}

.c-oh {
  overflow: hidden;
}

.c-wd {
  width: 1400px;
}

.c-tsn {
  transition: all 550ms;
}

.c-bbx {
  box-sizing: border-box;
}

.c-pr {
  position: relative;
}

.c-mt-5 {
  margin-top: 5px;
}

.c-mt-10 {
  margin-top: 10px;
}

.c-mt-15 {
  margin-top: 15px;
}

.c-mt-20 {
  margin-top: 20px;
}

.c-mt-25 {
  margin-top: 25px;
}

.c-mt-30 {
  margin-top: 30px;
}

.c-mt-35 {
  margin-top: 35px;
}

.c-mt-40 {
  margin-top: 40px;
}

.c-mt-45 {
  margin-top: 45px;
}

.c-mt-50 {
  margin-top: 50px;
}

.c-nomt {
  margin-top: 0 !important;
}

.c-nomr {
  margin-right: 0 !important;
}

.c-nomb {
  margin-bottom: 0 !important;
}

.c-noml {
  margin-left: 0 !important;
}

.c-nomg {
  margin: 0 !important;
}

.c-nopt {
  padding-top: 0 !important;
}

.c-nopr {
  padding-right: 0 !important;
}

.c-nopb {
  padding-bottom: 0 !important;
}

.c-nopl {
  padding-left: 0 !important;
}

.c-nopd {
  padding: 0 !important;
}

.c-nofont {
  line-height: 0;
  font-size: 0;
}

.c-nobg {
  background: none !important;
}

/* .c-xx end */
/* .f-xx start */
.f-czjz {
  position: relative;
  top: 50%;
  transform: translate(0px, -50%);
}

.f-box {
  width: calc(100% - 120px);
  max-width: 1400px;
  margin: auto;
}

@media screen and (max-width: 991px) {
  .f-box {
    max-width: 96%;
    width: 100%;
  }
}
/* .f-xx end */
/* @keyframes start */
@keyframes boxshadown {
  0% {
    box-shadow: 0 0 0 1px rgba(51, 51, 51, 0.2);
  }
  100% {
    box-shadow: 0 0 0 15px rgba(51, 51, 51, 0);
  }
}
/* @keyframes end */
/* .an-xx start */
.an-hoverimg-xy {
  position: relative;
  overflow: hidden;
}

.an-hoverimg-xy:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  z-index: 2;
  transform: scaleX(0);
  transition: all 550ms;
  visibility: hidden;
}

.an-hoverimg-xy:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  z-index: 1;
  transform: scaleY(0);
  transition: all 550ms;
  visibility: hidden;
}

.an-hoverimg-xy img {
  transition: all 550ms;
}

.an-hoverimg-xy:hover img {
  transform: scale(1.1);
}

.an-hoverimg-xy:hover:before {
  visibility: visible;
  transform: scaleX(1);
}

.an-hoverimg-xy:hover:after {
  visibility: visible;
  transform: scaleX(1);
}

.an-hoverimg-beforex {
  position: relative;
  overflow: hidden;
}

.an-hoverimg-beforex:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  z-index: 2;
  transform: scaleX(0);
  transition: all 550ms;
  visibility: hidden;
}

.an-hoverimg-beforex img {
  transition: all 550ms;
}

.an-hoverimg-beforex:hover img {
  transform: scale(1.1);
}

.an-hoverimg-beforex:hover:before {
  visibility: visible;
  transform: scaleX(1);
}

.an-hoverimg-beforey {
  position: relative;
  overflow: hidden;
}

.an-hoverimg-beforey:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  z-index: 2;
  transform: scaleY(0);
  transition: all 550ms;
  visibility: hidden;
}

.an-hoverimg-beforey img {
  transition: all 550ms;
}

.an-hoverimg-beforey:hover img {
  transform: scale(1.1);
}

.an-hoverimg-beforey:hover:before {
  visibility: visible;
  transform: scaleY(1);
}

.an-hoverbtn-beforey {
  position: relative;
}

.an-hoverbtn-beforey > * {
  position: relative;
}

.an-hoverbtn-beforey:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scaleY(0);
  background-color: #195fab;
  transition: all 550ms;
}

.an-hoverbtn-beforey:hover {
  color: #fff;
}

.an-hoverbtn-beforey:hover:before {
  transform: scaleY(1);
}

.an-hoverbtn-beforex {
  position: relative;
}

.an-hoverbtn-beforex > * {
  position: relative;
}

.an-hoverbtn-beforex:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  background-color: #195fab;
  transition: all 550ms;
}

.an-hoverbtn-beforex:hover {
  color: #fff;
}

.an-hoverbtn-beforex:hover:before {
  transform: scaleX(1);
}

.an-hoverbtn-beforer {
  position: relative;
  overflow: hidden;
}

.an-hoverbtn-beforer > * {
  position: relative;
}

.an-hoverbtn-beforer:before {
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #195fab;
  transition: all 550ms;
}

.an-hoverbtn-beforer:hover {
  color: #fff;
}

.an-hoverbtn-beforer:hover:before {
  right: 0;
}

.an-boxsd:hover {
  animation: boxshadown 1s infinite cubic-bezier(0.66, 0, 0, 1);
}

/* .an-xx end */
/* .m-xx start */
.m-desc {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
}

.m-desc a {
  color: #195fab;
}

.m-desc a:hover {
  text-decoration: underline;
}

.m-desc p {
  min-height: 30px;
}

.m-desc img {
  max-width: 100%;
}

.m-desc iframe {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.m-desc table {
  width: 100%;
  border-collapse: collapse;
  line-height: 22px;
  border: 1px solid #ccc;
  margin-left: auto;
  margin-right: auto;
}

.m-desc table tr td {
  padding: 10px;
  border: 1px solid #ccc;
  background: #fff;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 1219px) {
  .m-desc {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
  }
  .m-desc a {
    color: #195fab;
  }
  .m-desc a:hover {
    text-decoration: underline;
  }
  .m-desc p {
    min-height: 24px;
  }
}
.table table {
  width: 100%;
  border-collapse: collapse;
  line-height: 22px;
  border: 1px solid #ccc;
}

.table table tr td {
  padding: 10px;
  height: 30px;
  border: 1px solid #ccc;
}

@media screen and (max-width: 991px) {
  .table {
    width: 100%;
    overflow-x: auto;
  }
}
@media screen and (max-width: 991px) {
  [class*=-item] .item-title {
    font-size: 14px;
    font-size: 1.4rem;
  }
  [class*=-item] .item-desc {
    font-size: 13px;
    font-size: 1.3rem;
  }
  [class*=-item] .item-link {
    font-size: 13px;
    font-size: 1.3rem;
  }
  [class*=-item] .item-modal {
    display: none;
  }
}
/* .m-xx end */
/* .j-xx start */
.j-offset-top {
  transition: all 750ms;
  transform: translateY(100px);
  opacity: 0;
}

.j-offset-top.run {
  transform: translateY(0);
  opacity: 1;
}

@media screen and (max-width: 991px) {
  .j-offset-top {
    transform: none !important;
  }
}
.j-offset-bottom {
  transition: all 1750ms;
  transform: translateY(-100px);
  opacity: 0;
}

.j-offset-bottom.run {
  transform: translateY(0);
  opacity: 1;
}

@media screen and (max-width: 991px) {
  .j-offset-bottom {
    transform: none !important;
  }
}
.j-offset-left {
  transition: all 750ms;
  transform: translateX(100px);
  opacity: 0;
}

.j-offset-left.run {
  transform: translateX(0);
  opacity: 1;
}

@media screen and (max-width: 991px) {
  .j-offset-left {
    transform: none !important;
  }
}
.j-offset-right {
  transition: all 750ms;
  transform: translateX(-100px);
  opacity: 0;
}

.j-offset-right.run {
  transform: translateX(0);
  opacity: 1;
}

@media screen and (max-width: 991px) {
  .j-offset-right {
    transform: none !important;
  }
}
.j-fadein {
  transition: all 750ms;
  opacity: 0;
}

.j-fadein.run {
  transform: translateX(0);
  opacity: 1;
}

@media screen and (max-width: 991px) {
  .j-fadein {
    transform: none !important;
  }
}
.j-lazy {
  min-width: 100%;
}

/* .j-xx end */
[class*=-item] .item-pic {
  position: relative;
  display: block;
  line-height: 0;
  font-size: 0;
  text-align: center;
  overflow: hidden;
}

[class*=-item] .item-pic img {
  transition: all 550ms;
}

[class*=-item] .item-pic:hover img {
  transform: scale(1.1);
}

[class*=-item] .item-title {
  overflow: hidden;
}

[class*=-item] .item-title a:hover {
  color: #195fab;
}

[class*=-item] .item-desc {
  overflow: hidden;
}

[class*=-item] .item-desc a {
  display: block;
}

[class*=-item] .item-desc a:hover {
  color: #195fab;
}

.at-resp-share-element .at4-share-count-container {
  text-decoration: none;
  float: right;
  padding-right: 15px;
  line-height: 25px !important;
}

.at-resp-share-element .at-icon {
  width: 24px !important;
  height: 24px !important;
}

.at-style-responsive .at-share-btn {
  padding: 0 !important;
  border-radius: 2px !important;
}

.at-resp-share-element .at-share-btn .at-icon-wrapper {
  width: 24px !important;
  height: 24px !important;
}

.at-resp-share-element .at-share-btn {
  margin-bottom: 0 !important;
  margin-right: 3px !important;
}

.at-resp-share-element .at-icon {
  width: 24px !important;
  height: 24px !important;
}

.at-style-responsive .at-share-btn {
  padding: 0 !important;
  border-radius: 2px !important;
}

.at-resp-share-element .at-share-btn .at-icon-wrapper {
  width: 24px !important;
  height: 24px !important;
}

.at-resp-share-element .at-share-btn {
  margin-bottom: 0 !important;
  margin-right: 3px !important;
}

#preloader {
  background-color: #333;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1;
  margin-top: 0px;
  top: 0px;
  z-index: 99;
}

#loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}

#loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 150px;
  width: 150px;
  margin-top: -75px;
  margin-left: -75px;
  text-align: center;
}

.object {
  width: 20px;
  height: 20px;
  background-color: #FFF;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  margin-right: 20px;
  margin-top: 65px;
  border-radius: 50% 50% 50% 50%;
}

#object_one {
  animation: object_one 1.5s infinite;
}

#object_two {
  animation: object_two 1.5s infinite;
  animation-delay: 0.25s;
}

#object_three {
  margin-right: 0;
  animation: object_three 1.5s infinite;
  animation-delay: 0.5s;
}

@keyframes object_one {
  75% {
    transform: scale(0);
  }
}
@keyframes object_two {
  75% {
    transform: scale(0);
  }
}
@keyframes object_three {
  75% {
    transform: scale(0);
  }
}
.site-welcome {
  visibility: hidden;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 99;
  opacity: 0;
  transition: all 550ms;
}

.m-crm {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #f6f7f7;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #999;
}

.m-crm a {
  color: #999;
}

.m-crm a:hover {
  color: #195fab;
}

.m-crm a.active {
  color: #195fab;
}

@media screen and (max-width: 991px) {
  .m-crm {
    display: none;
  }
}
.m-oths {
  border-top: 1px solid #e7e7e7;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 24px;
  padding-bottom: 68px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}

.m-oths .oths-item {
  max-width: 48%;
  position: relative;
  height: 26px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-repeat: no-repeat;
  background-position: left center;
}

.m-oths .oths-item a {
  color: #666;
}

.m-oths .oths-item a:hover {
  color: #195fab;
}

.m-oths .oths-item i {
  position: absolute;
  top: 0;
}

.m-oths .oths-item-1 {
  padding-left: 35px;
}

.m-oths .oths-item-1 i {
  left: 0;
}

.m-oths .oths-item-2 {
  padding-right: 35px;
}

.m-oths .oths-item-2 i {
  right: 0;
}

@media screen and (max-width: 1219px) {
  .m-oths {
    padding: 30px 20px;
  }
  .m-oths .oths-item {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .m-oths .oths-item {
    width: 100%;
    max-width: 100%;
  }
  .m-oths .oths-item-2 {
    margin-top: 10px;
  }
}
.m-page {
  margin-top: 90px;
  letter-spacing: 0;
  font-size: 0;
  text-align: center;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-start;
}

.m-page a, .m-page span {
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  min-width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  background-color: #195fab;
  box-sizing: border-box;
  transition: all 550ms;
  padding: 0 5px;
  border-radius: 4px;
}

.m-page a.big, .m-page span.big {
  min-width: 100px;
}

.m-page a:hover {
  color: white;
  border-color: #f4940b;
  background-color: #f4940b;
}

.m-page a.active {
  color: white;
  border-color: #f4940b;
  background-color: #f4940b;
}

.m-page a.no:hover {
  color: #fff !important;
  background-color: #195fab !important;
}

.m-page .page-form {
  margin-left: 8px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}

.m-page .form-btn {
  min-width: 150px;
  line-height: 30px;
  height: 30px;
  padding: 0 20px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  box-sizing: border-box;
  background-color: #195fab;
}

.m-page2 {
  position: relative;
}

@media screen and (max-width: 1219px) {
  .m-page {
    margin-top: 35px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
  }
  .m-page a, .m-page span {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
  }
}
.j-videomodal {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}

.j-videomodal iframe {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1200px;
  height: 600px;
  max-width: 90%;
  max-height: 80%;
/*  display: none;*/
}

.j-videomodal video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1200px;
  height: 600px;
  max-width: 90%;
  max-height: 80%;
}

.m-hhd .hd-wp {
  position: relative;
  padding-bottom: 19px;
  background: url("/themes/simplebootx/images/hhd-line.png") no-repeat center bottom;
}

.m-hhd .hd-title1 {
  position: relative;
  line-height: 62px;
  font-size: 44px;
  font-size: 4.4rem;
  font-family: "Microsoft YaHei", 微软雅黑;
  font-weight: bold;
  text-align: center;
  color: #195fab;
  z-index: 2;
}

.m-hhd .hd-title1 a {
  color: #195fab;
}

.m-hhd .hd-title1 a:hover {
  color: #f4940b;
}

.m-hhd .hd-title2 {
  position: absolute;
  bottom: 27px;
  left: 50%;
  transform: translate(-50%);
  line-height: 1;
  font-size: 90px;
  font-size: 9rem;
  font-family: "Microsoft YaHei", 微软雅黑;
  font-weight: bold;
  color: transparent;
  -webkit-text-stroke: 2px rgba(28, 133, 236, 0.1);
}

.m-hhd .hd-desc {
  margin-top: 25px;
  line-height: 28px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #666;
  max-height: 56px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-align: center;
}

.m-hhd .hd-desc a {
  display: block;
  color: #666;
}

.m-hhd .hd-desc a:hover {
  color: #195fab;
}

@media screen and (max-width: 1305px) {
  .m-hhd .hd-title1 {
    line-height: 28px;
    font-size: 40px;
    font-size: 4rem;
  }
}
@media screen and (max-width: 1219px) {
  .m-hhd .hd-title1 {
    line-height: 28px;
    font-size: 26px;
    font-size: 2.6rem;
  }
  .m-hhd .hd-title2 {
    font-size: 40px;
    font-size: 4rem;
  }
  .m-hhd .hd-desc {
    margin-top: 10px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
    max-height: 48px;
  }
}
.g-hpro {
  padding-top: 117px;
  padding-bottom: 260px;
}

@media screen and (max-width: 1366px) {
  .g-hpro {
    padding-bottom: 160px;
  }
}
@media screen and (max-width: 1219px) {
  .g-hpro {
    padding-top: 40px;
  }
}
@media screen and (max-width: 991px) {
  .g-hpro {
    padding-bottom: 40px;
  }
}
.m-hpro .box-hd {
  margin-bottom: 20px;
}

.m-hpro .box-tabhd {
  margin-bottom: 60px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: stretch;
  border-bottom: 1px solid #c6c6c6;
}

.m-hpro .tabhd-item {
  position: relative;
  padding-bottom: 16px;
  padding-top: 16px;
  padding-left: 30px;
  padding-right: 30px;
  line-height: 34px;
  font-size: 24px;
  font-size: 2.4rem;
  color: #666;
  cursor: pointer;
}

.m-hpro .tabhd-item:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 3px;
}

.m-hpro .tabhd-item.active {
  color: #333;
}

.m-hpro .tabhd-item.active:before {
  background-color: #195fab;
}

.m-hpro .tabbd-item {
  display: none;
}

.m-hpro .tabbd-item.show {
  display: block;
}

.m-hpro .box-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: -20px;
}

.m-hpro .list-item {
  margin-bottom: 20px;
  margin-right: 0.8571428571%;
  margin-bottom: 20px;
  width: 32.7142857143%;
  background-color: #ffffff;
  border: solid 1px #eeeeee;
}

.m-hpro .list-item:nth-child(3n) {
  margin-right: 0;
}

.m-hpro .item-text {
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 27px;
  padding-bottom: 32px;
}

.m-hpro .item-title {
  line-height: 24px;
  font-size: 18px;
  font-size: 1.8rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: normal;
}

.m-hpro .item-desc {
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m-hpro .item-desc a {
  display: inline;
}

.m-hpro .item-link {
  margin-top: 15px;
  padding-top: 19px;
  border-top: 1px solid #f2f2f2;
}

.m-hpro .item-link a {
  display: inline-block;
  min-width: 140px;
  line-height: 26px;
  padding: 5px 10px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  background-color: #195fab;
}

.m-hpro .item-link a:hover {
  color: #fff;
  background-color: #f4940b;
}

@media screen and (max-width: 1219px) {
  .m-hpro .tabhd-item {
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 15px 20px;
  }
  .m-hpro .box-tabhd {
    margin-bottom: 30px;
  }
  .m-hpro .item-text {
    padding: 15px 10px;
  }
  .m-hpro .item-title {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .m-hpro .item-link {
    margin-top: 10px;
    padding-top: 10px;
  }
  .m-hpro .item-link a {
    min-width: 100px;
    line-height: 22px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .m-hpro .item-link {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .m-hpro .list-item {
    width: 100%;
    margin-right: 0;
  }
}
.g-hresch {
  position: relative;
  background: url("/themes/simplebootx/images/hresch-bg1.jpg") no-repeat center;
  background-size: cover;
}

.m-hresch {
  padding-top: 75px;
  padding-bottom: 75px;
}

.m-hresch .box-img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-10%, -50%);
  width: 41.3541666667%;
  line-height: 0;
  font-size: 0;
}

.m-hresch .box-img a {
  display: inline-block;
  transition: all 3s;
}

.m-hresch .box-img a:hover {
  transform: translateY(-5%);
}

.m-hresch .box-wp {
  margin-left: 36.7857142857%;
  width: 62.1428571429%;
  padding-left: 36px;
  padding-right: 6.5714285714%;
  padding-top: 62px;
  padding-bottom: 56px;
  background-color: #f2f2f2;
  border: solid 2px #f8f8f8;
}

.m-hresch .box-hd {
  display: inline-block;
}

.m-hresch .box-desc {
  margin-top: 24px;
  line-height: 36px;
  height: 144px;
  font-size: 18px;
  font-size: 1.8rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  color: #666;
}

.m-hresch .box-desc a {
  color: #666;
}

.m-hresch .box-desc a:hover {
  color: #195fab;
}

.m-hresch .box-desc > a {
  display: block;
}

.m-hresch .box-link {
  margin-top: 35px;
}

.m-hresch .box-link a {
  display: inline-block;
  min-width: 164px;
  line-height: 30px;
  padding: 7px 10px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  background-color: #195fab;
}

.m-hresch .box-link a:hover {
  color: #fff;
  background-color: #f4940b;
}

@media screen and (max-width: 1219px) {
  .m-hresch {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .m-hresch .box-wp {
    padding: 30px 20px;
  }
  .m-hresch .box-desc {
    height: 96px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-hresch .box-link {
    margin-top: 20px;
  }
  .m-hresch .box-link a {
    min-width: 100px;
    line-height: 22px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.g-habt {
  padding-top: 50px;
  padding-bottom: 94px;
}

@media screen and (max-width: 1219px) {
  .g-habt {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .g-habt {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.m-habt {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}

.m-habt .box-video {
  position: relative;
  order: 2;
  width: 49.2857142857%;
}

.m-habt .box-video a {
  display: inline-block;
  line-height: 0;
  font-size: 0;
}

.m-habt .box-video a:before {
  content: "";
  position: absolute;
  left: 44.776119403%;
  top: 44.4089456869%;
  width: 11.5332428765%;
  height: 13.5782747604%;
  background: url("/themes/simplebootx/images/play1.png") no-repeat center;
  background-size: 100%;
  transition: all 550ms;
}

.m-habt .box-video a:hover:before {
  background-image: url("/themes/simplebootx/images/play2.png");
}

.m-habt .box-fix {
  width: 49.2857142857%;
}

.m-habt .box-hd {
  display: inline-block;
}

.m-habt .box-title {
  margin-top: 22px;
  line-height: 42px;
  font-size: 28px;
  font-size: 2.8rem;
  color: #195fab;
}

.m-habt .box-title a {
  color: #195fab;
  display: block;
}

.m-habt .box-title a:hover {
  color: #f4940b;
}

.m-habt .box-desc {
  margin-top: 36px;
  max-height: 120px;
  line-height: 30px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.m-habt .box-desc a {
  color: #666;
  display: block;
}

.m-habt .box-desc a:hover {
  color: #195fab;
}

.m-habt .box-link {
  margin-top: 74px;
}

.m-habt .box-link a {
  display: inline-block;
  min-width: 164px;
  line-height: 30px;
  padding: 7px 10px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  background-color: #195fab;
}

.m-habt .box-link a:hover {
  color: #fff;
  background-color: #f4940b;
}

.m-habt .box-info {
  margin-top: 45px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: flex-start;
  margin-bottom: -20px;
}

.m-habt .info-item {
  margin-bottom: 20px;
}

.m-habt .item-wp {
  display: block;
  text-align: center;
}

.m-habt .item-wp:hover {
  transform: translateY(-10px);
}

.m-habt .item-num {
  line-height: 1;
  font-size: 70px;
  font-size: 7rem;
  font-family: "Microsoft YaHei", 微软雅黑;
  font-style: italic;
  color: #f4940b;
}

.m-habt .item-title {
  margin-top: 10px;
  line-height: 28px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #f4940b;
}

@media screen and (max-width: 1219px) {
  .m-habt .box-title {
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .m-habt .box-desc {
    margin-top: 15px;
    max-height: 96px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-habt .box-link {
    margin-top: 20px;
  }
  .m-habt .box-info {
    margin-top: 20px;
  }
  .m-habt .item-num {
    font-size: 40px;
    font-size: 4rem;
  }
  .m-habt .item-title {
    line-height: 22px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 640px) {
  .m-habt .item-num {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media screen and (max-width: 480px) {
  .m-habt .box-video {
    width: 100%;
    margin-bottom: 20px;
  }
  .m-habt .box-fix {
    width: 100%;
    order: 2;
  }
}
.m-hys {
  margin-top: 52px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: -20px;
}

.m-hys .box-item {
  width: 48.5714285714%;
  margin-bottom: 20px;
}

.m-hys .item-title {
  margin-top: 20px;
  line-height: 40px;
  font-size: 28px;
  font-size: 2.8rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m-hys .item-desc {
  margin-top: 11px;
  max-height: 90px;
  line-height: 30px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.m-hys .item-desc a {
  color: #666;
}

.m-hys .item-desc a:hover {
  color: #195fab;
}

@media screen and (max-width: 1219px) {
  .m-hys {
    margin-top: 30px;
  }
  .m-hys .item-title {
    margin-top: 10px;
    line-height: 26px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .m-hys .item-desc {
    margin-top: 5px;
    max-height: 72px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .m-hys .item-title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.g-hnews {
  padding-top: 77px;
  padding-bottom: 94px;
  background-color: #f6f6f6;
}

@media screen and (max-width: 1219px) {
  .g-hnews {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.m-hnews .box-hd {
  margin-bottom: 45px;
}

.m-hnews .box-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: -20px;
}

.m-hnews .list-item {
  margin-bottom: 20px;
  width: 49.2857142857%;
  background-color: #fff;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  padding: 24px;
}

.m-hnews .list-item:hover {
  box-shadow: 4px 6px 8px 0px rgba(0, 0, 0, 0.1);
}

.m-hnews .item-pic {
  flex: 0 0 auto;
  width: 207px;
  margin-right: 25px;
}

.m-hnews .item-text {
  flex: 1 1 auto;
  overflow: hidden;
}

.m-hnews .item-title {
  max-height: 68px;
  line-height: 34px;
  font-size: 22px;
  font-size: 2.2rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.m-hnews .item-title a {
  display: block;
}

.m-hnews .item-desc {
  margin-top: 9px;
  max-height: 56px;
  line-height: 28px;
  font-size: 16px;
  font-size: 1.6rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #666;
}

.m-hnews .item-desc a {
  color: #666;
}

.m-hnews .item-desc a:hover {
  color: #195fab;
}

.m-hnews .item-fix {
  margin-top: 22px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}

.m-hnews .item-time {
  order: 2;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
}

.m-hnews .item-link a {
  display: inline-block;
  min-width: 164px;
  line-height: 30px;
  padding: 7px 10px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  background-color: #195fab;
}

.m-hnews .item-link a:hover {
  color: #fff;
  background-color: #f4940b;
}

@media screen and (max-width: 1440px) {
  .m-hnews .item-link a {
    min-width: 120px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1219px) {
  .m-hnews .item-title {
    max-height: 26px;
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  .m-hnews .item-desc {
    margin-top: 10px;
    max-height: 48px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-hnews .item-time {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-hnews .item-pic {
    margin-right: 15px;
    width: 150px;
  }
  .m-hnews .list-item {
    padding: 15px;
  }
  .m-hnews .item-fix {
    margin-top: 10px;
  }
}
@media screen and (max-width: 991px) {
  .m-hnews .item-link {
    display: none;
  }
  .m-hnews .list-item {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .m-hnews .item-pic {
    width: 120px;
  }
}
.g-hctus {
  padding-top: 92px;
  padding-bottom: 100px;
}

@media screen and (max-width: 1219px) {
  .g-hctus {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.m-hctus .box-wp {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}

.m-hctus .box-img {
  width: 35.8333333333%;
  border-radius: 50%;
  line-height: 0;
  font-size: 0;
  border: 10px solid #f5faff;
  overflow: hidden;
}

.m-hctus .box-img a {
  display: inline-block;
}

.m-hctus .box-text {
  width: 57.5%;
}

.m-hctus .box-hd {
  display: inline-block;
}

.m-hctus .box-desc {
  margin-top: 39px;
  max-height: 90px;
  line-height: 30px;
  font-size: 18px;
  font-size: 1.8rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  color: #666;
}

.m-hctus .box-desc a {
  display: block;
  color: #666;
}

.m-hctus .box-desc a:hover {
  color: #195fab;
}

.m-hctus .box-link {
  margin-top: 66px;
}

.m-hctus .box-link a {
  display: inline-block;
  min-width: 223px;
  line-height: 30px;
  padding: 7px 10px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  background-color: #195fab;
  border-radius: 8px 0px 8px 0px;
}

.m-hctus .box-link a:hover {
  color: #fff;
  background-color: #f4940b;
}

@media screen and (max-width: 1219px) {
  .m-hctus .box-desc {
    margin-top: 20px;
    max-height: 72px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-hctus .box-link {
    margin-top: 20px;
  }
  .m-hctus .box-link a {
    min-width: 140px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  .m-hctus .box-img {
    width: 100%;
  }
  .m-hctus .box-text {
    margin-top: 20px;
    width: 100%;
  }
}
.g-ft {
  background-color: #f6f6f6;
}

.m-ftfix1 {
  padding-top: 84px;
  padding-bottom: 20px;
}

.m-ftb1 {
  float: left;
  width: 31.2142857143%;
  padding-right: 20px;
}

.m-ftb2 {
  float: left;
  width: 17.5%;
  padding-right: 30px;
}

.m-ftb3 {
  float: left;
  width: 31.7142857143%;
  padding-right: 30px;
}

.m-ftb4 {
  overflow: hidden;
}

.m-ftt {
  position: relative;
  margin-top: 12px;
  margin-bottom: 17px;
  padding-bottom: 15px;
  line-height: 32px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #222;
  display: block;
}

.m-ftt a {
  color: #222;
}

.m-ftt a:hover {
  color: #195fab;
}

.m-ftt:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 20px;
  height: 3px;
  background-color: #195fab;
}

.m-ftt:first-child {
  margin-top: 0;
}

.m-ftnav {
  line-height: 30px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #9b9b9b;
}

.m-ftnav a {
  color: #9b9b9b;
}

.m-ftnav a:hover {
  color: #195fab;
}

.m-ftinfo .info-item {
  margin-top: 7px;
  max-width: 290px;
}

.m-ftinfo .info-item:first-child {
  margin-top: 0;
}

.m-ftinfo .item-title {
  line-height: 26px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #222;
}

.m-ftinfo .item-info {
  /* margin-top: 8px; */
  position: relative;
  padding-left: 30px;
  line-height: 30px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #9b9b9b;
}

.m-ftinfo .item-info a {
  color: #9b9b9b;
}

.m-ftinfo .item-info a:hover {
  color: #195fab;
}

.m-ftinfo .item-info i {
  position: absolute;
  left: 0;
  top: 0;
  color: #195fab;
}

.m-ftshare {
  margin-top: 15px;
}

.m-ftshare .erweima {
  display: block;
}

.m-ftshare p {
  font-size: 14px;
  font-size: 1.4rem;
  color: #9b9b9b;
  margin-top: 8px;
}

.m-ftshare .share-item {
  margin-right: 12px;
  margin-bottom: 10px;
  width: 36px;
  line-height: 34px;
  border: 1px solid #9b9b9b;
  border-radius: 50%;
  text-align: center;
  color: #9b9b9b;
}

.m-ftshare .share-item:last-child {
  margin-right: 0;
}

.m-ftshare .share-item:hover {
  color: #fff;
  background-color: #195fab;
  border-color: #195fab;
}

.m-ftform .box-form {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.m-ftform .form-item {
  margin-bottom: 14px;
}

.m-ftform .form-item1 {
  width: 100%;
}

.m-ftform .form-item2 {
  position: relative;
  width: 100%;
}

.m-ftform .form-item2 .form-text {
  padding-right: 80px;
}

.m-ftform .form-item3 {
  width: 86px;
}

.m-ftform .form-text {
  width: 100%;
  height: 40px;
  line-height: 38px;
  padding: 0 18px;
  font-size: 14px;
  font-size: 1.4rem;
  border: 1px solid #195fab;
}

.m-ftform .form-text::-webkit-input-placeholder {
  color: #afafaf;
  opacity: 1;
}

.m-ftform .form-text:-moz-placeholder {
  color: #afafaf;
  opacity: 1;
}

.m-ftform .form-text::-moz-placeholder {
  color: #afafaf;
  opacity: 1;
}

.m-ftform .form-text:-ms-input-placeholder {
  color: #afafaf;
  opacity: 1;
}

.m-ftform .form-text2 {
  height: 84px;
}

.m-ftform .form-code {
  position: absolute;
  right: 5px;
  top: 1px;
  width: 80px;
  height: 38px;
  line-height: 38px;
  overflow: hidden;
  text-align: center;
  background: #f3fbfe;
}

.m-ftform .form-code img {
  vertical-align: middle;
  max-height: 38px;
}

.m-ftform .form-btn {
  width: 100%;
  height: 40px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fefefe;
  background-color: #195fab;
}

.m-ftform .form-btn:hover {
  color: #fff;
  background-color: #f4940b;
}

.m-ftext {
  padding-top: 29px;
  line-height: 26px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #999;
  text-align: center;
}

.m-ftext a {
  color: #999;
}

.m-ftext a:hover {
  color: #195fab;
}

.m-ftfix2 {
  padding-top: 24px;
  padding-bottom: 28px;
  border-top: 1px solid #444;
  line-height: 26px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #999;
}

.m-ftfix2 a {
  color: #999;
}

.m-ftfix2 a:hover {
  color: #195fab;
}

.m-ftlnk span, .m-ftlnk a {
  margin-right: 20px;
}

@media screen and (max-width: 1219px) {
  .m-ftnav {
    line-height: 36px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .m-ftform .form-item {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .m-ftb1, .m-ftb2, .m-ftt, .m-ftinfo, .m-ftb4, .m-ftfix2, .m-ftshare {
    display: none;
  }
  .m-ftb3 {
    float: none;
    width: 100%;
    padding-right: 0;
  }
  .m-ftshare {
    margin-top: 0;
    justify-content: center;
  }
  .m-ftfix1 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .m-ftext {
    padding-top: 20px;
  }
}
.g-hd {
  position: fixed;
  z-index: 9;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #fff;
  transition: all 550ms;
  border-bottom: 1px solid #f1f1f1;
}

.g-hd.fixed {
  padding-top: 0;
  box-shadow: 0px 5px 7px 0px #d4d6d9;
}

@media screen and (max-width: 991px) {
  .g-hd {
    padding-top: 0;
  }
}
.f-hdpt {
  padding-top: 70px;
}

@media screen and (max-width: 991px) {
  .f-hdpt {
    padding-top: 54px;
  }
}
.m-hdfix1 {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}

.m-hdlogo {
  text-align: center;
}

.m-hdlogo a {
  display: inline-block;
  line-height: 70px;
}

.m-hdlogo img {
  vertical-align: middle;
  width: 309px;
}

.m-hdfix2, .m-hdnav {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}

.m-hdnav .nav-item {
  position: relative;
  margin-right: 30px;
}

.m-hdnav .nav-item > a {
  position: relative;
  display: block;
  line-height: 70px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #666;
}

.m-hdnav .nav-item > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
}

.m-hdnav .nav-item > a:hover, .m-hdnav .nav-item > a.active, .m-hdnav .nav-item > a.current {
  color: #195fab;
}

.m-hdnav .nav-item > a:hover:before, .m-hdnav .nav-item > a.active:before, .m-hdnav .nav-item > a.current:before {
  background-color: #195fab;
}

.m-hdnav .sbnav-list {
  position: absolute;
  width: 180px;
  background-image: linear-gradient(0deg, #f3f3f3 0%, #fafafa 100%);
  background-color: #fff;
  border-radius: 10px;
  padding-top: 17px;
  padding-bottom: 17px;
  display: none;
}

.m-hdnav .sbnav-list5 {
  position: absolute;
  width: 180px;
}

.m-hdnav .sbnav-list.show {
  display: block;
}

.m-hdnav .sbnav-list1 {
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
}

.m-hdnav .sbnav-item {
  position: relative;
}

.m-hdnav .sbnav-item a {
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
}

.m-hdnav .sbnav-item a:hover, .m-hdnav .sbnav-item a.active {
  color: #195fab;
}

.m-hdnav .sbnav-list2 {
  left: 100%;
  top: 0;
}

@media screen and (max-width: 1440px) {
  .m-hdnav .sbnav-list {
    width: 160px;
  }
}
.m-hdsch {
  position: relative;
}

.m-hdsch .sch-btn {
  line-height: 70px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
  text-align: center;
  cursor: pointer;
}

.m-hdsch .sch-form {
  position: absolute;
  right: 0;
  top: 100%;
  width: 226px;
  border-radius: 20px;
  border: solid 1px #e8e8e8;
  padding-right: 28px;
  display: none;
  background-color: #fff;
}

.m-hdsch .form-text {
  width: 100%;
  line-height: 40px;
  padding: 0 16px;
  font-size: 14px;
  font-size: 1.4rem;
}

.m-hdsch .form-text::-webkit-input-placeholder {
  color: #666;
  opacity: 1;
}

.m-hdsch .form-text:-moz-placeholder {
  color: #666;
  opacity: 1;
}

.m-hdsch .form-text::-moz-placeholder {
  color: #666;
  opacity: 1;
}

.m-hdsch .form-text:-ms-input-placeholder {
  color: #666;
  opacity: 1;
}

.m-hdsch .form-btn, .m-hdsch .form-icon {
  position: absolute;
  right: 0;
  top: 0;
  width: 28px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #195fab;
  text-align: left;
}

.m-hdsch .form-btn {
  z-index: 2;
}

.m-hdlang {
  position: relative;
  margin-right: 40px;
  margin-left: 20px;
}

.m-hdlang .lang-btn {
  line-height: 70px;
  font-size: 18px;
  font-size: 1.8rem;
  cursor: pointer;
  color: #195fab;
}

.m-hdlang .lang-btn .icon-bottom1 {
  font-size: 12px;
  font-size: 1.2rem;
}

.m-hdlang .lang-list {
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
  min-width: 100px;
  background-color: #fff;
  padding: 5px;
  display: none;
}

.m-hdlang .lang-item {
  display: block;
  line-height: 24px;
  padding: 5px 10px;
  font-size: 14px;
  font-size: 1.4rem;
}

.m-hdlang .lang-item:hover, .m-hdlang .lang-item.active {
  color: #fff;
  background-color: #195fab;
}

@media screen and (max-width: 1660px) {
  .m-hdnav .nav-item {
    margin-right: 20px;
  }
  .m-hdlogo img {
    width: 150px;
  }
}
@media screen and (max-width: 1219px) {
  .m-hdnav .nav-item > a, .m-hdnav .sbnav-item a {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-hdlang {
    margin-right: 30px;
  }
  .m-hdlang .lang-btn {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-hdlogo img {
    width: 150px;
  }
}
@media screen and (max-width: 1100px) {
  .m-hdnav .nav-item {
    margin-right: 10px;
  }
}
@media screen and (max-width: 991px) {
  .m-hdnav, .m-hdlnk {
    display: none;
  }
  .m-hdsch {
    position: absolute;
    right: 60px;
    top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .m-hdsch .sch-btn {
    line-height: 34px;
  }
  .m-hdlang {
    position: absolute;
    right: 60px;
  }
  .m-hdlang .lang-btn {
    line-height: 34px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-hdlang .lang-btn .icon-bottom1 {
    display: none;
  }
  .m-hdlogo a {
    line-height: 54px;
  }
  .m-hdlogo img {
    width: 160px;
  }
}
.banner {
  position: relative;
  z-index: 2;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
}

.banner .slick-arrow {
  position: absolute;
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.2;
  border-radius: 50px;
  box-shadow: 0px 0px 20px 0 #ffffff;
  width: 50px;
  line-height: 50px;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  color: #195fab;
  background-color: #fff;
  cursor: pointer;
  z-index: 9;
}

.banner .slick-arrow:hover {
  color: #fff;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.6);
}

.banner .slick-prev {
  left: 3%;
}

.banner .slick-next {
  right: 3%;
}

.banner .slick-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-left: 0;
  bottom: 80px;
  width: 100%;
  max-width: 1400px;
  display: flex !important;
  justify-content: flex-start;
  line-height: 0;
  font-size: 0;
}

.banner .slick-dots li {
  margin-right: 6px;
  width: 20px;
  height: 6px;
  background-color: #fff;
  opacity: 0.75;
  cursor: pointer;
}

.banner .slick-dots button {
  opacity: 0;
}

.banner .slick-dots .slick-active {
  background-color: #195fab;
  opacity: 0.8;
  width: 32px;
}

.banner .slide-count {
  display: none;
}

@media screen and (max-width: 991px) {
  .banner .slick-dots {
    display: none !important;
  }
  .banner .slick-arrow {
    bottom: auto;
    top: 50%;
    transform: translate(0, -50%);
    width: 34px;
    line-height: 34px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .banner .slick-prev {
    left: 2%;
  }
  .banner .slick-next {
    left: auto;
    right: 2%;
    margin-left: 0;
  }
}
.m-nbanner {
  padding-top: 21.25%;
  padding-bottom: 15.9375%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.m-nbanner .box-title {
  line-height: 1;
  font-size: 80px;
  font-size: 8rem;
  font-family: "Microsoft YaHei", 微软雅黑;
  font-weight: bold;
  font-style: italic;
  color: #fff;
  text-align: center;
}

.m-nbanner .box-title img {
  vertical-align: middle;
}

@media screen and (max-width: 1219px) {
  .m-nbanner .box-title {
    line-height: 1;
    font-size: 60px;
    font-size: 6rem;
  }
  .m-nbanner .box-title img {
    width: 80px;
  }
}
@media screen and (max-width: 991px) {
  .m-nbanner {
    padding-top: 54px;
    padding-bottom: 0;
    background: none;
  }
  .m-nbanner .box-wp {
    display: none;
  }
}
.m-prolhd {
  margin-bottom: 50px;
  text-align: center;
}

.m-prolhd .hd-title {
  position: relative;
  padding-bottom: 16px;
  line-height: 58px;
  font-size: 44px;
  font-size: 4.4rem;
  color: #195fab;
  font-family: "Microsoft YaHei", 微软雅黑;
  font-weight: bold;
  display: block;
}

.m-prolhd .hd-title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 60px;
  height: 4px;
  background-color: #195fab;
}

.m-prolhd .hd-desc {
  margin-top: 30px;
  line-height: 30px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #666;
  display: block;
}

@media screen and (max-width: 1219px) {
  .m-prolhd {
    margin-bottom: 30px;
  }
  .m-prolhd .hd-title {
    padding-bottom: 15px;
    line-height: 28px;
    font-size: 28px;
    font-size: 2.8rem;
  }
  .m-prolhd .hd-desc {
    margin-top: 10px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.m-prol1 {
  padding-top: 78px;
  padding-bottom: 90px;
}

.m-prol1 .box-list, .m-prol2 .box-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: -20px;
}

.m-prol1 .list-item, .m-prol2 .list-item {
  margin-right: 1.5714285714%;
  margin-bottom: 20px;
  width: 32.1428571429%;
  border: solid 1px #eeeeee;
}

.m-prol1 .list-item:nth-child(3n), .m-prol2 .list-item:nth-child(3n) {
  margin-right: 0;
}

.m-prol1 .item-text, .m-prol2 .item-text {
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 16px;
  padding-bottom: 17px;
}

.m-prol1 .item-title, .m-prol2 .item-title {
  line-height: 24px;
  font-size: 18px;
  font-size: 1.8rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m-prol1 .item-desc, .m-prol2 .item-desc {
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m-prol1 .item-desc a, .m-prol2 .item-desc a {
  display: inline;
}

.m-prol1 .item-link, .m-prol2 .item-link {
  margin-top: 15px;
  padding-top: 14px;
  border-top: 1px solid #f2f2f2;
}

.m-prol1 .item-link a, .m-prol2 .item-link a {
  display: inline-block;
  min-width: 164px;
  line-height: 24px;
  padding: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  background-color: #195fab;
  border-radius: 8px 0px 8px 0px;
}

.m-prol1 .item-link a:hover, .m-prol2 .item-link a:hover {
  color: #fff;
  background-color: #f4940b;
}

@media screen and (max-width: 1219px) {
  .m-prol1 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .m-prol1 .item-text, .m-prol2 .item-text {
    padding: 15px 10px;
  }
  .m-prol1 .item-title, .m-prol2 .item-title {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .m-prol1 .item-link, .m-prol2 .item-link {
    margin-top: 10px;
    padding-top: 10px;
  }
  .m-prol1 .item-link a, .m-prol2 .item-link a {
    min-width: 100px;
    padding: 5px 10px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 500px) {
  .m-prol1 .list-item, .m-prol2 .list-item {
    width: 100%;
    margin-right: 0;
  }
}
.m-prol2 {
  padding-top: 84px;
  padding-bottom: 104px;
}

.m-prol2 .box-item {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}

.m-prol2 .box-item .item-pic {
  width: 47.2857142857%;
}

.m-prol2 .box-item .item-text {
  width: 47.1428571429%;
}

.m-prol2 .box-item .item-title {
  line-height: 54px;
  font-size: 44px;
  font-size: 4.4rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m-prol2 .box-item .item-desc {
  height: 90px;
  line-height: 30px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.m-prol2 .box-item .item-desc a {
  color: #666;
}

.m-prol2 .box-item .item-desc:hover {
  color: #195fab;
}

.m-prol2 .box-item .item-desc:hover a {
  color: #195fab;
}

.m-prol2 .box-item .item-link {
  margin-top: 39px;
}

.m-prol2 .box-item .item-link a {
  display: inline-block;
  min-width: 164px;
  line-height: 24px;
  padding: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  border-radius: 8px 0px 8px 0px;
  background-color: #195fab;
}

.m-prol2 .box-item .item-link a:hover {
  color: #fff;
  background-color: #f4940b;
}

.m-prol2 .box-item1 .item-pic {
  order: 2;
}

.m-prol2.bg {
  background-color: #f8f8f8;
}

@media screen and (max-width: 1335px) {
  .m-prol2 .box-item .item-title {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media screen and (max-width: 1219px) {
  .m-prol2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .m-prol2 .box-item .item-title {
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .m-prol2 .box-item .item-desc {
    line-height: 24px;
    height: auto;
    max-height: 72px;
    font-size: 14px;
    font-size: 1.4rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .m-prol2 .box-item .item-link {
    margin-top: 20px;
  }
  .m-prol2 .box-item .item-link a {
    min-width: 120px;
    padding: 5px 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  .m-prol2 .box-item .item-pic {
    width: 100%;
  }
  .m-prol2 .box-item .item-text {
    width: 100%;
    order: 2;
    margin-top: 20px;
    text-align: center;
  }
}
.m-prolfixnav {
  position: absolute;
  left: 0;
  top: 100px;
  z-index: 3;
  width: 255px;
}

.m-prolfixnav .nav-item {
  position: relative;
  margin-left: 42px;
  margin-top: 20px;
  display: block;
  padding: 7px 10px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  background-color: rgba(28, 133, 236, 0.3);
  border-radius: 8px 0px 8px 0px;
}

.m-prolfixnav .nav-item:first-child {
  margin-top: 0;
}

.m-prolfixnav .nav-item:hover, .m-prolfixnav .nav-item.active {
  color: #fff;
  background-color: #195fab;
}

.m-prolfixnav .nav-item:hover:before, .m-prolfixnav .nav-item.active:before {
  background-color: #195fab;
}

.m-prolfixnav .nav-item:before {
  content: "";
  position: absolute;
  left: -42px;
  top: 50%;
  transform: translate(0, -50%);
  width: 42px;
  height: 1px;
}

@media screen and (max-width: 991px) {
  .m-prolfixnav {
    display: none;
  }
}
.m-pro1b1 {
  padding-top: 170px;
  padding-bottom: 130px;
}

.m-pro1b1 .box-wp {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}

.m-pro1b1 .box-img {
  width: 57.7142857143%;
  order: 2;
  line-height: 0;
  font-size: 0;
}

.m-pro1b1 .box-text {
  width: 37.1428571429%;
}

.m-pro1b1 .box-title {
  line-height: 58px;
  font-size: 44px;
  font-size: 4.4rem;
  font-family: "Microsoft YaHei", 微软雅黑;
  font-weight: bold;
  color: #195fab;
}

.m-pro1b1 .box-info {
  position: relative;
  padding-bottom: 20px;
  line-height: 30px;
  font-size: 20px;
  font-size: 2rem;
  color: #195fab;
}

.m-pro1b1 .box-info:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 4px;
  background-color: #195fab;
}

.m-pro1b1 .box-desc {
  margin-top: 31px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}

.m-pro1b1 .box-link {
  margin-top: 120px;
}

.m-pro1b1 .box-link a {
  display: inline-block;
  min-width: 230px;
  line-height: 38px;
  padding: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  border-radius: 8px 0px 8px 0px;
  background-color: #195fab;
}

.m-pro1b1 .box-link a:hover {
  color: #fff;
  background-color: #f4940b;
}

@media screen and (max-width: 1400px) {
  .m-pro1b1 {
    padding-top: 100px;
  }
}
@media screen and (max-width: 1335px) {
  .m-pro1b1 .box-title, .m-pro1b2 .box-title, .m-pro3hd .hd-title, .m-pro3hd .hd-title {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media screen and (max-width: 1219px) {
  .m-pro1b1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .m-pro1b1 .box-title {
    line-height: 28px;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .m-pro1b1 .box-info {
    padding-bottom: 10px;
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .m-pro1b1 .box-desc {
    margin-top: 15px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-pro1b1 .box-link {
    margin-top: 20px;
  }
  .m-pro1b1 .box-link a {
    min-width: 120px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .m-pro1b1 .box-img {
    width: 100%;
  }
  .m-pro1b1 .box-text {
    width: 100%;
    order: 2;
    margin-top: 20px;
  }
}
.m-pro1b2 {
  padding-top: 106px;
  padding-bottom: 65px;
  padding-left: 6.5625%;
  padding-right: 5.9375%;
  background-color: #f8f8f8;
}

.m-pro1b2 .box-wp {
  padding-top: 104px;
  padding-bottom: 112px;
  padding-left: 30px;
  padding-right: 30px;
  background-color: #fff;
}

.m-pro1b2 .box-fix {
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}

.m-pro1b2 .box-video {
  position: relative;
  width: 50%;
  border-radius: 24px;
}

.m-pro1b2 .box-video a {
  position: relative;
  display: inline-block;
}

.m-pro1b2 .box-video i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 110px;
  line-height: 110px;
  font-size: 30px;
  font-size: 3rem;
  color: #195fab;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 0 12px rgba(255, 255, 255, 0.42);
}

.m-pro1b2 .box-video i:hover {
  color: #fff;
  background-color: #f4940b;
  box-shadow: 0 0 0 12px rgba(244, 148, 11, 0.42);
}

.m-pro1b2 .box-video img {
  border-radius: 10px;
}

.m-pro1b2 .box-text {
  width: 42.8571428571%;
}

.m-pro1b2 .box-title {
  position: relative;
  padding-bottom: 20px;
  line-height: 58px;
  font-size: 44px;
  font-size: 4.4rem;
  font-family: "Microsoft YaHei", 微软雅黑;
  font-weight: bold;
  color: #195fab;
}

.m-pro1b2 .box-title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 4px;
  background-color: #195fab;
}

.m-pro1b2 .box-desc {
  margin-top: 38px;
  line-height: 30px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #666;
}

.m-pro1b2 .box-link {
  margin-top: 94px;
}

.m-pro1b2 .box-link a {
  display: inline-block;
  min-width: 207px;
  line-height: 24px;
  padding: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  border-radius: 8px 0px 8px 0px;
  background-color: #195fab;
}

.m-pro1b2 .box-link a:hover {
  color: #fff;
  background-color: #f4940b;
}

@media screen and (max-width: 1335px) {
  .m-pro3hd .hd-title, .m-pro3hd .hd-title {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media screen and (max-width: 1219px) {
  .m-pro1b2 {
    padding: 30px;
  }
  .m-pro1b2 .box-wp {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .m-pro1b2 .box-title {
    line-height: 28px;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .m-pro1b2 .box-desc {
    margin-top: 20px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-pro1b2 .box-link {
    margin-top: 20px;
  }
  .m-pro1b2 .box-link a {
    min-width: 120px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 5px 10px;
  }
  .m-pro1b2 .box-video i {
    width: 40px;
    line-height: 40px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .m-pro1b2 .box-video {
    width: 100%;
  }
  .m-pro1b2 .box-text {
    width: 100%;
    margin-top: 20px;
  }
}
.m-pro1b3 {
  padding-top: 85px;
  padding-bottom: 94px;
}

.m-pro1b3 .box-wp {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}

.m-pro1b3 .box-img {
  width: 44.6428571429%;
  line-height: 0;
  font-size: 0;
}

.m-pro1b3 .box-text {
  width: 51.7857142857%;
}

.m-pro1b3 .box-title {
  position: relative;
  padding-bottom: 15px;
  line-height: 54px;
  font-size: 48px;
  font-size: 4.8rem;
  font-family: "Microsoft YaHei", 微软雅黑;
  font-weight: bold;
  color: #195fab;
}

.m-pro1b3 .box-title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 4px;
  background-color: #195fab;
}

.m-pro1b3 .box-desc {
  margin-top: 31px;
  line-height: 30px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #666;
}

@media screen and (max-width: 1219px) {
  .m-pro1b3 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .m-pro1b3 .box-title {
    line-height: 28px;
    font-size: 20px;
    font-size: 2rem;
  }
  .m-pro1b3 .box-title:before {
    width: 30px;
    height: 2px;
  }
  .m-pro1b3 .box-desc {
    margin-top: 20px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  .m-pro1b3 .box-img {
    width: 100%;
  }
  .m-pro1b3 .box-text {
    width: 100%;
    margin-top: 20px;
  }
}
.m-pro1b4 {
  padding-top: 90px;
  padding-bottom: 112px;
  background-color: #f7f8f8;
  overflow: hidden;
}

.m-pro1b4 .box-wp {
  position: relative;
  line-height: 0;
  font-size: 0;
}

.m-pro1b4 .box-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.m-pro1b4 .list-item {
  margin-right: 44.2857142857%;
  width: 27.8571428571%;
}

.m-pro1b4 .list-item:nth-child(2n) {
  margin-right: 0;
}

.m-pro1b4 .list-item:nth-child(1), .m-pro1b4 .list-item:nth-child(2) {
  margin-bottom: 120px;
}

.m-pro1b4 .item-title {
  position: relative;
  padding-left: 35px;
  line-height: 36px;
  font-size: 24px;
  font-size: 2.4rem;
  color: #195fab;
}

.m-pro1b4 .item-title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #195fab;
}

.m-pro1b4 .item-desc {
  margin-top: 7px;
  padding-left: 35px;
  line-height: 34px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}

.m-pro1b4 .box-img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 33.5714285714%;
  -webkit-box-reflect: below 2px linear-gradient(transparent, rgba(0, 0, 0, 0.05));
  line-height: 0;
  font-size: 0;
}

@media screen and (max-width: 1219px) {
  .m-pro1b4 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .m-pro1b4 .item-title {
    line-height: 28px;
    font-size: 18px;
    font-size: 1.8rem;
    padding-left: 25px;
  }
  .m-pro1b4 .item-title:before {
    width: 14px;
    height: 14px;
    top: 7px;
  }
  .m-pro1b4 .item-desc {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
    padding-left: 25px;
  }
}
@media screen and (max-width: 640px) {
  .m-pro1b4 .box-img {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .m-pro1b4 .box-list {
    margin-bottom: -30px;
  }
  .m-pro1b4 .list-item {
    margin-right: 0;
    width: 48%;
    margin-bottom: 30px !important;
  }
}
@media screen and (max-width: 375px) {
  .m-pro1b4 .list-item {
    width: 100%;
  }
}
.m-pro1b5 {
  padding-top: 92px;
  padding-bottom: 90px;
}

.m-pro1b5 .box-wp {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}

.m-pro1b5 .box-img {
  width: 45%;
  line-height: 0;
  font-size: 0;
}

.m-pro1b5 .box-text {
  width: 42.8571428571%;
}

.m-pro1b5 .box-title {
  position: relative;
  padding-bottom: 12px;
  line-height: 62px;
  font-size: 44px;
  font-size: 4.4rem;
  font-family: "Microsoft YaHei", 微软雅黑;
  font-weight: bold;
  color: #195fab;
}

.m-pro1b5 .box-title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 4px;
  background-color: #195fab;
}

.m-pro1b5 .box-desc {
  margin-top: 28px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}

.m-pro1b5 .box-link {
  margin-top: 71px;
  display: none;
}

.m-pro1b5 .box-link a {
  display: inline-block;
  min-width: 207px;
  line-height: 24px;
  padding: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  background-color: #195fab;
  border-radius: 8px 0px 8px 0px;
}

.m-pro1b5 .box-link a:hover {
  color: #fff;
  background-color: #f4940b;
}

@media screen and (max-width: 1335px) {
  .m-pro1b5 .box-title {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media screen and (max-width: 1219px) {
  .m-pro1b5 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .m-pro1b5 .box-title {
    line-height: 28px;
    font-size: 20px;
    font-size: 2rem;
  }
  .m-pro1b5 .box-title:before {
    width: 30px;
    height: 2px;
  }
  .m-pro1b5 .box-desc {
    margin-top: 15px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-pro1b5 .box-link {
    margin-top: 20px;
  }
  .m-pro1b5 .box-link a {
    min-width: 120px;
    padding: 5px 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .m-pro1b5 .box-img {
    width: 100%;
  }
  .m-pro1b5 .box-text {
    width: 100%;
    margin-top: 20px;
  }
}
.m-prott {
  position: relative;
  padding-bottom: 17px;
  line-height: 62px;
  font-size: 44px;
  font-size: 4.4rem;
  font-family: "Microsoft YaHei", 微软雅黑;
  font-weight: bold;
  text-align: center;
  color: #195fab;
}

.m-prott:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  width: 60px;
  height: 4px;
  background-color: #195fab;
}

@media screen and (max-width: 1219px) {
  .m-prott {
    line-height: 28px;
    font-size: 20px;
    font-size: 2rem;
  }
  .m-prott:before {
    width: 30px;
    height: 2px;
  }
}
.m-pro1b6 {
  padding-top: 72px;
  padding-bottom: 78px;
  background-color: #f7f8f8;
}

.m-pro1b6 .box-title {
  margin-bottom: 88px;
}

.m-pro1b6 .box-wp {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: -20px;
}

.m-pro1b6 .box-item {
  margin-bottom: 20px;
  width: 25%;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}

.m-pro1b6 .item-icon {
  line-height: 0;
  font-size: 0;
  display: inline-block;
  width: 80%;
  max-width: 252px;
}

.m-pro1b6 .item-title {
  margin-top: 30px;
  line-height: 30px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #666;
}

@media screen and (max-width: 1219px) {
  .m-pro1b6 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .m-pro1b6 .box-title {
    margin-bottom: 30px;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .m-pro1b6 .item-icon {
    max-width: 150px;
  }
  .m-pro1b6 .item-title {
    margin-top: 10px;
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .m-pro1b6 .box-item {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 640px) {
  .m-pro1b6 .box-item {
    width: 50%;
  }
}
.m-protable {
  padding-top: 87px;
}

.m-protable .box-tabhd {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #cccccc;
}

.m-protable .tabhd-item {
  position: relative;
  margin-left: 55px;
  margin-right: 55px;
  padding-bottom: 11px;
  padding-top: 11px;
  padding-left: 22px;
  padding-right: 22px;
  line-height: 38px;
  font-size: 28px;
  font-size: 2.8rem;
  cursor: pointer;
}

.m-protable .tabhd-item:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 3px;
}

.m-protable .tabhd-item.active:before {
  background-color: #195fab;
}

.m-protable .box-tabbd {
  margin-top: 26px;
}

.m-protable .tabbd-item {
  display: none;
}

.m-protable .tabbd-item.show {
  display: block;
}

.m-protable .box-desc .table {
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.m-protable .box-desc table {
  border-color: #dde1ec;
}

.m-protable .box-desc table tr td {
  height: auto;
  padding: 8px 15px;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  font-size: 1.4rem;
  background-color: #fff;
  border-color: #dde1ec;
}

.m-protable .box-desc table tr:first-child td {
  font-size: 16px;
  font-size: 1.6rem;
}

.m-protable .box-desc .color-item {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  margin: 0 auto;
  width: 100px;
}

.m-protable .box-desc .color-item .color {
  margin-right: 10px;
  flex: 0 0 auto;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid #cccccc;
}

.m-protable .box-desc .color-item .name {
  flex: 0 1 auto;
}

@media screen and (max-width: 1366px) {
  .m-protable .box-desc .table {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 800px) {
  .m-protable .box-desc .table {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1219px) {
  .m-protable {
    padding-top: 30px;
  }
  .m-protable .tabhd-item {
    line-height: 28px;
    font-size: 18px;
    font-size: 1.8rem;
    margin-left: 10px;
    margin-right: 10px;
  }
  .m-protable .box-tabbd {
    margin-top: 20px;
  }
  .m-protable .box-desc table tr td {
    padding: 10px;
    line-height: 26px;
  }
  .m-protable .box-desc .color-item .color {
    width: 20px;
    height: 20px;
  }
}
.m-probd {
  padding-top: 79px;
}

.m-probd .box-desc {
  margin-top: 42px;
  color: #666;
}

@media screen and (max-width: 1219px) {
  .m-probd {
    padding-top: 30px;
  }
  .m-probd .box-desc {
    margin-top: 20px;
  }
}
.m-proform {
  position: relative;
  padding-top: 96px;
}

.m-proform .box-wp {
  position: relative;
  border-radius: 20px;
  background: url("/themes/simplebootx/images/proform-bg1.jpg") no-repeat center;
  background-size: cover;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 64px;
  padding-bottom: 74px;
}

.m-proform .box-fix {
  margin-left: auto;
  margin-right: auto;
  max-width: 760px;
  text-align: center;
}

.m-proform .box-title1 {
  line-height: 36px;
  font-size: 26px;
  font-size: 2.6rem;
  color: #f4940b;
}

.m-proform .box-title2 {
  margin-top: 17px;
  line-height: 46px;
  font-size: 36px;
  font-size: 3.6rem;
  color: #fff;
}

.m-proform .box-desc {
  margin-top: 10px;
  line-height: 30px;
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
}

.m-proform .box-form {
  margin-top: 26px;
}

.m-proform .form-fix {
  position: relative;
  background-color: #0063c3;
  border-radius: 31px;
  border: solid 1px #dde2ff;
  overflow: hidden;
}

.m-proform .form-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 142px;
  line-height: 60px;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Microsoft YaHei", 微软雅黑;
  font-style: italic;
  color: #fff;
  text-align: center;
  background-color: #f4940b;
  border-radius: 31px;
}

.m-proform .form-btn:hover {
  color: #fff;
  background-color: #195fab;
}

.m-proform .form-text {
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding-left: 37px;
  padding-right: 152px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
}

.m-proform .form-text::-webkit-input-placeholder {
  color: rgba(147, 162, 247, 0.6);
  opacity: 1;
}

.m-proform .form-text:-moz-placeholder {
  color: rgba(147, 162, 247, 0.6);
  opacity: 1;
}

.m-proform .form-text::-moz-placeholder {
  color: rgba(147, 162, 247, 0.6);
  opacity: 1;
}

.m-proform .form-text:-ms-input-placeholder {
  color: rgba(147, 162, 247, 0.6);
  opacity: 1;
}

.m-proform .form-info {
  margin-top: 17px;
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #d7ddff;
}

.m-proform .form-info a {
  color: #f4940b;
}

.m-proform .form-info a:hover {
  color: #f4940b;
  text-decoration: underline;
}

.m-proform .form-info input {
  margin-right: 10px;
  vertical-align: middle;
}

.m-proform:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
  background-color: #f7f8f8;
}

@media screen and (max-width: 1219px) {
  .m-proform {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .m-proform .box-wp {
    padding: 40px 20px;
  }
  .m-proform .box-title1 {
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .m-proform .box-title2 {
    margin-top: 10px;
    line-height: 28px;
    font-size: 20px;
    font-size: 2rem;
  }
  .m-proform .box-desc {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-proform .form-fix {
    border-radius: 23px;
  }
  .m-proform .form-btn {
    width: 100px;
    height: 46px;
    line-height: 46px;
    font-size: 14px;
    font-size: 1.4rem;
    border-radius: 23px;
  }
  .m-proform .form-text {
    height: 46px;
    line-height: 46px;
    font-size: 14px;
    font-size: 1.4rem;
    padding-left: 20px;
    padding-right: 110px;
  }
}
.m-pro2b1 .box-img {
  width: 45%;
}

.m-pro2b1 .box-text {
  width: 45%;
}

@media screen and (max-width: 640px) {
  .m-pro2b1 .box-img {
    width: 100%;
  }
  .m-pro2b1 .box-text {
    width: 100%;
  }
}
.m-pro2b2 {
  padding-top: 99px;
  padding-bottom: 280px;
  background-color: #f8f8f8;
}

.m-pro2b2 .box-title {
  margin-bottom: 50px;
}

.m-pro2b2 .box-img {
  line-height: 0;
  font-size: 0;
}

.m-pro2b2 .box-wp {
  position: relative;
}

.m-pro2b2 .box-item {
  position: absolute;
}

.m-pro2b2 .box-item .item-num {
  width: 64px;
  line-height: 64px;
  font-size: 34px;
  font-size: 3.4rem;
  color: #f4940b;
  text-align: center;
  border-radius: 50%;
  background-color: rgba(28, 133, 236, 0.64);
  cursor: pointer;
}

.m-pro2b2 .box-item .item-fix {
  position: absolute;
  left: 50%;
  top: 100%;
  margin-top: 40px;
  transform: translateX(-50%);
  width: 414px;
  background-color: #ffffff;
  border-radius: 12px;
  border: solid 1px #cecece;
  overflow: hidden;
  display: none;
}

.m-pro2b2 .box-item .item-text {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 19px;
  padding-bottom: 38px;
}

.m-pro2b2 .box-item .item-title {
  line-height: 28px;
  font-size: 20px;
  font-size: 2rem;
  color: #007aff;
}

.m-pro2b2 .box-item .item-desc {
  margin-top: 16px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}

.m-pro2b2 .box-item.active .item-num {
  color: #fff;
}

.m-pro2b2 .box-item.active .item-fix {
  display: block;
}

.m-pro2b2 .box-item1 {
  right: 130px;
  top: 90px;
}

.m-pro2b2 .box-item2 {
  right: 300px;
  top: 120px;
}

.m-pro2b2 .box-item3 {
  right: 603px;
  top: 202px;
}

@media screen and (max-width: 1440px) {
  .m-pro2b2 {
    padding-bottom: 19.4444444444vw;
  }
  .m-pro2b2 .box-bd {
    width: 96%;
    max-width: 100%;
  }
  .m-pro2b2 .box-item {
    position: absolute;
  }
  .m-pro2b2 .box-item .item-num {
    width: 4.4444444444vw;
    line-height: 4.4444444444vw;
    font-size: 2.3611111111vw;
  }
  .m-pro2b2 .box-item .item-fix {
    margin-top: 2.7777777778vw;
    transform: none;
    left: auto;
    right: 0;
    width: 28.75vw;
    border-radius: 0.8333333333vw;
  }
  .m-pro2b2 .box-item .item-text {
    padding-left: 2.0833333333vw;
    padding-right: 2.0833333333vw;
    padding-top: 1.3888888889vw;
    padding-bottom: 3.0555555556vw;
  }
  .m-pro2b2 .box-item .item-title {
    line-height: 1.9444444444vw;
    font-size: 1.5277777778vw;
  }
  .m-pro2b2 .box-item .item-desc {
    margin-top: 1.3888888889vw;
    line-height: 2.0833333333vw;
    font-size: 1.25vw;
  }
  .m-pro2b2 .box-item1 {
    right: 9.0277777778vw;
    top: 6.25vw;
  }
  .m-pro2b2 .box-item2 {
    right: 20.8333333333vw;
    top: 8.3333333333vw;
  }
  .m-pro2b2 .box-item3 {
    right: 41.875vw;
    top: 14.0277777778vw;
  }
}
@media screen and (max-width: 1219px) {
  .m-pro2b2 {
    padding-top: 40px;
  }
  .m-pro2b2 .box-title {
    margin-bottom: 30px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.m-pro2b3 {
  padding-top: 112px;
  padding-bottom: 170px;
}

.m-pro2b3 .box-title {
  margin-bottom: 31px;
}

.m-pro2b3 .box-desc {
  margin-bottom: 50px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
}

.m-pro2b3 .box-wp {
  position: relative;
  padding-top: 1px;
}

.m-pro2b3 .box-img {
  position: absolute;
  left: 32.5%;
  line-height: 0;
  font-size: 0;
  width: 37.2142857143%;
}

.m-pro2b3 .box-fix {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}

.m-pro2b3 .box-item {
  position: relative;
  padding-left: 34px;
}

.m-pro2b3 .box-item .item-title {
  line-height: 40px;
  font-size: 24px;
  font-size: 2.4rem;
  color: #195fab;
}

.m-pro2b3 .box-item .item-desc {
  margin-top: 11px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}

.m-pro2b3 .box-item:before {
  content: "";
  position: absolute;
  left: 4px;
  top: 13px;
  width: 14px;
  height: 14px;
  box-shadow: 0 0 0 4px rgba(28, 133, 236, 0.4);
  border-radius: 50%;
  background-color: #195fab;
}

.m-pro2b3 .box-item1 {
  margin-right: 44.2857142857%;
  margin-top: 76px;
  width: 28.5714285714%;
}

.m-pro2b3 .box-item2 {
  margin-top: 22px;
  width: 26.4285714286%;
}

.m-pro2b3 .box-item3 {
  margin-left: 34%;
  margin-top: 118px;
  width: 30.7142857143%;
}

@media screen and (max-width: 1219px) {
  .m-pro2b3 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .m-pro2b3 .box-desc {
    margin-bottom: 30px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-pro2b3 .box-title {
    margin-bottom: 10px;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .m-pro2b3 .box-item .item-title {
    line-height: 28px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .m-pro2b3 .box-item .item-desc {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-pro2b3 .box-item:before {
    width: 12px;
    height: 12px;
    top: 8px;
  }
  .m-pro2b3 .box-item3 {
    margin-top: 7.1428571429%;
  }
}
@media screen and (max-width: 640px) {
  .m-pro2b3 .box-img {
    position: relative;
    left: auto;
    margin-bottom: 20px;
    width: 80%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .m-pro2b3 .box-item {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 20px;
    width: 100%;
  }
  .m-pro2b3 .box-item3 {
    width: 98%;
  }
  .m-pro2b3 .box-fix {
    margin-bottom: -20px;
  }
}
.m-pro2b4 {
  padding-top: 110px;
  padding-bottom: 100px;
  background-color: #f8f8f8;
}

.m-pro2b4 .box-wp {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}

.m-pro2b4 .box-img {
  order: 2;
  line-height: 0;
  font-size: 0;
  width: 52.7142857143%;
}

.m-pro2b4 .box-text {
  width: 44.2857142857%;
}

.m-pro2b4 .box-title {
  text-align: left;
}

.m-pro2b4 .box-title:before {
  left: 0;
  transform: none;
}

.m-pro2b4 .box-desc {
  margin-top: 44px;
  color: #666;
}

.m-pro2b4 .box-desc em {
  position: relative;
  display: block;
  padding-left: 36px;
}

.m-pro2b4 .box-desc em:before {
  content: "";
  position: absolute;
  left: 4px;
  top: 8px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #195fab;
  box-shadow: 0 0 0 4px rgba(28, 133, 236, 0.4);
}

@media screen and (max-width: 1219px) {
  .m-pro2b4 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .m-pro2b4 .box-desc {
    margin-top: 20px;
  }
  .m-pro2b4 .box-desc em {
    padding-left: 24px;
  }
  .m-pro2b4 .box-desc em:before {
    width: 8px;
    height: 8px;
  }
}
@media screen and (max-width: 480px) {
  .m-pro2b4 .box-img {
    width: 100%;
  }
  .m-pro2b4 .box-text {
    width: 100%;
    margin-top: 20px;
    order: 2;
  }
}
.m-pro2b5 {
  padding-top: 72px;
}

.m-pro2b5 .box-title {
  margin-bottom: 36px;
}

.m-pro2b5 .box-wp {
  margin-bottom: -20px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.m-pro2b5 .box-item {
  margin-bottom: 20px;
  margin-right: 4.1428571429%;
  width: 21.8571428571%;
  text-align: center;
}

.m-pro2b5 .box-item:nth-child(4n) {
  margin-right: 0;
}

.m-pro2b5 .item-icon {
  display: inline-block;
  line-height: 0;
  font-size: 0;
}

.m-pro2b5 .item-title {
  margin-top: 33px;
  line-height: 30px;
  font-size: 20px;
  font-size: 2rem;
  color: #666;
}

@media screen and (max-width: 1219px) {
  .m-pro2b5 {
    padding-top: 30px;
  }
  .m-pro2b5 .box-title {
    margin-bottom: 30px;
  }
  .m-pro2b5 .item-title {
    margin-top: 15px;
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .m-pro2b5 .item-icon {
    max-width: 60%;
  }
}
@media screen and (max-width: 640px) {
  .m-pro2b5 .box-item {
    margin-left: 1%;
    margin-right: 1% !important;
    width: 48%;
  }
}
.m-pro3b1 .box-img {
  width: 46.8571428571%;
}

.m-pro3b1 .box-text {
  width: 41.4285714286%;
}

@media screen and (max-width: 640px) {
  .m-pro3b1 .box-img {
    width: 100%;
  }
  .m-pro3b1 .box-text {
    width: 100%;
  }
}
.m-pro3hd {
  position: relative;
  padding-bottom: 15px;
  line-height: 40px;
  font-size: 20px;
  font-size: 2rem;
  color: #195fab;
}

.m-pro3hd:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 4px;
  background-color: #195fab;
}

.m-pro3hd .hd-title {
  font-size: 44px;
  font-size: 4.4rem;
  font-family: "Microsoft YaHei", 微软雅黑;
  font-weight: bold;
  line-height: 50px;
}

@media screen and (max-width: 1335px) {
  .m-pro3hd .hd-title, .m-prott {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media screen and (max-width: 1219px) {
  .m-pro3hd {
    line-height: 28px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-pro3hd .hd-title {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 28px;
  }
  .m-pro3hd .hd-title, .m-prott {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.m-pro3b2 {
  padding-top: 113px;
  padding-bottom: 135px;
  background-color: #f7f8f8;
}

.m-pro3b2 .box-wp {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}

.m-pro3b2 .box-img {
  width: 35%;
  line-height: 0;
  font-size: 0;
}

.m-pro3b2 .box-text {
  width: 56.2857142857%;
}

.m-pro3b2 .box-hd {
  margin-bottom: 77px;
}

.m-pro3b2 .box-desc {
  color: #666;
}

@media screen and (max-width: 1219px) {
  .m-pro3b2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .m-pro3b2 .box-hd {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 640px) {
  .m-pro3b2 .box-img {
    width: 100%;
    text-align: center;
  }
  .m-pro3b2 .box-img img {
    width: 320px;
  }
  .m-pro3b2 .box-text {
    width: 100%;
    margin-top: 20px;
  }
}
.m-pro3b3 {
  padding-top: 48px;
  padding-bottom: 24px;
}

.m-pro3b3 .box-wp {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}

.m-pro3b3 .box-img {
  order: 2;
  width: 45%;
  line-height: 0;
  font-size: 0;
}

.m-pro3b3 .box-text {
  width: 53.5714285714%;
}

.m-pro3b3 .box-hd {
  margin-bottom: 30px;
}

.m-pro3b3 .box-desc {
  color: #666;
}

.m-pro3b3 .box-desc em {
  position: relative;
  display: block;
  padding-left: 36px;
}

.m-pro3b3 .box-desc em:before {
  content: "";
  position: absolute;
  left: 4px;
  top: 8px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #195fab;
  box-shadow: 0 0 0 4px rgba(28, 133, 236, 0.4);
}

@media screen and (max-width: 1219px) {
  .m-pro3b3 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .m-pro3b3 .box-hd {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 640px) {
  .m-pro3b3 .box-img {
    width: 100%;
    text-align: center;
  }
  .m-pro3b3 .box-img img {
    width: 320px;
  }
  .m-pro3b3 .box-text {
    width: 100%;
    margin-top: 20px;
    order: 2;
  }
}
.m-pro3b4 {
  padding-top: 142px;
  padding-bottom: 155px;
  background-color: #f7f8f8;
}

.m-pro3b4 .box-wp {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}

.m-pro3b4 .box-img {
  width: 41.1428571429%;
  line-height: 0;
  font-size: 0;
}

.m-pro3b4 .box-text {
  width: 55.3571428571%;
}

.m-pro3b4 .box-hd {
  margin-bottom: 55px;
}

.m-pro3b4 .box-desc {
  color: #666;
}

@media screen and (max-width: 1219px) {
  .m-pro3b4 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .m-pro3b4 .box-hd {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 640px) {
  .m-pro3b4 .box-img {
    width: 100%;
    text-align: center;
  }
  .m-pro3b4 .box-img img {
    width: 320px;
  }
  .m-pro3b4 .box-text {
    width: 100%;
    margin-top: 20px;
  }
}
.m-pro3b5 {
  padding-top: 119px;
  padding-bottom: 132px;
}

.m-pro3b5 .box-wp {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}

.m-pro3b5 .box-img {
  width: 42.1428571429%;
  line-height: 0;
  font-size: 0;
}

.m-pro3b5 .box-text {
  width: 48.0714285714%;
}

.m-pro3b5 .box-hd {
  margin-bottom: 30px;
}

.m-pro3b5 .box-desc {
  color: #666;
  max-width: 665px;
}

@media screen and (max-width: 1219px) {
  .m-pro3b5 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .m-pro3b5 .box-hd {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 640px) {
  .m-pro3b5 .box-img {
    width: 100%;
    text-align: center;
  }
  .m-pro3b5 .box-img img {
    width: 320px;
  }
  .m-pro3b5 .box-text {
    width: 100%;
    margin-top: 20px;
  }
}
.m-pro3table {
  padding-top: 130px;
  padding-bottom: 130px;
  background-color: #f7f8f8;
}

@media screen and (max-width: 1219px) {
  .m-pro3table {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.m-pro4b3 {
  padding-top: 70px;
  padding-bottom: 40px;
}

.m-pro4b3 .box-wp {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}

.m-pro4b3 .box-img {
  width: 34.6428571429%;
  line-height: 0;
  font-size: 0;
}

.m-pro4b3 .box-text {
  width: 54.8571428571%;
}

.m-pro4b3 .box-hd {
  margin-bottom: 30px;
}

.m-pro4b3 .box-desc {
  color: #666;
  font-size: 16px;
  font-size: 1.6rem;
}

.m-pro4b3 .box-desc em {
  position: relative;
  display: block;
  padding-left: 36px;
}

.m-pro4b3 .box-desc em:before {
  content: "";
  position: absolute;
  left: 4px;
  top: 8px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #195fab;
  box-shadow: 0 0 0 4px rgba(28, 133, 236, 0.4);
}

@media screen and (max-width: 1219px) {
  .m-pro4b3 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .m-pro4b3 .box-hd {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 640px) {
  .m-pro4b3 .box-img {
    width: 100%;
    text-align: center;
  }
  .m-pro4b3 .box-img img {
    width: 320px;
  }
  .m-pro4b3 .box-text {
    width: 100%;
    margin-top: 20px;
  }
}
.m-pro4b4 {
  padding-top: 172px;
  padding-bottom: 172px;
  background-color: #f8f9f9;
  overflow: hidden;
}

.m-pro4b4 .box-wp {
  position: relative;
  line-height: 0;
  font-size: 0;
}

.m-pro4b4 .box-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.m-pro4b4 .list-item {
  margin-right: 44.2857142857%;
  width: 27.8571428571%;
}

.m-pro4b4 .list-item:nth-child(2n) {
  margin-right: 0;
}

.m-pro4b4 .list-item:nth-child(1), .m-pro4b4 .list-item:nth-child(2) {
  margin-bottom: 17.6428571429%;
}

.m-pro4b4 .item-title {
  position: relative;
  padding-left: 35px;
  line-height: 36px;
  font-size: 28px;
  font-size: 2.8rem;
  color: #195fab;
}

.m-pro4b4 .item-title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #195fab;
}

.m-pro4b4 .item-desc {
  margin-top: 7px;
  padding-left: 35px;
  line-height: 34px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #666;
}

.m-pro4b4 .box-img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-60%, -50%);
  width: 43.4285714286%;
  -webkit-box-reflect: below 2px linear-gradient(transparent, rgba(0, 0, 0, 0.05));
  line-height: 0;
  font-size: 0;
}

@media screen and (max-width: 1219px) {
  .m-pro4b4 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .m-pro4b4 .item-title {
    line-height: 28px;
    font-size: 18px;
    font-size: 1.8rem;
    padding-left: 25px;
  }
  .m-pro4b4 .item-title:before {
    width: 14px;
    height: 14px;
    top: 7px;
  }
  .m-pro4b4 .item-desc {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
    padding-left: 25px;
  }
}
@media screen and (max-width: 640px) {
  .m-pro4b4 .box-img {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 100%;
    display: none;
  }
  .m-pro4b4 .box-list {
    margin-bottom: -30px;
  }
  .m-pro4b4 .list-item {
    margin-right: 0;
    width: 48%;
    margin-bottom: 30px !important;
  }
}
@media screen and (max-width: 375px) {
  .m-pro4b4 .list-item {
    width: 100%;
  }
}
.m-abtnav {
  position: relative;
  left: 0;
  top: 0;
  background-color: #195fab;
}

.m-abtnav .box-nav {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.m-abtnav .nav-item {
  margin-left: 40px;
  margin-right: 40px;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 30px;
  font-size: 20px;
  font-size: 2rem;
  color: rgba(249, 249, 249, 0.8);
}

.m-abtnav .nav-item:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
}

.m-abtnav .nav-item:hover, .m-abtnav .nav-item.active {
  color: #fff;
}

.m-abtnav .nav-item:hover:before, .m-abtnav .nav-item.active:before {
  background-color: #fff;
}

@media screen and (max-width: 1219px) {
  .m-abtnav .nav-item {
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@keyframes faguang {
  0% {
    width: 100%;
    height: 100%;
    opacity: 1;
  }
  100% {
    width: 130%;
    height: 130%;
    opacity: 0;
  }
}
@keyframes faguang2 {
  0% {
    width: 120%;
    height: 120%;
    opacity: 1;
  }
  100% {
    width: 150%;
    height: 150%;
    opacity: 0;
  }
}
.m-abtb1 {
  padding-top: 88px;
}

.m-abtb1 .box-title {
  margin-bottom: 40px;
}

.m-abtb1 .box-wp {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}

.m-abtb1 .box-video {
  width: 50%;
  line-height: 0;
  font-size: 0;
}

.m-abtb1 .box-video a {
  position: relative;
  display: inline-block;
}

.m-abtb1 .box-video .btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 96px;
  line-height: 96px;
  font-size: 28px;
  font-size: 2.8rem;
  color: #f4940b;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  display: none;
}

.m-abtb1 .box-video .btn:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  opacity: 1;
  border-radius: 50%;
  border: 1px solid #fff;
  animation: faguang 1s linear 0.5s infinite normal none;
}

.m-abtb1 .box-video .btn:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 120%;
  height: 120%;
  opacity: 1;
  border-radius: 50%;
  border: 1px solid #fff;
  animation: faguang2 1s linear 0.5s infinite normal none;
}

.m-abtb1 .box-video .btn:hover {
  color: #fff;
  background-color: #f4940b;
}

.m-abtb1 .box-text {
  width: 47.8571428571%;
}

.m-abtb1 .box-desc {
  color: #666;
}

.m-abtb1 .m-desc {
  font-size: 18px;
  font-size: 1.8rem;
}

.m-abtb1 .box-info {
  margin-top: 98px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: flex-start;
  margin-bottom: -20px;
}

.m-abtb1 .info-item {
  margin-bottom: 20px;
}

.m-abtb1 .item-wp {
  display: block;
  text-align: center;
}

.m-abtb1 .item-wp:hover {
  transform: translateY(-10px);
}

.m-abtb1 .item-num {
  line-height: 1;
  font-size: 54px;
  font-size: 5.4rem;
  font-family: "Microsoft YaHei", 微软雅黑;
  font-style: italic;
  color: #f4940b;
}

.m-abtb1 .item-title {
  margin-top: 10px;
  line-height: 28px;
  font-size: 20px;
  font-size: 2rem;
  color: #f4940b;
}

@media screen and (max-width: 1219px) {
  .m-abtb1 {
    padding-top: 40px;
  }
  .m-abtb1 .box-video .btn {
    width: 50px;
    line-height: 50px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-abtb1 .box-info {
    margin-top: 20px;
  }
  .m-abtb1 .item-num {
    font-size: 40px;
    font-size: 4rem;
  }
  .m-abtb1 .item-title {
    line-height: 22px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .m-abtb1 .m-desc {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .m-abtb1 .box-video {
    width: 100%;
  }
  .m-abtb1 .box-text {
    width: 100%;
    margin-top: 20px;
  }
}
.m-abtb2 {
  padding-top: 102px;
  padding-bottom: 96px;
}

.m-abtb2 .box-wp {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: -20px;
}

.m-abtb2 .box-item {
  margin-bottom: 20px;
  width: 47.8571428571%;
}

.m-abtb2 .item-pic {
  border-radius: 24px;
}

.m-abtb2 .item-title {
  margin-top: 22px;
  line-height: 46px;
  font-size: 28px;
  font-size: 2.8rem;
}

.m-abtb2 .item-desc {
  margin-top: 10px;
  line-height: 30px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #666;
}

@media screen and (max-width: 1219px) {
  .m-abtb2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .m-abtb2 .item-title {
    margin-top: 15px;
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .m-abtb2 .item-desc {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 375px) {
  .m-abtb2 .box-item {
    width: 100%;
  }
}
.m-abtfact2 {
  padding-top: 77px;
  padding-bottom: 30px;
  background: url("/themes/simplebootx/images/abtb3-bg1.jpg") no-repeat center;
  background-size: cover;
}

.m-abtfact2 .box-title {
  margin-bottom: 45px;
}

@media screen and (max-width: 991px) {
  .m-abtfact2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .m-abtfact2 .box-title {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 992px) {
  .m-factwp {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media screen and (max-width: 991px) {
  .m-factwp {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media screen and (min-width: 992px) {
  .m-factyear {
    flex: 0 0 auto;
    width: 140px;
    margin-right: 10.7142857143%;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .m-factyear .swiper-slide {
    position: relative;
  }
  .m-factyear .swiper-slide .year {
    line-height: 90px;
    font-size: 24px;
    font-size: 2.4rem;
    color: #333;
    text-align: left;
    padding-left: 74px;
    cursor: pointer;
  }
  .m-factyear .swiper-slide .year:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 17px;
    height: 17px;
    border-radius: 50%;
    border: 1px solid #333333;
    background-color: #f1f1f1;
  }
  .m-factyear .cur .year {
    color: #195fab;
  }
  .m-factyear .cur .year:before {
    background-color: #195fab;
    border-color: #195fab;
  }
  .m-factyear .swiper {
    height: 630px;
    position: relative;
  }
  .m-factyear .swiper:before {
    content: "";
    position: absolute;
    left: 9px;
    height: 100%;
    top: 0;
    border-left: 1px dashed #333333;
  }
  .m-factyear .box-btn {
    position: absolute;
    left: -5px;
    width: 30px;
    line-height: 28px;
    font-size: 12px;
    font-size: 1.2rem;
    text-align: center;
    cursor: pointer;
    color: #195fab;
    border: 1px solid #195fab;
    border-radius: 50%;
    z-index: 2;
  }
  .m-factyear .box-btn:hover {
    color: #fff;
    background-color: #195fab;
  }
  .m-factyear .box-btn.dis {
    color: #999;
    border-color: #999;
    background-color: transparent;
    cursor: no-drop;
  }
  .m-factyear .prev {
    top: 0;
  }
  .m-factyear .next {
    bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  .m-factyear {
    flex: 0 0 auto;
    width: 100%;
    position: relative;
    padding-left: 35px;
    padding-right: 35px;
  }
  .m-factyear .swiper-slide {
    position: relative;
  }
  .m-factyear .swiper-slide .year {
    line-height: 40px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #cdcdcd;
    text-align: center;
    padding-top: 20px;
    cursor: pointer;
  }
  .m-factyear .swiper-slide .year:before {
    content: "";
    position: absolute;
    top: 15px;
    left: 50%;
    width: 1px;
    height: 10px;
    background-color: #cdcdcd;
  }
  .m-factyear .swiper-slide:before, .m-factyear .swiper-slide:after {
    content: "";
    position: absolute;
    top: 15px;
    width: 1px;
    height: 5px;
    background-color: #cdcdcd;
  }
  .m-factyear .swiper-slide:before {
    left: 15%;
  }
  .m-factyear .swiper-slide:after {
    right: 15%;
  }
  .m-factyear .cur .year {
    color: #195fab;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
  }
  .m-factyear .cur .year:before {
    background-color: #195fab;
  }
  .m-factyear .swiper {
    position: relative;
  }
  .m-factyear .swiper:before {
    content: "";
    position: absolute;
    top: 15px;
    width: 100%;
    left: 0;
    border-top: 1px solid #bfbfbf;
  }
  .m-factyear .box-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    line-height: 28px;
    font-size: 12px;
    font-size: 1.2rem;
    text-align: center;
    border: 1px solid #bfbfbf;
    cursor: pointer;
  }
  .m-factyear .box-btn:hover {
    color: #195fab;
    border-color: #195fab;
  }
  .m-factyear .prev {
    left: 0;
    transform: rotate(-90deg);
  }
  .m-factyear .next {
    right: 0;
    transform: rotate(-90deg);
  }
}
.m-factext {
  flex: 1 1 auto;
  overflow: hidden;
}

.m-factext .box-fix {
  display: none;
}

.m-factext .show {
  display: block;
}

.m-factext .box-item {
  margin-top: 26px;
}

.m-factext .box-item .item-pic {
  text-align: left;
}

.m-factext .box-item .item-desc {
  margin-top: 47px;
  line-height: 36px;
  font-size: 18px;
  font-size: 1.8rem;
}

.m-factext .box-item .item-desc em, .m-factext .box-item .item-desc p {
  position: relative;
  padding-left: 28px;
}

.m-factext .box-item .item-desc em:before, .m-factext .box-item .item-desc p:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 16px;
  height: 16px;
  background: url("/themes/simplebootx/images/abtb3-dot1.png") no-repeat center;
  background-size: 100%;
  transform: translateY(-50%);
}

.m-factext .box-item:first-child {
  margin-top: 0;
}

@media screen and (max-width: 991px) {
  .m-factext {
    margin-top: 30px;
  }
  .m-factext .box-item {
    margin-top: 30px;
  }
  .m-factext .box-item .item-desc {
    margin-top: 14px;
    line-height: 26px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-factext .box-item .item-desc em, .m-factext .box-item .item-desc p {
    position: relative;
    padding-left: 20px;
  }
  .m-factext .box-item .item-desc em:before, .m-factext .box-item .item-desc p:before {
    width: 10px;
    height: 10px;
  }
}
.m-abtb4 {
  padding-top: 80px;
}

.m-abtb4 .box-title {
  margin-bottom: 46px;
}

.m-abtb4 .box-wp {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}

.m-abtb4 .box-img {
  order: 2;
  width: 42.8571428571%;
  line-height: 0;
  font-size: 0;
}

.m-abtb4 .box-fix {
  width: 48.5714285714%;
}

.m-abtb4 .box-name {
  margin-top: 59px;
  margin-bottom: 17px;
  line-height: 46px;
  font-size: 28px;
  font-size: 2.8rem;
}

.m-abtb4 .box-name:first-child {
  margin-top: 0;
}

.m-abtb4 .box-desc {
  line-height: 30px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #666;
}

.m-abtb4 .box-info {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: -20px;
}

.m-abtb4 .info-item {
  margin-right: 3.5294117647%;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 23px;
  padding-bottom: 16px;
  text-align: center;
  width: 22.0588235294%;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.m-abtb4 .info-item:nth-child(4n) {
  margin-right: 0;
}

.m-abtb4 .item-icon {
  line-height: 0;
  font-size: 0;
}

.m-abtb4 .item-title {
  line-height: 1;
  font-size: 20px;
  font-size: 2rem;
  margin-top: 21px;
  overflow: visible;
}

@media screen and (max-width: 1219px) {
  .m-abtb4 {
    padding-top: 30px;
  }
  .m-abtb4 .box-name {
    margin-top: 20px;
    line-height: 28px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .m-abtb4 .box-desc {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-abtb4 .info-item {
    padding: 15px 10px;
  }
  .m-abtb4 .item-title {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 991px) {
  .m-abtb4 .box-img {
    display: none;
  }
  .m-abtb4 .box-fix {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .m-abtb4 .info-item {
    margin-left: 1%;
    margin-right: 1% !important;
    width: 48%;
  }
}
.m-abtb5 {
  padding-top: 94px;
  padding-bottom: 82px;
  padding-left: 2%;
  padding-right: 2%;
}

.m-abtb5 .box-title {
  margin-bottom: 50px;
}

@media screen and (max-width: 1219px) {
  .m-abtb5 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .m-abtb5 .box-title {
    margin-bottom: 30px;
  }
}
.g-wp2 {
  padding-top: 93px;
  padding-bottom: 82px;
}

@media screen and (max-width: 1219px) {
  .g-wp2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.g-mn {
  float: left;
  width: 100%;
  padding-right: 34.2857142857%;
}

@media screen and (max-width: 991px) {
  .g-mn {
    float: none;
    padding-right: 0;
  }
}
.g-sd {
  float: left;
  margin-left: -33.1428571429%;
  width: 33.1428571429%;
}

@media screen and (max-width: 991px) {
  .g-sd {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
  }
}
.m-newsl .list-item {
  margin-top: 32px;
  background-color: #f9f9f9;
  border-radius: 20px;
  overflow: hidden;
}

.m-newsl .list-item:first-child {
  margin-top: 0;
}

.m-newsl .item-text {
  padding-left: 22px;
  padding-right: 40px;
  padding-top: 25px;
  padding-bottom: 30px;
}

.m-newsl .item-title {
  line-height: 36px;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "Microsoft YaHei", 微软雅黑;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m-newsl .item-desc {
  margin-top: 9px;
  max-height: 60px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.m-newsl .item-desc a {
  color: #666;
}

.m-newsl .item-desc a:hover {
  color: #195fab;
}

.m-newsl .item-fix {
  padding-left: 22px;
  padding-right: 40px;
  padding-top: 27px;
  padding-bottom: 33px;
  border-top: 1px solid rgba(228, 228, 228, 0.5);
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}

.m-newsl .item-time {
  line-height: 28px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}

.m-newsl .item-time i {
  margin-right: 5px;
}

.m-newsl .item-link a {
  display: inline-block;
  min-width: 170px;
  line-height: 24px;
  padding: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #f4f4f4;
  text-align: center;
  background-color: #195fab;
  border-radius: 8px 0px 8px 0px;
}

.m-newsl .item-link a:hover {
  color: #fff;
  background-color: #f4940b;
}

@media screen and (max-width: 1219px) {
  .m-newsl .list-item {
    margin-top: 30px;
  }
  .m-newsl .item-text, .m-newsl .item-fix {
    padding: 15px 10px;
  }
  .m-newsl .item-title {
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .m-newsl .item-desc {
    margin-top: 10px;
    max-height: 48px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-newsl .item-time {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-newsl .item-link a {
    min-width: 120px;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 5px 10px;
  }
}
@media screen and (max-width: 991px) {
  .m-newsl .item-link {
    display: none;
  }
}
.m-sdnews {
  padding-left: 22px;
  padding-right: 22px;
  padding-top: 30px;
  padding-bottom: 27px;
  background-color: #f9f9f9;
  border-radius: 20px;
}

.m-sdnews .box-wp {
  position: relative;
}

.m-sdnews .box-title {
  line-height: 32px;
  font-size: 26px;
  font-size: 2.6rem;
  color: #195fab;
}

.m-sdnews .btn-wp {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
}

.m-sdnews .box-btn {
  width: 32px;
  line-height: 32px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-radius: 4px;
  background-color: #195fab;
}

.m-sdnews .box-btn:hover {
  color: #fff;
  background-color: #f4940b;
}

.m-sdnews .prev {
  margin-right: 12px;
}

.m-sdnews .box-slide {
  margin-top: 13px;
}

.m-sdnews .box-list {
  width: 10000%;
  overflow: hidden;
}

.m-sdnews .list-item {
  float: left;
  width: 1%;
}

.m-sdnews .item-pic {
  border-radius: 10px;
}

.m-sdnews .item-title {
  margin-top: 14px;
  line-height: 34px;
  font-size: 20px;
  font-size: 2rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m-sdnews .item-fix {
  margin-top: 14px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}

.m-sdnews .item-time {
  line-height: 28px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}

.m-sdnews .item-time i {
  margin-right: 5px;
}

.m-sdnews .item-link a {
  display: inline-block;
  min-width: 120px;
  line-height: 30px;
  padding: 0 10px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #f4f4f4;
  text-align: center;
  background-color: #195fab;
  border-radius: 8px 0px 8px 0px;
}

.m-sdnews .item-link a:hover {
  color: #fff;
  background-color: #f4940b;
}

@media screen and (max-width: 1219px) {
  .m-sdnews {
    padding: 15px 10px;
  }
  .m-sdnews .item-title {
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .m-sdnews .item-time {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-sdnews .item-link a {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-sdnews .box-title {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 991px) {
  .m-sdnews .list-item {
    margin-right: 0.02%;
    width: 0.32%;
  }
  .m-sdnews .item-link {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .m-sdnews .list-item {
    width: 0.49%;
  }
}
.m-sdshare {
  margin-top: 20px;
  padding-left: 23px;
  padding-right: 23px;
  padding-top: 25px;
  padding-bottom: 18px;
  background-color: #f9f9f9;
  border-radius: 20px;
}

.m-sdshare .box-title {
  line-height: 36px;
  font-size: 26px;
  font-size: 2.6rem;
  color: #195fab;
}

.m-sdshare .box-share {
  margin-top: 17px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.m-sdshare .share-item {
  margin-right: 22px;
  margin-bottom: 10px;
  width: 36px;
  line-height: 34px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #222;
  text-align: center;
  border-radius: 50%;
  border: solid 1px #666666;
}

.m-sdshare .share-item:hover {
  color: #fff;
  background-color: #f4940b;
  border-color: #f4940b;
}

@media screen and (max-width: 1219px) {
  .m-sdshare {
    margin-top: 20px;
    padding: 15px 10px;
  }
  .m-sdshare .box-title {
    line-height: 28px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1220px) {
  .m-sdshare .share-item {
    margin-right: 10px;
  }
}
.m-news {
  background-color: #f9f9f9;
  border-radius: 20px;
}

.m-news .box-wp {
  padding-top: 39px;
  padding-bottom: 30px;
  padding-left: 40px;
  padding-right: 40px;
}

.m-news .box-info, .m-news .box-share {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}

.m-news .box-time {
  margin-right: 20px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #999;
}

.m-news .box-time i {
  margin-right: 5px;
}

.m-news .share-title {
  margin-right: 10px;
  line-height: 30px;
  font-size: 20px;
  font-size: 2rem;
  color: #999;
}

.m-news .box-title {
  margin-top: 14px;
  line-height: 40px;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: normal;
}

.m-news .box-desc {
  margin-top: 42px;
  color: #666;
}

.m-news .box-desc p {
  text-indent: 2em;
}

@media screen and (max-width: 1219px) {
  .m-news .box-wp {
    padding: 30px 20px;
  }
  .m-news .box-time, .m-news .share-title {
    line-height: 26px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-news .box-title {
    margin-top: 20px;
    line-height: 28px;
    font-size: 20px;
    font-size: 2rem;
  }
  .m-news .box-desc {
    margin-top: 20px;
  }
}
.m-mpro {
  margin-top: 180px;
}

@media screen and (max-width: 1219px) {
  .m-mpro {
    margin-top: 30px;
  }
}
.m-innov {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}

.m-innov .box-img {
  order: 2;
  width: 43.5%;
  line-height: 0;
  font-size: 0;
}

.m-innov .box-text {
  width: 50.7142857143%;
}

.m-innov .box-title {
  position: relative;
  padding-bottom: 22px;
  margin-top: 76px;
  line-height: 58px;
  font-size: 38px;
  font-size: 3.8rem;
  font-family: "Microsoft YaHei", 微软雅黑;
  font-weight: bold;
  color: #195fab;
}

.m-innov .box-title:first-child {
  margin-top: 0;
}

.m-innov .box-title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 4px;
  background-color: #195fab;
}

.m-innov .box-desc {
  margin-top: 26px;
  color: #666;
}

@media screen and (max-width: 1219px) {
  .m-innov .box-title {
    margin-top: 30px;
    padding-bottom: 20px;
    line-height: 28px;
    font-size: 26px;
    font-size: 2.6rem;
  }
  .m-innov .box-title:before {
    width: 30px;
    height: 2px;
  }
}
@media screen and (max-width: 640px) {
  .m-innov .box-img {
    width: 100%;
  }
  .m-innov .box-text {
    width: 100%;
    margin-top: 30px;
    order: 2;
  }
}
.m-innovl {
  margin-top: 198px;
  margin-bottom: -104px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.m-innovl .list-item {
  position: relative;
  margin-bottom: 104px;
  width: 48.5714285714%;
}

.m-innovl .item-pic {
  position: relative;
  border: 2px solid #e0f1ff;
  border-radius: 10px;
}

.m-innovl .item-pic:after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url("/themes/simplebootx/images/innov-bg1.png") no-repeat center bottom;
  background-size: 100%;
}

.m-innovl .item-link {
  position: absolute;
  left: 0;
  bottom: 60px;
  text-align: center;
  z-index: 2;
  width: 100%;
}

.m-innovl .item-link a {
  display: inline-block;
  min-width: 268px;
  line-height: 24px;
  padding: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  background-color: #195fab;
  border-radius: 8px 0px 8px 0px;
}

.m-innovl .item-link a:hover {
  color: #fff;
  background-color: #f4940b;
}

@media screen and (max-width: 1219px) {
  .m-innovl {
    margin-top: 30px;
    margin-bottom: -30px;
  }
  .m-innovl .list-item {
    margin-bottom: 30px;
  }
  .m-innovl .item-link {
    bottom: 20px;
  }
  .m-innovl .item-link a {
    min-width: 140px;
    padding: 5px 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  .m-innovl .list-item {
    width: 100%;
  }
}
.m-ctusform {
  background-color: #f9f9f9;
  border-radius: 24px;
  padding-left: 54px;
  padding-right: 52px;
  padding-top: 85px;
  padding-bottom: 45px;
}

.m-ctusform .box-title {
  position: relative;
  margin-bottom: 89px;
  padding-bottom: 19px;
  line-height: 58px;
  font-size: 44px;
  font-size: 4.4rem;
  font-family: "Microsoft YaHei", 微软雅黑;
  font-weight: bold;
  text-align: center;
  color: #195fab;
}

.m-ctusform .box-title:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 60px;
  height: 4px;
  background-color: #195fab;
}

.m-ctusform .box-form {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.m-ctusform .form-item {
  margin-bottom: 25px;
}

.m-ctusform .form-item1 {
  width: 29.5208655332%;
}

.m-ctusform .form-name {
  margin-bottom: 10px;
  line-height: 34px;
  font-size: 22px;
  font-size: 2.2rem;
}

.m-ctusform .form-text {
  display: block;
  width: 100%;
  height: 54px;
  line-height: 54px;
  padding: 0 16px;
  font-size: 16px;
  font-size: 1.6rem;
  background-color: #e3e3e3;
  border-radius: 10px;
}

.m-ctusform .form-text::-webkit-input-placeholder {
  color: #767676;
  opacity: 1;
}

.m-ctusform .form-text:-moz-placeholder {
  color: #767676;
  opacity: 1;
}

.m-ctusform .form-text::-moz-placeholder {
  color: #767676;
  opacity: 1;
}

.m-ctusform .form-text:-ms-input-placeholder {
  color: #767676;
  opacity: 1;
}

.m-ctusform .form-text2 {
  height: 145px;
}

.m-ctusform .form-item2 {
  width: 64.914992272%;
}

.m-ctusform .form-radio {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.m-ctusform .radio-item {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  width: 45.4761904762%;
  background-color: #e3e3e3;
  border-radius: 10px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}

.m-ctusform .radio-item input {
  flex: 0 0 auto;
  margin-right: 10px;
  cursor: pointer;
}

.m-ctusform .radio-item label {
  flex: 1 1 auto;
  cursor: pointer;
}

.m-ctusform .form-item4, .m-ctusform .form-item5 {
  width: 100%;
}

.m-ctusform .form-item3 {
  width: 65%;
}

.m-ctusform .form-check {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.m-ctusform .check-item {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  width: 29.5208655332%;
  background-color: #e3e3e3;
  border-radius: 10px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}

.m-ctusform .check-item input {
  flex: 0 0 auto;
  margin-right: 10px;
  cursor: pointer;
}

.m-ctusform .check-item label {
  flex: 1 1 auto;
  cursor: pointer;
}

.m-ctusform .form-item4 {
  padding-top: 13px;
  margin-bottom: 0;
  text-align: center;
}

.m-ctusform .form-btn {
  display: inline-block;
  min-width: 326px;
  line-height: 30px;
  padding: 20px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  background-color: #195fab;
  border-radius: 8px 0px 8px 0px;
}

.m-ctusform .form-btn:hover {
  color: #fff;
  background-color: #f4940b;
}

.m-ctusform .form-item5 {
  margin-top: 19px;
}

.m-ctusform .form-info {
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
}

.m-ctusform .form-info a {
  color: #f4940b;
}

.m-ctusform .form-info a:hover {
  color: #f4940b;
  text-decoration: underline;
}

.m-ctusform .form-info input {
  margin-right: 5px;
}

@media screen and (max-width: 1219px) {
  .m-ctusform {
    padding: 30px 20px;
  }
  .m-ctusform .form-item {
    margin-bottom: 20px;
  }
  .m-ctusform .box-title {
    margin-bottom: 20px;
    line-height: 28px;
    font-size: 20px;
    font-size: 2rem;
  }
  .m-ctusform .box-title:before {
    width: 30px;
    height: 2px;
  }
  .m-ctusform .form-name {
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .m-ctusform .form-text, .m-ctusform .radio-item, .m-ctusform .check-item {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-ctusform .form-btn {
    min-width: 140px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 10px;
  }
}
@media screen and (max-width: 991px) {
  .m-ctusform .form-item, .m-ctusform .radio-item, .m-ctusform .check-item {
    width: 100%;
  }
  .m-ctusform .radio-item, .m-ctusform .check-item {
    margin-bottom: 10px;
  }
}
.m-ctusinfo {
  margin-top: 40px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: -30px;
}

.m-ctusinfo .box-item {
  margin-right: 1.7857142857%;
  margin-bottom: 30px;
  width: 32.1428571429%;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 35px;
  padding-bottom: 22px;
  text-align: center;
  background-color: #f9f9f9;
  border-radius: 10px;
}

.m-ctusinfo .box-item:nth-child(3n) {
  margin-right: 0;
}

.m-ctusinfo .item-icon {
  display: inline-block;
  padding: 8px;
  border: 1px solid #f4940b;
  border-radius: 50%;
}

.m-ctusinfo .item-icon i {
  display: inline-block;
  width: 86px;
  line-height: 86px;
  font-size: 34px;
  font-size: 3.4rem;
  color: #fff;
  text-align: center;
  background-color: #f4940b;
  border-radius: 50%;
}

.m-ctusinfo .item-title {
  margin-top: 22px;
  line-height: 46px;
  font-size: 26px;
  font-size: 2.6rem;
  font-family: "Microsoft YaHei", 微软雅黑;
  font-style: italic;
}

.m-ctusinfo .item-info {
  margin-left: auto;
  margin-right: auto;
  margin-top: 12px;
  max-width: 290px;
  line-height: 30px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #666;
}

@media screen and (max-width: 1219px) {
  .m-ctusinfo {
    margin-top: 30px;
  }
  .m-ctusinfo .box-item {
    padding: 30px 20px;
  }
  .m-ctusinfo .item-icon i {
    width: 46px;
    line-height: 46px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-ctusinfo .item-title {
    margin-top: 15px;
    line-height: 26px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .m-ctusinfo .item-info {
    line-height: 26px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .m-ctusinfo .box-item {
    width: 100%;
    margin-right: 0;
  }
}
.m-ctusmap {
  margin-top: 40px;
  line-height: 0;
  font-size: 0;
}

.m-video {
  margin-top: 132px;
}

.m-video:first-child {
  margin-top: 30px;
}

.m-video .box-title {
  margin-bottom: 54px;
  position: relative;
  padding-bottom: 17px;
  line-height: 58px;
  font-size: 48px;
  font-size: 4.8rem;
  font-family: "Microsoft YaHei", 微软雅黑;
  font-weight: bold;
  color: #195fab;
  text-align: center;
}

.m-video .box-title:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 60px;
  height: 4px;
  background-color: #195fab;
}

.m-video .box-item {
  margin-top: 50px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
}

.m-video .box-item .item-pic {
  position: relative;
  width: 50%;
  align-self: flex-start;
}

.m-video .box-item .item-pic i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  line-height: 56px;
  font-size: 30px;
  font-size: 3rem;
  color: #f4940b;
  text-align: center;
  border: 2px solid #f4940b;
  border-radius: 50%;
}

.m-video .box-item .item-pic:hover i {
  color: #195fab;
  border-color: #195fab;
}

.m-video .box-item .item-text {
  width: 50%;
  background: url("/themes/simplebootx/images/videob.jpg") no-repeat center bottom;
  background-size: 100%;
  padding-left: 3.9285714286%;
  padding-right: 3.9285714286%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.m-video .box-item .item-fix {
  width: 100%;
}

.m-video .box-item .item-title {
  line-height: 40px;
  font-size: 30px;
  font-size: 3rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m-video .box-item .item-desc {
  margin-top: 16px;
  max-height: 120px;
  line-height: 30px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.m-video .box-item:first-child {
  margin-top: 0;
}

.m-video .box-item2 .item-pic {
  order: 2;
}

@media screen and (max-width: 1219px) {
  .m-video {
    margin-top: 30px;
  }
  .m-video .box-title {
    line-height: 28px;
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .m-video .box-title:before {
    width: 30px;
    height: 2px;
  }
  .m-video .box-item {
    margin-top: 30px;
  }
  .m-video .box-item .item-title {
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .m-video .box-item .item-desc {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
    max-height: 96px;
  }
  .m-video .box-item .item-pic i {
    width: 40px;
    line-height: 36px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 480px) {
  .m-video .box-item .item-pic {
    width: 100%;
  }
  .m-video .box-item .item-text {
    width: 100%;
    order: 2;
  }
}
.m-protag {
  padding-bottom: 80px;
  margin-top: 20px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}

.m-protag a {
  color: #666;
}

.m-protag a:hover {
  color: #f4940b;
}

@media screen and (max-width: 1219px) {
  .m-protag {
    padding-bottom: 30px;
  }
}
@font-face {
  font-family: "LatoRegular";
  src: url("/themes/simplebootx/images/fonts/LatoRegular.eot");
  src: url("/themes/simplebootx/images/fonts/LatoRegular.eot") format("embedded-opentype"), url("/themes/simplebootx/images/fonts/LatoRegular.woff2") format("woff2"), url("/themes/simplebootx/images/fonts/LatoRegular.woff") format("woff"), url("/themes/simplebootx/images/fonts/LatoRegular.ttf") format("truetype"), url("/themes/simplebootx/images/fonts/LatoRegular.svg#LatoRegular") format("svg");
}
@font-face {
  font-family: "LatoBlackItalic";
  src: url("/themes/simplebootx/images/fonts/LatoBlackItalic.eot");
  src: url("/themes/simplebootx/images/fonts/LatoBlackItalic.eot") format("embedded-opentype"), url("/themes/simplebootx/images/fonts/LatoBlackItalic.woff2") format("woff2"), url("/themes/simplebootx/images/fonts/LatoBlackItalic.woff") format("woff"), url("/themes/simplebootx/images/fonts/LatoBlackItalic.ttf") format("truetype"), url("/themes/simplebootx/images/fonts/LatoBlackItalic.svg#LatoBlackItalic") format("svg");
}
@font-face {
  font-family: "LatoBold";
  src: url("/themes/simplebootx/images/fonts/LatoBold.eot");
  src: url("/themes/simplebootx/images/fonts/LatoBold.eot") format("embedded-opentype"), url("/themes/simplebootx/images/fonts/LatoBold.woff2") format("woff2"), url("/themes/simplebootx/images/fonts/LatoBold.woff") format("woff"), url("/themes/simplebootx/images/fonts/LatoBold.ttf") format("truetype"), url("/themes/simplebootx/images/fonts/LatoBold.svg#LatoBold") format("svg");
}
@font-face {
  font-family: "iconfont";
  /* Project id 4254050 */
  src: url("/themes/simplebootx/images/fonts/iconfont.woff2?t=1694766963603") format("woff2"), url("/themes/simplebootx/images/fonts/iconfont.woff?t=1694766963603") format("woff"), url("/themes/simplebootx/images/fonts/iconfont.ttf?t=1694766963603") format("truetype");
}
.iconfont {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-home:before {
  content: "\e624";
}

.icon-edit:before {
  content: "\e611";
}

.icon-facebook:before {
  content: "\e620";
}

.icon-pinterest:before {
  content: "\e8ab";
}

.icon-linkedin:before {
  content: "\e648";
}

.icon-youtube:before {
  content: "\e6d6";
}

.icon-twitter:before {
  content: "\e607";
}

.icon-bigger:before {
  content: "\e647";
}

.icon-left:before {
  content: "\e72c";
}

.icon-right:before {
  content: "\e72d";
}

.icon-up1:before {
  content: "\e72e";
}

.icon-bottom1:before {
  content: "\e72f";
}

.icon-left1:before {
  content: "\e730";
}

.icon-right1:before {
  content: "\e731";
}

.icon-up:before {
  content: "\e73e";
}

.icon-bottom:before {
  content: "\e73f";
}

.icon-instagram:before {
  content: "\e79d";
}

.icon-tumblr:before {
  content: "\e79e";
}

.icon-download:before {
  content: "\e7a0";
}

.icon-download1:before {
  content: "\e7a7";
}

.icon-search4:before {
  content: "\e7b2";
}

.icon-address:before {
  content: "\e7bc";
}

.icon-email:before {
  content: "\e7bd";
}

.icon-contact:before {
  content: "\e7be";
}

.icon-whatsapp:before {
  content: "\e7bf";
}

.icon-fax:before {
  content: "\e7c2";
}

.icon-mobile:before {
  content: "\e7c6";
}

.icon-phone:before {
  content: "\e7c8";
}

.icon-tel:before {
  content: "\e7c7";
}

.icon-phone1:before {
  content: "\e7cb";
}

.icon-skype:before {
  content: "\e7cc";
}

.icon-whatsapp1:before {
  content: "\e7c1";
}

.icon-address1:before {
  content: "\e7c3";
}

.icon-contact1:before {
  content: "\e7c4";
}

.icon-email1:before {
  content: "\e7c5";
}

.icon-skype1:before {
  content: "\e7c9";
}

.icon-fax1:before {
  content: "\e7ca";
}

.icon-qq:before {
  content: "\e7ce";
}

.icon-tel1:before {
  content: "\e7cd";
}

.icon-wechat:before {
  content: "\e7cf";
}

.icon-phone2:before {
  content: "\e7d0";
}

.icon-message:before {
  content: "\e7da";
}

.icon-calendar:before {
  content: "\e7e1";
}

.icon-calendar1:before {
  content: "\e7e3";
}

.icon-top:before {
  content: "\e7ed";
}

.icon-youbian:before {
  content: "\e60f";
}

.icon-jian2:before {
  content: "\e600";
}

.icon-jia2:before {
  content: "\e608";
}

.icon-vk:before {
  content: "\e735";
}

.icon-instagram1:before {
  content: "\e640";
}

.icon-up7:before {
  content: "\e722";
}

.icon-bottom7:before {
  content: "\e723";
}

.icon-left7:before {
  content: "\e724";
}

.icon-right7:before {
  content: "\e725";
}

.icon-sousuo4:before {
  content: "\e610";
}

.icon-sousuo:before {
  content: "\e616";
}

.icon-sousuo1:before {
  content: "\e65b";
}

.icon-shangchuan:before {
  content: "\e602";
}

.icon-top2:before {
  content: "\e637";
}

.icon-biaoqian:before {
  content: "\e649";
}

.icon-twitter3:before {
  content: "\e7fd";
}

.icon-twitter4:before {
  content: "\e7fe";
}

.icon-twitter-new2:before {
  content: "\e800";
}

.icon-twitter-new:before {
  content: "\e7ff";
}

.icon-play:before {
  content: "\e603";
}

.m-kf {
  position: fixed;
  z-index: 10;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #f4f5f8;
  border-radius: 25px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.m-kf .kf-item {
  position: relative;
  display: block;
  line-height: 0;
  font-size: 0;
  width: 50px;
  line-height: 40px;
  margin-bottom: 1px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #a3a3a3;
  text-align: center;
}

.m-kf .kf-item:hover {
  color: #195fab;
}

.m-kf .kf-item.active {
  color: #195fab;
}

.m-kf .kf-wx {
  position: absolute;
  display: none;
  bottom: 0;
  right: 100%;
  width: 120px;
  font-size: 0;
  line-height: 0;
}

.m-kf .gotop {
  display: none;
}

@media screen and (max-width: 991px) {
  .m-kf {
    right: 0;
    top: auto;
    bottom: 0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
    width: 100%;
    background-color: #2d2d27;
    border-radius: 0;
    padding: 0;
    transform: none;
  }
  .m-kf .kf-item {
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    font-size: 1.8rem;
    color: #fff;
    background-color: #2d2d27 !important;
  }
  .m-kf .kf-item.active, .m-kf .kf-item:hover {
    color: #fff;
    background-color: #195fab !important;
  }
  .m-kf .kf-item2 {
    position: relative;
  }
  .m-kf .kf-wx {
    bottom: 100%;
    right: 0;
  }
  .g-ft {
    padding-bottom: 43px;
  }
}
.m-jhbanner {
  padding-top: 74px;
}

@media screen and (max-width: 991px) {
  .m-jhbanner {
    padding-top: 55px;
  }
  .m-jhbanner .box-img {
    display: none;
  }
}
.m-nhd {
  margin-bottom: 32px;
  text-align: center;
}

.m-nhd .hd-title {
  position: relative;
  padding-bottom: 17px;
  line-height: 56px;
  font-size: 46px;
  font-size: 4.6rem;
  font-family: "Microsoft YaHei", 微软雅黑;
  font-weight: bold;
  color: #195fab;
}

.m-nhd .hd-title:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  width: 60px;
  height: 6px;
  background-color: #195fab;
}

.m-nhd .hd-desc {
  margin-left: auto;
  margin-right: auto;
  margin-top: 32px;
  max-width: 1350px;
  line-height: 30px;
  font-size: 20px;
  font-size: 2rem;
  color: #666;
}

.m-nhd .hd-desc:first-child {
  margin-top: 0;
}

@media screen and (max-width: 1219px) {
  .m-nhd {
    margin-bottom: 20px;
  }
  .m-nhd .hd-title {
    line-height: 28px;
    font-size: 20px;
    font-size: 2rem;
    padding-bottom: 20px;
  }
  .m-nhd .hd-title:before {
    width: 30px;
    height: 2px;
  }
  .m-nhd .hd-desc {
    margin-top: 15px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
  }
}
.m-lmbox {
  margin-top: 64px;
}

.m-lmbox:first-child {
  margin-top: 0;
}

@media screen and (max-width: 1219px) {
  .m-lmbox {
    margin-top: 30px;
  }
}
.m-lmhead .box-wp {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 34px;
  padding-bottom: 28px;
  background-color: #f7f7f7;
  border-radius: 4px;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.m-lmhead .box-item {
  position: relative;
  width: 44.8529411765%;
}

.m-lmhead .item-title {
  position: relative;
  padding-left: 15px;
  line-height: 36px;
  font-size: 18px;
  font-size: 1.8rem;
}

.m-lmhead .item-title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 16px;
  width: 6px;
  height: 6px;
  background-color: #535353;
  border-radius: 50%;
}

@media screen and (max-width: 1219px) {
  .m-lmhead .hd-desc {
    margin-top: 15px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-lmhead .box-wp {
    padding: 30px 20px;
  }
  .m-lmhead .item-title {
    line-height: 26px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-lmhead .item-title:before {
    top: 10px;
  }
  .m-lmhead .box-item {
    width: 48%;
  }
}
@media screen and (max-width: 640px) {
  .m-lmhead .box-item {
    width: 100%;
  }
}
.g-jhmn {
  float: left;
  width: 100%;
  padding-right: 34.2857142857%;
}

@media screen and (max-width: 991px) {
  .g-jhmn {
    padding-right: 0;
    float: none;
  }
}
.g-jhsd {
  position: sticky;
  top: 0;
  float: left;
  margin-left: -33.2142857143%;
  width: 33.2142857143%;
}

@media screen and (max-width: 991px) {
  .g-jhsd {
    float: none;
    margin-left: 0;
    margin-top: 30px;
    width: 100%;
  }
}
.m-sdjhnav {
  background-color: #f9f9f9;
  border-radius: 20px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 32px;
  padding-bottom: 27px;
}

.m-sdjhnav .box-title {
  line-height: 36px;
  font-size: 26px;
  font-size: 2.6rem;
  color: #195fab;
}

.m-sdjhnav .box-nav {
  margin-top: 24px;
}

.m-sdjhnav .nav-item {
  position: relative;
}

.m-sdjhnav .nav-item a {
  display: block;
  position: relative;
  line-height: 40px;
  font-size: 24px;
  font-size: 2.4rem;
}

.m-sdjhnav .nav-item a:hover, .m-sdjhnav .nav-item a.active {
  color: #195fab;
}

@media screen and (max-width: 1219px) {
  .m-sdjhnav .box-title {
    line-height: 28px;
    font-size: 20px;
    font-size: 2rem;
  }
  .m-sdjhnav .nav-item a {
    line-height: 26px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.m-sdjhctus {
  margin-top: 20px;
  padding-left: 25px;
  padding-right: 10px;
  padding-top: 24px;
  padding-bottom: 100px;
  background: url("/themes/simplebootx/images/sdjhctus-bg1.png") no-repeat center;
  background-size: cover;
}

.m-sdjhctus .box-title {
  line-height: 40px;
  font-size: 26px;
  font-size: 2.6rem;
  color: #195fab;
}

.m-sdjhctus .box-info {
  margin-top: 16px;
}

.m-sdjhctus .info-item {
  position: relative;
  padding-left: 46px;
}

.m-sdjhctus .info-item i {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 40px;
  line-height: 40px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  background-color: #195fab;
}

.m-sdjhctus .item-title {
  line-height: 1;
  font-size: 20px;
  font-size: 2rem;
  font-family: "Microsoft YaHei", 微软雅黑;
  font-weight: bold;
}

.m-sdjhctus .item-info {
  line-height: 30px;
  font-size: 20px;
  font-size: 2rem;
  font-family: "Microsoft YaHei", 微软雅黑;
  font-weight: bold;
}

.m-sdjhctus .box-link {
  margin-top: 30px;
}

.m-sdjhctus .box-link a {
  display: inline-block;
  min-width: 120px;
  line-height: 30px;
  padding: 0 10px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  background-color: #195fab;
  border-radius: 8px 0px 8px 0px;
  text-align: center;
}

.m-sdjhctus .box-link a:hover {
  color: #fff;
  background-color: #333;
}

@media screen and (max-width: 1219px) {
  .m-sdjhctus {
    margin-top: 30px;
    padding-bottom: 80px;
  }
  .m-sdjhctus .box-title {
    line-height: 28px;
    font-size: 20px;
    font-size: 2rem;
  }
  .m-sdjhctus .item-title {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .m-sdjhctus .item-info {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-sdjhctus .box-link {
    margin-top: 20px;
  }
  .m-sdjhctus .box-link a {
    min-width: 120px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.g-jhmnwp {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 36px;
  padding-bottom: 36px;
  background-color: #f9f9f9;
  border-radius: 20px;
}

@media screen and (max-width: 1219px) {
  .g-jhmnwp {
    padding: 20px 15px;
  }
}
.m-jhbox {
  padding-top: 70px;
}

.m-jhbox .box-title {
  position: relative;
  line-height: 40px;
  font-size: 30px;
  font-size: 3rem;
  font-family: "Microsoft YaHei", 微软雅黑;
  font-weight: bold;
}

.m-jhbox .box-rm {
  margin-top: 20px;
  padding-top: 25px;
  line-height: 30px;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  color: #195fab;
  display: flex;
  justify-content: center;
  background: url("/themes/simplebootx/images/jhrm-bg1.png") no-repeat center top;
}

.m-jhbox .box-rm .btn {
  cursor: pointer;
}

.m-jhbox .box-rm .btn2 {
  display: none;
}

.m-jhbox .box-rm.active {
  background-image: url("/themes/simplebootx/images/jhrm-bg2.png");
}

.m-jhbox .box-rm.active .btn2 {
  display: block;
}

.m-jhbox .box-rm.active .btn1 {
  display: none;
}

.m-jhbox:first-child {
  padding-top: 0;
}

@media screen and (max-width: 1219px) {
  .m-jhbox .box-title {
    line-height: 28px;
    font-size: 20px;
    font-size: 2rem;
  }
  .m-jhbox .box-rm {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 991px) {
  .m-jhbox {
    padding-top: 40px;
  }
}
.m-jhtext .box-desc {
  margin-top: 42px;
  line-height: 28px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
  max-height: 280px;
  overflow: hidden;
}

.m-jhtext .box-desc.show {
  max-height: inherit;
}

.m-jhtext .box-desc p {
  min-height: 28px;
}

.m-jhtext .box-desc em {
  display: block;
  font-size: 20px;
  font-size: 2rem;
  color: #222;
}

.m-jhtext .fix1 {
  margin-top: 30px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
}

.m-jhtext .fix1 .img {
  flex: 0 0 auto;
  width: 36.5476190476%;
  margin-right: 20px;
  line-height: 0;
  font-size: 0;
}

.m-jhtext .fix1 .img2 {
  order: 2;
  margin-left: 20px;
}

.m-jhtext .fix1 .desc {
  flex: 1 1 auto;
  overflow: hidden;
}

.m-jhtext .fix1:first-child {
  margin-top: 0;
}

.m-jhtext .link {
  margin-top: 26px;
}

.m-jhtext .link a {
  display: inline-block;
  min-width: 120px;
  line-height: 30px;
  padding: 0 10px;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  background-color: #195fab;
  border-radius: 8px 0px 8px 0px;
}

@media screen and (max-width: 1219px) {
  .m-jhtext .box-desc {
    margin-top: 20px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-jhtext .box-desc p {
    min-height: 24px;
  }
  .m-jhtext .box-desc em {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 991px) {
  .m-jhtext .fix1 {
    display: block;
    overflow: hidden;
  }
  .m-jhtext .fix1 .img1 {
    float: left;
  }
  .m-jhtext .fix1 .img2 {
    float: right;
  }
  .m-jhtext .fix1 .desc {
    overflow: visible;
  }
}
.m-jhpro .box-slide {
  margin-top: 30px;
}

.m-jhpro .btn-wp {
  margin-top: 23px;
  display: flex;
  justify-content: center;
}

.m-jhpro .box-btn {
  line-height: 1;
  font-size: 18px;
  font-size: 1.8rem;
  cursor: pointer;
}

.m-jhpro .box-btn:hover {
  color: #195fab;
}

.m-jhpro .prev {
  margin-right: 30px;
}

.m-jhpro .box-list {
  width: 10000%;
  overflow: hidden;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
}

.m-jhpro .list-item {
  margin-right: 0.0142857143%;
  width: 0.3214285714%;
  background-color: #ffffff;
  border: solid 1px #eeeeee;
}

.m-jhpro .item-text {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 12px;
  padding-bottom: 18px;
}

.m-jhpro .item-title {
  padding-bottom: 10px;
  border-bottom: 1px solid #f2f2f2;
  line-height: 24px;
  font-size: 18px;
  font-size: 1.8rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: normal;
}

.m-jhpro .item-desc {
  margin-top: 9px;
  max-height: 48px;
  line-height: 24px;
  font-size: 16px;
  font-size: 1.6rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.m-jhpro .item-link {
  margin-top: 15px;
}

.m-jhpro .item-link a {
  display: inline-block;
  min-width: 110px;
  line-height: 28px;
  padding: 0 10px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
  background-color: #195fab;
  border-radius: 8px 0px 8px 0px;
}

.m-jhpro .item-link a:hover {
  color: #fff;
  background-color: #333;
}

@media screen and (max-width: 1219px) {
  .m-jhpro .box-slide {
    margin-top: 30px;
  }
  .m-jhpro .btn-wp {
    margin-top: 20px;
  }
  .m-jhpro .item-text {
    padding: 15px 10px;
  }
  .m-jhpro .item-title {
    font-size: 16px;
    font-size: 1.6rem;
    padding-bottom: 10px;
  }
  .m-jhpro .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-jhpro .item-link {
    margin-top: 10px;
  }
  .m-jhpro .item-link a {
    min-width: 100px;
    line-height: 22px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .m-jhpro .item-link {
    display: none;
  }
  .m-jhpro .list-item {
    margin-right: 0.02%;
    width: 0.49%;
  }
}
.m-jhnews .box-list {
  margin-top: 40px;
  max-height: 600px;
  overflow: hidden;
}

.m-jhnews .box-list.show {
  max-height: inherit;
}

.m-jhnews .list-item {
  margin-top: 20px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
}

.m-jhnews .list-item:first-child {
  margin-top: 0;
}

.m-jhnews .item-pic {
  flex: 0 0 auto;
  width: 240px;
  margin-right: 20px;
  border-radius: 3px;
}

.m-jhnews .item-text {
  flex: 1 1 auto;
  overflow: hidden;
}

.m-jhnews .item-title {
  line-height: 30px;
  font-size: 20px;
  font-size: 2rem;
  font-family: "Microsoft YaHei", 微软雅黑;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m-jhnews .item-desc {
  margin-top: 6px;
  max-height: 48px;
  line-height: 24px;
  font-size: 16px;
  font-size: 1.6rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #666;
}

.m-jhnews .item-desc a {
  color: #666;
}

.m-jhnews .item-desc a:hover {
  color: #195fab;
}

.m-jhnews .item-fix {
  margin-top: 12px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}

.m-jhnews .item-time {
  order: 2;
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
}

.m-jhnews .item-link a {
  display: inline-block;
  min-width: 106px;
  line-height: 28px;
  padding: 0 10px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
  background-color: #195fab;
  border-radius: 8px 0px 8px 0px;
}

.m-jhnews .item-link a:hover {
  color: #fff;
  background-color: #333;
}

@media screen and (max-width: 1219px) {
  .m-jhnews .item-title {
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .m-jhnews .item-desc {
    margin-top: 10px;
    max-height: 48px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-jhnews .item-time {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-jhnews .item-pic {
    margin-right: 15px;
    width: 150px;
  }
  .m-jhnews .item-fix {
    margin-top: 10px;
  }
}
@media screen and (max-width: 991px) {
  .m-jhnews .item-link {
    display: none;
  }
  .m-jhnews .list-item {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .m-jhnews .item-pic {
    width: 120px;
  }
}
.m-jhfaq .box-list {
  margin-top: 24px;
}

.m-jhfaq .list-item {
  position: relative;
  padding-bottom: 36px;
  border-bottom: 1px solid #dddddd;
  margin-top: 30px;
  overflow: hidden;
}

.m-jhfaq .list-item:first-child {
  margin-top: 0;
}

.m-jhfaq .item-title a {
  position: relative;
  display: block;
  padding-left: 35px;
  padding-right: 40px;
  line-height: 24px;
  font-size: 18px;
  font-size: 1.8rem;
}

.m-jhfaq .item-title a span {
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  border-radius: 3px;
  background-color: #a2b2c7;
}

.m-jhfaq .item-title a .iconfont {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  color: #195fab;
}

.m-jhfaq .item-title a .icon-bottom1 {
  display: none;
}

.m-jhfaq .item-title a:hover {
  color: #195fab;
}

.m-jhfaq .item-title.active a .icon-right1 {
  display: none;
}

.m-jhfaq .item-title.active a .icon-bottom1 {
  display: block;
}

.m-jhfaq .item-desc {
  position: relative;
  margin-top: 33px;
  display: none;
  padding-left: 35px;
  padding-right: 26px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}

.m-jhfaq .item-desc span {
  position: absolute;
  left: 0;
  top: 3px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: #195fab;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  border-radius: 3px;
  background-color: #eff4fc;
}

.m-jhfaq .item-desc.show {
  display: block;
}

@media screen and (max-width: 1219px) {
  .m-jhfaq .list-item {
    margin-top: 20px;
    padding-bottom: 20px;
  }
  .m-jhfaq .item-title a {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .m-jhfaq .item-desc {
    margin-top: 10px;
    line-height: 26px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-jhfaq .item-desc span {
    top: 1px;
  }
}
.m-jhpic .box-slide {
  margin-top: 32px;
}

.m-jhpic .box-list {
  width: 10000%;
  overflow: hidden;
}

.m-jhpic .list-wp {
  float: left;
  width: 1%;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.m-jhpic .list-item {
  margin-right: 2.380952381%;
  width: 31.6666666667%;
}

.m-jhpic .list-item:nth-child(3n) {
  margin-right: 0;
}

.m-jhpic .item-pic {
  border-radius: 10px 10px 1px 1px;
}

.m-jhpic .item-title {
  margin-top: 26px;
  max-height: 48px;
  line-height: 24px;
  font-size: 18px;
  font-size: 1.8rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-weight: bold;
}

.m-jhpic .item-title a {
  display: block;
}

.m-jhpic .item-link {
  margin-top: 20px;
}

.m-jhpic .item-link a {
  display: inline-block;
  min-width: 106px;
  line-height: 28px;
  padding: 0 10px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
  background-color: #195fab;
  border-radius: 8px 0px 8px 0px;
}

.m-jhpic .item-link a:hover {
  color: #fff;
  background-color: #333;
}

.m-jhpic .box-page {
  margin-top: 30px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}

.m-jhpic .page-item {
  margin-left: 12px;
  margin-right: 12px;
  margin-bottom: 12px;
  width: 10px;
  height: 10px;
  background-color: #195fab;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}

.m-jhpic .page-item.active:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  padding: 4px;
  border: 1px solid #195fab;
  border-radius: 50%;
}

@media screen and (max-width: 1219px) {
  .m-jhpic {
    margin-top: 30px;
  }
  .m-jhpic .box-slide {
    margin-top: 20px;
  }
  .m-jhpic .item-title {
    margin-top: 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-jhpic .item-link a {
    min-width: 100px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 991px) {
  .m-jhpic .item-link {
    display: none;
  }
}
.m-jhctus .box-form {
  margin-top: 25px;
}

.m-jhctus .box-form {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
}

.m-jhctus .form-item {
  margin-bottom: 26px;
}

.m-jhctus .form-item1 {
  width: 30.119047619%;
}

.m-jhctus .form-item2 {
  width: 100%;
}

.m-jhctus .form-item3 {
  position: relative;
  width: 50%;
  padding-right: 130px;
}

.m-jhctus .form-code {
  position: absolute;
  right: 0;
  top: 0;
  width: 115px;
  height: 44px;
  line-height: 44px;
  overflow: hidden;
}

.m-jhctus .form-code img {
  max-height: 44px;
  vertical-align: middle;
}

.m-jhctus .form-item4 {
  width: 27.380952381%;
}

.m-jhctus .form-text {
  display: block;
  width: 100%;
  height: 44px;
  line-height: 42px;
  padding: 0 15px;
  font-size: 16px;
  font-size: 1.6rem;
  background-color: #ffffff;
  border: solid 1px #dee7f0;
}

.m-jhctus .form-text2 {
  height: 210px;
}

.m-jhctus .form-btn {
  width: 100%;
  line-height: 24px;
  padding: 10px 15px;
  font-size: 20px;
  font-size: 2rem;
  color: #1861ae;
  text-align: center;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #1861ae;
}

.m-jhctus .form-btn:hover {
  color: #fff;
  background-color: #1861ae;
}

@media screen and (max-width: 1219px) {
  .m-jhctus .box-form {
    margin-top: 20px;
  }
  .m-jhctus .form-item {
    margin-bottom: 20px;
  }
  .m-jhctus .form-text {
    height: 50px;
    line-height: 48px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-jhctus .form-code {
    width: 130px;
    height: 50px;
    line-height: 48px;
  }
  .m-jhctus .form-code img {
    max-height: 48px;
  }
  .m-jhctus .form-item3 {
    padding-right: 140px;
  }
  .m-jhctus .form-btn {
    min-width: 140px;
    line-height: 24px;
    padding: 8px 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-jhctus .form-text2 {
    height: 150px;
  }
}
@media screen and (max-width: 480px) {
  .m-jhctus .form-item {
    width: 100%;
  }
}
.m-jhinfo .box-wp {
  margin-top: 26px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}

.m-jhinfo .box-item {
  width: 46.4285714286%;
}

.m-jhinfo .item-title {
  position: relative;
  line-height: 32px;
  font-size: 16px;
  font-size: 1.6rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media screen and (max-width: 1219px) {
  .m-jhinfo .item-title {
    line-height: 26px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .m-jhinfo .box-item {
    width: 100%;
  }
}
.m-abtcert {
  margin-top: 102px;
}

.m-abtcert .box-slide {
  position: relative;
  margin-top: 62px;
}

.m-abtcert .box-list {
  width: 10000%;
  overflow: hidden;
}

.m-abtcert .list-item {
  float: left;
  margin-right: 0.0164285714%;
  width: 0.2377%;
}

.m-abtcert .list-fix:nth-child(2n) {
  margin-top: 33px;
}

.m-abtcert .box-btn {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 2;
  width: 60px;
  line-height: 144px;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
}

.m-abtcert .box-btn:hover {
  color: #fff;
  background-color: #195fab;
}

.m-abtcert .prev {
  left: 0;
}

.m-abtcert .next {
  right: 0;
}

@media screen and (max-width: 1219px) {
  .m-abtcert {
    margin-top: 30px;
  }
  .m-abtcert .box-slide {
    margin-top: 30px;
  }
  .m-abtcert .box-btn {
    width: 40px;
    line-height: 60px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .m-abtcert .list-fix:nth-child(2n) {
    margin-top: 15px;
  }
}
@media screen and (max-width: 480px) {
  .m-abtcert .list-item {
    margin-right: 0.02%;
    width: 0.49%;
  }
}
.m-medial {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: -60px;
}

.m-medial .list-item {
  margin-bottom: 60px;
  background-color: #f8f8f8;
  border-radius: 20px;
  overflow: hidden;
  width: 48.7857142857%;
}

.m-medial .list-item:first-child {
  margin-top: 0;
}

.m-medial .item-text {
  padding-left: 22px;
  padding-right: 22px;
  padding-top: 34px;
  padding-bottom: 20px;
}

.m-medial .item-title {
  line-height: 32px;
  font-size: 22px;
  font-size: 2.2rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m-medial .item-desc {
  margin-top: 9px;
  height: 48px;
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.m-medial .item-desc a {
  color: #666;
}

.m-medial .item-desc a:hover {
  color: #195fab;
}

.m-medial .item-fix {
  padding-left: 22px;
  padding-right: 40px;
  padding-top: 27px;
  padding-bottom: 20px;
  border-top: 1px solid #e7e7e7;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}

.m-medial .item-time {
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #999;
}

.m-medial .item-time i {
  margin-right: 5px;
}

.m-medial .item-link {
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #999;
}

.m-medial .item-link a {
  color: #999;
}

.m-medial .item-link a:hover {
  color: #195fab;
}

@media screen and (max-width: 1219px) {
  .m-medial {
    margin-bottom: -30px;
  }
  .m-medial .list-item {
    margin-bottom: 30px;
  }
  .m-medial .item-text, .m-medial .item-fix {
    padding: 15px 10px;
  }
  .m-medial .item-title {
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .m-medial .item-desc {
    margin-top: 10px;
  }
}
@media screen and (max-width: 991px) {
  .m-medial .item-link {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .m-medial .list-item {
    width: 100%;
  }
}
.m-nbanner2 .box-link {
  margin-top: 101px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: -10px;
}

.m-nbanner2 .box-link a {
  margin-left: 24px;
  margin-right: 24px;
  margin-bottom: 10px;
  width: 294px;
  line-height: 40px;
  padding: 21px;
  font-size: 26px;
  font-size: 2.6rem;
  color: #fff;
  text-align: center;
  border: 4px solid #fff;
  border-radius: 8px;
}

.m-nbanner2 .box-link a img {
  vertical-align: middle;
  width: 34px;
}

.m-nbanner2 .box-link a:hover {
  color: #fff;
  background-color: #195fab;
  border-color: #195fab;
}

@media screen and (max-width: 1219px) {
  .m-nbanner2 .box-link {
    margin-top: 30px;
  }
  .m-nbanner2 .box-link a {
    width: 150px;
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
    border-width: 2px;
    padding: 10px;
  }
  .m-nbanner2 .box-link a img {
    width: 20px;
  }
}
@media screen and (max-width: 991px) {
  .m-nbanner2 .box-wp {
    display: block;
  }
  .m-nbanner2 .box-title {
    display: none;
  }
  .m-nbanner2 .box-link {
    margin-top: 0;
    padding: 10% 0;
  }
}
@media screen and (max-width: 640px) {
  .m-nbanner2 .box-link a {
    margin-left: 10px;
    margin-right: 10px;
    width: 120px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
    border-width: 2px;
    padding: 10px;
  }
  .m-nbanner2 .box-link a img {
    width: 16px;
  }
}
.m-job1 .box-title {
  margin-bottom: 47px;
}

.m-job1 .box-wp {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: -20px;
}

.m-job1 .box-item {
  margin-bottom: 20px;
  width: 33.33%;
  display: flex;
  justify-content: center;
}

.m-job1 .item-wp {
  width: 96%;
  max-width: 325px;
  text-align: center;
}

.m-job1 .item-icon {
  display: inline-block;
  width: 140px;
  height: 140px;
  line-height: 0;
  font-size: 0;
  border-radius: 50%;
  overflow: hidden;
  background-color: #f3f7fe;
  border: 1px solid rgba(108, 160, 250, 0.6);
}

.m-job1 .item-title {
  margin-top: 24px;
  line-height: 38px;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
}

.m-job1 .item-desc {
  margin-top: 19px;
  line-height: 28px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #999;
  text-align: left;
}

@media screen and (max-width: 1219px) {
  .m-job1 .box-title {
    margin-bottom: 30px;
  }
  .m-job1 .item-icon {
    width: 80px;
    height: 80px;
  }
  .m-job1 .item-title {
    margin-top: 15px;
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .m-job1 .item-desc {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 10px;
  }
}
@media screen and (max-width: 480px) {
  .m-job1 .box-item {
    width: 100%;
  }
}
.m-job2 {
  margin-top: 43px;
}

.m-job2 .box-title {
  margin-bottom: 58px;
}

.m-job2 .box-wp {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: -34px;
}

.m-job2 .box-item {
  position: relative;
  margin-bottom: 34px;
  border-radius: 8px;
  overflow: hidden;
}

.m-job2 .item-text {
  position: absolute;
  left: 32px;
  right: 32px;
  bottom: 16px;
  color: #fff;
}

.m-job2 .item-title {
  line-height: 36px;
  font-size: 26px;
  font-size: 2.6rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m-job2 .item-desc {
  margin-top: 10px;
  line-height: 32px;
  font-size: 16px;
  font-size: 1.6rem;
  height: 64px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.m-job2 .box-item1 {
  width: 47.6428571429%;
}

.m-job2 .box-item2 {
  width: 36.9285714286%;
}

.m-job2 .box-item3 {
  width: 58.3571428571%;
}

@media screen and (max-width: 1219px) {
  .m-job2 {
    margin-top: 30px;
  }
  .m-job2 .box-title {
    margin-bottom: 30px;
  }
  .m-job2 .item-title {
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .m-job2 .item-text {
    left: 15px;
    right: 15px;
  }
  .m-job2 .item-desc {
    margin-top: 5px;
    height: 48px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-job2 .box-wp {
    margin-bottom: -20px;
  }
  .m-job2 .box-item {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  .m-job2 .box-item {
    width: 100%;
  }
}
.m-job3 {
  margin-top: 90px;
  background: url("/themes/simplebootx/images/job3-bg1.jpg") no-repeat center;
}

.m-job3 .box-wp {
  margin-left: auto;
  margin-right: auto;
  max-width: 1235px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}

.m-job3 .box-img {
  width: 59.3522267206%;
  order: 2;
  line-height: 0;
  font-size: 0;
}

.m-job3 .box-text {
  width: 34.008097166%;
}

.m-job3 .box-title {
  margin-bottom: 50px;
}

.m-job3 .box-desc {
  line-height: 32px;
  font-size: 18px;
  font-size: 1.8rem;
}

.m-job3 .box-desc p {
  min-height: 32px;
}

@media screen and (max-width: 1219px) {
  .m-job3 {
    margin-top: 30px;
  }
  .m-job3 .box-title {
    margin-bottom: 30px;
  }
  .m-job3 .box-desc {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-job3 .box-desc p {
    min-height: 24px;
  }
}
@media screen and (max-width: 480px) {
  .m-job3 .box-img {
    display: block;
    width: 100%;
  }
  .m-job3 .box-text {
    order: 2;
    margin-top: 20px;
    width: 100%;
  }
}
.m-job4 {
  margin-top: 110px;
}

.m-job4 .box-title {
  margin-bottom: 52px;
}

.m-job4 .box-slide {
  position: relative;
  padding-left: 100px;
  padding-right: 100px;
}

.m-job4 .box-btn {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 30px;
  font-size: 3rem;
  cursor: pointer;
}

.m-job4 .box-btn:hover {
  color: #195fab;
}

.m-job4 .prev {
  left: 0;
}

.m-job4 .next {
  right: 0;
}

.m-job4 .box-list {
  width: 10000%;
  overflow: hidden;
}

.m-job4 .list-item {
  float: left;
  width: 1%;
}

.m-job4 .list-fix {
  margin-top: 54px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.m-job4 .list-fix:first-child {
  margin-top: 0;
}

.m-job4 .list-fix .item-pic {
  align-self: center;
  width: 43.9166666667%;
  border-radius: 16px;
}

.m-job4 .list-fix .item-text {
  padding-top: 14px;
  align-self: stretch;
  position: relative;
}

.m-job4 .list-fix .item-text:before {
  content: "";
  position: absolute;
  bottom: 15px;
  width: 138px;
  height: 24px;
  background-color: #f1f6fe;
  border-radius: 5px 19px 5px 5px;
}

.m-job4 .list-fix .item-title {
  line-height: 34px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m-job4 .list-fix .item-desc {
  position: relative;
  margin-top: 23px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
  padding-bottom: 45px;
}

.m-job4 .list-fix .item-desc .item-title2 {
  text-align: right;
  font-weight: bold;
  margin-top: 20px;
}

.m-job4 .list-fix2 .item-pic {
  order: 2;
}

.m-job4 .list-fix2 .item-text:before {
  right: 0;
}

@media screen and (max-width: 1219px) {
  .m-job4 {
    margin-top: 30px;
  }
  .m-job4 .box-title {
    margin-bottom: 30px;
  }
  .m-job4 .box-slide {
    padding-left: 0;
    padding-right: 0;
  }
  .m-job4 .list-fix .item-text {
    width: 90%;
    margin: 0 auto;
  }
  .m-job4 .list-fix .item-title {
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .m-job4 .list-fix .item-desc {
    margin-top: 10px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 991px) {
  .m-job4 .list-fix {
    margin-top: 20px;
  }
  .m-job4 .box-btn {
    position: relative;
    top: auto;
    transform: none;
  }
  .m-job4 .btn-wp {
    margin-top: 20px;
    display: flex;
    justify-content: center;
  }
  .m-job4 .prev {
    margin-right: 20px;
  }
}
.m-job5 {
  margin-top: 78px;
  padding-top: 62px;
  padding-bottom: 68px;
  background-color: #f1f6fe;
}

.m-job5 .box-title {
  margin-bottom: 52px;
}

.m-job5 .box-wp {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}

.m-job5 .box-info {
  flex: 0 0 auto;
  width: 210px;
  padding-right: 10px;
}

.m-job5 .info-item {
  margin-top: 21px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
}

.m-job5 .info-item .item-icon {
  margin-right: 5px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(28, 133, 236, 0.5);
}

.m-job5 .info-item .item-title {
  line-height: 30px;
  font-size: 20px;
  font-size: 2rem;
  color: #222;
}

.m-job5 .info-item:first-child {
  margin-top: 0;
}

.m-job5 .box-fix {
  flex: 1 1 auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: -20px;
}

.m-job5 .box-item {
  margin-right: 3.1092436975%;
  margin-bottom: 20px;
  width: 30.6722689076%;
}

.m-job5 .box-item:nth-child(3n) {
  margin-right: 0;
}

.m-job5 .box-item .item-pic {
  border-radius: 90px 8px 90px 8px;
}

.m-job5 .box-item .item-text {
  text-align: center;
}

.m-job5 .box-item .item-title {
  margin-top: 16px;
  line-height: 32px;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
}

.m-job5 .box-item .item-desc {
  margin-top: 2px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}

@media screen and (max-width: 1219px) {
  .m-job5 {
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .m-job5 .box-title {
    margin-bottom: 30px;
  }
  .m-job5 .info-item .item-icon {
    width: 30px;
    height: 30px;
  }
  .m-job5 .info-item .item-title {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-job5 .box-item .item-pic {
    border-radius: 30px 8px 30px 8px;
  }
  .m-job5 .box-item .item-title, .m-job5 .box-item .item-desc {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-job5 .box-info {
    width: 150px;
  }
}
@media screen and (max-width: 640px) {
  .m-job5 .box-info {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: -10px;
  }
  .m-job5 .info-item {
    width: 48%;
    margin-top: 0;
    margin-bottom: 10px;
  }
  .m-job5 .box-fix {
    margin-top: 20px;
  }
  .m-job5 .box-wp {
    display: block;
  }
}
@media screen and (max-width: 375px) {
  .m-job5 .box-item {
    margin-right: 0;
    width: 100%;
  }
}
.m-job6 {
  margin-top: 54px;
}

.m-job6 .box-title {
  margin-bottom: 45px;
}

.m-job6 .box-slide {
  position: relative;
}

.m-job6 .box-list {
  width: 10000%;
  overflow: hidden;
  padding-top: 72px;
}

.m-job6 .list-item {
  float: left;
  margin-right: 0.0178571429%;
  width: 0.3214285714%;
  transition: all 550ms;
}

.m-job6 .list-item:nth-child(2) {
  transform: translate(0, -72px);
}

.m-job6 .list-fix:nth-child(2n) {
  margin-top: 30px;
}

.m-job6 .item-pic {
  border-radius: 8px;
}

.m-job6 .btn-wp {
  position: absolute;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
}

.m-job6 .box-btn {
  line-height: 1;
  font-size: 20px;
  font-size: 2rem;
  cursor: pointer;
}

.m-job6 .box-btn:hover {
  color: #195fab;
}

.m-job6 .prev {
  margin-right: 30px;
}

@media screen and (max-width: 1219px) {
  .m-job6 {
    margin-top: 30px;
  }
  .m-job6 .box-title {
    margin-bottom: 30px;
  }
  .m-job6 .box-list {
    padding-top: 40px;
  }
  .m-job6 .list-item:nth-child(2) {
    transform: translateY(-40px);
  }
  .m-job6 .list-fix:nth-child(2n) {
    margin-top: 20px;
  }
  .m-job6 .btn-wp {
    bottom: 0;
  }
}
.m-tzzb1 {
  padding-left: 60px;
  padding-right: 75px;
  padding-top: 64px;
  padding-bottom: 68px;
  background-color: #f8f8f8;
  border-radius: 24px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}

.m-tzzb1 .box-left {
  flex: 1 1 auto;
}

.m-tzzb1 .box-right {
  flex: 0 0 auto;
  margin-left: 20px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-end;
}

.m-tzzb1 .box-num {
  line-height: 50px;
  font-size: 40px;
  font-size: 4rem;
  font-weight: bold;
}

.m-tzzb1 .box-time {
  margin-top: 23px;
  line-height: 30px;
  font-size: 20px;
  font-size: 2rem;
  color: #999;
}

.m-tzzb1 .box-sm {
  margin-top: 87px;
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #999;
}

.m-tzzb1 .box-yc {
  margin-top: 24px;
  line-height: 28px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}

.m-tzzb1 .box-price .price {
  line-height: 54px;
  font-size: 44px;
  font-size: 4.4rem;
  font-weight: bold;
}

.m-tzzb1 .box-price .price span {
  font-size: 24px;
  font-size: 2.4rem;
}

.m-tzzb1 .box-price .info {
  margin-top: 17px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
  line-height: 28px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #e8951c;
}

.m-tzzb1 .box-price .info p {
  margin-right: 10px;
}

.m-tzzb1 .box-price .info p:last-child {
  margin-right: 0;
}

.m-tzzb1 .box-price .info .sj {
  display: inline-block;
  border-bottom: 12px solid #e8951c;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}

.m-tzzb1 .box-info {
  margin-top: 84px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.m-tzzb1 .box-info .item {
  margin-right: 60px;
  text-align: right;
}

.m-tzzb1 .box-info .item:last-child {
  margin-right: 0;
}

.m-tzzb1 .box-info .title {
  line-height: 30px;
  font-size: 20px;
  font-size: 2rem;
  color: #999;
}

.m-tzzb1 .box-info .data {
  margin-top: 10px;
  line-height: 54px;
  font-size: 44px;
  font-size: 4.4rem;
  font-weight: bold;
}

@media screen and (max-width: 1219px) {
  .m-tzzb1 {
    padding: 30px 20px;
  }
  .m-tzzb1 .box-num {
    line-height: 28px;
    font-size: 20px;
    font-size: 2rem;
  }
  .m-tzzb1 .box-time, .m-tzzb1 .box-yc {
    margin-top: 10px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-tzzb1 .box-sm {
    margin-top: 30px;
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .m-tzzb1 .box-price .price {
    line-height: 40px;
    font-size: 30px;
    font-size: 3rem;
  }
  .m-tzzb1 .box-price .price span {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-tzzb1 .box-price .info {
    margin-top: 10px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-tzzb1 .box-info {
    margin-top: 40px;
  }
  .m-tzzb1 .box-info .item {
    margin-right: 30px;
  }
  .m-tzzb1 .box-info .title {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-tzzb1 .box-info .data {
    line-height: 40px;
    font-size: 30px;
    font-size: 3rem;
  }
}
@media screen and (max-width: 480px) {
  .m-tzzb1 {
    display: block;
  }
  .m-tzzb1 .box-left, .m-tzzb1 .box-right {
    width: 100%;
  }
  .m-tzzb1 .box-right {
    align-items: flex-start;
    margin-top: 30px;
    margin-left: 0;
  }
}
.m-tzzb2 {
  margin-top: 62px;
}

.m-tzzb2 .box-title {
  margin-bottom: 47px;
}

.m-tzzb2 .box-item {
  padding-left: 3.8571428571%;
  padding-right: 2.1428571429%;
  padding-top: 50px;
  padding-bottom: 48px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ececec;
}

.m-tzzb2 .box-item:hover {
  background-color: #195fab;
  border-radius: 12px 48px 12px 48px;
}

.m-tzzb2 .box-item:hover .item-time, .m-tzzb2 .box-item:hover .item-desc {
  color: rgba(213, 220, 233, 0.6);
}

.m-tzzb2 .box-item:hover .item-time a, .m-tzzb2 .box-item:hover .item-desc a {
  color: rgba(213, 220, 233, 0.6);
}

.m-tzzb2 .box-item:hover .item-time span, .m-tzzb2 .box-item:hover .item-title {
  color: #fff;
}

.m-tzzb2 .box-item:hover .item-time span a, .m-tzzb2 .box-item:hover .item-title a {
  color: #fff;
}

.m-tzzb2 .box-item:hover .item-link a {
  color: #fff;
  background-color: #f4940b;
  border-color: #f4940b;
}

.m-tzzb2 .item-time {
  flex: 0 0 auto;
  margin-right: 28px;
  padding-right: 20px;
  border-right: 1px solid #ececec;
  text-align: center;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #999;
}

.m-tzzb2 .item-time span {
  margin-bottom: 2px;
  display: block;
  line-height: 1;
  font-size: 50px;
  font-size: 5rem;
  font-weight: bold;
  color: #333;
}

.m-tzzb2 .item-text {
  flex: 1 1 auto;
  overflow: hidden;
}

.m-tzzb2 .item-title {
  line-height: 30px;
  font-size: 20px;
  font-size: 2rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m-tzzb2 .item-desc {
  margin-top: 7px;
  height: 52px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.m-tzzb2 .item-desc a {
  color: #999;
}

.m-tzzb2 .item-link {
  flex: 0 0 auto;
  margin-left: 8.3333333333%;
}

.m-tzzb2 .item-link a {
  display: inline-block;
  min-width: 135px;
  line-height: 30px;
  padding: 7px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #999;
  text-align: center;
  border-radius: 24px;
  border: solid 1px #999999;
}

.m-tzzb2 .box-link {
  margin-top: 40px;
  text-align: center;
}

.m-tzzb2 .box-link a {
  display: inline-block;
  min-width: 135px;
  line-height: 30px;
  padding: 7px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #195fab;
  text-align: center;
  border-radius: 24px;
  border: solid 1px #195fab;
}

.m-tzzb2 .box-link a:hover {
  color: #fff;
  background-color: #195fab;
}

@media screen and (max-width: 1219px) {
  .m-tzzb2 {
    margin-top: 30px;
  }
  .m-tzzb2 .box-title {
    margin-bottom: 20px;
  }
  .m-tzzb2 .box-item {
    padding: 20px 15px;
  }
  .m-tzzb2 .item-time {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-tzzb2 .item-time span {
    font-size: 40px;
    font-size: 4rem;
  }
  .m-tzzb2 .item-title, .m-tzzb2 .item-desc {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-tzzb2 .item-desc {
    height: 48px;
  }
  .m-tzzb2 .item-link a, .m-tzzb2 .box-link a {
    min-width: 120px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .m-tzzb2 .item-link {
    display: none;
  }
}
.m-tzzb3 {
  margin-top: 80px;
  padding-top: 62px;
  padding-bottom: 44px;
  background-color: #f8f8f8;
}

.m-tzzb3 .box-title {
  margin-bottom: 48px;
}

.m-tzzb3 .box-wp {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: -20px;
}

.m-tzzb3 .box-item {
  margin-bottom: 20px;
  width: 48.7142857143%;
}

.m-tzzb3 .item-pic {
  border-radius: 24px 29px 29px 29px;
}

.m-tzzb3 .item-title {
  margin-top: 21px;
  line-height: 30px;
  font-size: 20px;
  font-size: 2rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m-tzzb3 .item-text {
  padding-left: 15px;
  padding-right: 15px;
}

.m-tzzb3 .item-time {
  margin-top: 14px;
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #999;
}

.m-tzzb3 .item-link {
  margin-top: 23px;
}

.m-tzzb3 .item-link a {
  display: inline-block;
  min-width: 135px;
  line-height: 30px;
  padding: 7px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #999;
  text-align: center;
  border-radius: 24px;
  border: solid 1px rgba(153, 153, 153, 0.9);
}

.m-tzzb3 .item-link a:hover {
  color: #fff;
  background-color: #195fab;
  border-color: #195fab;
}

.m-tzzb3 .box-link {
  margin-top: 56px;
  text-align: center;
}

.m-tzzb3 .box-link a {
  display: inline-block;
  min-width: 135px;
  line-height: 30px;
  padding: 7px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #195fab;
  text-align: center;
  border-radius: 24px;
  border: solid 1px #195fab;
}

.m-tzzb3 .box-link a:hover {
  color: #fff;
  background-color: #195fab;
}

@media screen and (max-width: 1219px) {
  .m-tzzb3 {
    margin-top: 30px;
    padding-top: 30px;
  }
  .m-tzzb3 .box-title {
    margin-bottom: 30px;
  }
  .m-tzzb3 .item-link a, .m-tzzb3 .box-link a {
    min-width: 120px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-tzzb3 .item-text {
    padding-left: 10px;
    padding-right: 10p;
  }
  .m-tzzb3 .item-title {
    margin-top: 10px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-tzzb3 .item-time {
    line-height: 22px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .m-tzzb3 .box-link {
    margin-top: 30px;
  }
}
.m-tzzb4 {
  margin-top: 57px;
}

.m-tzzb4 .box-title {
  margin-bottom: 46px;
}

.m-tzzb4 .box-tabhd {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: -10px;
}

.m-tzzb4 .tabhd-item {
  margin-right: 4.2857142857%;
  margin-bottom: 10px;
  line-height: 28px;
  font-size: 18px;
  font-size: 1.8rem;
  cursor: pointer;
}

.m-tzzb4 .tabhd-item:last-child {
  margin-right: 0;
}

.m-tzzb4 .tabhd-item.active {
  color: #195fab;
}

.m-tzzb4 .box-tabbd {
  margin-top: 26px;
}

.m-tzzb4 .tabbd-item {
  display: none;
}

.m-tzzb4 .tabbd-item.show {
  display: block;
}

.m-tzzb4 .table .thead .tr, .m-tzzb4 .table .tbody .tr {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}

.m-tzzb4 .table .thead .fix1, .m-tzzb4 .table .tbody .fix1 {
  width: 10.7142857143%;
}

.m-tzzb4 .table .thead .fix2, .m-tzzb4 .table .tbody .fix2 {
  width: 36.4285714286%;
}

.m-tzzb4 .table .thead .fix3, .m-tzzb4 .table .tbody .fix3 {
  width: 52.8571428571%;
}

.m-tzzb4 .table .thead .fix, .m-tzzb4 .table .tbody .fix {
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}

.m-tzzb4 .table .thead .tr {
  background-color: #195fab;
  border-radius: 12px 48px 12px 48px;
}

.m-tzzb4 .table .thead .th {
  padding-top: 25px;
  padding-bottom: 25px;
  line-height: 32px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
}

.m-tzzb4 .table .tbody .tr {
  border-bottom: 1px solid #ececec;
}

.m-tzzb4 .table .tbody .td {
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 38px;
  font-size: 16px;
  font-size: 1.6rem;
}

.m-tzzb4 .table .tbody .desc {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
  text-align: center;
  background-color: #eff3f9;
  border-radius: 6px 6px 16px 16px;
  display: none;
}

.m-tzzb4 .table .tbody .desc.show {
  display: block;
}

@media screen and (max-width: 1219px) {
  .m-tzzb4 {
    margin-top: 30px;
  }
  .m-tzzb4 .box-title {
    margin-bottom: 30px;
  }
  .m-tzzb4 .tabhd-item {
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .m-tzzb4 .table .thead .th {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .m-tzzb4 .table .tbody .td {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-tzzb4 .table .tbody .desc {
    padding: 10px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .m-tzzb4 .table {
    overflow-x: auto;
  }
  .m-tzzb4 .table .wp {
    width: 640px;
  }
}
.m-tzzb5 {
  margin-top: 70px;
  padding-top: 62px;
  padding-bottom: 48px;
  background-color: #f8f8f8;
}

.m-tzzb5 .box-title {
  margin-bottom: 49px;
}

.m-tzzb5 .list-item {
  padding-top: 22px;
  padding-bottom: 26px;
  border-bottom: 1px solid #ececec;
}

.m-tzzb5 .item-title {
  position: relative;
  padding-right: 30px;
  line-height: 30px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  cursor: pointer;
}

.m-tzzb5 .item-title .iconfont {
  position: absolute;
  right: 0;
  top: 0;
}

.m-tzzb5 .item-title .icon-bottom1 {
  display: none;
}

.m-tzzb5 .item-title.active .icon-bottom1 {
  display: block;
}

.m-tzzb5 .item-title.active .icon-right1 {
  display: none;
}

.m-tzzb5 .item-desc {
  margin-top: 23px;
  line-height: 30px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
  display: none;
}

.m-tzzb5 .item-desc.show {
  display: block;
}

@media screen and (max-width: 1219px) {
  .m-tzzb5 {
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .m-tzzb5 .box-title {
    margin-bottom: 30px;
  }
  .m-tzzb5 .list-item {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .m-tzzb5 .item-title {
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .m-tzzb5 .item-desc {
    margin-top: 10px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.m-tzzb6 {
  margin-top: 69px;
}

.m-tzzb6 .box-title {
  margin-bottom: 62px;
}

@media screen and (max-width: 1219px) {
  .m-tzzb6 {
    margin-top: 30px;
  }
  .m-tzzb6 .box-title {
    margin-bottom: 20px;
  }
}
.m-tzzb7 {
  margin-top: 78px;
}

.m-tzzb7 .box-title {
  margin-bottom: 36px;
}

.m-tzzb7 .box-wp {
  padding-top: 42px;
  padding-bottom: 38px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #195fab;
  border-radius: 12px 48px 12px;
}

.m-tzzb7 .box-info {
  margin-left: auto;
  margin-right: auto;
  max-width: 1152px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
}

.m-tzzb7 .info-item {
  width: 33.33%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  border-right: 1px solid rgba(244, 244, 244, 0.2);
}

.m-tzzb7 .info-item:nth-child(3n) {
  border: none;
}

.m-tzzb7 .item-title {
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #c0cbde;
}

.m-tzzb7 .item-info {
  padding-left: 23px;
  margin-top: 8px;
  line-height: 30px;
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
}

.m-tzzb7 .item-info a {
  color: #fff;
}

.m-tzzb7 .item-info a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1219px) {
  .m-tzzb7 {
    margin-top: 30px;
  }
  .m-tzzb7 .box-title {
    margin-bottom: 20px;
  }
  .m-tzzb7 .box-wp {
    padding: 30px 20px;
  }
  .m-tzzb7 .item-info {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .m-tzzb7 .info-item {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid rgba(244, 244, 244, 0.2);
    justify-content: flex-start;
    padding: 10px;
  }
}
.xwliebbt {
  text-align: center;
  font-size: 26px;
  font-size: 2.6rem;
  padding-bottom: 30px;
}

.xwliebbt a {
  position: relative;
  padding: 0px 15px;
  padding-bottom: 17px;
  line-height: 62px;
  font-family: "Microsoft YaHei", 微软雅黑;
  font-weight: bold;
  text-align: center;
}

.xwliebbt .xuanz {
  color: #195fab;
}

.xwliebbt .xuanz:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  width: 60px;
  height: 4px;
  background-color: #195fab;
}

@media screen and (max-width: 1219px) {
  .xwliebbt {
    text-align: center;
    font-size: 20px;
    font-size: 2rem;
    padding-bottom: 20px;
  }
}
.m-hdlang .lang-btn {
  background: url("/themes/simplebootx/images/yuyan.png") no-repeat left center;
  background-size: 25px;
  padding-left: 31px;
}

.m-dlmodal {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  display: none;
}
.m-dlmodal .modal-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.m-dlmodal .modal-wp {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1034px;
  max-width: 96%;
  max-height: 90%;
  overflow-y: auto;
  background-color: #ffffff;
  box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 40px;
  padding-bottom: 65px;
}
.m-dlmodal .box-wp {
  margin-left: auto;
  margin-right: auto;
  max-width: 890px;
}
.m-dlmodal .box-title {
  text-align: center;
  position: relative;
  padding-bottom: 17px;
  line-height: 50px;
  font-size: 40px;
  font-size: 4rem;
  font-weight: bold;
}
.m-dlmodal .box-title:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 35px;
  height: 6px;
  background-color: #1c85ec;
}
.m-dlmodal .box-desc {
  margin-top: 12px;
  line-height: 28px;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  color: #666;
}
.m-dlmodal .box-form {
  margin-top: 29px;
}
.m-dlmodal .box-form {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.m-dlmodal .form-item {
  margin-bottom: 22px;
}
.m-dlmodal .form-item:last-child {
  margin-bottom: 0;
}
.m-dlmodal .form-item1 {
  width: 48.7640449438%;
}
.m-dlmodal .form-item2, .m-dlmodal .form-item3 {
  width: 100%;
}
.m-dlmodal .form-code {
  position: relative;
}
.m-dlmodal .form-code .form-text {
  padding-right: 100px;
}
.m-dlmodal .form-text {
  display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding-left: 16px;
  padding-right: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
  background-color: #f6f6f6;
  border-radius: 8px;
}
.m-dlmodal .form-text2 {
  height: 120px;
  line-height: 26px;
  padding-top: 12px;
}
.m-dlmodal .code-img {
  position: absolute;
  right: 0;
  top: 0;
  width: 90px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #f3fbfe;
  border-radius: 0 8px 8px 0;
  overflow: hidden;
}
.m-dlmodal .code-img img {
  max-height: 60px;
  vertical-align: middle;
}
.m-dlmodal .form-btn {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 214px;
  height: 60px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  background-color: #1c85ec;
  border-radius: 8px 0px 8px 0px;
}
.m-dlmodal .form-btn:hover {
  color: #fff;
  background-color: #333;
}
.m-dlmodal .form-info {
  text-align: center;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}
.m-dlmodal .form-radio {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 28px;
  font-size: 16px;
  font-size: 1.6rem;
  background-color: #ffffff;
  border-radius: 8px;
  border: solid 1px #dddddd;
}
.m-dlmodal .form-radio .fix {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.m-dlmodal .form-radio .title, .m-dlmodal .form-radio .item {
  margin-right: 10px;
}
@media screen and (max-width: 1219px) {
  .m-dlmodal .modal-wp {
    padding: 30px 20px;
  }
  .m-dlmodal .box-title {
    line-height: 24px;
    font-size: 20px;
    font-size: 2rem;
  }
  .m-dlmodal .box-desc {
    line-height: 22px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-dlmodal .form-item {
    margin-bottom: 10px;
  }
  .m-dlmodal .form-text, .m-dlmodal .form-info, .m-dlmodal .form-radio, .m-dlmodal .form-btn {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .m-dlmodal .form-item {
    width: 100%;
  }
}

.m-dlmodal .form-text::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
}
.m-dlmodal .form-text:-moz-placeholder {
  color: #999;
  opacity: 1;
}
.m-dlmodal .form-text::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.m-dlmodal .form-text:-ms-input-placeholder {
  color: #999;
  opacity: 1;
}

.m-kcfilter {
 /*margin-bottom: 55px;*/
margin-bottom: 20px;
}
.m-kcfilter .box-hd {
  padding-bottom: 24px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.m-kcfilter .box-title {
  line-height: 36px;
  font-size: 26px;
  font-size: 2.6rem;
  margin-bottom: 10px;
  font-weight: bold;
}
.m-kcfilter .box-sch {
  margin-bottom: 10px;
  width: 470px;
  position: relative;
}
.m-kcfilter .box-sch .form-text {
  display: block;
  width: 100%;
  padding-left: 18px;
  padding-right: 62px;
  line-height: 46px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  background-color: #f7f7f7;
  border-radius: 24px;
  border: solid 1px #dddddd;
}
.m-kcfilter .box-sch .form-btn, .m-kcfilter .box-sch .form-icon {
  position: absolute;
  right: 0;
  top: 0;
  width: 62px;
  height: 46px;
  line-height: 46px;
  font-size: 22px;
  font-size: 2.2rem;
  text-align: center;
}
.m-kcfilter .box-sch .form-btn {
  z-index: 2;
  cursor: pointer;
}
.m-kcfilter .box-sch .form-icon:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 42px;
  max-height: 100%;
  background-color: #dddddd;
  border-radius: 1px;
}
.m-kcfilter .filter-wp {
  padding-top: 17px;
}
.m-kcfilter .filter-wp:first-child {
  padding-top: 0;
}
.m-kcfilter .filter-wp, .m-kcfilter .filter-fix {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.m-kcfilter .filter-title {
  line-height: 32px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  margin-right: 40px;
  margin-bottom: 5px;
}
.m-kcfilter .filter-item {
  margin-right: 5px;
  margin-bottom: 5px;
  cursor: pointer;
  padding: 5px 15px;
  line-height: 22px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
  border-radius: 16px;
}
.m-kcfilter .filter-item.active {
  color: #1c85ec;
  background-color: #e2e9f6;
}
.m-kcfilter .filter-link {
  margin-bottom: 5px;
  line-height: 32px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #1c85ec;
  cursor: pointer;
}
.m-kcfilter .filter-link i {
  font-size: 10px;
  font-size: 1rem;
}
.m-kcfilter .filter-name {
  margin-bottom: 5px;
  line-height: 32px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  margin-right: 20px;
}
.m-kcfilter .filter-hide {
  display: none;
}
.m-kcfilter .filter-hide .filter-fix {
  padding-top: 10px;
}
@media screen and (max-width: 1219px) {
  .m-kcfilter {
    margin-bottom: 30px;
  }
  .m-kcfilter .box-title {
    line-height: 24px;
    font-size: 20px;
    font-size: 2rem;
  }
  .m-kcfilter .box-sch {
    width: 300px;
  }
  .m-kcfilter .box-sch .form-text {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-kcfilter .filter-title {
    margin-right: 20px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .m-kcfilter .filter-item, .m-kcfilter .filter-name, .m-kcfilter .filter-link {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.m-kclist .box-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: -36px;
}
.m-kclist .list-item {
  margin-right: 1.6428571429%;
  margin-bottom: 36px;
  width: 23.7142857143%;
  border-radius: 8px;
  background-color: #f9f9f9;
}
.m-kclist .list-item:hover {
  background-color: #fff;
}
.m-kclist .list-item:hover .item-text {
  box-shadow: 0px 0px 23px 3px rgba(0, 0, 0, 0.1);
}
.m-kclist .list-item:nth-child(4n) {
  margin-right: 0;
}
.m-kclist .item-text {
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.m-kclist .item-title {
  height: 56px;
  line-height: 28px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.m-kclist .item-name {
  margin-top: 13px;
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
  min-height: 24px;
}
.m-kclist .item-info {
  margin-top: 15px;
  padding-top: 15px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
  border-top: 1px solid #dddddd;
  color: #666;
}
.m-kclist .item-info img {
  vertical-align: middle;
}
.m-kclist .item-info .info {
  margin-right: 10px;
}
.m-kclist .box-info {
  margin-top: 20px;
  line-height: 22px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #666;
}
.m-kclist .box-info em {
  color: red;
}
.m-kclist .box-info a {
  color: #1c85ec;
}
.m-kclist .box-info a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
@media screen and (max-width: 1219px) {
  .m-kclist .item-text {
    padding: 15px 15px;
  }
  .m-kclist .item-info {
    margin-top: 10px;
    padding-top: 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-kclist .item-title, .m-kclist .item-desc {
    line-height: 22px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-kclist .item-title {
    height: 44px;
  }
}
@media screen and (max-width: 640px) {
  .m-kclist .list-item {
    margin-left: 1%;
    margin-right: 1% !important;
    width: 48%;
  }
}

.m-kcnone {
  text-align: center;
  line-height: 24px;
  font-size: 20px;
  font-size: 2rem;
  color: #195fab;
  display: none;
}

.m-kcpro {
  margin-top: 90px;
}
.m-kcpro .box-tabhd {
  margin-bottom: 60px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-start;
  border-bottom: 1px solid #c6c6c6;
}
.m-kcpro .tabhd-item {
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 24px;
  font-size: 22px;
  font-size: 2.2rem;
  color: #333;
  text-align: center;
  border-radius: 8px 1px 8px 1px;
  cursor: pointer;
}
.m-kcpro .tabhd-item.active {
  color: #fff;
  background-color: #195fab;
}
.m-kcpro .box-tabbd {
  margin-top: 0;
}
@media screen and (max-width: 1219px) {
  .m-kcpro {
    margin-top: 30px;
  }
  .m-kcpro .box-tabhd {
    margin-bottom: 30px;
  }
  .m-kcpro .tabhd-item {
    line-height: 22px;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 8px 15px;
  }
}

.m-kctus {
  margin-top: 82px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 104px;
  padding-bottom: 110px;
  text-align: center;
  border-radius: 32px 0px 32px 0px;
}
.m-kctus .box-desc {
  margin-left: auto;
  margin-right: auto;
  max-width: 790px;
  line-height: 30px;
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
  text-align: center;
}
.m-kctus .box-link {
  margin-top: 27px;
}
.m-kctus .box-link a {
  display: inline-block;
  min-width: 223px;
  line-height: 24px;
  padding: 10px;
  border-radius: 8px 0 8px 0;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  background-color: #195fab;
}
.m-kctus .box-link a:hover {
  color: #fff;
  background-color: #333;
}
@media screen and (max-width: 1219px) {
  .m-kctus {
    margin-top: 30px;
    padding: 40px 20px;
  }
  .m-kctus .box-desc {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-kctus .box-link {
    margin-top: 20px;
  }
  .m-kctus .box-link a {
    min-width: 140px;
    padding: 5px 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}


.j-videomodal:after {
  content: "+";
  position: absolute;
  right: 35px;
  top: 20px;
  z-index: 3;
  line-height: 1;
  font-size: 50px;
  font-size: 5rem;
  transform: rotate(45deg);
  cursor: pointer;
  color: #fff;
}

.code-img{
  cursor: pointer;
}

.j-modalclose:after {
  content: "+";
  position: absolute;
  right: 35px;
  top: 20px;
  z-index: 3;
  line-height: 1;
  font-size: 50px;
  font-size: 5rem;
  transform: rotate(45deg);
  cursor: pointer;
  color: #fff;
}

