*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  -webkit-tap-highlight-color: transparent;
}
body {
  overflow-x: hidden;
  color: #333;
  font-size: 14px;
  font-family: Arial, "Microsoft Yahei";
  -webkit-overflow-scrolling: touch;
}
body,
dd,
dl,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
p,
td,
th {
  margin: 0;
  padding: 0;
  border: 0;
}
main {
  display: block;
}
li,
ol,
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
img {
  max-width: 100%;
  border: 0;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  background: transparent;
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: #cd0f15;
}
a,
em,
i,
span {
  display: inline-block;
}
b,
em,
i {
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 14px;
}
button {
  padding: 0;
}
button,
input,
optgroup,
select,
textarea {
  outline: 0;
  border: 0;
  vertical-align: middle;
  font-family: "Microsoft Yahei";
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="text"] {
  outline: 0;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  -webkit-appearance: button;
}
textarea {
  resize: none;
  font-size: 14px;
}
textarea,
.select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
}
.select::-ms-expand {
  display: none;
}
.clearfix:after,
.clearfix:before,
.mauto:after,
.mauto:before {
  display: table;
  content: "";
}
.clearfix:after,
.mauto:after {
  clear: both;
}
.clear {
  height: 0;
  clear: both;
}
.mauto {
  max-width: 1200px;
  margin: 0 auto;
}
.m-au {
  margin-left: auto;
  margin-right: auto;
}
.db {
  display: block;
}
.dib {
  display: inline-block;
}
.dn {
  display: none;
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.ov {
  overflow: hidden;
}
.tal {
  text-align: left;
}
.tar {
  text-align: right;
}
.tac {
  text-align: center;
}
.fb {
  font-weight: bold;
}
.wh1 {
  width: 100%;
  height: 100%;
}
.dt {
  display: table;
}
.dtm {
  display: table;
  margin: 0 auto;
}
.dtcell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.els {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  vertical-align: middle;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: break-word;
}
.els2 {
  display: block;
  display: -webkit-box;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.po-auto {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.img-md img {
  transform: scale(1);
  -webkit-transform: scale(1);
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
}
.img-md:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.tra,
a {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.cx {
  color: #cd0f15;
}
.cf {
  color: #fff;
}
.c0 {
  color: #000;
}
.c1 {
  color: #111;
}
.c2 {
  color: #222;
}
.c3 {
  color: #333;
}
.c4 {
  color: #444;
}
.c5 {
  color: #555;
}
.c6 {
  color: #666;
}
.c7 {
  color: #777;
}
.c8 {
  color: #888;
}
.c9 {
  color: #999;
}
.cd {
  color: #ddd;
}
.ce {
  color: #eee;
}
.bgf {
  background: #fff;
}
.bge {
  background: #eee;
}
.bgd {
  background: #ddd;
}
.li20 {
  line-height: 20px;
}
.li25 {
  line-height: 25px;
}
.li30 {
  line-height: 30px;
}
.li35 {
  line-height: 35px;
}
.f12 {
  font-size: 12px;
}
.f13 {
  font-size: 13px;
}
.f15 {
  font-size: 15px;
}
.f16 {
  font-size: 16px;
}
.f18 {
  font-size: 18px;
}
.f20 {
  font-size: 20px;
}
.f22 {
  font-size: 22px;
}
.f24 {
  font-size: 24px;
}
.f26 {
  font-size: 26px;
}
.f28 {
  font-size: 28px;
}
.f30 {
  font-size: 30px;
}
.f32 {
  font-size: 32px;
}
.f36 {
  font-size: 36px;
}
.f40 {
  font-size: 40px;
}
.f46 {
  font-size: 46px;
}
.f48 {
  font-size: 48px;
}
.f60 {
  font-size: 60px;
}
.f72 {
  font-size: 72px;
}
.dfcc,
.dfccs,
.dflc,
.dflr,
.dflrs {
  display: -webkit-flex;
  display: flex;
}
.dfcc,
.dfccs {
  justify-content: center;
  -webkit-justify-content: center;
}
.dflc,
.dfcc,
.dfccs,
.dflr,
.dflrs {
  align-items: center;
  -webkit-align-items: center;
}
.dflr {
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.dflrs {
  justify-content: space-around;
  -webkit-justify-content: space-around;
}
.dfccs {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.slick-slider {
  position: relative;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-prev,
.slick-next {
  z-index: 1;
  position: absolute;
  top: 50%;
  font-size: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.slick-prev {
  left: 0;
}
.slick-next {
  right: 0;
}
.slick-dots {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  font-size: 0;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  width: 12px !important;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  margin: 0 5px;
  cursor: pointer;
}
.slick-dots li.slick-active,
.slick-dots li:hover,
.slick-dots li:focus {
  background: #333;
}
.slick-dots li button {
  display: none;
}
.animation {
  visibility: hidden;
  opacity: 0;
}
.fadel,
.fader,
.fadeup,
.fadez {
  visibility: visible;
}
.fadeup {
  animation: slideInUp ease-out 0.6s forwards;
  -webkit-animation: slideInUp ease-out 0.6s forwards;
}
@keyframes slideInUp {
  from {
    transform: translate3d(0, 50%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes fadeInUp {
  from {
    -webkit-transform: translate3d(0, 50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
  }
}
.fadel {
  animation: slideInLeft ease-out 0.6s forwards;
  -webkit-animation: slideInLeft ease-out 0.6s forwards;
}
@keyframes slideInLeft {
  from {
    transform: translate3d(-50%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-50%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
  }
}
.fader {
  animation: slideInRight ease-out 0.6s forwards;
  -webkit-animation: slideInRight ease-out 0.6s forwards;
}
@keyframes slideInRight {
  from {
    transform: translate3d(50%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(50%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
  }
}
.fadez {
  animation: zoomIn ease-out 0.6s forwards;
  -webkit-animation: zoomIn ease-out 0.6s forwards;
}
@keyframes zoomIn {
  from {
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes zoomIn {
  from {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
  }
}
.imgs {
  overflow: hidden;
  background: #eee
    url(data:image/gif;base64,R0lGODlhEgASAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh/wtYTVAgRGF0YVhNUDw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpDMDFGMDBBNEVEMzUxMUU4QTY0RUU2ODg1MjRFRjdDMSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpDMDFGMDBBNUVEMzUxMUU4QTY0RUU2ODg1MjRFRjdDMSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkMwMUYwMEEyRUQzNTExRThBNjRFRTY4ODUyNEVGN0MxIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkMwMUYwMEEzRUQzNTExRThBNjRFRTY4ODUyNEVGN0MxIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Af/+/fz7+vn49/b19PPy8fDv7u3s6+rp6Ofm5eTj4uHg397d3Nva2djX1tXU09LR0M/OzczLysnIx8bFxMPCwcC/vr28u7q5uLe2tbSzsrGwr66trKuqqainpqWko6KhoJ+enZybmpmYl5aVlJOSkZCPjo2Mi4qJiIeGhYSDgoGAf359fHt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNiYWBfXl1cW1pZWFdWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIREA8ODQwLCgkIBwYFBAMCAQAAIfkECQgAAQAsAAAAABIAEgAAAiuMj6nLnQADBE7GWTE+2+jIgd4lWlRIdSbynaO7qjIJz2lpr06blT1cCToKACH5BAkJAAEALAAAAAASABIAAAItjI95wOrGwHMRVdpWhu1yqUleMFblRnboKa5uC36WGqe1+c6wzrPPOJEFh8MCACH5BAkJAAEALAAAAAASABIAAAIthIOpa7CvWjxQJvtw0NNdikjaeJBeWIKbKrKuY3brOcvxB79Qje93ptr1hIsCACH5BAkIAAEALAAAAAASABIAAAIvjB+gyK3QzEMzVrlsxvDMm2whBJaL2XEjJX7tS8JsnK7eKd/0zKORrfo5RMJgowAAIfkECQkAAQAsAAAAABIAEgAAAi6Mj6nLC48eYDLCerCpOnQOZeF2jZ4JTqJKTh9asqecWnRs5+8t5ysF6zWGREMBACH5BAUIAAEALAAAAAASABIAAAIsjI8Im63s3AJxPiqhsRlvxn1eYIWkdlLmCqKs6sbw+KbX3eFNHe1oLwImLAUAOw==)
    no-repeat center;
}
.imgs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mt5 {
  margin-top: 0.05rem;
}
.mt10 {
  margin-top: 0.1rem;
}
.mt15 {
  margin-top: 0.15rem;
}
.mt20 {
  margin-top: 0.2rem;
}
.mt25 {
  margin-top: 0.25rem;
}
.mt30 {
  margin-top: 0.3rem;
}
.mt35 {
  margin-top: 0.35rem;
}
.mt40 {
  margin-top: 0.4rem;
}
.mt45 {
  margin-top: 0.45rem;
}
.mt50 {
  margin-top: 0.5rem;
}
.mt60 {
  margin-top: 0.6rem;
}
.mr5 {
  margin-right: 0.05rem;
}
.mr10 {
  margin-right: 0.1rem;
}
.mr15 {
  margin-right: 0.15rem;
}
.mr20 {
  margin-right: 0.2rem;
}
.mr25 {
  margin-right: 0.25rem;
}
.mr30 {
  margin-right: 0.3rem;
}
.mr35 {
  margin-right: 0.35rem;
}
.mr40 {
  margin-right: 0.4rem;
}
.mr45 {
  margin-right: 0.45rem;
}
.mr50 {
  margin-right: 0.5rem;
}
.mr60 {
  margin-right: 0.6rem;
}
.mb5 {
  margin-bottom: 0.05rem;
}
.mb10 {
  margin-bottom: 0.1rem;
}
.mb15 {
  margin-bottom: 0.15rem;
}
.mb20 {
  margin-bottom: 0.2rem;
}
.mb25 {
  margin-bottom: 0.25rem;
}
.mb30 {
  margin-bottom: 0.3rem;
}
.mb35 {
  margin-bottom: 0.35rem;
}
.mb40 {
  margin-bottom: 0.4rem;
}
.mb45 {
  margin-bottom: 0.45rem;
}
.mb50 {
  margin-bottom: 0.5rem;
}
.mb60 {
  margin-bottom: 0.6rem;
}
.ml5 {
  margin-left: 0.05rem;
}
.ml10 {
  margin-left: 0.1rem;
}
.ml15 {
  margin-left: 0.15rem;
}
.ml20 {
  margin-left: 0.2rem;
}
.ml25 {
  margin-left: 0.25rem;
}
.ml30 {
  margin-left: 0.3rem;
}
.ml35 {
  margin-left: 0.35rem;
}
.ml40 {
  margin-left: 0.4rem;
}
.ml45 {
  margin-left: 0.45rem;
}
.ml50 {
  margin-left: 0.5rem;
}
.ml60 {
  margin-left: 0.6rem;
}
.pt5 {
  padding-top: 0.05rem;
}
.pt10 {
  padding-top: 0.1rem;
}
.pt15 {
  padding-top: 0.15rem;
}
.pt20 {
  padding-top: 0.2rem;
}
.pt25 {
  padding-top: 0.25rem;
}
.pt30 {
  padding-top: 0.3rem;
}
.pt35 {
  padding-top: 0.35rem;
}
.pt40 {
  padding-top: 0.4rem;
}
.pt45 {
  padding-top: 0.45rem;
}
.pt50 {
  padding-top: 0.5rem;
}
.pt60 {
  padding-top: 0.6rem;
}
.pr5 {
  padding-right: 0.05rem;
}
.pr10 {
  padding-right: 0.1rem;
}
.pr15 {
  padding-right: 0.15rem;
}
.pr20 {
  padding-right: 0.2rem;
}
.pr25 {
  padding-right: 0.25rem;
}
.pr30 {
  padding-right: 0.3rem;
}
.pr35 {
  padding-right: 0.35rem;
}
.pr40 {
  padding-right: 0.4rem;
}
.pr45 {
  padding-right: 0.45rem;
}
.pr50 {
  padding-right: 0.5rem;
}
.pr60 {
  padding-right: 0.6rem;
}
.pb5 {
  padding-bottom: 0.05rem;
}
.pb10 {
  padding-bottom: 0.1rem;
}
.pb15 {
  padding-bottom: 0.15rem;
}
.pb20 {
  padding-bottom: 0.2rem;
}
.pb25 {
  padding-bottom: 0.25rem;
}
.pb30 {
  padding-bottom: 0.3rem;
}
.pb35 {
  padding-bottom: 0.35rem;
}
.pb40 {
  padding-bottom: 0.4rem;
}
.pb45 {
  padding-bottom: 0.45rem;
}
.pb50 {
  padding-bottom: 0.5rem;
}
.pb60 {
  padding-bottom: 0.6rem;
}
.pl5 {
  padding-left: 0.05rem;
}
.pl10 {
  padding-left: 0.1rem;
}
.pl15 {
  padding-left: 0.15rem;
}
.pl20 {
  padding-left: 0.2rem;
}
.pl25 {
  padding-left: 0.25rem;
}
.pl30 {
  padding-left: 0.3rem;
}
.pl35 {
  padding-left: 0.35rem;
}
.pl40 {
  padding-left: 0.4rem;
}
.pl45 {
  padding-left: 0.45rem;
}
.pl50 {
  padding-left: 0.5rem;
}
.pl60 {
  padding-left: 0.6rem;
}
.lg-12,
.lg-3,
.lg-4,
.lg-6 {
  float: left;
}
.lg-12 {
  width: 100%;
}
.lg-6 {
  width: 50%;
}
.lg-4 {
  width: 33.33333333%;
}
.lg-3 {
  width: 25%;
}
@media (max-width: 1200px) {
  .md-dn {
    display: none !important;
  }
  .md-db {
    display: block !important;
  }
  .md-12,
  .md-3,
  .md-4,
  .md-6 {
    float: left;
  }
  .md-12 {
    width: 100% !important;
  }
  .md-6 {
    width: 50% !important;
  }
  .md-4 {
    width: 33.33333333% !important;
  }
  .md-3 {
    width: 25% !important;
  }
}
@media (max-width: 768px) {
  .sm-12,
  .sm-3,
  .sm-4,
  .sm-6 {
    float: left;
  }
  .sm-12 {
    width: 100% !important;
  }
  .sm-6 {
    width: 50% !important;
  }
  .sm-4 {
    width: 33.33333333% !important;
  }
  .sm-3 {
    width: 25% !important;
  }
  .sm-ha {
    height: auto !important;
  }
  .sm-mt5 {
    margin-top: 0.05rem;
  }
  .sm-mt10 {
    margin-top: 0.1rem;
  }
  .sm-mt15 {
    margin-top: 0.15rem;
  }
  .sm-mt20 {
    margin-top: 0.2rem;
  }
  .sm-mt25 {
    margin-top: 0.25rem;
  }
  .sm-mt30 {
    margin-top: 0.3rem;
  }
  .sm-mt35 {
    margin-top: 0.35rem;
  }
  .sm-mt40 {
    margin-top: 0.4rem;
  }
  .sm-mt45 {
    margin-top: 0.45rem;
  }
  .sm-mt50 {
    margin-top: 0.5rem;
  }
  .sm-mt0 {
    margin-top: 0 !important;
  }
  .sm-mr5 {
    margin-right: 0.05rem;
  }
  .sm-mr10 {
    margin-right: 0.1rem;
  }
  .sm-mr15 {
    margin-right: 0.15rem;
  }
  .sm-mr20 {
    margin-right: 0.2rem;
  }
  .sm-mr25 {
    margin-right: 0.25rem;
  }
  .sm-mr30 {
    margin-right: 0.3rem;
  }
  .sm-mr35 {
    margin-right: 0.35rem;
  }
  .sm-mr40 {
    margin-right: 0.4rem;
  }
  .sm-mr45 {
    margin-right: 0.45rem;
  }
  .sm-mr50 {
    margin-right: 0.5rem;
  }
  .sm-mr0 {
    margin-right: 0 !important;
  }
  .sm-mb5 {
    margin-bottom: 0.05rem;
  }
  .sm-mb10 {
    margin-bottom: 0.1rem;
  }
  .sm-mb15 {
    margin-bottom: 0.15rem;
  }
  .sm-mb20 {
    margin-bottom: 0.2rem;
  }
  .sm-mb25 {
    margin-bottom: 0.25rem;
  }
  .sm-mb30 {
    margin-bottom: 0.3rem;
  }
  .sm-mb35 {
    margin-bottom: 0.35rem;
  }
  .sm-mb40 {
    margin-bottom: 0.4rem;
  }
  .sm-mb45 {
    margin-bottom: 0.45rem;
  }
  .sm-mb50 {
    margin-bottom: 0.5rem;
  }
  .sm-mb0 {
    margin-bottom: 0 !important;
  }
  .sm-ml5 {
    margin-left: 0.05rem;
  }
  .sm-ml10 {
    margin-left: 0.1rem;
  }
  .sm-ml15 {
    margin-left: 0.15rem;
  }
  .sm-ml20 {
    margin-left: 0.2rem;
  }
  .sm-ml25 {
    margin-left: 0.25rem;
  }
  .sm-ml30 {
    margin-left: 0.3rem;
  }
  .sm-ml35 {
    margin-left: 0.35rem;
  }
  .sm-ml40 {
    margin-left: 0.4rem;
  }
  .sm-ml45 {
    margin-left: 0.45rem;
  }
  .sm-ml50 {
    margin-left: 0.5rem;
  }
  .sm-ml0 {
    margin-left: 0 !important;
  }
  .sm-m0 {
    margin: 0 !important;
  }
  .sm-pt5 {
    padding-top: 0.05rem;
  }
  .sm-pt10 {
    padding-top: 0.1rem;
  }
  .sm-pt15 {
    padding-top: 0.15rem;
  }
  .sm-pt20 {
    padding-top: 0.2rem;
  }
  .sm-pt25 {
    padding-top: 0.25rem;
  }
  .sm-pt30 {
    padding-top: 0.3rem;
  }
  .sm-pt35 {
    padding-top: 0.35rem;
  }
  .sm-pt40 {
    padding-top: 0.4rem;
  }
  .sm-pt45 {
    padding-top: 0.45rem;
  }
  .sm-pt50 {
    padding-top: 0.5rem;
  }
  .sm-pt0 {
    padding-top: 0 !important;
  }
  .sm-pr5 {
    padding-right: 0.05rem;
  }
  .sm-pr10 {
    padding-right: 0.1rem;
  }
  .sm-pr15 {
    padding-right: 0.15rem;
  }
  .sm-pr20 {
    padding-right: 0.2rem;
  }
  .sm-pr25 {
    padding-right: 0.25rem;
  }
  .sm-pr30 {
    padding-right: 0.3rem;
  }
  .sm-pr35 {
    padding-right: 0.35rem;
  }
  .sm-pr40 {
    padding-right: 0.4rem;
  }
  .sm-pr45 {
    padding-right: 0.45rem;
  }
  .sm-pr50 {
    padding-right: 0.5rem;
  }
  .sm-pr0 {
    padding-right: 0 !important;
  }
  .sm-pb5 {
    padding-right: 0.05rem;
  }
  .sm-pb10 {
    padding-bottom: 0.1rem;
  }
  .sm-pb15 {
    padding-bottom: 0.15rem;
  }
  .sm-pb20 {
    padding-bottom: 0.2rem;
  }
  .sm-pb25 {
    padding-bottom: 0.25rem;
  }
  .sm-pb30 {
    padding-bottom: 0.3rem;
  }
  .sm-pb35 {
    padding-bottom: 0.35rem;
  }
  .sm-pb40 {
    padding-bottom: 0.4rem;
  }
  .sm-pb45 {
    padding-bottom: 0.45rem;
  }
  .sm-pb50 {
    padding-bottom: 0.5rem;
  }
  .sm-pb0 {
    padding-bottom: 0 !important;
  }
  .sm-pl5 {
    padding-left: 0.05rem;
  }
  .sm-pl10 {
    padding-left: 0.1rem;
  }
  .sm-pl15 {
    padding-left: 0.15rem;
  }
  .sm-pl20 {
    padding-left: 0.2rem;
  }
  .sm-pl25 {
    padding-left: 0.25rem;
  }
  .sm-pl30 {
    padding-left: 0.3rem;
  }
  .sm-pl35 {
    padding-left: 0.35rem;
  }
  .sm-pl40 {
    padding-left: 0.4rem;
  }
  .sm-pl45 {
    padding-left: 0.45rem;
  }
  .sm-pl50 {
    padding-left: 0.5rem;
  }
  .sm-pl0 {
    padding-left: 0 !important;
  }
  .sm-p0 {
    padding: 0 !important;
  }
  .sm-db {
    display: block !important;
  }
  .sm-dn {
    display: none !important;
  }
}
.info {
  -webkit-transform: rotate3d(1, 0, 0, 90deg);
  transform: rotate3d(1, 0, 0, 90deg);
  position: absolute;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.15);
  width: 100%;
  height: 100%;
  top: 0;
}
.in-top .info {
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-animation: in-top 300ms ease 0ms 1 forwards;
  animation: in-top 300ms ease 0ms 1 forwards;
}
.in-right .info {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-animation: in-right 300ms ease 0ms 1 forwards;
  animation: in-right 300ms ease 0ms 1 forwards;
}
.in-bottom .info {
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-animation: in-bottom 300ms ease 0ms 1 forwards;
  animation: in-bottom 300ms ease 0ms 1 forwards;
}
.in-left .info {
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-animation: in-left 300ms ease 0ms 1 forwards;
  animation: in-left 300ms ease 0ms 1 forwards;
}
.out-top .info {
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-animation: out-top 300ms ease 0ms 1 forwards;
  animation: out-top 300ms ease 0ms 1 forwards;
}
.out-right .info {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-animation: out-right 300ms ease 0ms 1 forwards;
  animation: out-right 300ms ease 0ms 1 forwards;
}
.out-bottom .info {
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-animation: out-bottom 300ms ease 0ms 1 forwards;
  animation: out-bottom 300ms ease 0ms 1 forwards;
}
.out-left .info {
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-animation: out-left 300ms ease 0ms 1 forwards;
  animation: out-left 300ms ease 0ms 1 forwards;
}
@-webkit-keyframes in-top {
  from {
    -webkit-transform: rotate3d(-1, 0, 0, 90deg);
    transform: rotate3d(-1, 0, 0, 90deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
    transform: rotate3d(0, 0, 0, 0deg);
  }
}
@keyframes in-top {
  from {
    -webkit-transform: rotate3d(-1, 0, 0, 90deg);
    transform: rotate3d(-1, 0, 0, 90deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
    transform: rotate3d(0, 0, 0, 0deg);
  }
}
@-webkit-keyframes in-right {
  from {
    -webkit-transform: rotate3d(0, -1, 0, 90deg);
    transform: rotate3d(0, -1, 0, 90deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
    transform: rotate3d(0, 0, 0, 0deg);
  }
}
@keyframes in-right {
  from {
    -webkit-transform: rotate3d(0, -1, 0, 90deg);
    transform: rotate3d(0, -1, 0, 90deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
    transform: rotate3d(0, 0, 0, 0deg);
  }
}
@-webkit-keyframes in-bottom {
  from {
    -webkit-transform: rotate3d(1, 0, 0, 90deg);
    transform: rotate3d(1, 0, 0, 90deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
    transform: rotate3d(0, 0, 0, 0deg);
  }
}
@keyframes in-bottom {
  from {
    -webkit-transform: rotate3d(1, 0, 0, 90deg);
    transform: rotate3d(1, 0, 0, 90deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
    transform: rotate3d(0, 0, 0, 0deg);
  }
}
@-webkit-keyframes in-left {
  from {
    -webkit-transform: rotate3d(0, 1, 0, 90deg);
    transform: rotate3d(0, 1, 0, 90deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
    transform: rotate3d(0, 0, 0, 0deg);
  }
}
@keyframes in-left {
  from {
    -webkit-transform: rotate3d(0, 1, 0, 90deg);
    transform: rotate3d(0, 1, 0, 90deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
    transform: rotate3d(0, 0, 0, 0deg);
  }
}
@-webkit-keyframes out-top {
  from {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
    transform: rotate3d(0, 0, 0, 0deg);
  }
  to {
    -webkit-transform: rotate3d(-1, 0, 0, 104deg);
    transform: rotate3d(-1, 0, 0, 104deg);
  }
}
@keyframes out-top {
  from {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
    transform: rotate3d(0, 0, 0, 0deg);
  }
  to {
    -webkit-transform: rotate3d(-1, 0, 0, 104deg);
    transform: rotate3d(-1, 0, 0, 104deg);
  }
}
@-webkit-keyframes out-right {
  from {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
    transform: rotate3d(0, 0, 0, 0deg);
  }
  to {
    -webkit-transform: rotate3d(0, -1, 0, 104deg);
    transform: rotate3d(0, -1, 0, 104deg);
  }
}
@keyframes out-right {
  from {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
    transform: rotate3d(0, 0, 0, 0deg);
  }
  to {
    -webkit-transform: rotate3d(0, -1, 0, 104deg);
    transform: rotate3d(0, -1, 0, 104deg);
  }
}
@-webkit-keyframes out-bottom {
  from {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
    transform: rotate3d(0, 0, 0, 0deg);
  }
  to {
    -webkit-transform: rotate3d(1, 0, 0, 104deg);
    transform: rotate3d(1, 0, 0, 104deg);
  }
}
@keyframes out-bottom {
  from {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
    transform: rotate3d(0, 0, 0, 0deg);
  }
  to {
    -webkit-transform: rotate3d(1, 0, 0, 104deg);
    transform: rotate3d(1, 0, 0, 104deg);
  }
}
@-webkit-keyframes out-left {
  from {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
    transform: rotate3d(0, 0, 0, 0deg);
  }
  to {
    -webkit-transform: rotate3d(0, 1, 0, 104deg);
    transform: rotate3d(0, 1, 0, 104deg);
  }
}
@keyframes out-left {
  from {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
    transform: rotate3d(0, 0, 0, 0deg);
  }
  to {
    -webkit-transform: rotate3d(0, 1, 0, 104deg);
    transform: rotate3d(0, 1, 0, 104deg);
  }
}
header,
footer,
.header-m,
main,
.i-banner,
.banner {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.mpauto:after,
.mpauto:before {
  display: table;
  content: "";
}
.mpauto:after {
  clear: both;
}
.mpauto {
  max-width: 100%;
  padding: 0 5.2%;
}
.mpaut-1920:after,
.mpaut-1920:before {
  display: table;
  content: "";
}
.mpaut-1920:after {
  clear: both;
}
.mpaut-1920 {
  max-width: 1920px;
  margin: 0 auto;
}
.f54 {
  font-size: 54px;
}
.header .logo {
  height: 120px;
  line-height: 120px;
  overflow: hidden;
}
.header nav ul li {
  position: relative;
  z-index: 2;
  float: left;
  margin: 0 0.1rem;
}
.header nav ul li.cur a::after,
.header nav ul li:hover a::after {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.header nav ul li:hover > a {
  color: #cd0f15;
}
.header nav ul li:hover .sub-nav {
  visibility: visible;
  opacity: 1;
  top: 120px;
}
.header nav ul li > a {
  font-weight: bold;
  position: relative;
  height: 120px;
  line-height: 120px;
}
.header nav ul li > a::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #cd0f15;
  transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.header nav ul li .sub-nav {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  top: 130px;
  left: 50%;
  padding: 10px;
  width: 150px;
  background: rgba(255, 255, 255, 0.9);
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.header nav ul li .sub-nav a {
  line-height: 23px;
  padding: 8px 0;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.header nav ul li .sub-nav a:hover {
  color: #fff;
  background: #cd0f15;
}
.header .search-w {
  height: 120px;
}
.header .search {
  width: 198px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  background: #f6f6f6;
  overflow: hidden;
}
.header .search .txt {
  float: left;
  width: calc(100% - 50px);
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  padding-left: 30px;
  background: transparent;
}
.header .search .btn {
  float: right;
  width: 50px;
  height: 100%;
  background: url(../images/search.png) no-repeat center;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAAAVFBMVEUAAABVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVW+WkCdAAAAG3RSTlMA86cS1Qd0zb+G48R+W0E4lVIhm5BKLeppGrQHXWddAAABjklEQVRIx6VV2XLDIAzkBgdf8d3o//+zg6GtB5DiTPfNi1cCrTRiV8i1Fc5aJ0yv2R30gsMv9mV7K9hekGGWtMJACf6kFOLnLyvGWShIaHCFgxOu+4rfk7GRWegcqr9y3X6SLfUOkbHSn3RfU0zx2khyrrGHiFowhcQaznewGuTpraynH4hXmpzVIZJnCELZbE6uIRBqcxNOv0oyVAXBUAsostTFtUs7fVHhos5zxoVmGunuE/+XuHcXKyOKzPvC/9LLNlYeQZ+KXFb+wCRztclCakXZ4gp6DIG6umSpn02AtswWj5Dhs+i4HNiFQZQKhQ/fEwLslJVyD+xDElMB3OhLisBRLi/x/NH0Mm6AmUOCwmxuIYEr7xWHC3ZsBawPKJAoPmBGNzwTdHqBiBXtWmP/9oTrdKpLbAAU07MdxdyYVWZr52D3cQBQGwD3GRl2asrKjqKxpVK+PtBMySCv72ukSs0j72u0T/ZO7D5eyWKk4bCtja5bakDQhUcPiGcfwMQSsE/QVbctjcFZw74Bhtc3xlH5qhwAAAAASUVORK5CYII=)
    no-repeat center;
  background-size: 35%;
}
.header .search-btn {
  width: 80px;
  height: 120px;
  background: url(../images/search.png) no-repeat center;
  cursor: pointer;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAAAVFBMVEUAAABVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVW+WkCdAAAAG3RSTlMA86cS1Qd0zb+G48R+W0E4lVIhm5BKLeppGrQHXWddAAABjklEQVRIx6VV2XLDIAzkBgdf8d3o//+zg6GtB5DiTPfNi1cCrTRiV8i1Fc5aJ0yv2R30gsMv9mV7K9hekGGWtMJACf6kFOLnLyvGWShIaHCFgxOu+4rfk7GRWegcqr9y3X6SLfUOkbHSn3RfU0zx2khyrrGHiFowhcQaznewGuTpraynH4hXmpzVIZJnCELZbE6uIRBqcxNOv0oyVAXBUAsostTFtUs7fVHhos5zxoVmGunuE/+XuHcXKyOKzPvC/9LLNlYeQZ+KXFb+wCRztclCakXZ4gp6DIG6umSpn02AtswWj5Dhs+i4HNiFQZQKhQ/fEwLslJVyD+xDElMB3OhLisBRLi/x/NH0Mm6AmUOCwmxuIYEr7xWHC3ZsBawPKJAoPmBGNzwTdHqBiBXtWmP/9oTrdKpLbAAU07MdxdyYVWZr52D3cQBQGwD3GRl2asrKjqKxpVK+PtBMySCv72ukSs0j72u0T/ZO7D5eyWKk4bCtja5bakDQhUcPiGcfwMQSsE/QVbctjcFZw74Bhtc3xlH5qhwAAAAASUVORK5CYII=)
    no-repeat center;
  background-size: 23px;
}
.header .search-btns {
  width: 120px;
  height: 120px;
  background: #cd0f15 url(../images/search.png) no-repeat center;
  cursor: pointer;
}
.header .language a {
  height: 120px;
  line-height: 120px;
}
.nav_h {
  background: rgba(255, 255, 255, 0.88);
  position: fixed;
  z-index: 9;
  width: 100%;
  top: 0;
}
.nav_h .x-mauto {
  max-width: 1200px;
  margin: 0 auto;
}
.nav_h .logo {
  display: none;
  height: 70px;
  line-height: 70px;
}
.nav_h .logo img {
  width: 85%;
}
.nav_h nav ul li {
  margin: 0 0.3rem;
}
.nav_h nav ul li > a {
  height: 70px;
  line-height: 70px;
}
.nav_h nav ul li:hover .sub-nav {
  top: 70px;
}
.nav_h .language {
  display: none;
}
.nav_h .search-btns {
  display: none;
}
@media (min-width: 1600px) {
  .header nav ul li {
    margin: 0 0.2rem;
  }
}
.cc {
  color: #ccc;
}
.a-btn {
  background: #cd0f15;
  line-height: 45px;
  width: 130px;
  height: 45px;
}
.fb6 {
  color: #b6b6b6;
}
.f35 {
  font-size: 35px;
}
footer .footer-head {
  background: #2f2f2f;
  border-bottom: 1px solid #494949;
}
footer .footer-head dl {
  margin-left: 2.5%;
}
footer .footer-head dl:first-child {
  margin-left: 0;
}
footer .footer-head dt {
  line-height: 30px;
  color: #d9d9d9;
  font-size: 16px;
  font-weight: bold;
}
footer .footer-head dd {
  line-height: 25px;
  color: #b6b6b6;
  font-size: 12px;
}
footer .footer-head dd a:hover {
  text-decoration: underline;
}
footer .copyright {
  padding: 0.15rem 0.25rem;
  color: #b6b6b6;
  background: #2f2f2f;
}
.i-link-t {
  width: 70px;
}
.i-link-ul {
  width: calc(100% - 80px);
}
.i-link-ul .seamless-slider {
  max-width: 650px;
  margin: 0 auto;
}
.i-link-ul .str_wrap {
  overflow: hidden;
  width: 100%;
  line-height: 20px;
  position: relative;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  color: #b6b6b6;
  white-space: nowrap;
}
.i-link-ul .str_move {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  cursor: move;
}
.i-link-ul .str_move a {
  color: #b6b6b6;
}
.i-link-ul .str_move_clone {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  left: 100%;
  top: 0;
}
.i-link-ul .str_vertical .str_move_clone {
  left: 0;
  top: 100%;
}
.i-link-ul .str_down .str_move_clone {
  left: 0;
  bottom: 100%;
}
.i-link-ul .str_down .str_move,
.i-link-ul .str_vertical .str_move {
  white-space: normal;
  width: 100%;
}
.i-link-ul .noStop .str_move,
.i-link-ul .no_drag .str_move,
.i-link-ul .str_static .str_move {
  cursor: inherit;
}
.i-link-ul .str_wrap img {
  max-width: none !important;
}
.ewm {
  border-radius: 8px;
}
@media (max-width: 1600px) {
  footer .footer-head dl {
    margin-left: 1.5%;
  }
}
.bdsharebuttonbox {
  font-size: 0;
  text-align: center;
}
.bdsharebuttonbox a {
  float: left;
  width: 38px !important;
  height: 26px !important;
  margin: 3px !important;
  padding: 0 !important;
  background-repeat: no-repeat;
}
.bd_weixin_popup {
  height: auto !important;
}
.fix-bar {
  z-index: 55;
  position: fixed;
  right: 0;
  bottom: 20%;
}
.fix-bar .item {
  width: 50px;
  height: 51px;
  position: relative;
  border-bottom: 1px solid #ddd;
}
.fix-bar .item:nth-child(1) span {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3FpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDphN2RiMDJkNS1hMzkyLWQzNGQtOWJhMS0wZjEzZGM4OGExNTQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NUMzQjlBMDMwNDkwMTFFODkzM0RDQjRFMDA2OTI3OUMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NUMzQjlBMDIwNDkwMTFFODkzM0RDQjRFMDA2OTI3OUMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOmQ2MTU0N2Y5LTI1YWEtNWU0Zi05NGFiLWU4MzliMjYxMzJhNSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDphN2RiMDJkNS1hMzkyLWQzNGQtOWJhMS0wZjEzZGM4OGExNTQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7I6LIKAAABg0lEQVR42qzVS0sCYRTG8VFToosZCUEXy01RUEEp1MoK2gTtI6JN3yBo3apv0Ado47JdtY9oVYsQCqJo4abAbgu7Yk7/E8cwmbF8xwM/GAbnecf3csZn27ZVpVoxgiGMIYx7nOIMF3h2fFKCXSSRRsF2rldsI+H0vFvoFM7t/9UVUvD9FdyPY7u2yiBenuOvmJkGrCBh1VayDvMIlG5UBsewYJmVBLe7BXdj2DB4HG1uwQNoMgzuxKhTcAQzlnn5sKh7/VdwFCnLWwV1gJ9g+fur6PIYLGvUUTp5IWygaHuvomYFJXi6yrE1qWsM+nUKAlb9Ko5ZCZ6z6l8Tft1/t8h4DJP+e6PXAekNaeziAzsegnNYxzKOZPEi2pFkd2zixWDB8ljTnBhaZCqedER54xM8GLytLP6bXmeRL/VPP5aQxbvhNsthC+HyflxEAb0IubzVJQ70m+dUUT3Bn9+No+xj2ohJ7atJNOu5l6naxx4e0aNdUNprn7aFOx30UH9jfwkwAMNeYzNUnv0yAAAAAElFTkSuQmCC);
}
.fix-bar .item em,
.fix-bar .item .imgs {
  position: absolute;
  color: #fff;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  overflow: hidden;
  line-height: 50px;
  white-space: nowrap;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
}
.fix-bar .item em a,
.fix-bar .item .imgs a {
  color: #fff;
}
.fix-bar .item em span,
.fix-bar .item .imgs span {
  width: 50px;
  height: 50px;
}
.fix-bar .item em i,
.fix-bar .item .imgs i {
  width: 100px;
  text-align: center;
}
.fix-bar .item:hover em {
  width: 150px;
}
.fix-bar .pic,
.fix-bar #gotop {
  height: 50px;
  width: 50px;
  cursor: pointer;
}
.fix-bar:hover .imgs {
  visibility: visible;
  opacity: 1;
  right: 100%;
}
.fix-bar .imgs {
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  position: absolute;
  width: 100px;
  height: 100px;
  right: -200%;
  top: 0;
  background-color: #eee;
}
#gotop {
  text-align: center;
  color: #fff;
  line-height: 50px;
  font-size: 30px;
  font-weight: bold;
  font-family: "SimSun";
  transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.fix-bar .item em span,
.fix-bar .pic,
#gotop {
  background-repeat: no-repeat;
  background-position: center;
}
.fix-bar .item i,
.fix-bar .item em span,
.fix-bar .pic,
#gotop {
  background-color: #cd0f15;
  opacity: 0.5;
}
.fix-bar .item:hover i,
.fix-bar .item:hover em span,
.fix-bar .pic:hover,
#gotop:hover {
  background-color: #cd0f15;
  opacity: 1;
}
.i-banner .slick-prev,
.i-banner .slick-next {
  display: none !important;
  width: 50px;
  height: 50px;
  background: #ccc;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.i-banner .slick-prev:hover,
.i-banner .slick-next:hover,
.i-banner .slick-prev.cur,
.i-banner .slick-next.cur {
  border-radius: 50%;
}
.i-banner .slick-dots {
  bottom: 0.4rem;
}
.i-banner .slick-dots li {
  width: 20px !important;
  height: 20px;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.i-banner .slick-dots li.slick-active,
.i-banner .slick-dots li:hover,
.i-banner .slick-dots li:focus {
  background: #cd0f15;
  width: 50px !important;
  border-radius: 25px;
}
.i-banner a {
  display: block;
  min-height: 50px;
}
.i-banner .dn {
  display: none !important;
}
.i-about .list .item {
  display: inline-block;
  margin: 0 25px;
}
.banner {
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.main-nav-p {
  margin-top: -60px;
}
.main-nav-p .mauto {
  background: #cd191e;
}
.main-nav-p ul {
  font-size: 0;
}
.main-nav-p li {
  margin: 0 4px;
  display: inline-block;
}
.main-nav-p li.cur a,
.main-nav-p li:hover a {
  border-bottom: 5px solid #fff;
}
.main-nav-p a {
  display: block;
  height: 60px;
  line-height: 60px;
  padding: 0 10px;
  font-size: 15px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  color: #fff;
  border-bottom: 5px solid #cd0f15;
}
.main-home {
  height: 60px;
  line-height: 60px;
}
.main-home a {
  padding: 0;
  font-size: 14px;
}
.main-home a:hover {
  color: #fff;
}
.content {
  min-height: 400px;
}
.pro-list ul {
  margin-left: -0.3rem;
}
.pro-list li {
  padding-left: 0.3rem;
  margin-bottom: 0.2rem;
}
.pro-list .imgs {
  height: 100px;
}
.inv li a {
  border-bottom: 1px dashed #bdbdbd;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.inv li a .fr img {
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.inv li:hover a {
  border-bottom: 1px dotted #bdbdbd;
  padding-left: 0.1rem;
}
.inv li:hover a .fl i {
  color: #cd0f15;
}
.inv li:hover a .fr img {
  transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
}
.cc {
  color: #ccc;
}
.cts-l {
  width: 46.7%;
}
.stx-xl {
  width: 28.5%;
}
.stx-ul li {
  border: 1px solid #2f2f2f;
  background: #2f2f2f;
}
.stx-ul li .stx-xr {
  height: 55px;
  width: 71.5%;
}
.cts-r {
  width: 50%;
}
.bor-xb {
  border-bottom: 1px dashed #999;
  color: #666;
  font-size: 14px;
  line-height: 30px;
}
.bor {
  border: 1px solid #dfdfdf;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.bor:hover {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}
.news-ul li {
  float: left;
  width: 50%;
  padding-right: 0.2rem;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.news-ul li img {
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.news-ul li:nth-child(even) {
  padding-right: 0;
  padding-left: 0.2rem;
}
.news-ul li a {
  border-bottom: 1px dotted #e2e2e2;
}
.news-ul li:hover h1,
.news-ul li.cur h1 {
  color: #cd0f15;
}
.news-ul li:hover img,
.news-ul li.cur img {
  padding-left: 0.2rem;
}
.news-ul li:hover a,
.news-ul li.cur a {
  /*border-bottom:1px dotted #cd0f15*/
}
.pro-list-l {
  width: 19.2%;
}
.pro-list-l .n-pro-nav {
  background: #f5f5f5;
}
.pro-list-l .n-pro-nav .cur {
  color: #c81419;
}
.pro-list-l .n-pro-nav a {
  display: block;
  line-height: 23px;
}
.pro-list-l .n-pro-nav > li:hover > a,
.pro-list-l .n-pro-nav > li.cur > a {
  color: #c81419;
}
.pro-list-l .n-pro-nav > li:hover > ul,
.pro-list-l .n-pro-nav > li.cur > ul {
  display: block;
}
.pro-list-l .n-pro-nav > li > a {
  background: url(../images/arrx.png) no-repeat 90% center;
  border-bottom: 1px solid #dfdfdf;
}
.pro-list-l .n-pro-nav > li > ul {
  display: none;
}
.pro-list-l .n-pro-nav > li > ul > li > a {
  padding-left: 0.5rem;
}
.pro-list-l .n-pro-nav > li > ul > li:hover > a,
.pro-list-l .n-pro-nav > li > ul > li.cur > a {
  background: url(../images/pro-nav-s.png) no-repeat 0.37rem center;
  text-decoration: underline;
}
.pro-list-r {
  width: 80%;
}
.pro-list-r ul li {
  float: left;
  width: 50%;
  padding-left: 0.3rem;
  padding-bottom: 0.3rem;
}
.pro-list-r ul li:hover a .fr img {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.pro-list-r ul li a .x-img {
  max-width: 100%;
}
.pro-list-r ul li a .abs {
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.pro-list-r ul li a .fr img {
  transition: all 0.7s;
  -webkit-transition: all 0.7s;
}
.news-list .news-a .fl,
.news-list .news-a .fr {
  width: 50%;
}
.news-list .news-a .fl img {
  border: 1px solid #e3e3e3;
  padding: 5px;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.news-list li h1 {
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.news-list li .fl {
  max-width: 5.6rem;
}
.news-list li:hover .fl img {
  border: 1px solid #ddd;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}
.news-list li:hover h1 {
  color: #cd0f15;
}
.news-top {
  border-bottom: 1px dotted #e2e2e2;
}
.news-top .slick-dots {
  display: none !important;
}
.news-top .slick-prev,
.news-top .slick-next {
  top: 80%;
  width: 30px;
  height: 30px;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.news-top .slick-prev {
  background: url(../images/left_06.jpg) no-repeat center;
  background-size: cover;
  left: calc(100% - 70px);
}
.news-top .slick-next {
  background: url(../images/right_06.jpg) no-repeat center;
  background-size: cover;
}
.news-top li {
  padding-bottom: 0.4rem;
}
.box-sh {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}
.slick-dots li.slick-active,
.slick-dots li:hover,
.slick-dots li:focus {
  background: #cd0f15;
}
.in-page {
  color: #888;
}
.in-page span {
  padding: 0 15px;
  border: 1px solid #e8e8e8;
}
.in-page a {
  height: 35px;
  line-height: 35px;
  padding: 0 15px;
  border: 1px solid #e8e8e8;
}
.in-page a:hover,
.in-page a.cur {
  border-color: #cd0f15;
  background: #cd0f15;
  color: #fff;
}
.tab-head li {
  cursor: pointer;
}
.tab-body li {
  visibility: hidden;
  opacity: 0;
  height: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.tab-body li.cur {
  visibility: visible;
  opacity: 1;
  height: inherit;
}
.edit {
  overflow: hidden;
}
.edit span {
  display: inline;
}
.edit img {
  width: auto !important;
  height: auto !important;
}
.fix-wrap {
  display: none;
  z-index: 9999;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.fix-wrap .hide {
  position: fixed;
  width: 25px;
  height: 25px;
  padding: 25px;
  right: 5%;
  top: 5%;
  background: #090908;
  cursor: pointer;
  border-radius: 50%;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
}
.fix-wrap .hide::before,
.fix-wrap .hide::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 1px;
  height: 55%;
  background: #fff;
  margin-top: -27.5%;
}
.fix-wrap .hide::before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.fix-wrap .hide::after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.fix-wrap .hide:hover {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.fix-video .video-wrap {
  min-width: 55%;
  max-width: 55%;
  padding: 10px;
  border-radius: 5px;
  background: #2d2d2d;
  border: 1px solid #3a3a3a;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  animation: ReturnToNormal 0.5s both;
  -webkit-animation: ReturnToNormal 0.5s both;
}
.fix-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fix-pic {
  overflow: auto;
}
.fix-pic img {
  animation: zoomIn 0.5s both;
  -webkit-animation: zoomIn 0.5s both;
}
.fix-search {
  padding: 0 2.5%;
  background: #222;
}
.fix-search:hover .search::after {
  transform: scale(1);
  -webkit-transform: scale(1);
}
.fix-search .search {
  position: relative;
  width: 100%;
  height: 125px;
  color: #555;
  padding-left: 88px;
  font-size: 66px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVCAYAAACpF6WWAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDozNEE5NEZGREQ0QUQxMUU2OUVGNjk4Qzg2RjZCRDdENiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDozNEE5NEZGRUQ0QUQxMUU2OUVGNjk4Qzg2RjZCRDdENiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjM0QTk0RkZCRDRBRDExRTY5RUY2OThDODZGNkJEN0Q2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjM0QTk0RkZDRDRBRDExRTY5RUY2OThDODZGNkJEN0Q2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+/Hs+IwAAAVlJREFUeNpi+P//PwMaFgLiJiC+/x8VHATiCCzqMTC6QBKSIc+AeC0QzwXiA0jiT4DYmFhDS6CaNgGxOg4NIUD8E6rOipChcVCFZUR4jwWIj0PVq+EylA2q4AAx4YWEQeAxLkMroAqESTS0D6rPAZuhL4H4NYkGgrAG1NDl2AwFgRVkGMqClBpQ5JgYIOAdA+ngL5TmR5eAGapKhqE8UPo1NkNvAbEtGYaaQOmDGDLAMIiGho0niWEKy2UWuBL/VyD+RYKBFlAD9+PLUTZQRUeAWICAgU5QB4CAIaG8745UaHQCsRkQ8wIxOxCLA7EfEG9HK7kuArEsoVLKHIgf/McPQF72RioaXwGxCD5DYdgXiBcC8S0gfgvEV4B4OhA7IqmRh+ZGELgJxFyEDCUWSwLxVSSDZalhKAhzogWFLiPYZMqBJBBfBGJRIH5ALUNBQBGI5wPxVIAAAwAoIUyRNtFOOQAAAABJRU5ErkJggg==)
    no-repeat 35px center;
}
.fix-search .search::before,
.fix-search .search::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  transition: all 1s;
  -webkit-transition: all 1s;
}
.fix-search .search::before {
  background: #515151;
}
.fix-search .search::after {
  background: rgba(255, 255, 255, 0.5);
  transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
}
.fix-search .txt,
.fix-search .btn {
  color: #555;
  background: transparent;
}
.fix-search .txt {
  width: 100%;
  text-align: center;
  font-size: 66px;
  padding-right: 2%;
}
.fix-search .btn {
  font-size: 24px;
}
.i-pro-l {
  width: 39.58%;
}
.i-pro-l .i-pro-t {
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  z-index: 11;
  padding-left: 15%;
  padding-top: 7.7%;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.i-pro-l img {
  width: 100%;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.i-pro-l:hover a .i-pro-t {
  /*left:0;right:0;padding-left:22%;padding-top:44%;margin:auto*/
}
.i-pro-l:hover a > img {
  transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2); /*opacity:.8;z-index:-1;position:relative*/
}
.i-pro-r {
  width: 60.42%;
}
.i-pro-r img {
  width: 100%;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.i-pro-r .i-pro-rl {
  width: 44.83%;
}
.i-pro-r .i-pro-rl .i-pro-t {
  z-index: 11;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  padding-left: 9.61%;
  padding-top: 11%;
}
.i-pro-r .i-pro-rl:hover .i-pro-t {
  /*left:0;right:0;padding-left:18%;padding-top:26%;margin:auto*/
}
.i-pro-r .i-pro-rl:hover a > img {
  /*opacity:.8;z-index:-1;position:relative;*/ /*transform:rotate(360deg);-webkit-transform:rotate(360deg)*/
  transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
}
.i-pro-r .i-pro-rr {
  width: 55.17%;
}
.i-pro-r .i-pro-rr .i-pro-t {
  z-index: 11;
  padding-left: 7.81%;
  padding-top: 9%;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.i-pro-r .i-pro-rr:hover .i-pro-t {
  /*left:0;right:0;padding-left:18%;padding-top:26%;margin:auto*/
}
.i-pro-r .i-pro-rr:hover a > img {
  transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  -o-transform: scale(
    1.2,
    1.2
  ); /*opacity:.8;z-index:-1;position:relative;transform:rotate(360deg);-webkit-transform:rotate(360deg)*/
}
.depbg {
  background: url(../testimg/depbg.png) no-repeat center;
}
.dep .dep-t {
  width: 68.85%;
}
.dep::before {
  content: "";
  background: url(../images/lin.png) center;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 2px;
  height: 1600px;
  top: 0;
  background-repeat: repeat-y;
}
.dep li {
  width: 53.9%;
  border: 4px solid rgba(0, 0, 0, 0);
}
.dep li a {
  margin-right: 13.5%;
}
.dep li a .dep-l {
  width: 33%;
}
.dep li a .dep-l h1 {
  font-size: 65px;
  color: #d1d1d1;
}
.dep li::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  left: 92.71%;
  top: 50%;
  background: #fff;
  border-radius: 50%;
  border: 2px solid #ccc;
}
.dep li:hover,
.dep li.cur {
  border: 4px solid #cd0f15;
}
.dep li:hover a .dfcc,
.dep li.cur a .dfcc {
  background: #cd0f15;
}
.dep li:hover h1,
.dep li.cur h1,
.dep li:hover h2,
.dep li.cur h2 {
  color: #fff !important;
}
.dep > li.fr a {
  margin-left: 13.5%;
  margin-right: 0;
}
.dep > li.fr::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  right: 92.6%;
  top: 50%;
  background: #fff;
  border-radius: 50%;
  border: 2px solid #ccc;
  left: auto;
}
@media (max-width: 1600px) and (min-width: 1200px) {
  .logo:nth-child(1) {
    width: 20%;
  }
}
@media (max-width: 1600px) {
  .dep li a .dep-l {
    width: 50%;
  }
}
.li50 {
  line-height: 50px;
}
.bor-x {
  border: 1px solid #dfdfdf !important;
}
.w380 {
  width: 3.8rem;
}
.w300 {
  width: 3rem;
}
.h50 {
  height: 0.5rem;
}
.w780 {
  width: 7.8rem;
}
.w245 {
  width: 2.45rem;
}
.wb100 {
  width: calc(100% - 75px);
}
.h230 {
  height: 2.3rem;
}
.h180 {
  height: 1.8rem;
}
.s-btn {
  height: 50px;
  line-height: 50px;
  width: 2.45rem;
  text-align: center;
  background: #c81419;
  transition: all 0.9s;
  -webkit-transition: all 0.9s;
  border-radius: 5px !important;
}
.s-btn:hover {
  border-radius: 8px !important;
}
.bgf1 {
  background: #f1f1f1;
}
.borcc {
  border: 1px solid #ccc !important;
  border-radius: 5px !important;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.borcc:hover {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1200px) {
  .mauto {
    max-width: 92%;
  }
}
@media (max-width: 1200px) {
  .news-list li .fl,
  .news-list li .fr {
    max-width: 100%;
    width: 100% !important;
    float: none;
    padding-left: 0;
    padding-top: 0.15rem;
    padding-bottom: 0.15rem;
  }
  .news-top .slick-prev,
  .news-top .slick-next {
    top: 91%;
  }
  .mtx {
    margin-top: 0;
    padding-top: 0;
  }
  body {
    padding-top: 70px;
  }
  .header {
    display: none;
  }
  .header-m {
    display: block !important;
    z-index: 999;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 70px;
    background: #fff;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
  }
  .header-m::after {
    display: none;
    position: fixed;
    content: "";
    top: 70px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
  }
  .header-m .logo {
    position: absolute;
    left: 50%;
    line-height: 70px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .header-m .logo img {
    max-height: 40px;
  }
  .header-m .m-menu-b {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 70px;
    cursor: pointer;
  }
  .header-m .m-menu-b::before,
  .header-m .m-menu-b::after {
    position: absolute;
    top: 50%;
    left: calc(35px / 2);
    content: "";
    width: 25px;
    height: 1px;
    z-index: 9999;
    transition: all 0.3s ease-out 0.3s;
    -webkit-transition: all 0.3s ease-out 0.3s;
    background: #222;
  }
  .header-m .m-menu-b::before {
    transform: translateY(-4px) rotate(0);
    -webkit-transform: translateY(-4px) rotate(0);
  }
  .header-m .m-menu-b::after {
    transform: translateY(4px) rotate(0);
    -webkit-transform: translateY(4px) rotate(0);
  }
  .header-m .m-menu {
    display: none;
    z-index: 888;
    position: fixed;
    width: 100%;
    width: 260px;
    height: 100%;
    top: 0;
    left: -260px;
    opacity: 1;
    background: #fafafa;
    text-align: left;
    padding-top: 70px;
  }
  .header-m .m-menu::after {
    position: absolute;
    top: 70px;
    content: "";
    width: 100%;
    height: 1px;
    background: #ebebeb;
  }
  .header-m .nav {
    height: calc(100% - 82px);
    overflow-x: hidden;
    overflow-y: auto;
  }
  .header-m .nav > li {
    border-bottom: 1px solid #ebebeb;
    animation: resize 0.5s both;
    -webkit-animation: resize 0.5s both;
  }
  .header-m .nav > li > a {
    position: relative;
    display: block;
    width: 100%;
    font-size: 15px;
    padding: 0 40px;
    color: #666;
    vertical-align: middle;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: break-word;
    overflow: hidden;
    height: 50px;
    line-height: 50px;
  }
  .header-m .nav > li > a::after {
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -5px;
    content: "";
    width: 8px;
    height: 8px;
    border: 1px solid #999;
    border-radius: 50%;
    background: transparent;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
  }
  .header-m .nav > li .sub-nav {
    display: none;
  }
  .header-m .nav > li .sub-nav a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 12px 40px;
    background: #f2f2f2;
    color: #4e4e4e;
  }
  .header-m .nav > li .sub-nav a::before,
  .header-m .nav > li .sub-nav a::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    left: 20px;
    top: 20px;
    border: 5px solid transparent;
    overflow: hidden;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
  }
  .header-m .nav > li .sub-nav a::before {
    left: 21px;
    border-left: 5px solid #555;
  }
  .header-m .nav > li .sub-nav a::after {
    border-left: 5px #ebebeb solid;
  }
  .header-m .nav > li.cur {
    position: relative;
  }
  .header-m .nav > li.cur::after,
  .header-m .nav > li.cur::before {
    position: absolute;
    content: "";
    background: #999;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .header-m .nav > li.cur::before {
    top: 19px;
    right: 25px;
    width: 2px;
    height: 12px;
  }
  .header-m .nav > li.cur::after {
    top: 24px;
    right: 20px;
    width: 12px;
    height: 2px;
  }
  .header-m .nav > li.active::after {
    background: #fff;
  }
  .header-m .nav > li.active::before {
    height: 0;
  }
  .header-m .nav > li.active > a {
    color: #fff;
    background: #cd0f15;
  }
  .header-m .nav > li.active > a::after {
    background: #fff;
    border-color: #fff;
  }
  .header-m .nav > li.active .sub-nav li {
    animation: ReturnToNormal 0.5s both;
    -webkit-animation: ReturnToNormal 0.5s both;
  }
  .header-m .m-language {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
  }
  .header-m .m-language a {
    color: #666;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    display: block;
    border-bottom: 1px solid #ebebeb;
    animation: slideInUp 1.5s both;
    -webkit-animation: slideInUp 1.5s both;
  }
  .header-m .m-search-b {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 70px;
    cursor: pointer;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAAAVFBMVEUAAABVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVW+WkCdAAAAG3RSTlMA86cS1Qd0zb+G48R+W0E4lVIhm5BKLeppGrQHXWddAAABjklEQVRIx6VV2XLDIAzkBgdf8d3o//+zg6GtB5DiTPfNi1cCrTRiV8i1Fc5aJ0yv2R30gsMv9mV7K9hekGGWtMJACf6kFOLnLyvGWShIaHCFgxOu+4rfk7GRWegcqr9y3X6SLfUOkbHSn3RfU0zx2khyrrGHiFowhcQaznewGuTpraynH4hXmpzVIZJnCELZbE6uIRBqcxNOv0oyVAXBUAsostTFtUs7fVHhos5zxoVmGunuE/+XuHcXKyOKzPvC/9LLNlYeQZ+KXFb+wCRztclCakXZ4gp6DIG6umSpn02AtswWj5Dhs+i4HNiFQZQKhQ/fEwLslJVyD+xDElMB3OhLisBRLi/x/NH0Mm6AmUOCwmxuIYEr7xWHC3ZsBawPKJAoPmBGNzwTdHqBiBXtWmP/9oTrdKpLbAAU07MdxdyYVWZr52D3cQBQGwD3GRl2asrKjqKxpVK+PtBMySCv72ukSs0j72u0T/ZO7D5eyWKk4bCtja5bakDQhUcPiGcfwMQSsE/QVbctjcFZw74Bhtc3xlH5qhwAAAAASUVORK5CYII=)
      no-repeat left center;
    background-size: 23px;
  }
  html.active {
    height: 100%;
    overflow: hidden;
  }
  html.active body {
    height: 100%;
    overflow: hidden;
  }
  html.active .header-m {
    left: 260px;
  }
  html.active .header-m::after {
    display: block;
  }
  html.active .header-m .m-menu-b::before,
  html.active .header-m .m-menu-b::after {
    background: #000;
  }
  html.active .header-m .m-menu-b::before {
    transform: translateY(0) rotate(225deg);
    -webkit-transform: translateY(0) rotate(225deg);
  }
  html.active .header-m .m-menu-b::after {
    transform: translateY(0) rotate(-225deg);
    -webkit-transform: translateY(0) rotate(-225deg);
  }
  html.active .header-m .m-menu {
    display: block;
    left: 0;
  }
  html.active footer,
  html.active main,
  html.active .i-banner,
  html.active .banner {
    transform: translateX(260px);
    -webkit-transform: translateX(260px);
  }
}
@media (max-width: 768px) {
  .cts-l,
  .cts-r {
    width: 100%;
    float: none;
  }
  .stx-ul {
    width: 99%;
  }
  .s-btn {
    display: block;
    text-align: center;
    margin: 0.25rem auto 0 auto;
  }
  .w380 {
    width: 99%;
    margin: 0.1rem auto;
  }
  .pro-list-l {
    display: none;
  }
  .pro-list-r {
    width: 100%;
  }
  .pro-list-r ul li {
    padding: 0.1rem;
  }
  .dep::before {
    content: "";
    background: none;
    background-repeat: repeat;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 2px;
    height: 1600px;
    top: 0;
    background-repeat: repeat-y;
  }
  .dep li {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .dep li .dfcc {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .dep li a .dep-l h1 {
    font-size: 0.65rem;
  }
  .i-pro-l {
    width: 100%;
    float: none;
  }
  .i-pro-r {
    width: 100%;
    float: none;
  }
  .cpt {
    padding-top: 0;
  }
  .i-banner .sm-db {
    display: block !important;
  }
  .main-nav-p {
    display: none;
  }
  .main-nav-m {
    display: block;
    position: relative;
    z-index: 555;
    cursor: pointer;
  }
  .main-nav-m .title {
    position: relative;
    height: 45px;
    line-height: 45px;
    padding: 0 10px;
    background: #cd0f15;
  }
  .main-nav-m .title strong {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
  }
  .main-nav-m .title i {
    position: absolute;
    content: "";
    width: 45px;
    height: 100%;
    right: 0;
  }
  .main-nav-m .title i::before,
  .main-nav-m .title i::after {
    position: absolute;
    top: 50%;
    content: "";
    width: 12px;
    height: 1px;
    background: #fff;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
  }
  .main-nav-m .title i::before {
    left: 46%;
    transform: rotate(40deg) scaleY(1.5);
    -webkit-transform: rotate(40deg) scaleY(1.5);
  }
  .main-nav-m .title i::after {
    right: 46%;
    transform: rotate(-40deg) scaleY(1.5);
    -webkit-transform: rotate(-40deg) scaleY(1.5);
  }
  .main-nav-m .title.active i::before {
    transform: rotate(-40deg) scaleY(1.5);
    -webkit-transform: rotate(-40deg) scaleY(1.5);
  }
  .main-nav-m .title.active i::after {
    transform: rotate(40deg) scaleY(1.5);
    -webkit-transform: rotate(40deg) scaleY(1.5);
  }
  .main-nav-m ul {
    display: none;
    position: absolute;
    top: 45px;
    width: 100%;
    padding: 0 10px;
    background: rgba(51, 51, 51, 0.8);
    color: #fff;
  }
  .main-nav-m ul li {
    animation: ReturnToNormal 0.5s both;
    -webkit-animation: ReturnToNormal 0.5s both;
  }
  .main-nav-m ul li a {
    display: block;
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.55);
  }
  .banner {
    height: 3rem;
  }
  .in-page a {
    display: none;
  }
  .in-page a.upper,
  .in-page a.lower,
  .in-page a.cur {
    display: inline-block;
  }
  .in-page a.cur {
    margin: 0 2px;
  }
  .fix-video .video-wrap {
    max-width: 90%;
  }
  .fix-search {
    padding: 0 15px;
  }
  .fix-search .search {
    height: 65px;
    padding-left: 0;
    background: none;
  }
  .fix-search .txt {
    font-size: 20px;
    text-align: left;
    padding: 0 10px;
  }
  .fix-search .btn {
    font-size: 22px;
    color: #777;
  }
}
@media (max-width: 480px) {
  .f28 {
    font-size: 0.35rem;
  }
  .i-banner .slick-dots {
    display: none !important;
  }
  .list {
    text-align: center;
  }
  .f54 {
    font-size: 0.54rem;
  }
  .f30 {
    font-size: 0.32rem;
  }
  .a-btn {
    line-height: 0.45rem;
    width: 1.3rem;
    height: 0.45rem;
  }
  .i-pro-rl,
  .i-pro-rr {
    width: 100% !important;
    float: none;
  }
  .mauto {
    padding-left: 0;
    padding-right: 0;
  }
  .dep .dep-t {
    width: 100%;
    margin: 0;
  }
  .dep > li.fr::after {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    right: 92.6%;
    top: 50%;
    background: none;
    border-radius: 50%;
    border: 0 solid #ccc;
    left: auto;
  }
  .dep li a .dep-l {
    clear: both;
    padding: 0;
    width: 100%;
    order: 2;
  }

  .dep li a .dep-l h1 {
    width: 60%;
    float: left;
    text-align: left;
  }
  .dep li a .dep-l h2 {
    width: 40%;
    padding: 0;
    float: left;
    text-align: right;
    margin-top: 4.5%;
  }
  .dep-t h1 {
    text-align: left;
  }
  .dep-t h2 {
    text-align: left;
  }
  .dep li::after {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    left: 92.71%;
    top: 50%;
    background: none;
    border-radius: 50%;
    border: 0 solid #ccc;
  }
  .dep li a {
    margin-right: 0;
    margin-left: 0 !important;
  }
  .dep li .dfcc {
    -webkit-flex-direction: column;
    flex-direction: column;
    border-bottom: 1px dotted #ccc;
  }
  .news-ul li {
    float: none;
    width: 100%;
    padding-right: 0;
    padding-left: 0 !important;
  }
  .pro-list-r ul li {
    width: 100%;
    float: none;
  }
  .stx-ul li .stx-xr {
    height: auto;
    min-height: 55px;
  }
  .w300,
  .yzm {
    line-height: 40px;
    height: 40px;
  }
  .s-btn {
    height: 40px;
    line-height: 40px;
    width: 100%;
  }
}
@keyframes resize {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale(5, 5);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1);
  }
}
@-webkit-keyframes resize {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale(5, 5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
  }
}
@keyframes ReturnToNormal {
  from {
    opacity: 0;
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
  }
  to {
    opacity: 1;
    transform-origin: right bottom;
    transform: none;
  }
}
@-webkit-keyframes ReturnToNormal {
  from {
    opacity: 0;
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
  }
  to {
    opacity: 1;
    -webkit-transform-origin: right bottom;
    -webkit-transform: none;
  }
}
@media (max-width: 520px) {
  .i-about .list .item {
    width: calc(50% - 50px);
    float: left;
    margin: 5px 25px;
  }
}
.LMList li h1 {
  width: 70px;
}
.LMList li .dib .borcc {
  width: calc(100% - 75px);
  box-sizing: border-box;
}

/* 主要显示内容最大宽度设置 */
.i-main {
    max-width: 1400px;
    margin: 0 auto;
  }