@charset "UTF-8";
/* css */
body, html {
  font-size: calc(100vw / 120);
}

@media (min-width: 1024px) and (max-width: 1366px) {
  body, html {
    font-size: calc(100vw / 100);
  }
}

@media (min-width: 767px) and (max-width: 1024px) {
  body, html {
    font-size: calc(100vw / 90);
  }
}

@media (max-width: 767px) {
  body, html {
    font-size: 14px;
  }
}

.wh {
  padding: 0 7.8125%;
}

@media (max-width: 768px) {
  .wh {
    padding: 0 4%;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-z {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex_left1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.flex21 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.w100 {
  width: 100%;
}

/* 图片动画 */
.fang {
  overflow: hidden;
}

.fang img {
  cursor: pointer;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
}

.fang:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.ta {
  text-align: center;
}

/* 头部信息 */
/* 搜索 */
.searchbox {
  padding: .9375rem;
  -webkit-box-shadow: 0 0 7px 0 #cfcfcf;
          box-shadow: 0 0 7px 0 #cfcfcf;
  background: #fff;
  width: 100%;
  top: 6.1875rem;
  border-top: 2px solid #ec1b23;
  text-align: center;
  z-index: 44;
  position: fixed;
  left: 0;
}

.displaynone {
  display: none;
}

.searchs {
  max-width: 600px;
  margin: 0 auto;
}

.clearfix {
  zoom: 1;
}

.searchs .sertext {
  display: block;
  padding: 0;
  outline: 0;
  padding-left: .75rem;
  width: 78%;
  float: left;
  border: 1px solid #cdcdcd;
  color: #a2a2a2;
  font-size: .75rem;
  height: 3.25rem;
  line-height: 3.25rem;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.serbtn {
  padding: 0;
  margin: 0;
  border: none;
  outline: 0;
  width: 22%;
  float: right;
  height: 3.25rem;
  text-align: center;
  line-height: 3.25rem;
  background: #ec1b23;
  color: #fff;
  font-size: .9375rem;
  cursor: pointer;
  -webkit-transition: .44s;
  -o-transition: .44s;
  transition: .44s;
}

/* 头部 */
.Header-wrapper {
  width: 100%;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.Header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 5.25rem;
  float: left;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.Header-logo img {
  width: auto;
  height: 3.5rem;
}

.Header-logo-white {
  display: block;
}

.Header-logo-black {
  display: none;
}

.Header-navbar {
  float: right;
  font-size: 0;
}

body.PC .Header-navbar {
  display: block !important;
}

.Header-navbar li {
  display: inline-block;
  vertical-align: top;
}

.Header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 5.25rem;
  font-size: 14px;
  color: #fff;
  padding: 0 15px;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.Header-menu:first-child {
  margin-left: 0;
}

.Header-menu:last-child {
  margin-right: 0;
}

.Header-navbar li:hover .Header-menu, .Header-navbar li.active .Header-menu {
  color: #de1c31;
}

.Header-wrapper.Header-fade {
  top: -5.25rem;
}

.Header-wrapper.Header-fade .Header-logo {
  height: 60px;
}

.Header-wrapper.Header-fade .Header-menu {
  height: 60px;
}

.Header-wrapper.Header-fade.Header-show {
  top: 0;
  background: rgba(0, 0, 0, 0.5);
}

/* 下拉 */
.Header-wrapper.Header-navbar-mouse {
  background: rgba(0, 0, 0, 0.5);
}

.Header-arrow {
  display: none;
}

.Header-drop {
  height: 0;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  position: absolute;
  width: 100%;
  background: #fff;
  left: 0;
  z-index: 99;
  overflow: hidden;
}

.Header-drop .contain {
  position: relative;
  padding-top: 48px;
}

.Header-info {
  width: 346px;
  height: 100%;
  padding-right: 68px;
  float: left;
  margin-top: 2rem;
}

.Header-info-title {
  width: 100%;
  color: #666;
}

.Header-info-title p {
  font-size: 14px;
}

.Header-info-title h2, .Header-info-title-h2 {
  font-size: 20px;
  margin-top: 16px;
}

.Header-info-img {
  width: 86%;
  margin-top: 1rem;
}

.Header-info-img img {
  max-width: 100%;
  width: 100%;
}

.Header-fix {
  width: calc(100% - 346px);
  float: right;
  position: relative;
  min-height: 300px;
  padding-top: 40px;
  padding-bottom: 62px;
}

.Header-fix::before {
  content: "";
  position: absolute;
  width: 2px;
  left: 0;
  top: -5%;
  height: 105%;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e9e9eb));
  background: -o-linear-gradient(top, #fff, #e9e9eb);
  background: linear-gradient(to bottom, #fff, #e9e9eb);
}

.Header-serve {
  padding-left: 108px;
}

.Header-serve-link {
  display: block;
  width: 33.3333%;
  float: left;
}

.Header-serve-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  height: 118px;
}

.Header-serve-img img {
  max-height: 100%;
  -webkit-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease;
}

.Header-serve-cont {
  width: 100%;
  margin-top: 26px;
}

.Header-serve-cont h2, .Header-serve-cont-h2 {
  font-size: 16px;
  color: #333;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.Header-serve-cont p {
  font-size: 14px;
  color: #999;
  margin-top: 4px;
}

.Header-serve-link:hover .Header-serve-img img {
  -webkit-transform: translateY(-8px);
      -ms-transform: translateY(-8px);
          transform: translateY(-8px);
}

.Header-serve-link:hover .Header-serve-cont h2, .Header-serve-link:hover .Header-serve-cont-h2 {
  color: #de1c31;
}

.Header-info-preweb .Header-info-img {
  padding-right: 36px;
}

.Header-preweb {
  padding-left: 58px;
}

.Header-preweb-item {
  width: 100%;
  overflow: hidden;
}

.Header-preweb-item {
  margin-top: 36px;
}

.Header-preweb-item:first-child {
  margin-top: 0;
}

.Header-preweb-link {
  width: 30%;
  overflow: hidden;
  float: left;
}

.Header-preweb-img {
  width: 50px;
  float: left;
}

.Header-preweb-img img {
  height: auto;
}

.Header-preweb-cont {
  width: calc(100% - 50px);
  float: right;
}

.Header-preweb-cont h2, .Header-preweb-cont-h2 {
  font-size: 16px;
  color: #333;
  line-height: 1;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.Header-preweb-cont p {
  font-size: 14px;
  color: #999;
  margin-top: 6px;
}

.Header-preweb-link:hover .Header-preweb-cont h2, .Header-preweb-link:hover .Header-preweb-cont-h2 {
  color: #de1c31;
}

.Header-info-serve.toHeight {
  height: 348px;
  -webkit-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.Header-info-pre.toHeight {
  height: 348px;
  -webkit-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.Header-info-web.toHeight {
  height: 422px;
  -webkit-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.1);
}

body.pacityNo .Header-wrapper {
  background: #fff !important;
}

body.pacityNo .Header-menu {
  color: #333;
}

body.pacityNo .Header-logo-white {
  display: none;
}

body.pacityNo .Header-logo-black {
  display: block;
}

body.pacityNo .Header-wrapper::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #e5e5e5;
  left: 0;
  bottom: 0;
}

body.pacityNo .Header-navclick span {
  background: #333;
}

body.pacityNo .Header-navclick span::before, body.pacityNo .Header-navclick span::after {
  background: #333;
}

/* 汉堡键 */
.Header-navclick {
  display: none;
  width: 26px;
  height: 60px;
  cursor: pointer;
  float: right;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.Header-navclick span {
  width: 100%;
  height: 2px;
  background: #fff;
  display: block;
  position: relative;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

.Header-navclick span::before, .Header-navclick span::after {
  content: "";
  position: absolute;
  height: 2px;
  background: #fff;
  display: block;
  left: 0;
  width: 100%;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

.Header-navclick span::before {
  top: -8px;
}

.Header-navclick span::after {
  top: 8px;
}

.Header-navclick.ontrue span {
  -webkit-animation: buttonAnimation 0.3s ease forwards;
  animation: buttonAnimation 0.3s ease forwards;
}

.Header-navclick.ontrue span::before {
  -webkit-animation: buttonAnimationBefore 0.3s ease forwards;
  animation: buttonAnimationBefore 0.3s ease forwards;
}

.Header-navclick.ontrue span::after {
  -webkit-animation: buttonAnimationAfter 0.3s ease forwards;
  animation: buttonAnimationAfter 0.3s ease forwards;
}

@-webkit-keyframes buttonAnimationBefore {
  0% {
    -webkit-transform: translateY(0px) rotate(0);
    transform: translateY(0px) rotate(0);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
    transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
  }
}

@keyframes buttonAnimationBefore {
  0% {
    -ms-transform: translateY(0px) rotate(0);
    -webkit-transform: translateY(0px) rotate(0);
    transform: translateY(0px) rotate(0);
  }
  50% {
    -ms-transform: translateY(8px) rotate(0);
    -webkit-transform: translateY(8px) rotate(0);
    transform: translateY(8px) rotate(0);
  }
  100% {
    -ms-transform: translateY(8px) rotate(45deg);
    -webkit-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
  }
}

@-webkit-keyframes buttonAnimationAfter {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
    transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
  }
}

@keyframes buttonAnimationAfter {
  0% {
    -ms-transform: translateY(0) rotate(0);
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -ms-transform: translateY(-8px) rotate(0);
    -webkit-transform: translateY(-8px) rotate(0);
    transform: translateY(-8px) rotate(0);
  }
  100% {
    -ms-transform: translateY(-8px) rotate(-45deg);
    -webkit-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
  }
}

@-webkit-keyframes buttonAnimation {
  0% {
    background: transparent;
  }
  50% {
    background: rgba(255, 255, 255, 0);
  }
  100% {
    background: rgba(255, 255, 255, 0);
  }
}

@keyframes buttonAnimation {
  0% {
    background: transparent;
  }
  50% {
    background: rgba(255, 255, 255, 0);
  }
  100% {
    background: rgba(255, 255, 255, 0);
  }
}

/* ------------------------手机端-------------------------- */
@media all and (max-width: 1000px) {
  /* 平板设备 720 适配 */
  .Container-wrapper {
    margin-top: 60px;
  }
  .contain {
    width: 92%;
  }
  .contain-1280 {
    width: 92%;
  }
  .Header-wrapper {
    background: #222;
    touch-action: none;
    -ms-touch-action: none;
  }
  .Header-wrapper .contain {
    width: 100%;
  }
  .Header-logo {
    height: 60px;
  }
  .Header-logo img {
    height: 2.5rem;
  }
  .Header-navclick {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .Header-navbar {
    display: none;
    position: absolute;
    width: 100%;
    height: calc(100vh - 60px);
    top: 60px;
    left: 0;
    padding: 12px 0 20px;
    background: #fff;
  }
  .Header-navbar ul {
    display: block;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .Header-menu {
    height: 48px;
    color: #333;
    font-size: 18px;
  }
  .Header-navbar li {
    display: block;
    width: 100%;
    opacity: 0;
    -webkit-transform: translateY(32px);
        -ms-transform: translateY(32px);
            transform: translateY(32px);
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    position: relative;
  }
  .Header-navbar.active li {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .Header-navbar li:hover .Header-menu {
    color: #333;
  }
  .Offer-item {
    height: auto;
    padding-bottom: 36px;
  }
  .Offer-info {
    width: 100%;
    padding-left: 0;
    margin-top: 28px;
  }
  .Offer-center {
    margin-top: 0;
    width: 100%;
    padding: 0 12px;
  }
  .Offer-name {
    width: 128px;
    height: 120px;
    margin-top: -60px;
  }
  .Offer-name h2, .Offer-name-h2 {
    font-size: 38px;
    padding: 0 24px;
  }
  .Offer-wrapper {
    padding-top: 100px;
  }
  .Offer-info-title h4, .Offer-info-title-h4 {
    font-size: 26px;
  }
  .Offer-info-title p {
    font-size: 16px;
    line-height: 24px;
  }
  .Offer-info-phone p {
    line-height: 20px;
  }
  .Offer-info-relation {
    margin-top: 16px;
  }
  .Offer-info-phone h6, .Offer-info-phone-h6 {
    font-size: 20px;
  }
  .Offer-info-button {
    margin-left: 0;
    margin-top: 12px;
  }
  .Offer-info-contact {
    margin-top: 24px;
  }
  .Offer-item::before, .Offer-item::after {
    display: none;
  }
  .Footer-item {
    padding: 40px 0 32px;
  }
  .Footer-item-left {
    width: 100%;
    padding-right: 0;
  }
  .Footer-top {
    margin-top: 24px;
  }
  .Footer-item-right {
    width: 100%;
    margin-top: 24px;
  }
  .Footer-serve-link, .Footer-business-link {
    margin-top: 0;
  }
  .Footer-serve-link a, .Footer-business-link a {
    margin-top: 6px;
  }
  .Header-arrow {
    position: absolute;
    width: 48px;
    display: block;
    height: 48px;
    background: url("../images/xiazw.svg") no-repeat center/16px auto;
    top: 0;
    right: 0;
    z-index: 4;
  }
  .Header-arrow.active {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .Header-drop .contain {
    padding: 24px 0;
  }
  .Header-drop {
    position: relative;
    background: #f8f8f8;
    height: auto;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .Header-serve-cont p {
    display: none;
  }
  .Header-serve-cont h2, .Header-serve-cont-h2 {
    font-size: 14px;
  }
  .Header-serve-cont {
    margin-top: 12px;
  }
  .Header-serve-img {
    height: 64px;
  }
  .Header-preweb-cont p {
    display: none;
  }
  .Header-preweb-cont h2, .Header-preweb-cont-h2 {
    font-size: 14px;
  }
  .Header-preweb-img {
    width: 100%;
    text-align: center;
    height: 38px;
    line-height: 38px;
  }
  .Header-preweb-img img {
    max-height: 100%;
  }
  .Header-preweb-cont {
    width: 100%;
    text-align: center;
    margin-top: 6px;
  }
  .Header-preweb-item {
    margin-top: 18px;
  }
  .sonMenu-menu a, .sonMenu-menu::before {
    height: 42px;
    line-height: 42px;
  }
  .sonMenu-menu a::after {
    margin: 0 6px;
  }
  .sonMenu.noBanner {
    top: 60px;
  }
  .Header-info {
    display: none;
  }
  .Header-serve {
    padding: 0;
  }
  .Header-fix {
    float: none;
    width: 100%;
    min-height: auto;
  }
  .Header-serve-link {
    width: 100%;
  }
  .Header-serve-img {
    display: none;
  }
  .Header-serve-cont {
    margin-top: 0;
  }
  .Header-serve-cont h2, .Header-serve-cont-h2 {
    line-height: 2em;
    padding: 0.6em 0;
  }
  .Header-fix::before {
    display: none;
  }
}

/* banner */
.banner {
  position: relative;
}

.banner .ban-wen {
  width: 100%;
  z-index: 9;
  color: #fff;
}

.banner .ban-wen dt {
  font: 600 3.75rem/1.5em "微软雅黑";
}

@media (max-width: 768px) {
  .banner .ban-wen dt {
    font-size: 2rem;
  }
}

.banner .ban-wen p {
  font: 500 1.875rem/1.5em "微软雅黑";
  margin-top: 0.5em;
}

@media (max-width: 768px) {
  .banner .ban-wen p {
    font-size: 1.2rem;
    margin-top: 0.2em;
  }
}

.banner .swiper-pagination1 {
  bottom: 38px;
  width: 1530px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  z-index: 9;
}

.banner .swiper-pagination1 .swiper-pagination-bullet {
  width: 60px;
  height: 4px;
  border-radius: 0;
  background: #fff;
  opacity: .5;
  margin: 0 16px 0 0 !important;
  position: relative;
}

.banner .swiper-pagination1 .swiper-pagination-bullet-active {
  opacity: 0.5;
  background: #fff;
}

.banner .swiper-pagination1 .swiper-pagination-bullet:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  width: 0;
  height: 4px;
  z-index: 1;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}

.banner .swiper-pagination1 .swiper-pagination-bullet-active:before {
  width: 100%;
  -webkit-transition: all 3.2s ease;
  -o-transition: all 3.2s ease;
  transition: all 3.2s ease;
}

/* 首页搜索框 */
.sswen {
  color: #666;
  font: 500 14px/46px "微软雅黑";
}

.sswen h1 {
  display: inline-block;
  font: 500 14px/46px "微软雅黑";
}

.ssk {
  margin-top: 20px;
}

.btn-info {
  color: #fff;
  background-color: #333;
  border-color: #333;
}

.btn-info:hover {
  color: #fff;
  background-color: #333;
  border-color: #333;
}

.btn-info.focus, .btn-info:focus {
  color: #fff;
  background-color: #333;
  border-color: #333;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #333;
  border-color: #333;
}

.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #333;
  border-color: #333;
}

.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
}

.z {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 990px) {
  .pc-hidden {
    display: none;
  }
}

.m-hidden {
  display: none;
}

@media (max-width: 990px) {
  .m-hidden {
    display: block;
  }
}

@media (max-width: 990px) {
  body {
    padding: 60px 0 0 !important;
  }
}

/*手机端头部*/
.mslm-head {
  position: fixed;
  top: 0;
  z-index: 999999;
  left: 0;
  right: 0;
  background: #fff;
  border-bottom: 1px solid #999;
}

.mslm-head-box {
  position: relative;
  height: 60px;
}

.mslm-head-box .mslm-logo {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto 4%;
  max-width: 100%;
  height: 34px;
}

.mslm-head-box .mslm-logo h1, .mslm-head-box .mslm-logo a {
  display: inline;
  font-size: 0;
}

.mslm-head-box .mslm-logo img {
  height: 34px;
}

.mslm-navbtn {
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 4% auto 0;
  width: 20px;
  height: 15px;
}

.mslm-navbtn span, .mslm-navbtn:after, .mslm-navbtn:before {
  display: block;
  height: 1.5px;
  width: 100%;
  background: #000;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.mslm-navbtn span {
  margin: 4.5px 0;
}

.mslm-navbtn:after, .mslm-navbtn:before {
  content: '';
  -webkit-transform-origin: 7.5%;
  -ms-transform-origin: 7.5%;
  transform-origin: 7.5%;
}

.mslm-navbtn.clicked span {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}

.mslm-navbtn.clicked:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mslm-navbtn.clicked:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mslm-search-btn {
  position: absolute;
  z-index: 9;
  right: 4%;
  top: 0;
  bottom: 0;
  width: auto;
  text-align: center;
  line-height: 60px;
  color: #fff;
}

.mslm-search-btn span {
  font-size: .75rem;
  display: inline-block;
  margin-right: 0.5em;
  vertical-align: top;
}

.mslm-search-btn .iconfont {
  font-size: 21px;
}

.mslm-search-btn .icon-font {
  display: block;
  width: 100%;
  height: 100%;
}

.mslm-search-btn .icon-font:after {
  background-position: -30px -210px;
}

.mslm-menu {
  display: none;
  position: absolute;
  z-index: 9999;
  left: 0;
  right: 0;
  height: 100vh;
  background: #fff;
}

.mslm-menu .mslm-menu-box {
  height: calc(100vh - 60px);
  overflow: auto;
  padding-bottom: 80px;
}

.mslm-nav > li {
  border-bottom: 1px solid #E9E9E9;
  position: relative;
}

.mslm-nav > li > a {
  display: block;
  line-height: 50px;
  font-size: 14px;
  color: #0078a1;
  font-family: "微软雅黑";
  padding: 0 4%;
}

.mslm-nav > li .sec {
  display: none;
  padding: 10px 15px;
  border-top: 1px solid #E9E9E9;
}

.mslm-nav > li .sec a {
  display: block;
  font-size: 12px;
  color: #0078a1;
  line-height: 35px;
}

.mslm-nav > li .sec a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
}

.mslm-nav .mslm-menu-jt {
  position: absolute;
  width: 20%;
  height: 50px;
  line-height: 50px;
  right: 0;
  top: 0;
  text-align: center;
  z-index: 9;
}

.mslm-nav .mslm-menu-jt .icon-font {
  display: block;
  width: 100%;
  height: 100%;
}

.mslm-nav .mslm-menu-jt .icon-font:after {
  background-position: -30px -240px;
}

.mslm-nav .mslm-menu-jt.clicked .icon-font:after {
  background-position: -30px -270px;
}

.mslm-nav .mslm-sub-menu {
  background: #1E1E1E;
  display: none;
}

.mslm-nav .mslm-sub-menu > li {
  border-top: 1px dashed rgba(255, 255, 255, 0.5);
}

.mslm-nav .mslm-sub-menu > li > a {
  display: block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 40px;
  text-indent: 2em;
}

.mslm-search {
  position: fixed;
  z-index: 99999;
  left: 100%;
  bottom: 0;
  top: 60px;
  width: 100%;
  background: #fff;
  padding: 0 0 0;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.mslm-search .mslm-search-close-btn {
  position: absolute;
  top: 20px;
  left: 30px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
}

@media (max-width: 420px) {
  .mslm-search .mslm-search-close-btn {
    left: 15px;
  }
}

.mslm-search .mslm-search-close-btn i {
  width: 100%;
  height: 100%;
  display: block;
  color: #fff;
  font-size: 24px;
}

.mslm-search .mslm-search-close-btn i:after {
  background-position: -30px -300px;
}

.mslm-search .mslm-search-box {
  height: 52px;
  border-bottom: 2px solid #E9E9E9;
}

.mslm-search .mslm-search-box input[type="text"] {
  width: 100%;
  background: none;
  border: none;
  outline: none;
  color: #333333;
  font-family: "微软雅黑";
  font-size: 14px;
  height: 52px;
  text-indent: 1em;
}

.mslm-search .mslm-search-box input[type="text"]::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #333333;
  font-family: "微软雅黑";
}

.mslm-search .mslm-search-box input[type="text"]:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #333333;
  font-family: "微软雅黑";
}

.mslm-search .mslm-search-box input[type="text"]::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #333333;
  font-family: "微软雅黑";
}

.mslm-search .mslm-search-box input[type="text"]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #333333;
  font-family: "微软雅黑";
}

.mslm-search .mslm-search-box #s_btn {
  width: 20%;
  height: 52px;
  outline: none;
  border: none;
  cursor: pointer;
  font-size: 0;
  background: none;
  border: none;
}

.mslm-search .mslm-search-box #s_btn .iconfont {
  font-size: 20px;
  color: #fff;
}

.mslm-search .mslm-search-box #s_btn .icon-font {
  display: block;
  width: 100%;
  height: 100%;
}

.mslm-search .mslm-search-box #s_btn .icon-font:after {
  background-position: -30px -210px;
}

.mslm-search .mslm-seaerch-wz span,
.mslm-search .mslm-seaerch-wz a {
  display: block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 45px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.mslm-search.clicked {
  left: 0;
}

.aniut {
  position: absolute;
  width: 40px;
  height: 50px;
  line-height: 50px;
  right: 2%;
  top: 0;
  text-align: center;
  z-index: 9;
}

.aniut i {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #000;
}

.mslm-nav li > a {
  font-weight: 600;
}

.mslm-nav li > a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
  font-family: "微软雅黑";
  font-weight: 500;
}

.swiper {
  overflow: hidden;
}

/* 图片动画 */
.over {
  overflow: hidden;
}

.over > img:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.over > img {
  cursor: pointer;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
}

.title_a1 {
  text-align: center;
}

.title_a1 h2 {
  font-size: 2.25rem;
  line-height: 1.5em;
  color: #3e3e3e;
  font-weight: 500;
}

@media (max-width: 768px) {
  .title_a1 h2 {
    font-size: 1.8rem;
  }
}

.title_a1 p {
  margin-top: .3125rem;
  font-size: 1.125rem;
  line-height: 1.8;
  color: #656565;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 768px) {
  .title_a1 p {
    font-size: 1.1rem;
    line-height: 1.5em;
  }
}

.cont1 {
  padding: 3.75rem 0;
}

@media (max-width: 768px) {
  .cont1 {
    padding: 2rem 0;
  }
}

.cont1 .service-list {
  text-align: center;
  margin-top: 2.5rem;
}

@media (max-width: 768px) {
  .cont1 .service-list {
    margin-top: 1rem;
  }
}

.cont1 .service-list .item {
  width: 20%;
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  padding: 40px 20px;
  position: relative;
  border: 1px #eee solid;
  border-left: none;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 768px) {
  .cont1 .service-list .item {
    width: 50%;
    padding: 30px 20px;
  }
}

@media (max-width: 450px) {
  .cont1 .service-list .item {
    width: 100%;
  }
}

.cont1 .service-list .item:first-child {
  border-left: 1px #eee solid;
}

.cont1 .service-list .item::before {
  content: "";
  position: absolute;
  left: -100%;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url(../images/item-bg.jpg) center/cover no-repeat;
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  z-index: -1;
}

.cont1 .service-list .item .item-tit {
  font-size: 1.375rem;
  font-weight: bold;
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
}

.cont1 .service-list .item .item-icon {
  width: 103px;
  height: 95px;
  margin: 30px auto;
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
}

.cont1 .service-list .item .item-icon .hov {
  display: none;
}

.cont1 .service-list .item:nth-child(1) .item-icon {
  background: url(../images/icon_service01.png) -153px 0 no-repeat;
}

.cont1 .service-list .item:nth-child(2) .item-icon {
  background: url(../images/icon_service02.png) -153px 0 no-repeat;
}

.cont1 .service-list .item:nth-child(5) .item-icon {
  background: url(../images/icon_service05.png) -153px 0 no-repeat;
}

.cont1 .service-list .item:nth-child(3) .item-icon {
  background: url(../images/icon_service03.png) -153px 0 no-repeat;
}

.cont1 .service-list .item:nth-child(4) .item-icon {
  background: url(../images/icon_service04.png) -153px 0 no-repeat;
}

.cont1 .service-list .item .item-info {
  line-height: 28px;
  color: #666;
}

.cont1 .service-list .item .item-info p {
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
}

.cont1 .service-list .item .item-tab {
  margin: 18px 0 0;
}

.cont1 .service-list .item .item-tab .tab-list .tab-item {
  font-size: 12px;
  padding: 6px 10px;
  background-color: #eee;
  display: inline-block;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border: 1px #eee solid;
  margin-bottom: 6px;
}

.cont1 .service-list .item .item-consult {
  display: inline-block;
  background-color: #0099e0;
}

.cont1 .service-list .item .item-consult a {
  display: block;
  color: #fff;
  padding: 6px 15px;
  font-size: 12px;
}

.cont1 .service-list .item:hover,
.cont1 .service-list .item.active {
  color: #fff;
}

.cont1 .service-list .item:hover::before,
.cont1 .service-list .item.active::before {
  left: 0;
}

.cont1 .service-list .item:hover .item-tit,
.cont1 .service-list .item.active .item-tit {
  color: #fff;
}

.cont1 .service-list .item:hover .item-icon,
.cont1 .service-list .item.active .item-icon {
  background-position: 0 0;
}

.cont1 .service-list .item:hover .item-info p,
.cont1 .service-list .item.active .item-info p {
  color: #fff;
}

.cont1 .service-list .item:hover .item-tab .tab-item,
.cont1 .service-list .item.active .item-tab .tab-item {
  background-color: transparent;
}

@-webkit-keyframes rotation {
  from {
    top: 0;
  }
  to {
    top: -100%;
  }
}

@keyframes rotation {
  from {
    top: 0;
  }
  to {
    top: -100%;
  }
}

.cont2 .a2_list1 {
  margin: 0 -1%;
  margin-top: 2rem;
}

.cont2 .a2_list1 li {
  width: 25%;
  padding: 0 1%;
  margin-bottom: 1rem;
}

.cont2 .a2_list1 li a.a {
  display: block;
  font-size: 0;
}

.cont2 .a2_list1 li a.a .wehha_sr {
  position: relative;
  overflow: hidden;
  padding-bottom: 80%;
}

.cont2 .a2_list1 li a.a .wehha_sr img {
  position: absolute;
  left: 0;
  top: 0;
}

.cont2 .a2_list1 li a.a h2 {
  text-align: center;
  font: 500 1.25rem/1.5em "";
  padding: 0.8rem 0;
  color: #000;
  position: relative;
}

.cont2 .a2_list1 li a.a h2::after {
  position: absolute;
  z-index: -1;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: #f68b00;
}

.cont2 .a2_list1 li a.a:hover .wehha_sr:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 2;
}

