@charset "UTF-8";
@import '//at.alicdn.com/t/font_3255750_lfx1t6h394g.css';
.layui-layer-btn0 {
  background-color: #d33822 !important;
  border-color: #d33822 !important;
}

/* BEM
BEM代表 “块（block）,元素（element）,修饰符（modifier）”
我们常用这三个实体开发组件。
-   中划线 ：仅作为连字符使用，表示某个块或者某个子元素的多单词之间的连接记号。
--  双中划线线：用来描述一个块或者块的子元素的一种状态
__  双下划线：双下划线用来连接块和块的子元素
xh-form__input--inline
 -------------------------- */
/* BEM
 -------------------------- */
/* BEM support Func
 -------------------------- */
/* Break-points
 -------------------------- */
/* Scrollbar
 -------------------------- */
/* Placeholder
 -------------------------- */
/*
 公共mixin scss文件
*/
.xh-form-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.xh-form-item.top {
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.xh-form-item__label {
  text-align: right;
  vertical-align: middle;
  font-size: 14px;
  color: #333;
  line-height: 40px;
  padding: 0 12px 0 0;
  box-sizing: border-box;
  min-width: 80px;
}

.xh-form-item--block {
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.xh-form-item--block .xh-form-item__label {
  text-align: left;
}

.xh-form-item__content {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.xh-form-item--flex-end {
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.xh-form-item__error {
  color: #F56C6C;
  font-size: 12px;
  line-height: 1;
  padding-top: 4px;
  position: absolute;
  top: 100%;
  left: 0;
}

.xh-form-item.is-required:after {
  content: "*";
  color: #F56C6C;
  margin-left: 4px;
}

.xh-inner {
  display: block;
  resize: vertical;
  line-height: 46px;
  box-sizing: border-box;
  width: 100%;
  font-size: inherit;
  color: #333;
  background-color: #fff;
  background-image: none;
  border: 1px solid #999;
  border-radius: 3px;
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.xh-inner::-webkit-input-placeholder {
  color: #999;
}
.xh-inner:-ms-input-placeholder {
  color: #999;
}
.xh-inner::placeholder {
  color: #999;
}
.xh-inner:hover {
  border-color: #333;
}
.xh-inner:focus, .xh-inner.xh-form-danger {
  outline: none;
  border-color: #F56C6C;
}
.xh-inner select {
  border: none;
  height: 100%;
  line-height: 46px;
  height: 46px;
  width: 100%;
  padding: 0px 15px;
}
.xh-inner select::-webkit-scrollbar-track-piece {
  background: #ccc;
}
.xh-inner select::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.xh-inner select::-webkit-scrollbar-thumb {
  background: #d33822;
  border-radius: 20px;
}
.xh-inner select option {
  font-size: inherit;
  line-height: 46px;
}

.xh-input {
  line-height: 46px;
  height: 46px;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: none;
  width: 100%;
  padding: 0px 15px;
  overflow: hidden;
  background-color: transparent;
}
.xh-input:focus {
  outline: 0;
  border: none;
}
.xh-input--prefix {
  font-size: 14px;
  position: relative;
  left: -5px;
  padding: 0px 5px;
}
.xh-input--prefix i {
  width: 20px;
  display: inline-block;
  font-size: 18px;
  vertical-align: middle;
}
.xh-input--prefix::before {
  font-size: 20px;
  vertical-align: middle;
  margin-right: 8px;
}

.xh-textarea {
  line-height: 46px;
  height: 138px;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: none;
  padding: 0px 15px;
  overflow: hidden;
  font-family: "Microsoft Yahei", "楷体", "新宋体", Arial, Helvetica;
  background-color: transparent;
}
.xh-textarea:focus {
  outline: 0;
  border: none;
}
.xh-textarea--prefix {
  font-size: 14px;
  position: relative;
  left: -5px;
  padding: 0px 5px;
}
.xh-textarea--prefix i {
  width: 20px;
  display: inline-block;
  font-size: 18px;
  vertical-align: middle;
}
.xh-textarea--prefix::before {
  font-size: 20px;
  vertical-align: middle;
  margin-right: 8px;
}

.xh-btn {
  line-height: 46px;
  height: 46px;
  width: 100%;
  background-color: #d33822;
  border: none;
  color: #fff;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
  padding: 0px 24px;
}
.xh-btn--inline {
  width: auto;
}

/*
适用于 dedecms 的一些公用scss文件
*/
.j6 .xh-bd-item:last-child {
  margin-right: 0;
}
.j6 .xh-btn {
  height: 35px;
  line-height: 35px;
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

html,
body {
  margin: 0px auto;
  box-sizing: border-box;
  line-height: 1.6;
  -webkit-text-size-adjust: none;
  margin: 0px auto;
  min-height: 100%;
  font-size: 14px;
  font-family: "Microsoft Yahei", "楷体", "新宋体", Arial, Helvetica, sans-serif;
}

html {
  -webkit-text-size-adjust: none;
}

ul,
li {
  list-style: none;
}

img {
  border: none;
  line-height: 1;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

.t10 {
  margin-top: 10px;
}

.t20 {
  margin-top: 20px;
}

.t30 {
  margin-top: 30px;
}

.t40 {
  margin-top: 40px;
}

.t50 {
  margin-top: 50px;
}

/*************************** 字体大小通用 ************************************/
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: normal;
}

a {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #d33822;
}

.imgs {
  overflow: hidden;
  line-height: 1;
}
.imgs img {
  width: 100%;
  transition: all 0.7s;
  vertical-align: middle;
  height: auto;
}
.imgs:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

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

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

@-webkit-keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.foot-tc {
  background-color: rgba(211, 56, 34, 0.9);
  position: fixed;
  bottom: 0px;
  padding: 40px 10px;
  width: 100%;
  z-index: 999;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.foot-tc .foot-tc-zt {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.foot-tc .tc-logo img {
  height: 40px;
  width: auto;
}
.foot-tc .xh-form-item {
  margin-bottom: 0;
}
.foot-tc .foot-tc-ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.foot-tc .foot-tc-ul li {
  margin-left: 30px;
  color: #fff;
}
.foot-tc .foot-tc-ul .xh-form-item__label {
  color: #fff;
}
.foot-tc .foot-tc-ul .xh-input,
.foot-tc .foot-tc-ul .xh-inner,
.foot-tc .foot-tc-ul .xh-btn, .foot-tc .foot-tc-ul select {
  height: 40px;
  line-height: 40px;
}
.foot-tc .xh-btn {
  background-color: #fff;
  border-radius: 0;
  color: #333;
  font-weight: 300;
  font-size: 14px;
  padding: 0 10px;
}
.foot-tc .cha {
  color: #fff;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border-radius: 50%;
  font-size: 16px;
  border: 1px solid #fff;
  margin-left: 50px;
  cursor: pointer;
}

.fd-right {
  position: fixed;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 99;
  transition: all 0.5s;
}
.fd-right li {
  cursor: pointer;
  color: #606060;
  border-bottom: 1px solid #cccccc;
  width: 80px;
  background: #fff;
  text-align: center;
  position: relative;
}
.fd-right li a {
  position: relative;
  z-index: 2;
  padding: 6px 0;
  display: block;
}
.fd-right li a:hover {
  background: #d33822;
  color: #fff !important;
}
.fd-right li i {
  font-size: 30px;
  height: 40px;
  line-height: 40px;
  _display: inline;
  zoom: 1;
  display: inline-block;
  vertical-align: middle;
}
.fd-right li p {
  line-height: 30px;
}
.fd-right li .fd-ceng {
  position: absolute;
  right: -200px;
  padding: 10px;
  background: #d33822;
  transition: all 0.5s;
  opacity: 0;
  top: 0px;
  font-size: 0px;
  white-space: nowrap;
}
.fd-right li .fd-ceng .doc-tele {
  width: 150px;
  padding: 0px 8px;
  _display: inline;
  zoom: 1;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #eee;
  line-height: 40px;
  height: 40px;
}
.fd-right li .fd-ceng .doc-submit {
  text-align: center;
  width: 70px;
  _display: inline;
  zoom: 1;
  display: inline-block;
  vertical-align: middle;
  line-height: 40px;
  border: none;
  background: #000;
  height: 40px;
  color: #fff;
}
.fd-right li .fd-weixin {
  width: 100px;
  height: 100px;
  display: block;
}
.fd-right li:hover .fd-ceng {
  opacity: 1;
  right: 80px;
}
.fd-right li:hover a {
  background: #d33822;
}
.fd-right li:nth-child(3) {
  border-bottom: none;
}
.fd-right li.go-top {
  border-bottom: none;
}

.go-top {
  display: none;
}

/**
 * Swiper 4.5.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 16, 2019
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

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

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

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

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

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

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

.swiper-slide-invisible-blank {
  visibility: hidden;
}

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

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

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

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

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

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

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

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

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

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

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

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

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

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s -webkit-transform, 0.2s top;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s -webkit-transform, 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

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

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s -webkit-transform, 0.2s left;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s -webkit-transform, 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s -webkit-transform, 0.2s right;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s -webkit-transform, 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

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

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

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

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

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

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

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

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

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

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

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

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}

/*
 swiper的一些ui修改
*/
:root {
  --swiper-navigation-size:44px ;
}

@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") format("woff");
  font-weight: 400;
  font-style: normal;
}
.swiper-button-next,
.swiper-button-prev {
  background-image: none;
  color: #d33822;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: "swiper-icons";
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
  content: "prev";
}

.swiper-button-next:after {
  content: "next";
}

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

h1,
.h1 {
  font-size: 36px;
}

h2,
.h2 {
  font-size: 30px;
}

h3,
.h3 {
  font-size: 30px;
}

h4,
.h4 {
  font-size: 24px;
}

h5,
.h5 {
  font-size: 20px;
}

h6,
.h6 {
  font-size: 16px;
}

h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: 300;
}

p,
.p {
  font-size: 14px;
  font-weight: 300;
}

.nodianpu {
  display: none;
  line-height: 200px;
  text-align: center;
  color: #888;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.pag {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
  bottom: 10px;
  left: 0;
  width: 100%;
}

.wd {
  width: 1400px;
  margin: 0 auto;
}

.bn img {
  width: 100%;
  height: auto;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 5%;
}

.header {
  position: fixed;
  z-index: 999;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100px;
}
.header .wd {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .nav {
  margin-left: 120px;
  margin-right: 50px;
}

#nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#nav li {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 15px;
  text-align: center;
  position: relative;
  white-space: nowrap;
  line-height: 100px;
}
#nav li a {
  display: block;
  padding: 0 15px;
  color: #fff;
}
#nav li a:hover {
  color: #d33822;
}
#nav li .sub-nav {
  position: absolute;
  top: 100%;
  width: 100%;
  display: none;
  background-color: #f5f6f6;
}
#nav li .sub-nav a {
  display: block;
  padding: 12px 0;
  font-size: 16px;
}

.wrapper {
  padding: 90px 0;
}
.wrapper dt {
  margin-bottom: 50px;
}

.flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flex .f {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.main {
  overflow: hidden;
  padding: 30px 0;
}

.head-r {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.head-r .head-tel {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.head-r .head-tel .icon-img {
  width: 16px;
}
.head-r .head-tel .tel {
  color: #d33822;
  margin-left: 10px;
  font-size: 22px;
  font-weight: bold;
}
.head-r .shop {
  margin-left: 40px;
}
.head-r .shop a {
  padding: 0px 5px;
}
.head-r .shop img {
  width: 35px;
  height: 35px;
}

.i-dt h4 {
  font-weight: normal;
  color: #484545;
  font-size: 30px;
}
.i-dt .typename {
  font-weight: normal;
  font-size: 30px;
  color: #333;
  text-transform: Uppercase;
}
.i-dt p {
  margin-top: 8px;
}

.i-cp ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.i-cp ul li {
  max-width: 50%;
  padding: 0 5px;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.i-cp ul li .txt {
  background-color: #231815;
  height: 285px;
  color: #d33822;
  padding: 40px 15px;
  text-align: center;
}
.i-cp ul li .txt .icon-img {
  height: 126px;
  width: auto;
  transition: all 0.5s;
}
.i-cp ul li .txt h4 {
  margin-top: 15px;
}
.i-cp ul li .txt p {
  margin-top: 4px;
}
.i-cp ul li:hover .icon-img {
  -webkit-transform: translate(0, -10px) scale(1.05);
      -ms-transform: translate(0, -10px) scale(1.05);
          transform: translate(0, -10px) scale(1.05);
}
.i-cp ul li:hover .imgs img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.i-lc .lc-zt {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.i-lc .lc-left {
  width: 66.29%;
}
.i-lc .lc-right {
  width: 32.58%;
}
.i-lc .lc-left-top {
  margin-bottom: 20px;
}
.i-lc .lc-left-top li {
  margin-right: 1.7%;
}
.i-lc .lc-pf {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.i-lc .lc-pf li {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.i-lc .lc-pf li:last-child {
  margin-right: 0;
}
.i-lc .lc-left-bottom {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.i-lc .lc-left-bottom .lc-left-bottom-3 {
  margin-left: 20px;
}
.i-lc .lc-left-3 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}
.i-lc .lc-left-3 .lc-left-3-1 {
  margin-right: 1.7%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.i-lc .lc-right-2 {
  margin-top: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.i-lc .lc-right-2 .img:nth-child(1) {
  margin-right: 3.4%;
}

.w90 {
  width: 90%;
  margin: 0 auto;
}

.i-js {
  background-color: #1e1e1e;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  background-attachment: fixed;
  height: 960px;
  padding-top: 167px;
}
.i-js dt {
  color: #fff;
}
.i-js dt h6 {
  margin-top: 10px;
}

.i-ys-ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  max-width: 450px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.i-ys-ul li {
  text-align: center;
  margin: 0px 35px;
  margin-bottom: 60px;
}
.i-ys-ul li .img {
  display: inline-block;
  width: 78px;
  transition: all 0.5s;
}
.i-ys-ul li .txt {
  color: #d33822;
  margin-top: 20px;
}
.i-ys-ul li .txt h6 {
  transition: all 0.5s;
}
.i-ys-ul li:hover .img {
  -webkit-transform: translate(0, -10px);
      -ms-transform: translate(0, -10px);
          transform: translate(0, -10px);
}
.n-page {
  padding: 80px 0;
}
.n-page dd {
  margin-top: 40px;
}

.bjhs, .search-banner, .search-banner + .yqlj, .bjhs + .yqlj, .search-banner + .yqlj + .yqlj {
  background-color: #ebebeb;
}

.i-new-zt {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.i-new-zt .left {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
}
.i-new-zt .mores {
  float: right;
  padding-top: 25px;
  font-size: 12px;
  color: #999;
  padding-right: 15px;
}
.i-new-zt .mores:hover {
  color: #d33822;
}
.i-new-zt .right {
  width: 33%;
  margin-left: 1.5%;
}
.i-new-zt .right dd {
  background-color: #fff;
}

.i-wt-ul {
  height: 543px;
  overflow-y: auto;
  padding: 20px 30px;
}
.i-wt-ul::-webkit-scrollbar-track-piece {
  background: #c8c8c9;
}
.i-wt-ul::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.i-wt-ul::-webkit-scrollbar-thumb {
  background: #d33822;
  border-radius: 20px;
}
.i-wt-ul li {
  margin-bottom: 10px;
  height: auto;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding-bottom: 10px;
}
.i-wt-ul .wen {
  position: relative;
  font-size: 18px;
  line-height: 33px;
  padding-left: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.i-wt-ul .wen:before {
  content: "问";
  background-color: #d33822;
  width: 30px;
  height: 20px;
  line-height: 20px;
  margin-top: 8px;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  border-radius: 3px;
  padding-left: 10px;
  color: #fff;
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 12px;
  border-radius: 0 10px 10px 0;
}
.i-wt-ul .da {
  margin-top: 15px;
  position: relative;
  line-height: 26px;
  height: 78px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  padding-left: 50px;
}
.i-wt-ul .da:before {
  content: "答";
  background-color: #cececf;
  width: 30px;
  height: 20px;
  line-height: 20px;
  margin-top: 8px;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  border-radius: 3px;
  padding-left: 10px;
  color: #fff;
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 12px;
  border-radius: 0 10px 10px 0;
}

.i-new-ul {
  padding-bottom: 50px;
}
.i-new-ul li {
  background-color: #fff;
}
.i-new-ul li a {
  padding: 20px;
  display: block;
}
.i-new-ul li .imgs img {
  height: 300px;
  object-fit: cover;
}
.i-new-ul li .txt {
  padding: 20px 0;
}
.i-new-ul li .txt .time {
  border-bottom: 1px solid #b3b2b2;
  color: #b3b2b2;
  font-size: 14px;
  padding-bottom: 10px;
}
.i-new-ul li .txt h5 {
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.i-new-ul li .txt p {
  margin-top: 10px;
}
.i-new-ul li .txt p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 26px;
  height: 78px;
  color: #666;
}
.i-new-ul li:hover .imgs img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.i-jm ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.i-jm ul li {
  max-width: 50%;
  padding: 0 0px;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
.i-jm ul li:nth-child(n+2) {
  margin-left: 10px;
}
.i-jm ul li .txt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}
.i-jm ul li .txt .icon-img {
  width: 34px;
  margin-right: 20px;
  height: auto;
  transition: all 0.5s;
}
.i-jm ul li .txt h3 {
  transition: all 0.5s;
}
.i-jm ul li .imgs {
  background-color: #000000;
}
.i-jm ul li .imgs img {
  opacity: 0.6;
}
.i-jm ul li:hover .icon-img {
  -webkit-transform: translate(-10px, 0px);
      -ms-transform: translate(-10px, 0px);
          transform: translate(-10px, 0px);
}
.i-jm ul li:hover h3 {
  letter-spacing: 2px;
}
.i-jm ul li:hover .imgs img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
  opacity: 0.9;
}

.yqlj {
  line-height: 40px;
  text-align: center;
  font-size: 12px;
}
.yqlj a {
  margin-right: 10px;
}

.footer {
  padding: 75px;
  background-color: #231815;
  color: rgba(255, 255, 255, 0.8);
}
.footer a {
  color: rgba(255, 255, 255, 0.8);
}
.footer a:hover {
  color: white;
}
.footer .foot-zt {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.footer .left {
  text-align: center;
  width: 280px;
}
.footer .left .foot-tb {
  width: 26px;
  display: inline-block;
  margin-top: 50px;
}
.footer .center {
  padding: 0px 20px;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.footer .center .foot-ul {
  text-align: center;
}
.footer .center .foot-ul li {
  display: inline-block;
  padding: 0px 10px;
}
.footer .center .foot-ul li .img {
  width: 51px;
  margin: 0 auto;
}
.footer .center .foot-ul li a {
  padding: 0 15px;
}
.footer .center .foot-ul li p {
  margin-top: 15px;
  font-size: 12px;
}
.footer .center .foot-ul li h6 {
  margin-top: 0px;
  font-size: 13px;
}
.footer .center .foot-jj {
  max-width: 700px;
  line-height: 2;
  margin: 0px auto;
  margin-top: 70px;
}
.footer .right {
  width: 133px;
  text-align: center;
}
.footer .right p {
  margin-top: 10px;
  font-size: 12px;
  color: #d33822;
}

.w1400 {
  width: 1400px;
  margin: 0 auto;
}

.pt60 {
  padding-top: 40px;
}

.cp-swiper li {
  position: relative;
}
.cp-swiper li .imgs {
  background-color: #000;
}
.cp-swiper li .imgs img {
  opacity: 0.7;
}
.cp-swiper li .txt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  transition: all 0.5s;
  text-align: center;
  color: #fff;
}
.cp-swiper li .txt .icon-img {
  margin-bottom: 10px;
}
.cp-swiper li:hover .imgs img {
  opacity: 1;
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.list-shop {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
}
.list-shop li {
  width: 32.3%;
  margin-right: 1.55%;
  margin-bottom: 30px;
}
.list-shop li:nth-child(3n) {
  margin-right: 0;
}
.list-shop li .txt {
  padding: 20px 0;
}
.list-shop li .txt h4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 4px;
  font-weight: normal;
}
.fenye {
  padding: 30px 10px;
  text-align: center;
  overflow: hidden;
  clear: both;
}
.fenye li {
  display: inline-block;
}
.fenye em {
  font-style: normal;
}
.fenye a {
  display: inline-block;
  zoom: 1;
  padding: 8px 17px;
  background: #f2f2f2;
  font-size: 14px;
  color: #414141;
  margin-right: 8px;
}
.fenye a:hover, .fenye a.thisclass {
  background-color: #d33822;
  color: #fff;
}
.fenye a:last-child {
  margin-right: 0px;
}
@media screen and (max-width: 1200px) {
  .fenye .fenye {
    padding: 10px 4px;
  }
  .fenye .fenye a {
    margin-right: 4px;
    margin-bottom: 4px;
  }
}

.fenye {
  text-align: left;
}
.fenye a {
  margin-bottom: 10px;
}

.art-shop-head {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.art-shop-head .art-shop-left {
  width: 60%;
}
.art-shop-head .art-shop-left .art-shop-xt {
  margin-top: 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.art-shop-head .art-shop-left .art-shop-xt li {
  width: 32.6%;
}
.art-shop-head .art-shop-right {
  width: 32%;
  position: relative;
  padding-bottom: 80px;
}
.art-shop-head .art-shop-right .hr {
  border: none;
  background-color: #b6b5b4;
  height: 1px;
  width: 100%;
}
.art-shop-head .art-shop-right .art-shop-item {
  padding: 25px 0;
}
.art-shop-head .art-shop-right .art-shop-item h4 {
  font-size: 20px;
}
.art-shop-head .art-shop-right .art-shop-table {
  border: none;
  font-size: 16px;
}
.art-shop-head .art-shop-right .art-shop-table td {
  padding-right: 30px;
  line-height: 30px;
}
.art-shop-head .art-shop-right .art-shop-btn {
  margin-top: 30px;
  font-size: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.art-shop-head .art-shop-right .art-shop-btn a {
  display: inline-block;
  margin-right: 60px;
}

.art-shop-ys {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-top: 30px;
}
.art-shop-ys li {
  text-align: center;
  margin-bottom: 15px;
  width: 78px;
}
.art-shop-ys li .img {
  width: 45px;
  height: auto;
  display: inline-block;
}
.art-shop-ys li .txt {
  padding: 8px 0;
}
.art-shop-ys li h6 {
  font-size: 12px;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  white-space: nowrap;
  color: #d33822;
}

.art-shop-zt {
  margin-top: 50px;
}

.art-shop-dt {
  padding: 40px 0;
}
.art-shop-dt h5 {
  line-height: 1;
  border-left: 4px solid #d33822;
  padding-left: 30px;
}

.tag .wd {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.tag .tag-keyword {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  margin-right: 40px;
}
.tag .tag-keyword a {
  padding: 0 8px;
  color: #5d5d5d;
  display: inline-block;
}
.tag .tag-keyword a:hover {
  color: #d33822;
}

.search {
  width: 274px;
  height: 32px;
  position: relative;
}

.search-input {
  border: 1px solid #aaa;
  width: 100%;
  height: 32px;
  border-radius: 50px;
  padding-right: 95px;
  padding-left: 10px;
  line-height: 32px;
}
.search-input:focus {
  outline: none;
  border-color: #d33822;
}

.search-btn {
  cursor: pointer;
  width: 86px;
  height: 32px;
  border-radius: 100px;
  text-align: center;
  background-color: #e62528;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  outline: 0;
}

.ny-menu {
  margin-top: 20px;
}
.ny-menu li {
  display: inline-block;
  line-height: 30px;
  height: 30px;
  margin-right: 20px;
  font-size: 16px;
  position: relative;
  /*
      &:after {
        width: 0px;
        height: 2px;
        background-color: $base;
        transition: all .5s;
        left: 50%;
        content: "";
        position: absolute;
        bottom: 0;
        transform: translate(-50%, 0);
      }
  */
}
.ny-menu li.active a, .ny-menu li:hover a {
  color: #d33822;
}
.ny-menu li.active:after, .ny-menu li:hover:after {
  width: 30px;
}
.list {
  margin-top: 40px;
}

.list-art {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.list-art li {
  width: 45%;
  margin-bottom: 20px;
  border-top: 2px solid #a1a0a0;
}
.list-art li a {
  padding: 20px 0;
  display: block;
}
.list-art li .imgs {
  height: 333px;
  object-fit: cover;
}
.list-art li .imgs img {
  height: 333px;
  object-fit: cover;
}
.list-art li .txt {
  padding: 20px 0;
}
.list-art li .txt .time {
  border-bottom: 1px solid #b3b2b2;
  color: #808080;
  font-size: 16px;
  padding-bottom: 10px;
}
.list-art li .txt h5 {
  margin-top: 10px;
}
.list-art li .txt p {
  margin-top: 10px;
}
.list-art li .txt p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 26px;
  height: 78px;
  color: #666;
}
.list-art li:hover .imgs img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.study-top {
  margin-top: 50px;
}
.study-top img {
  width: 100%;
  height: auto;
}

.study-top-sj {
  display: none;
  margin-bottom: 4vw;
}

.study-1 {
  position: relative;
}
.study-1 .study-pag {
  position: relative;
  text-align: left;
}
.study-1 .study-pag span {
  position: relative;
  width: auto;
  background-color: transparent;
  border-radius: 0;
  height: auto;
  padding: 0px;
  margin-right: 20px;
  opacity: 1;
  font-size: 16px;
}
.study-1 .study-pag span.swiper-pagination-bullet-active {
  color: #d33822;
}
.study-1 .study-bn {
  margin-top: 40px;
}

.n-dt {
  text-align: center;
}

.study-3-ul {
  text-align: center;
  margin-top: 30px;
}
.study-3-ul li {
  zoom: 1;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  margin: 25px;
}
.study-3-ul li h4 {
  color: #c0192a;
  font-weight: normal;
}
.study-3-ul li p {
  font-size: 15px;
  color: #595757;
}
.study-3-ul li .study-3-li-sj {
  display: none;
}

.study-2-bn {
  margin-top: 10px;
}
.study-2-bn li {
  width: auto;
}
.study-2-bn li .imgs img {
  height: 206px;
  width: auto;
}

.j1 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  background-attachment: fixed;
  height: 623px;
  position: relative;
  color: #fff;
}

.j2 {
  background-color: #ebebeb;
}
.j2 h3 {
  color: #d33822;
}
.j2 h5 {
  margin-top: 20px;
}
.j2 p {
  margin-top: 20px;
}

.j3 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  background-attachment: fixed;
  height: 547px;
  position: relative;
  color: #fff;
}

.j5 dt {
  color: #d33822;
}
.j5 dt h3 {
  font-weight: normal;
}
.j5 dd ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.j5 dd ul li {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 20px;
  border-radius: 0 0 50% 50%;
  border: 1px solid #727171;
  text-align: center;
  padding: 35px 15px 80px 15px;
}
.j5 dd ul li h4 {
  font-weight: normal;
  font-size: 28px;
  color: #d33822;
  margin-bottom: 20px;
}
.j5 dd ul li hr {
  width: 20px;
  border: none;
  background-color: #d33822;
  margin-bottom: 20px;
  height: 2px;
  display: inline-block;
}

.j6 {
  background-color: #d1d1d1;
}
.j6 .xh-inline {
  _display: inline;
  zoom: 1;
  display: inline-block;
  vertical-align: middle;
}
.j6 .xh-input, .j6 .xh-textarea, .j6 select {
  font-size: 14px;
  font-family: "Microsoft Yahei";
  border: 1px solid #e6e6e6;
  background-color: #fff;
  border-radius: 2px;
}
.j6 .xh-input, .j6 select {
  line-height: 70px;
  height: 70px;
  width: 100%;
  padding: 0px 10px;
}
.j6 .xh-input.xh-form-danger {
  border-color: #d33822;
}
.j6 .xh-input:focus {
  border-color: #d33822;
}
.j6 .xh-textarea {
  line-height: 70px;
  height: 280px;
  padding: 10px;
  width: 100%;
}
.j6 .xh-btn {
  border: none;
  background: #d33822;
  color: #fff;
  line-height: 70px;
  height: 70px;
  padding: 0px 10px;
  width: 100%;
  cursor: pointer;
}
.j6 .xh-btn:hover {
  background: #bd321e;
}
.j6 .xh-btn.border {
  background: none;
  color: #333;
}
.j6 select:focus {
  border-color: #d33822;
}
.j6 .xh-bd-flex {
  margin-bottom: 12px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.j6 .xh-bd-flex.algin-top {
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.j6 .xh-bd-flex .xh-bd-item {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.j6 .xh-bd-flex .xh-bd-item:nth-child(n+2) {
  margin-left: 13px;
}
.j6 .xh-bd-flex .xh-bd-icon {
  width: 13px;
}
.j6 .xh-bd-flex .xh-bd-lable {
  text-align: right;
  width: 80px;
  line-height: 70px;
  height: 70px;
}
.j6 .xh-bd-flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.j6 .xh-bd-flex .xh-bd-item {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 40px;
}
.j6 .xh-bd-flex .xh-bd-item .xh-input {
  border: 1px solid #787676;
  border-radius: 5px;
  background-color: transparent;
}

.jianyi-body .xh-inline {
  _display: inline;
  zoom: 1;
  display: inline-block;
  vertical-align: middle;
}
.jianyi-body .xh-input, .jianyi-body .xh-textarea, .jianyi-body select {
  font-size: 14px;
  font-family: "Microsoft Yahei";
  border: 1px solid #e6e6e6;
  background-color: #fff;
  border-radius: 2px;
}
.jianyi-body .xh-input, .jianyi-body select {
  line-height: 50px;
  height: 50px;
  width: 100%;
  padding: 0px 10px;
}
.jianyi-body .xh-input.xh-form-danger {
  border-color: #d33822;
}
.jianyi-body .xh-input:focus {
  border-color: #d33822;
}
.jianyi-body .xh-textarea {
  line-height: 50px;
  height: 200px;
  padding: 10px;
  width: 100%;
}
.jianyi-body .xh-btn {
  border: none;
  background: #d33822;
  color: #fff;
  line-height: 50px;
  height: 50px;
  padding: 0px 10px;
  width: 100%;
  cursor: pointer;
}
.jianyi-body .xh-btn:hover {
  background: #bd321e;
}
.jianyi-body .xh-btn.border {
  background: none;
  color: #333;
}
.jianyi-body select:focus {
  border-color: #d33822;
}
.jianyi-body .xh-bd-flex {
  margin-bottom: 12px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.jianyi-body .xh-bd-flex.algin-top {
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.jianyi-body .xh-bd-flex .xh-bd-item {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.jianyi-body .xh-bd-flex .xh-bd-item:nth-child(n+2) {
  margin-left: 13px;
}
.jianyi-body .xh-bd-flex .xh-bd-icon {
  width: 13px;
}
.jianyi-body .xh-bd-flex .xh-bd-lable {
  text-align: right;
  width: 80px;
  line-height: 50px;
  height: 50px;
}
.jianyi-body .xh-bd-flex .xh-bd-item .xh-input {
  max-width: 500px;
  border: 1px solid #787676;
  border-radius: 5px;
  background-color: transparent;
}
.jianyi-body .xh-bd-flex .xh-bd-item .xh-textarea {
  border: 1px solid #787676;
  border-radius: 5px;
  background-color: transparent;
}

.info-search .search-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.info-search .search-list li {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.info-search .info-search-bd-input-zt {
  width: 40%;
}
.info-search .info-search-bd-input {
  position: relative;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.info-search .info-search-bd-input input {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: auto;
  display: block;
  font-size: 14px;
  font-family: "Microsoft Yahei";
  border: 1px solid #e6e6e6;
  background-color: #fff;
  border-radius: 2px;
  line-height: 50px;
  height: 50px;
  padding: 0 10px;
}
.info-search .info-search-btn {
  padding: 0px 30px 0 20px;
  color: #fff;
  background-color: #d33822;
  height: 100%;
  line-height: 50px;
  border-radius: 0 50px 50px 0;
  cursor: pointer;
}
.info-search .select-zt {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.info-search .select-zt select {
  width: 100%;
  margin-right: 10px;
  display: block;
  font-size: 14px;
  font-family: "Microsoft Yahei";
  border: 1px solid #e6e6e6;
  background-color: #fff;
  border-radius: 2px;
  line-height: 50px;
  height: 50px;
  padding: 0 10px;
}

.j6 .xh-bd-item:last-child {
  margin-right: 0;
}
.j6 .xh-btn {
  height: 35px;
  line-height: 35px;
}

.info-body dd {
  background-color: #fff;
  padding: 40px;
}

.info-zt {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}
.info-zt .left {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 725px;
}
.info-zt .left .info-map-iframe {
  width: 100%;
  height: 725px;
  border: none;
}
.info-zt .right {
  width: 255px;
  height: 725px;
  margin-left: 40px;
  overflow-y: auto;
}
.info-zt .right::-webkit-scrollbar-track-piece {
  background: #efefef;
}
.info-zt .right::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.info-zt .right::-webkit-scrollbar-thumb {
  background: #6d6e6e;
  border-radius: 20px;
}

.list-infos li {
  margin-bottom: 20px;
  cursor: pointer;
}
.list-infos li p {
  margin-top: 5px;
}

.fuwu-title {
  color: #d33822;
}

.fuwu-body {
  margin-top: 30px;
}
.fuwu-body p {
  line-height: 1.8;
  font-size: 18px;
  font-weight: normal;
  color: #3e3a39;
}

.art-body {
  padding: 50px 0;
}
.art-body:after {
  content: "";
  display: block;
  width: 100%;
  overflow: hidden;
  clear: both;
}
.art-body .art-left {
  padding: 30px;
  width: 910px;
  float: left;
  padding-bottom: 20px;
  position: relative;
}
.art-body .art-left .bot {
  width: 100%;
  text-align: right;
  background-color: #ededed;
  padding: 60px 35px;
  color: #b5b5b5;
  bottom: 0px;
}
.art-body .art-left .bot .hr {
  width: 27px;
  height: 1px;
  background-color: #b5b5b5;
}
.art-body .art-right {
  margin-left: 957px;
}
.art-body .art-right .t60 {
  margin-top: 60px;
}
.art-body .art-right dt {
  font-size: 16px;
  color: #727171;
}
.art-body .art-right dd {
  margin-top: 18px;
}
.art-body .art-right dd li {
  border-top: dashed 1px #e9e9e9;
  padding: 15px 0;
  font-size: 12px;
}
.art-body .art-right dd li a {
  color: #9fa0a0;
  display: block;
  transition: all 0.5s;
}
.art-body .art-right dd li a:hover {
  color: #d33822;
  -webkit-transform: translate(5px, 0);
      -ms-transform: translate(5px, 0);
          transform: translate(5px, 0);
}
.art-body .art-right dd li h6 {
  letter-spacing: 1px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.art-body .art-tit h1 {
  font-size: 18px;
  font-weight: normal;
  margin-top: 10px;
  color: #d33822;
  border-bottom: 1px solid #eee;
  padding-bottom: 12px;
}
.art-body .art-info {
  border-top: 1px solid #595757;
  border-bottom: 1px solid #595757;
  padding: 15px 10px;
}
.art-body .art-info p {
  font-weight: bold;
  color: gray;
  font-size: 12px;
}

.art-bodys {
  color: #000;
  font-weight: 500;
  font-family: "";
  padding: 14px 0;
}
.art-bodys h3:not(.layui-code-h3) {
  color: #333;
  font-weight: 700;
  line-height: 24px;
  padding-left: 12px;
  font-size: 22px;
  position: relative;
  margin-top: 30px;
  margin-bottom: 15px;
}
.art-bodys h3:not(.layui-code-h3):after {
  content: "";
  width: 4px;
  height: 18px;
  background: #009688;
  top: 3px;
  position: absolute;
  left: 0;
}
.art-bodys code {
  font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
  font-size: 12px;
  position: relative;
  display: inline-block;
  padding: 0 6px;
  text-align: center;
  border-radius: 2px;
  height: 18px;
  line-height: 18px;
  color: #c7254e;
  border: none;
  vertical-align: middle;
  white-space: pre-wrap;
  background-color: #f2f2f2;
}
.art-bodys blockquote {
  margin-bottom: 10px;
  padding: 15px;
  line-height: 22px;
  border-left: 5px solid #009688;
  border-radius: 0 2px 2px 0;
  background-color: #f2f2f2;
  margin-top: 20px;
  margin-bottom: 15px;
}
.art-bodys p {
  line-height: 2;
  margin-bottom: 6px;
  font-size: 16px;
}
.art-bodys img {
  max-width: 100%;
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}
.art-bodys h2,
.art-bodys h3:not(.layui-code-h3),
.art-bodys h4,
.art-bodys h5,
.art-bodys h6 {
  margin-top: 20px;
  color: #000;
  margin-bottom: 10px;
}
.art-bodys h4 {
  font-weight: bold;
  color: #000;
}
.art-bodys ul {
  padding-left: 20px;
  list-style: auto;
}
.art-bodys ul li {
  font-size: 14px;
  color: #333;
  list-style: disc;
}
.art-bodys strong {
  color: #000;
}
.art-bodys li * {
  font-size: 14px;
  color: #333;
}
.art-bodys ul,
.art-bodys ol {
  margin-bottom: 12px;
  color: #999;
}
.art-bodys ol {
  list-style-type: decimal;
  padding-left: 20px;
}
.art-bodys ol li {
  font-size: 14px;
  color: #333;
  list-style-type: decimal;
}

.art-bodys {
  margin-top: 10px;
  padding: 20px 20px;
}

.art-tag {
  margin-top: 10px;
}
.art-tag a {
  margin: 0px 10px;
  display: inline-block;
  vertical-align: middle;
  line-height: 35px;
  border-radius: 50px;
  padding: 0px 12px;
}
.art-tag a:hover {
  border-color: #d33822;
}

.art-sxp {
  line-height: 2;
  margin-top: 40px;
  padding: 20px 0;
  margin-bottom: 40px;
  font-size: 16px;
  border-top: 1px solid #595757;
  border-bottom: 1px solid #595757;
}
.art-sxp a {
  color: #d33822;
}

.art-hot {
  margin-bottom: 50px;
  margin-top: 40px;
  border: 1px solid #ddd;
  background-color: #fff;
}
.art-hot dt {
  border-bottom: 1px solid #ccc;
  padding: 15px;
  font-size: 20px;
}
.art-hot dd {
  padding: 15px 20px;
}
.art-hot dd ul:after {
  content: "";
  display: block;
  width: 100%;
  overflow: hidden;
  clear: both;
}
.art-hot dd ul li {
  width: 50%;
  float: left;
  padding: 10px 0;
}
.art-hot dd ul li h6:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 4px;
  background-color: #666;
  border-radius: 50%;
  margin-right: 6px;
}

.ny-banner img {
  width: 100%;
  height: auto;
}

.study-2 img {
  width: 100%;
  height: auto;
}

.a-sp {
  position: relative;
}
.a-sp #a-sp-zt {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 8;
}
.a-sp .a-sp-an {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  text-align: center;
  transition: all 0.5s;
  z-index: 9;
}
.a-sp .a-sp-an .iconfont {
  font-size: 66px;
  color: rgba(211, 56, 34, 0.7);
  opacity: 0.7;
  cursor: pointer;
  transition: all 0.5s;
}
.a-sp .a-sp-an .iconfont:hover {
  color: #d33822;
}
.a-1 {
  padding-top: 50px;
}
.a-1 .a-1-zt {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.a-1 .a-1-zt .left,
.a-1 .a-1-zt .right {
  padding: 0px 20px;
  color: #484545;
}
.a-1 .a-1-zt .left {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.a-1 .a-1-zt .right {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.a-1 .a-1-zt h6 {
  margin-bottom: 50px;
  line-height: 2;
}
.a-1 .a-1-zt p {
  margin-bottom: 20px;
  line-height: 1.5;
}
.a-1 .a-1-zt h3 {
  margin-bottom: 40px;
  text-transform: Capitalize;
  font-weight: 500;
  color: #484545;
}
.a-1 .a-1-imgs {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.a-1 .a-1-imgs .imgs {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.a-1 .a-1-imgs .txt {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 90px 20px 90px;
  background-color: #31363f;
}
.a-1 .a-1-imgs .txt h3 {
  color: #fff;
  margin-bottom: 30px;
}
.a-1 .a-1-imgs .txt h5 {
  color: #d33822;
  margin-top: 20px;
}
.a-1 .a-1-imgs .txt p {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.7);
}

.a2 {
  padding-top: 0 !important;
}
.a2 .txt {
  padding-top: 50px !important;
  background: url("/basic/images/a2-bj.jpg");
  background-repeat: no-repeat;
  background-position: bottom center;
}
.a2 .a2-ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}
.a2 .a2-ul li {
  margin-right: 5%;
  border-left: 1px solid #bcbcbc;
  padding-left: 20px;
}
.a2 .a2-ul li h5 {
  font-weight: bold;
}
.a2 .a2-ul li h6 {
  font-size: 14px;
  color: #888;
  margin-top: 5px;
}

.a-item {
  padding: 20px 0;
}
.a-item .txt {
  padding: 30px 0;
}
.a-item .txt h4 {
  margin-bottom: 10px;
}
.a-item .txt p {
  margin-top: 10px;
  font-size: 16px;
}
.a-item .txt p.small {
  font-size: 12px;
}
.a-item .txt h2 {
  color: #d33822;
}
.a-item .txt h2 img {
  margin-right: 20px;
}
.a-item .txt h4 {
  color: #d33822;
}
.a-item .a-item-imgs {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.a-item .a-item-imgs .imgs,
.a-item .a-item-imgs .img {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.a-item .a-item-imgs .imgs:nth-child(n+2),
.a-item .a-item-imgs .img:nth-child(n+2) {
  margin-left: 10px;
}
.a-item .a-item-imgs.a-5-items-img .imgs {
  margin-left: 4px;
}

.a7 {
  margin-top: 30px;
}
.a7 dt {
  background-color: #fff;
}
.a7 dt > div {
  padding: 30px 0;
}
.a7 dd {
  padding: 30px 0;
}
.a7 .a7-title {
  font-size: 30px;
  color: #d33822;
}
.a7 .a7-bn {
  margin-top: 30px;
  padding: 0px 30px;
}
.a7 .a7-bn li {
  text-align: center;
}
.a7 .a7-bn li img {
  height: 250px;
  width: auto;
}
.a7 .a7-bn li .txt {
  padding: 30px 0;
  text-align: center;
}
.a7 .a7-bn li .txt h4 {
  color: #333;
  font-size: 18px;
}
.a7 .a7-bn li .txt p {
  margin-top: 6px;
  font-size: 12px;
  color: #595757;
}

.a8-ul {
  padding: 25px 0;
}
.a8-ul li .img {
  border-radius: 10px;
  box-shadow: 0 0 10px #efefef;
  background-color: #fff;
  text-align: center;
  overflow: hidden;
  transition: all 0.5s;
}
.a8-ul li .txt {
  text-align: center;
  padding: 10px 0;
}
.a8-ul li .txt h4 {
  font-weight: 300;
}
.a8-ul li:hover .img {
  box-shadow: 0 0 10px #aaa;
}

.search-banner {
  padding: 120px 0;
}
.search-banner .search-zt {
  width: 800px;
  margin: 0px auto;
  position: relative;
}
.search-banner .search-zt .search-input-a {
  width: 100%;
  border: none;
  background-color: #fff;
  border-radius: 5px;
  height: 50px;
  line-height: 50px;
  padding: 0px 15px;
  font-size: 14px;
}
.search-banner .search-zt .search-btn-a {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  background-color: #d33822;
  color: #fff;
  border: none;
  padding: 0px 30px;
  font-size: 16px;
  border-radius: 0px 5px 5px 0;
}
.search-banner .tag-keyword {
  text-align: center;
  margin-top: 30px;
  float: none;
}

.list-new {
  -webkit-column-count: 3;
          column-count: 3;
  /*行*/
  -webkit-column-gap: 50px;
          column-gap: 50px;
  /*没行的每列间距*/
  -webkit-column-fill: auto;
          column-fill: auto;
}
.list-new li {
  -webkit-column-break-inside: avoid;
          break-inside: avoid;
  margin-bottom: 50px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.05);
  transition: all 0.5s;
}
.list-new li .txt {
  padding: 15px;
}
.list-new li .txt h5 {
  margin-bottom: 10px;
}
.list-new li .txt p {
  color: #888;
  line-height: 2;
}
.list-new li:hover {
  -webkit-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
  transform: translate(0, -10px);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
}

.zz1 dd {
  margin-top: 60px;
}
.zz1-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.zz1-title-left {
  padding: 0px 40px;
}
.zz1-title-right {
  border-left: 1px solid #2e2e2e;
  padding-left: 30px;
  padding-top: 15px;
}
.zz1-title-right-1 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.zz1-title-right-1-ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
}
.zz1-title-right-1-ul li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  font-size: 18px;
}
.zz1-title-right-1-ul li .img {
  margin-right: 10px;
}
.zz1-title-right-1 h3 {
  font-weight: bold;
}
.zz1-title-right-2 {
  margin-top: 10px;
}
.zz1-title-right-2 h5 {
  margin-bottom: 10px;
}

.zz-pag span {
  border-radius: 10px;
  width: 15px;
  height: 5px;
  transition: all 0.5s;
  background-color: #fff;
}
.zz-pag span.swiper-pagination-bullet-active {
  width: 30px;
}

.zz-bn img,
.zz-bn .img {
  width: 100%;
  height: auto;
}
.zz-bn .zz-prev,
.zz-bn .zz-next {
  opacity: 0;
  transition: all 0.5s;
}
.zz-bn .zz-prev:hover,
.zz-bn .zz-next:hover {
  opacity: 1 !important;
}
.zz-bn:hover .zz-prev,
.zz-bn:hover .zz-next {
  opacity: 0.8;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.zz-bn .zz-prev {
  left: 10%;
  color: #fff;
  -webkit-transform: translate(-10px, 0);
      -ms-transform: translate(-10px, 0);
          transform: translate(-10px, 0);
}
.zz-bn .zz-next {
  right: 10%;
  color: #fff;
  -webkit-transform: translate(10px, 0);
      -ms-transform: translate(10px, 0);
          transform: translate(10px, 0);
}

.zz-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.zz-list li {
  position: relative;
  width: 32.5%;
  margin-right: 1.25%;
  margin-bottom: 20px;
}
.zz-list li .imgs {
  border-radius: 5px;
}
.zz-list li:nth-child(3n) {
  margin-right: 0;
}
.zz-list li .txt {
  position: absolute;
  bottom: 30px;
  left: 30px;
  color: #fff;
}

.zz2 {
  margin-top: 50px;
  background-image: url("/basic/images/zz-2-bj.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: fixed;
  height: 750px;
  position: relative;
}
.zz2 dl {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1024px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.zz2 dt {
  color: #fff;
  text-align: center;
}
.zz2 dt h3 {
  font-size: 46px;
}
.zz2 dt p {
  text-transform: Uppercase;
}
.zz2 dd {
  margin-top: 60px;
}
.zz2 dd ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.zz2 dd ul li {
  padding: 25px 0;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.zz2 dd ul li .item {
  width: 250px;
  height: 250px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 10px;
  transition: all 0.5s;
  position: relative;
}
.zz2 dd ul li .item div {
  position: relative;
  z-index: 9;
  transition: all 0.5s;
}
.zz2 dd ul li .item:after {
  transition: all 0.5s;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 50%;
  opacity: 0.9;
}
.zz2 dd ul li .item:hover div {
  -webkit-transform: translate(0, -5px);
      -ms-transform: translate(0, -5px);
          transform: translate(0, -5px);
}
.zz2 dd ul li .item:hover:after {
  -webkit-transform: translate(0, -5px) scale(1.05);
      -ms-transform: translate(0, -5px) scale(1.05);
          transform: translate(0, -5px) scale(1.05);
  box-shadow: 0 0 15px #ccc;
  opacity: 1;
}
.zz2 dd ul li .item h4 {
  color: #88ada5;
  font-weight: 500;
}
.zz2 dd ul li .item p {
  margin-top: 20px;
}

.zz3 {
  margin-top: 50px;
}
.zz3 dt {
  font-size: 36px;
  text-align: center;
}
.zz3 dd {
  margin-top: 30px;
}
.zz3-ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.zz3-ul li {
  position: relative;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 20px;
}
.zz3-ul li:nth-child(3n) {
  margin-right: 0;
}
.zz3-ul li .imgs {
  border-radius: 5px;
}
.zz3-ul li .txt {
  text-align: center;
  padding: 10px 0;
  color: #484545;
  font-size: 18px;
}

.zz-bn {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.zz1-list-title {
  display: none;
  text-align: center;
  font-size: 5vw;
  padding: 0 0 4vw 0;
}

.zz1-sj {
  display: none;
}

@media screen and (max-width: 900px) {
  .zz1-list-title,
.zz1-sj {
    display: block;
  }

  .zz1-sj .zz1-title-right {
    display: block;
  }
  .zz1-sj .zz1-title-right-1 h3 {
    text-align: center;
  }

  .zz1 dd {
    margin-top: 1vw;
  }
  .zz1-title {
    display: block;
  }
  .zz1-title-left {
    padding: 0 4vw;
    display: none;
  }
  .zz1-title-left .img img {
    height: 50px;
    width: auto;
  }
  .zz1-title-right {
    border-left: none;
    padding: 4vw;
    display: none;
  }
  .zz1-title-right-1 {
    display: block;
  }
  .zz1-title-right-1-ul {
    margin-left: 0;
    margin-top: 4vw;
  }
  .zz1-title-right-1-ul li {
    font-size: 3.6vw;
  }

  .zz-list {
    padding: 1vw;
  }
  .zz-list li {
    width: 49%;
    margin-right: 2%;
  }
  .zz-list li:nth-child(3n) {
    margin-right: 2%;
  }
  .zz-list li:nth-child(2n) {
    margin-right: 0;
  }

  .zz2 {
    margin-top: 4vw;
    padding: 20vw 0;
    height: auto;
  }
  .zz2 dt h3 {
    font-size: 6vw;
  }
  .zz2 dl {
    position: relative;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    width: 100%;
    top: 0;
    left: 0;
  }
  .zz2 dd {
    margin-top: 4vw;
    padding: 4vw 15vw;
  }

  .zz3 dt {
    font-size: 5.2vw;
  }
  .zz3-ul {
    padding: 0px 4vw;
  }
  .zz3-ul li {
    width: 100%;
    margin-right: 0;
  }
}
/*
 这文件是手机端的公共头部，主要懒得麻烦，所以每个网站都一样的
*/
.sj-head {
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 5px;
  position: relative;
  z-index: 90;
  background: rgba(0, 0, 0, 0.8);
}
.sj-head .logo {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  height: 40px;
}
.sj-head .logo img {
  height: 40px;
  width: auto;
}
.sj-head .logo a {
  display: block;
  text-align: center;
}
.sj-head .go-home {
  width: 45px;
  height: 45px;
  line-height: 45px;
  display: block;
  text-align: center;
  font-size: 25px;
  color: #fff;
}
.sj-head .go-home i {
  font-size: 25px;
  color: #333;
}

.icon-an {
  height: 25px;
  width: 45px;
  z-index: 9999;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.icon-an span {
  border-radius: 1px;
  background-color: #fff;
  width: 20px;
  height: 1px;
  transition: 0.3s ease-out;
}

.side-phone {
  -webkit-transform: translate(0%, -100px);
      -ms-transform: translate(0%, -100px);
          transform: translate(0%, -100px);
  opacity: 0;
  transition: 0.5s 1s;
  text-align: left;
  margin-top: 3vw;
  padding: 0px 2vw;
}
.side-phone b {
  display: block;
  color: #999;
  font-weight: 100;
}
.side-phone a {
  color: black;
  font-size: 18px;
  font-family: "AddFont";
}

.icon-an1.m-click-this span.icon-an-2 {
  margin-left: -20px;
}

.icon-an2.m-click-this span.icon-an-1 {
  -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.icon-an2.m-click-this span.icon-an-2 {
  opacity: 0;
  -webkit-transform: translate3d(-20px, 0, 0);
  transform: translate3d(-20px, 0, 0);
}
.icon-an2.m-click-this span.icon-an-3 {
  -webkit-transform: translate3d(0, -8px, 0) rotate(-45deg);
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}

.sj-nav {
  position: fixed;
  visibility: hidden;
  overflow: hidden;
  overflow-y: auto;
  padding-bottom: 80px;
  right: 100%;
  top: 0px;
  height: 100%;
  width: 220px;
  z-index: 999;
  -webkit-transform-origin: 0% 0%;
      -ms-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
  transition: all 0.5s;
  background: #fff;
  z-index: 9999;
}
.sj-nav .logos {
  padding: 20px;
  text-align: center;
}
.sj-nav .logos img {
  width: auto;
}
.sj-nav li {
  position: relative;
  height: 60px;
  line-height: 60px;
  font-size: 14px;
}
.sj-nav li a {
  display: block;
  position: relative;
  z-index: 9;
  transition: -webkit-transform 0s 0.5s;
  transition: transform 0s 0.5s;
  padding: 0px 0.5rem;
}
.sj-nav li.active a {
  transition: color 0.5s 0.5s;
}
.sj-nav li.active:before {
  background: #d33822;
  content: "";
  transition: 0.5s 0.5s;
  -webkit-transform: translate(-500%, 0);
      -ms-transform: translate(-500%, 0);
          transform: translate(-500%, 0);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.sj-nav.m-click-this {
  visibility: visible;
  -webkit-transform: translate(220px, 0);
      -ms-transform: translate(220px, 0);
          transform: translate(220px, 0);
}
.sj-nav.m-click-this li {
  opacity: 1;
  -webkit-transform: translate(0%, 0px);
      -ms-transform: translate(0%, 0px);
          transform: translate(0%, 0px);
  width: 100%;
  overflow: hidden;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}
.sj-nav.m-click-this li.active:before {
  -webkit-transform: translate(0%, 0);
      -ms-transform: translate(0%, 0);
          transform: translate(0%, 0);
}
.sj-nav.m-click-this li.active a {
  color: #fff;
}
.sj-nav.m-click-this .side-phone {
  -webkit-transform: translate(0%, 0px);
      -ms-transform: translate(0%, 0px);
          transform: translate(0%, 0px);
  opacity: 1;
}

.menu1 {
  background: #fff;
  text-align: center;
}
.menu1 ul {
  padding: 0px 20px;
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: auto;
}
.menu1 li {
  display: inline-block;
  padding: 0px 8px;
  line-height: 45px;
  position: relative;
}
.menu1 li:after {
  position: absolute;
  transition: all 0.5s;
  height: 2px;
  background: #d33822;
  width: 0px;
  left: 50%;
  bottom: 0px;
  content: "";
}
.menu1 li.active:after {
  width: 20px;
  margin-left: -10px;
}

.foot-menu {
  position: fixed;
  z-index: 99;
  width: 100%;
  left: 0px;
  bottom: 0px;
  background: #fff;
  display: none;
}
.foot-menu ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.foot-menu ul li {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.foot-menu ul li h6 {
  font-size: 12px;
}
.foot-menu ul li p {
  font-size: 12px;
  line-height: 18px;
}
.foot-menu ul li a {
  padding: 10px 0;
  display: block;
}
.foot-menu ul li i {
  font-size: 22px;
  line-height: 22px;
}

@media screen and (max-width: 900px) {
  .foot-menu {
    display: block;
  }
}
.sj-all {
  display: none;
}

@media screen and (max-width: 1601px) {
  .shop {
    display: none;
  }

  .header .nav {
    margin-left: 10px;
  }
}
@media screen and (max-width: 1401px) {
  .head-r {
    display: none;
  }

  .header .nav {
    margin-right: 0;
  }

  .wd {
    width: 1190px;
  }

  .w1400 {
    width: 100%;
  }

  .foot-tc .tc-logo {
    display: none;
  }

  .foot-lx {
    display: none;
  }

  .list-index-shop li {
    width: 380px;
  }

  .list-new li {
    width: 380px;
  }
}
@media screen and (max-width: 1191px) {
  .wd {
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .sj-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
  }

  .banner {
    display: none;
  }

  .hp-content,
.m-page {
    padding-top: 60px;
  }

  .hp-scrollbar {
    display: none;
  }

  .jm-bn .slide-inner {
    background-size: 100% auto;
    background-position: top center;
  }

  .more-txt {
    display: none;
  }

  .w1300 {
    width: 100%;
  }

  h1 {
    font-size: 7vw;
  }

  h2,
h3 {
    font-size: 5.81vw;
  }

  h4 {
    font-size: 4.8223vw;
  }

  h5 {
    font-size: 4.002509vw;
  }

  h6 {
    font-size: 3.32208247vw;
  }

  p {
    font-size: 3.4vw;
  }

  p {
    font-size: 3.2vw;
  }

  .fd-right {
    display: none;
  }

  .sj-all {
    display: block;
  }

  .header {
    display: none;
  }

  .i-center {
    display: none;
  }

  .ny-banner {
    width: 100%;
    overflow: hidden;
  }
  .ny-banner .img {
    height: 50vh;
    width: 150%;
    -webkit-transform: translate(-30%, 0);
        -ms-transform: translate(-30%, 0);
            transform: translate(-30%, 0);
  }
  .ny-banner img {
    height: 50vh;
    object-fit: cover;
  }

  .sj-ny-banner {
    display: block;
  }

  .wd,
.w1440 {
    width: 100%;
  }

  .n-page {
    padding: 4vw 0;
  }

  .main {
    padding-bottom: 4vw;
    padding: 4vw 0;
  }

  .mbx {
    padding: 4vw 2vw;
  }

  /* 
   .i-cp{
     margin-top: 0;
     padding: 6vw 0; 
     ul{

       li{
         max-width: 100%;
         position: relative;
         .imgs{
           border-radius: 50%;
           width: 20vw;
           margin: 0 auto;
         }
         .txt{
           background-color: transparent;
           height: auto;
           padding: 2vw;
           p{
             display: none;
           }
           h4{
             margin: 0;
           }

           .icon-img{
             width: 5vw;
             height: auto;
             margin: 0 auto;
             position: absolute;
             top: 7vw;
             left: 50%;
             transform: translate(-50%,0);
           }
         }
       }
     }
  }  */
  .i-cp {
    padding-bottom: 4vw;
  }
  .i-cp ul li {
    max-width: 100%;
    position: relative;
    padding: 0;
  }
  .i-cp ul li .imgs {
    margin: 0 auto;
  }
  .i-cp ul li .txt {
    background-color: transparent;
    height: auto;
    padding: 2vw;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .i-cp ul li .txt p {
    display: none;
  }
  .i-cp ul li .txt h4 {
    margin-top: 2vw;
    white-space: nowrap;
  }
  .i-cp ul li .txt .icon-img {
    width: 10vw;
    height: auto;
    margin: 0 auto;
    left: 50%;
  }

  /* 
   .i-cp{
    margin-top: -4vw;
    ul{
      display: block;
      li{
        max-width: 100%;
        position: relative;
        padding: 0;
        .imgs{
       background-color: #000;
      img{
        opacity: .6;
      }
          margin: 0 auto;
        }
        .txt{
          background-color: transparent;
          height: auto;
          padding: 2vw;
          position: absolute;
          top: 50%;
          width: 100%;
          left: 0;
          text-align: center;
          transform: translate(0,-50%);
          p{
            display: none;
          }
          h4{

          }


        }
      }
    }
  } */
  .w90 {
    width: 100%;
  }

  .i-lc {
    display: none;
  }

  .i-js {
    height: auto;
    padding: 50px 0;
  }
  .i-js dt {
    padding: 0px 4vw;
    text-align: center;
  }
  .i-js .i-ys-ul {
    margin-top: 6vw;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 4vw;
  }
  .i-js .i-ys-ul li {
    margin-right: 2vw;
    margin: 0;
    padding: 2vw;
    text-align: center;
    width: 25%;
  }
  .i-js .i-ys-ul li .img {
    width: 12vw;
  }

  .n-page {
    padding: 4vw;
  }
  .n-page dd {
    margin-top: 4vw;
  }

  .i-dt {
    padding: 0px 4vw;
  }
  .i-dt h4 {
    font-size: 4.5vw;
  }
  .i-dt p {
    margin-top: 0;
  }

  .i-new .i-new-zt {
    display: block;
  }
  .i-new .i-new-zt .right {
    margin-left: 0;
    width: 100%;
  }
  .i-new-ul li a {
    padding: 2vw;
  }
  .i-new-ul li .imgs img {
    height: 180px;
  }
  .i-new-ul li .txt {
    padding: 2vw 0;
  }
  .i-new-ul li .txt p {
    margin-top: 1vw;
  }
  .i-new-ul li .time {
    display: none;
  }

  .i-wt-ul {
    height: 50vh;
    padding: 4vw;
  }
  .i-wt-ul .wen {
    font-size: 4vw;
  }
  .i-wt-ul .da {
    margin-top: 4vw;
    font-size: 3.8vw;
  }

  .yqlj {
    display: none;
  }

  .i-jm dd {
    margin: 2vw -4vw;
  }
  .i-jm ul li {
    margin-left: 0 !important;
  }
  .i-jm ul li .txt {
    display: block;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-align: center;
  }
  .i-jm ul li .txt .icon-img {
    margin-right: 0;
  }
  .i-jm ul li .txt h3 {
    font-size: 3.6vw;
    white-space: nowrap;
    margin-top: 4vw;
  }

  .footer {
    padding: 4vw;
  }
  .footer .foot-zt {
    display: block;
  }
  .footer .left {
    width: 100%;
    display: none;
    margin-right: 0;
  }
  .footer .left .foot-logo {
    text-align: center;
  }
  .footer .left .foot-logo img {
    height: 40px;
    width: auto;
  }
  .footer .center {
    padding: 0;
  }
  .footer .center .foot-ul li {
    margin-bottom: 2vw;
  }
  .footer .center .foot-jj {
    margin-top: 3vw;
    font-size: 3.6vw;
  }
  .footer .right {
    width: 100%;
    text-align: center;
  }
  .footer .right .foot-weixin {
    margin-top: 4vw;
  }
  .footer .right .foot-weixin img {
    height: 70px;
    width: auto;
  }
  .footer .right p {
    color: #fff;
  }

  .a-1 {
    padding-top: 4vw;
  }
  .a-1 .a-1-zt {
    display: block;
  }
  .a-1 .a-1-zt h6 {
    margin-bottom: 4vw;
  }
  .a-1 .a-1-zt h3 {
    margin-bottom: 4vw;
  }
  .a-1 .a-1-zt .right {
    display: none;
  }
  .a-1 .a-1-imgs {
    display: block;
  }
  .a-1 .a-1-imgs .txt {
    padding: 8vw 4vw;
  }

  .a-sp .a-sp-an {
    -webkit-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }

  .a2 .a2-ul li {
    padding-left: 2vw;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 0;
  }
  .a2 .a2-ul li h6 {
    font-size: 3.2vw;
  }

  .a-item {
    padding: 2vw 0;
  }
  .a-item .txt {
    padding: 0vw 4vw 2vw;
  }
  .a-item .a-5-items-img {
    margin-bottom: 4vw;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .a-item .a-5-items-img .imgs {
    min-width: 21%;
    margin-bottom: 1vw;
  }
  .a-item .a-5-items-img .imgs:nth-child(4n) {
    margin-right: 1vw;
  }
  .a-item .a-item-imgs .imgs:nth-child(n+2) {
    margin-left: 1vw;
  }

  .a7 .a7-title {
    font-size: 5vw;
    padding: 0px 4vw;
  }
  .a7 .a7-bn {
    margin-top: 4vw;
  }
  .a7 .a7-bn li .txt p {
    display: none;
  }
  .a7 .a7-bn li .txt h4 {
    font-size: 3.6vw;
  }
  .a7 .a7-bn li img {
    height: auto;
    width: 100%;
  }

  .a7 dd {
    padding: 2vw;
  }

  .tag {
    display: none;
  }

  .j1 {
    height: 40vh;
  }

  .j3 {
    height: 40vh;
  }

  .j5 dd {
    margin: 3vw -2vw;
  }
  .j5 dd ul {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .j5 dd ul li {
    min-width: 26%;
    margin-right: 2vw;
    padding: 2vw;
    border-radius: 3px;
    margin-bottom: 4vw;
  }
  .j5 dd ul li h4 {
    font-size: 4.2vw;
    margin-bottom: 2vw;
  }
  .j5 dd ul li .hr {
    margin-bottom: 2vw;
  }

  .j6 .xh-inline {
    _display: inline;
    zoom: 1;
    display: inline-block;
    vertical-align: middle;
  }
  .j6 .xh-input, .j6 .xh-textarea, .j6 select {
    font-size: 14px;
    font-family: "Microsoft Yahei";
    border: 1px solid #e6e6e6;
    background-color: #fff;
    border-radius: 2px;
  }
  .j6 .xh-input, .j6 select {
    line-height: 40px;
    height: 40px;
    width: 100%;
    padding: 0px 10px;
  }
  .j6 .xh-input.xh-form-danger {
    border-color: #d33822;
  }
  .j6 .xh-input:focus {
    border-color: #d33822;
  }
  .j6 .xh-textarea {
    line-height: 40px;
    height: 160px;
    padding: 10px;
    width: 100%;
  }
  .j6 .xh-btn {
    border: none;
    background: #d33822;
    color: #fff;
    line-height: 40px;
    height: 40px;
    padding: 0px 10px;
    width: 100%;
    cursor: pointer;
  }
  .j6 .xh-btn:hover {
    background: #bd321e;
  }
  .j6 .xh-btn.border {
    background: none;
    color: #333;
  }
  .j6 select:focus {
    border-color: #d33822;
  }
  .j6 .xh-bd-flex {
    margin-bottom: 12px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .j6 .xh-bd-flex.algin-top {
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .j6 .xh-bd-flex .xh-bd-item {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .j6 .xh-bd-flex .xh-bd-item:nth-child(n+2) {
    margin-left: 13px;
  }
  .j6 .xh-bd-flex .xh-bd-icon {
    width: 13px;
  }
  .j6 .xh-bd-flex .xh-bd-lable {
    text-align: right;
    width: 80px;
    line-height: 40px;
    height: 40px;
  }

  .xh-bd-flex {
    display: block !important;
  }
  .xh-bd-flex .xh-bd-item {
    margin: 2vw 0 !important;
  }

  .fuwu-body {
    margin-top: 4vw;
  }

  .list {
    margin-top: 4vw;
  }

  .list-art {
    padding: 2vw;
  }
  .list-art li {
    border-top: none;
    width: auto;
    -webkit-column-break-inside: avoid;
            break-inside: avoid;
    margin-bottom: 4vw;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
  }
  .list-art li a {
    padding: 0;
  }
  .list-art li .txt {
    padding: 4vw;
  }
  .list-art li .txt .time {
    display: none;
  }
  .list-art li .imgs {
    height: auto;
  }
  .list-art li .imgs img {
    width: 100%;
    height: auto;
  }

  .ny-menu {
    margin-top: -4vw;
    background-color: #fff;
    white-space: nowrap;
    padding: 0px 4vw;
    overflow-x: auto;
  }
  .ny-menu li {
    line-height: 12vw;
    height: 12vw;
    font-size: 4vw;
  }

  .art-body {
    padding: 4vw 2vw;
  }
  .art-body .art-left {
    width: 100%;
    padding: 2vw;
    float: none;
    background-color: #fff;
  }
  .art-body .art-sxp {
    padding: 4vw 0;
    margin: 0;
    border: none;
  }
  .art-body .art-info {
    border: none;
    padding: 2vw 0;
  }
  .art-body .art-right {
    margin-left: 0;
    margin-top: 6vw;
  }

  .info-body {
    padding: 0;
  }
  .info-body dd {
    padding: 2vw;
    background-color: transparent;
  }

  .info-search .info-search-bd-input-zt {
    display: none;
  }
  .info-search .search-list li {
    margin-left: 0;
  }

  .info-zt {
    margin-top: 5vw;
    position: relative;
  }
  .info-zt .left {
    display: none;
  }
  .info-zt .right {
    width: 100%;
    height: auto;
    margin: 0;
  }

  .list-infos li {
    width: 100%;
    margin-right: 0;
    background-color: #fff;
    margin-bottom: 4vw;
    padding: 2vw;
  }
  .list-infos li .mores-dz {
    margin-top: 2vw;
  }

  .cp-top {
    padding: 0;
  }

  .cp-swiper li .txt .icon-img {
    width: 5vw;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .cp-swiper li .txt p {
    display: none;
  }

  .cpzx {
    padding: 4vw 0vw;
  }
  .cpzx .i-dt {
    padding: 0 4vw;
  }
  .cpzx .i-dt .typename {
    font-size: 5vw;
  }
  .cpzx .i-dt p {
    display: none;
  }

  .list-shop {
    margin: 0;
  }
  .list-shop li {
    width: 50%;
    margin-right: 0;
    padding: 1vw;
    margin-bottom: 2vw;
  }
  .list-shop li .txt {
    padding: 2vw 0;
  }
  .list-shop li .txt h4 {
    text-align: center;
    font-size: 4vw;
  }
  .list-shop li .txt p {
    display: none;
  }

  .art-shop-head {
    display: block;
  }
  .art-shop-head .art-shop-left {
    width: 100%;
  }
  .art-shop-head .art-shop-dt {
    padding: 0;
  }
  .art-shop-head .art-shop-right {
    width: 100%;
    padding: 4vw;
    padding-bottom: 80px;
  }
  .art-shop-head .art-shop-right .art-shop-item {
    padding: 4vw 0;
  }
  .art-shop-head .art-shop-right .art-shop-ys {
    padding-top: 0;
  }
  .art-shop-head .art-shop-right .hr {
    background-color: #efefef;
  }
  .art-shop-head .art-shop-right .art-shop-btn {
    text-align: center;
  }
  .art-shop-head .art-shop-right .art-shop-btn a {
    margin-right: 0;
    padding: 0px 4vw;
    font-size: 4vw;
  }

  .art-shop-zt {
    margin-top: 4vw;
  }

  .art-shop-dt {
    padding: 4vw 0;
  }
  .art-shop-dt h5 {
    padding-left: 3vw;
  }

  .study-top {
    display: none;
  }

  .study-1 {
    padding: 0;
  }
  .study-1 .swiper-pagination {
    padding: 0px 4vw;
  }
  .study-1 .study-bn {
    margin-top: 2vw;
  }

  .study-2 {
    margin-top: 4vw;
  }

  .study-2-bn li .imgs img {
    height: 120px;
  }

  .study-3 {
    padding: 4vw 0;
  }

  .study-3-ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .study-3-ul li {
    margin: 0;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
  }
  .study-3-ul li .study-3-li-dn {
    display: none;
  }
  .study-3-ul li .study-3-li-sj {
    display: block;
  }
}

/*# sourceMappingURL=main.css.map */