.cont2 .a2_list1 li a.a:hover .wehha_sr img {
  -webkit-animation: rotation 5s linear infinite;
          animation: rotation 5s linear infinite;
}

.cont2 .a2_list1 li a.a:hover h2 {
  color: #fff;
}

.cont2 .a2_list1 li a.a:hover h2::after {
  width: 100%;
}

.cont3 {
  background: #f8f9fa;
  padding: 4rem 0;
  margin-top: 4rem;
}

.cont3 .abt-v1 {
  margin-top: 2.5rem;
}

.cont3 .abt-v1 .abt-a1 {
  width: 48%;
}

.cont3 .abt-v1 .abt-a2 {
  width: 49%;
}

.cont3 .abt-v1 .abt-a2 .p {
  color: #333;
  font: 500 1.25rem/1.85em "";
}

.foot1 {
  border-top: 1px solid #eee;
}

.foot1 .h2 {
  font-size: 18px;
  line-height: 1.5em;
  color: #0078a1;
  font-weight: bold;
}

.foot1 .foot_a1 {
  padding: 25px 20px;
  width: 20%;
}

@media (max-width: 990px) {
  .foot1 .foot_a1 {
    display: none;
  }
}

.foot1 .foot_a1 .linsk li a {
  display: block;
  color: #333;
  font: 500 15px/1.8em "";
}

.foot1 .foot_a1 .linsk li a:hover {
  color: #0078a1;
}

.foot1 .foot_a2 {
  padding: 25px 20px;
  width: 60%;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  text-align: center;
}

@media (max-width: 990px) {
  .foot1 .foot_a2 {
    width: 100%;
    border-right: none;
    border-left: none;
  }
}

.foot1 .foot_a2 h3 {
  color: #0078a1;
  font-size: 23px;
  line-height: 1.5em;
  font-weight: bold;
}

@media (max-width: 640px) {
  .foot1 .foot_a2 h3 {
    font-size: 18px;
  }
}

.foot1 .foot_a2 .wehha {
  padding: 2vw 0;
}

.foot1 .foot_a2 .wehha img {
  max-width: 30%;
}

@media (max-width: 640px) {
  .foot1 .foot_a2 .wehha img {
    max-width: 40%;
  }
}

.foot1 .foot_a2 p {
  color: #0099cc;
  font: 500 17px/1.5em "";
}

@media (max-width: 640px) {
  .foot1 .foot_a2 p {
    font-size: 14px;
  }
}

.foot1 .foot_a3 {
  padding: 25px 20px;
  width: 20%;
}

@media (max-width: 990px) {
  .foot1 .foot_a3 {
    display: none;
  }
}

.foot1 .foot_a3 p {
  font: 500 15px/1.8em "";
}

@media (max-width: 640px) {
  .foot1 .foot_a3 p {
    font-size: 13px;
  }
}

.foot2 {
  text-align: center;
  border-top: 1px solid #eee;
  color: #999;
  font: 500 16px/1.5em "";
  padding: 0.8em 0;
}

.foot2 a {
  color: #999;
}

.foot2 a:hover {
  color: #333;
}

.jumbotron {
  padding: 8rem 0;
  line-height: 3.5em;
  margin-bottom: 0;
}

@media (max-width: 576px) {
  .jumbotron {
    padding: 4rem 0;
    line-height: 3.5em;
  }
}

.position, .position a {
  color: #fff;
}

.position a:hover {
  color: #fff;
  text-decoration: underline;
}

.ny-nav {
  border-bottom: 1px solid #999;
}

.ny-nav .ny-sort {
  text-align: center;
}

.ny-nav .ny-sort li {
  display: inline-block;
}

.ny-nav .ny-sort li a {
  display: block;
  color: #666;
  font: 500 16px/3.5em "";
  padding: 0 1em;
}

.ny-nav .ny-sort li a.active {
  color: #0078a1;
  font-weight: 600;
}

.ny-nav .ny-sort li:hover a {
  color: #0078a1;
  font-weight: 600;
}

.pagesa-v {
  margin-top: 4vw;
}

@media (max-width: 640px) {
  .pagesa-v {
    margin-top: 2em;
  }
}

.pagesa-v .content {
  padding: 2em 0;
}

@media (max-width: 768px) {
  .pagesa-v .content {
    padding: 1.5em 0;
  }
}

.cp-list {
  margin-top: 4vw;
}

.cp-list .imgcpsa {
  margin-bottom: 1em;
}

@media (max-width: 640px) {
  .cp-list .imgcpsa {
    margin-bottom: 0.5em;
  }
}

.cp-list .imgcpsa a.img {
  display: block;
  font-size: 0;
}

.cp-list .imgcpsa h2 a {
  display: block;
  text-align: center;
  color: #333;
  font: 500 14px/2em "";
  padding: 0.5em 0;
}

@media (max-width: 640px) {
  .cp-list .imgcpsa h2 a {
    font-size: 13px;
  }
}

.hhxa {
  color: #0078a1;
  line-height: 1.8em;
}

.show_cp_v1 .show_cp_a1 {
  width: 45%;
}

@media (max-width: 768px) {
  .show_cp_v1 .show_cp_a1 {
    width: 100%;
  }
}

.show_cp_v1 .show_cp_a2 {
  width: 52%;
}

@media (max-width: 768px) {
  .show_cp_v1 .show_cp_a2 {
    width: 100%;
    margin-top: 1em;
  }
}

.show_cp_v1 .show_cp_a2 .text-secondary {
  padding: 1rem 0;
  font-size: 14px;
}

@media (max-width: 1366px) {
  .show_cp_v1 .show_cp_a2 .text-secondary {
    font-size: 13px;
  }
}

.show_cp_v1 .show_cp_a2 .aghgx_a {
  padding: 1em 0 0;
}

.show_cp_v1 .show_cp_a2 .aghgx_a p {
  color: #666;
  font: 500 14px/1.8em "";
}

@media (max-width: 1366px) {
  .show_cp_v1 .show_cp_a2 .aghgx_a p {
    font-size: 13px;
  }
}

.show_cp_v1 .show_cp_a2 .aghgx_a p b {
  display: inline-block;
  margin-right: 0.5em;
}

.aggsx_shw-tit {
  border-bottom: 2px solid #E3E3E3;
  margin-top: 1%;
}

.aggsx_shw-tit .agg {
  display: inline-block;
  color: #333;
  font: 600 1.5rem/2.6em "微软雅黑";
  padding: 0 1.2em;
  position: relative;
}

@media (max-width: 768px) {
  .aggsx_shw-tit .agg {
    font-size: 16px;
  }
}

.aggsx_shw-tit .agg:after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: #0078a1;
  position: absolute;
  left: 0;
  bottom: -2px;
}

.xw-list li {
  width: 32.3333%;
  margin-bottom: 1.5em;
}

.xw-list li:not(:nth-child(3n)) {
  margin-right: 1.5%;
}

@media (max-width: 990px) {
  .xw-list li {
    width: 49%;
    margin-bottom: 2em;
  }
  .xw-list li:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .xw-list li:not(:nth-child(2n)) {
    margin-right: 2%;
  }
}

@media (max-width: 450px) {
  .xw-list li {
    width: 100%;
  }
  .xw-list li:not(:nth-child(2n)) {
    margin-right: 0;
  }
}

.xw-list li a.a {
  display: block;
}

.xw-list li a.a i {
  display: block;
  font-size: 0;
  overflow: hidden;
  padding-bottom: 66%;
  width: 100%;
  position: relative;
  height: 0;
  border: 1px solid #f8f8f8;
}

.xw-list li a.a i > img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  cursor: pointer;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
}

.xw-list li a.a .wenbba {
  background-color: #f8f8f8;
  padding: .9375rem 1.25rem;
}

@media (max-width: 990px) {
  .xw-list li a.a .wenbba {
    padding: 1.5rem 2rem;
  }
}

@media (max-width: 768px) {
  .xw-list li a.a .wenbba {
    padding: .9375rem 1.25rem;
  }
}

.xw-list li a.a .wenbba h2 {
  font: 600 1.125rem/1.4em "微软雅黑";
  height: 3em;
  overflow: hidden;
  color: #666;
}

@media (max-width: 768px) {
  .xw-list li a.a .wenbba h2 {
    font-size: 14px;
  }
}

.xw-list li a.a .wenbba span {
  display: block;
  color: #666;
  font: 500 1rem/1.3em "微软雅黑";
  margin-top: 0.5em;
}

@media (max-width: 768px) {
  .xw-list li a.a .wenbba span {
    font-size: 12px;
  }
}

.xw-list li:hover a.a i img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.xw-list li:hover a.a .wenbba {
  background: #f2f2f2;
}

.xw-list li:hover a.a .wenbba h2 {
  color: #0078a1;
}

.title_a1x h2 {
  color: #000000;
  font: 600 2.2rem/1.2em "微软雅黑";
}

@media (max-width: 768px) {
  .title_a1x h2 {
    font-size: 1.7rem;
  }
}

.lxwm-cont1 {
  margin-top: 3rem;
}

@media (max-width: 768px) {
  .lxwm-cont1 {
    margin-top: 1.5rem;
  }
}

.lxwm-cont1 .lxwm-cont1-v1 {
  margin-top: 2.25rem;
}

@media (max-width: 768px) {
  .lxwm-cont1 .lxwm-cont1-v1 {
    margin-top: 1rem;
  }
}

.lxwm-cont1 .lxwm-cont1-v1 h2.msg_tit {
  color: #000000;
  font: 600 1.375rem/1.2em "微软雅黑";
}

@media (max-width: 768px) {
  .lxwm-cont1 .lxwm-cont1-v1 h2.msg_tit {
    font-size: 17px;
  }
}

.lxwm-cont1 .lxwm-cont1-v1 .lxwm-cont1-a1 {
  width: 100%;
}

@media (max-width: 768px) {
  .lxwm-cont1 .lxwm-cont1-v1 .lxwm-cont1-a1 {
    width: 100%;
  }
}

.lxwm-cont1 .lxwm-cont1-v1 .lxwm-cont1-a1 > div {
  margin-right: 8%;
}

.lxwm-cont1 .lxwm-cont1-v1 .lxwm-cont1-a1 dl {
  padding: 0.7em 0 1.3em;
}

.lxwm-cont1 .lxwm-cont1-v1 .lxwm-cont1-a1 dl dd {
  color: #000000;
  font-size: 1.125rem;
  line-height: 1.6em;
}

@media (max-width: 768px) {
  .lxwm-cont1 .lxwm-cont1-v1 .lxwm-cont1-a1 dl dd {
    font-size: 14px;
  }
}

.lxwm-cont1 .lxwm-cont1-v1 .lxwm-cont1-a1 dl dd a {
  color: #E95520;
}

.lxwm-cont1 .lxwm-cont1-v1 .lxwm-cont1-a1 dl.ermnx {
  padding: 0;
}

.lxwm-cont1 .lxwm-cont1-v1 .lxwm-cont1-a1 dl.ermnx img {
  width: 8.25rem;
}

.lxwm-cont1 .lxwm-cont1-v1 .lxwm-cont1-a2 {
  width: 100%;
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .lxwm-cont1 .lxwm-cont1-v1 .lxwm-cont1-a2 {
    width: 100%;
    padding-left: 0;
    border-left: none;
    margin-top: 1.5em;
  }
}

.lxwm-cont1 .lxwm-cont1-v1 .lxwm-cont1-a2 form {
  margin-top: 1.5rem;
}

.lxwm-cont1 .lxwm-cont1-v1 .lxwm-cont1-a2 form input {
  width: 100%;
  border: 1px solid #A5A5A5;
  font: 500 1rem/3em "微软雅黑";
  border-radius: 1.5em;
  text-indent: 1.2em;
  margin-bottom: 1.3rem;
}

.lxwm-cont1 .lxwm-cont1-v1 .lxwm-cont1-a2 form textarea {
  width: 100%;
  border: 1px solid #A5A5A5;
  font: 500 1rem/1.5em "微软雅黑";
  border-radius: 0.8em;
  padding: 0.8em 1.2em;
  margin-bottom: 1.3rem;
}

.lxwm-cont1 .lxwm-cont1-v1 .lxwm-cont1-a2 form button {
  font: 500 1rem/3em "微软雅黑";
  border-radius: 1.5em;
  border: none;
}

@media (max-width: 768px) {
  .lxwm-cont1 .lxwm-cont1-v1 .lxwm-cont1-a2 form button {
    width: 9.375rem;
  }
}

.amap-icon img {
  width: 2rem;
}

.mb10 {
  margin-bottom: 10px;
}

@media (max-width: 990px) {
  .lxwm-cont2 #container {
    height: 80vw !important;
  }
}

.pages {
  padding-bottom: 20px;
}

.abt-cont1 {
  padding: 5.625rem 0 5rem;
}

@media (max-width: 768px) {
  .abt-cont1 {
    padding: 2.5rem 0;
  }
}

.abt-cont1 .abt-cont1_v1 .abt-cont1_a1 {
  width: 49.06877%;
}

@media (max-width: 768px) {
  .abt-cont1 .abt-cont1_v1 .abt-cont1_a1 {
    width: 100%;
  }
}

.abt-cont1 .abt-cont1_v1 .abt-cont1_a1 .mySwiper4 {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
}

.abt-cont1 .abt-cont1_v1 .abt-cont1_a1 .swiper-pagination1 {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 9;
  text-align: center;
  bottom: 3%;
}

.abt-cont1 .abt-cont1_v1 .abt-cont1_a1 .swiper-pagination1 span {
  background: #C1C1C1;
  width: .6875rem;
  height: .6875rem;
  border-radius: 50%;
  opacity: 0.8;
  margin: 0 .3125rem;
}

.abt-cont1 .abt-cont1_v1 .abt-cont1_a1 .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: #E95520;
  opacity: 1;
}

.abt-cont1 .abt-cont1_v1 .abt-cont1_a2 {
  width: 46.06017%;
}

@media (max-width: 768px) {
  .abt-cont1 .abt-cont1_v1 .abt-cont1_a2 {
    width: 100%;
    margin-top: 1.5em;
  }
}

.abt-cont1 .abt-cont1_v1 .abt-cont1_a2 .p {
  color: #707070;
  font: 500 1.1em/1.7em "微软雅黑";
  margin-top: 1.5em;
}

@media (max-width: 768px) {
  .abt-cont1 .abt-cont1_v1 .abt-cont1_a2 .p {
    margin-top: 1em;
  }
}

.abt-cont1 .abt-cont1_v1 .abt-cont1_a2 .p span {
  color: #27a8e1;
  font-weight: 600;
}

.rtyhah2 {
  color: #000000;
  font: 600 2.8125rem/1.2em "微软雅黑";
}

@media (max-width: 768px) {
  .rtyhah2 {
    font-size: 1.8rem;
  }
}

.abt-cont2 {
  background: url(../images/bj4.jpg) no-repeat center top;
  background-size: cover;
  padding: 3.5rem 0 4.6875rem;
}

@media (max-width: 768px) {
  .abt-cont2 {
    padding: 2.5rem 0;
  }
}

.abt-cont2 .qywenh li {
  width: 49%;
  background: rgba(255, 255, 255, 0.85);
  padding: 4rem 0;
  border-radius: 0.8rem;
  margin-top: 2.125rem;
}

@media (max-width: 768px) {
  .abt-cont2 .qywenh li {
    margin-top: 1rem;
    padding: 2.2rem 0;
  }
}

.abt-cont2 .qywenh li img {
  width: 4.4375rem;
}

@media (max-width: 768px) {
  .abt-cont2 .qywenh li img {
    width: 3rem;
  }
}

.abt-cont2 .qywenh li .aggwxas {
  margin-left: 2rem;
}

@media (max-width: 540px) {
  .abt-cont2 .qywenh li .aggwxas {
    margin-left: 0;
    width: 100%;
    padding: 1em 8% 0;
    text-align: center;
  }
}

.abt-cont2 .qywenh li .aggwxas h2 {
  color: #000000;
  font: 600 1.625rem/1.4em "微软雅黑";
}

@media (max-width: 768px) {
  .abt-cont2 .qywenh li .aggwxas h2 {
    font-size: 1.4rem;
  }
}

.abt-cont2 .qywenh li .aggwxas .p {
  color: #27a8e1;
  font: 500 1.25rem/1.4em "微软雅黑";
  margin-top: 0.3em;
}

@media (max-width: 768px) {
  .abt-cont2 .qywenh li .aggwxas .p {
    font-size: 1rem;
  }
}

.abt-cont2 .qywenh li:last-child {
  width: 100%;
}

.gbczsa {
  display: none;
}

.sghgz_aa {
  display: none;
}

@media (max-width: 990px) {
  .sghgz_aa {
    display: block;
    position: fixed;
    right: 2%;
    bottom: 10%;
    background: #0078a1;
    width: 35px;
    height: 35px;
    padding: 10px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    border-radius: 50%;
    z-index: 99;
  }
  .sghgz_aa img {
    width: 100%;
  }
  .n_left {
    position: fixed;
    width: 100vw;
    overflow-y: scroll;
    top: 0;
    left: 100%;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 999999;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 90vh;
    padding: 5vh 0;
  }
  .n_left a.gbczsa {
    display: block;
    position: absolute;
    right: 2%;
    top: 2%;
    color: #000;
    background: #fff;
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    text-align: center;
    border-radius: 50%;
  }
  .n_left a.gbczsa i {
    font-size: 2rem;
  }
  .n_left .left-sort {
    background: #fff;
    width: 90%;
  }
  .n_left.click {
    left: 0;
  }
}

.pc-banner {
  position: relative;
}

.pc-banner .ggara {
  width: 27.75rem;
  height: 27.75rem;
  background: rgba(10, 12, 28, 0.4);
  border-radius: 50%;
  position: absolute;
  top: 20%;
  left: 3.64583%;
  -webkit-animation: animationOne 15s infinite linear;
  animation: animationOne 15s infinite linear;
}

@media (max-width: 768px) {
  .pc-banner .ggara {
    width: 10rem;
    height: 10rem;
  }
}

.pc-banner .mySwipera {
  height: 100%;
}

.pc-banner .mySwipera .swiper-slide {
  overflow: hidden;
}

.pc-banner .mySwipera .swiper-slide > img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-animation-name: banscaleDraw;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 20s;
}

.pc-banner .banner-wen {
  width: 100%;
  z-index: 99;
  top: 50%;
}

.pc-banner .banner-wen .banner-cont {
  color: #fff;
  text-align: center;
}

.pc-banner .banner-wen .banner-cont .dl {
  font: 500 1.875rem/1.2em "sourcehansans";
}

.pc-banner .banner-wen .banner-cont .dl strong {
  font-weight: 600;
}

.pc-banner .banner-wen .banner-cont .dl img {
  width: 26.1875rem;
  border-bottom: 1px solid #fff;
  margin-bottom: 0.5em;
}

@media (max-width: 768px) {
  .pc-banner .banner-wen .banner-cont .dl {
    font: 500 1.2rem/1.3em "sourcehansans";
  }
  .pc-banner .banner-wen .banner-cont .dl img {
    max-width: 26.1875rem;
    width: 45%;
  }
}

.pc-banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 6px;
}

.pc-banner .swiper-pagination1 {
  position: absolute;
  left: 0;
  bottom: 2%;
  width: 100%;
  text-align: center;
  z-index: 99;
}

.pc-banner .swiper-pagination1 span {
  width: 3.125rem;
  height: 3px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 0;
  opacity: 1;
}

@media (max-width: 768px) {
  .pc-banner .swiper-pagination1 span {
    width: 2.125rem;
  }
}

.pc-banner .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: #d2a552;
}

@-webkit-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  75% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  75% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes scaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    /*开始为原始大小*/
  }
  25% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    /*放大0.9倍*/
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  75% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

@keyframes scaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    /*开始为原始大小*/
  }
  25% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    /*放大0.9倍*/
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  75% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

.visv {
  visibility: hidden;
}

.foot-fot .mslm-nav > li > a, .foot-fot .mslm-nav > li .sec a, .foot-fot .aniut i {
  color: #fff;
}

.foot-fot .foot1 {
  background: #212533;
}

.foot-fot .foota1 {
  padding: 5.0625rem 0 7.5rem;
}

.foot-fot .foota1 .d_nav li a {
  display: block;
  color: #fff;
}

.foot-fot .foota1 .d_nav li > a {
  font: 500 1.125rem/1.4em "sourcehansans";
  margin-bottom: 1rem;
}

.foot-fot .foota1 .d_nav .sec {
  color: rgba(255, 255, 255, 0.6);
  font: 500 .875rem/1.8em "sourcehansans";
}

.foot-fot .foota1 .d_nav .sec a {
  color: rgba(255, 255, 255, 0.6);
  font: 500 .875rem/1.8em "sourcehansans";
}

.foot-fot .foota1 .d_nav .sec a:hover {
  color: white;
}

.foot-fot .foota1 .d_nav .derma {
  width: 5.875rem;
}

.foot-fot .foota1 .d_nav .derma img {
  width: 100%;
}

.foot-fot .foota1 .d_nav .derma p {
  color: #fff;
  font: 500 1.125rem/1.4em "sourcehansans";
  margin-bottom: 1rem;
}

.foot-fot .foota2 {
  padding: 0.8rem 0;
  color: #C6C6C6;
  font: 500 .875rem/1.5em "sourcehansans";
  text-align: left;
  background: #313441;
}

@media (max-width: 990px) {
  .foot-fot .foota2 {
    padding: 1rem 0;
  }
}

.foot-fot .foota2 a {
  color: #ffffff;
}

.foot-fot .foota2 a:hover {
  color: rgba(255, 255, 255, 0.5);
}

.foot1-m {
  display: none;
  width: 100%;
}

.foot1-m .derma-m {
  width: 100%;
  margin: 1.5em auto 0;
}

.foot1-m .derma-m .d_erma {
  text-align: center;
  margin: 0 1em;
}

.foot1-m .derma-m .d_erma img {
  width: 87px;
}

@media (max-width: 600px) {
  .foot1-m .derma-m .d_erma {
    margin: 0 0.5em;
  }
  .foot1-m .derma-m .d_erma img {
    width: 75px;
  }
}

@media (max-width: 990px) {
  .d_nav, .foota1 {
    display: none;
  }
}

/*手机底部*/
@media (max-width: 991px) {
  .foot1-m {
    display: block;
  }
}

.section {
  overflow: hidden;
}

.dbb {
  height: 50px;
}

.fix-customer {
  width: 60px;
  height: 60px;
  z-index: 100;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  right: 40px;
  bottom: 100px;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}

.fix-customer .kefu {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.fix-customer i {
  top: 0;
  left: 0;
  border-radius: 50%;
  background: rgba(26, 183, 68, 0.25);
  width: 100%;
  height: 100%;
  position: absolute;
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.fix-customer .r1 {
  -webkit-animation: customerQuan 7s 0s linear infinite;
  animation: customerQuan 7s 0s linear infinite;
}

.fix-customer .r2 {
  -webkit-animation: customerQuan 7s .4s linear infinite;
  animation: customerQuan 7s .4s linear infinite;
}

.fix-customer .r3 {
  -webkit-animation: customerQuan 7s .8s linear infinite;
  animation: customerQuan 7s .8s linear infinite;
}

.fix-customer .vmsg {
  position: absolute;
  pointer-events: none;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  opacity: 0;
  white-space: nowrap;
  font-size: 12px;
  right: 40px;
  top: -55px;
  color: #333;
  height: 170px;
  line-height: 40px;
  padding: 0 20px;
  border-radius: 3px;
  background: #fff;
  -webkit-box-shadow: 0 5px 10px 0 rgba(165, 165, 165, 0.3);
          box-shadow: 0 5px 10px 0 rgba(165, 165, 165, 0.3);
}

.fix-customer .vmsg img {
  width: 100%;
  margin-top: 20px;
}

.fix-customer .vmsg:after {
  position: absolute;
  content: "";
  top: 50%;
  right: -6px;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-radius: 3px;
  background: #fff;
  /*box-shadow:0 5px 10px 0 rgba(0, 96, 35, 0.2);*/
}

/*.fix-customer:after {
  content:'';
  position:absolute;
  right:2px;
  top:1px;
  width:12px;
  height:12px;
  border-radius:50%;
  z-index:2;
  background:linear-gradient(to bottom, #38dc79, #1ab744);
}*/
.fix-customer:hover i {
  display: none;
}

.fix-customer:hover .vmsg {
  opacity: 1;
  -ms-transform: translate(-40px, 0);
  -webkit-transform: translate(-40px, 0);
  transform: translate(-40px, 0);
}

@-webkit-keyframes customerQuan {
  0% {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  15% {
    -ms-transform: scale(2);
    -webkit-transform: scale(2);
    transform: scale(2);
  }
  30% {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes customerQuan {
  0% {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  15% {
    -ms-transform: scale(2);
    -webkit-transform: scale(2);
    transform: scale(2);
  }
  30% {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
