* {
  margin: 0;
  padding: 0;
}
/* 定义网站色值 */
.mc {
  color: #d70c18;
}
.fc {
  color: #474747;
}
.wc {
  color: #ffffff;
}
.grc {
  color: #cccccc;
}
.d-gc {
  color: #a4a4a4;
}
.rc {
  color: #c6181a;
}
.oc {
  color: #ffb11e;
}
.yc {
  color: #c5ab82;
}
.gc {
  color: #8aff3c;
}
.bc {
  color: #2988cc;
}
/* 初始定义 */
@font-face {
  font-family: 'BrownStd-Regular';
  src: url('fonts/BrownStd-Regular.woff.eot');
  src: local('☺'), url('fonts/BrownStd-Regular.woff.woff') format('woff'), url('fonts/BrownStd-Regular.woff.ttf') format('truetype'), url('fonts/BrownStd-Regular.woff.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'BrownStd-Bold';
  src: url('fonts/BrownStd-Bold.eot');
  src: local('☺'), url('fonts/BrownStd-Bold.woff') format('woff'), url('fonts/BrownStd-Bold.ttf') format('truetype'), url('fonts/BrownStd-Bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'BrownStd-Light';
  src: url('fonts/BrownStd-Light.woff.eot');
  src: local('☺'), url('fonts/BrownStd-Light.woff.woff') format('woff'), url('fonts/BrownStd-Light.woff.ttf') format('truetype'), url('fonts/BrownStd-Light.woff.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
.en-b {
  font-family: 'BrownStd-Bold';
}
.en-m {
  font-family: 'BrownStd-Regular';
}
.en-l {
  font-family: 'BrownStd-Light';
}
.line {
  width: 100%;
  height: 1px;
  background-color: #cccccc;
  display: inline-block;
}
.shadow {
  box-shadow: 0 30px 60px -2px rgba(77, 81, 84, 0.1);
}
.sh1 {
  box-shadow: 0 10px 30px -10px rgba(201, 22, 30, 0.33);
}
.sh2 {
  box-shadow: 0 10px 30px -10px rgba(15, 75, 149, 0.33);
}
.txt-shadow {
  text-shadow: 0 8px 14px rgba(21, 39, 39, 0.14);
}
.over-2 {
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.over-3 {
  line-height: 24px;
  height: 72px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.scroll-animate.animated:not(.go) {
  opacity: 0;
}
.text_overflow {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
[data-ahref],
a {
  cursor: pointer;
}
h1,
h2,
h3,
h4 {
  font-weight: 500;
}
h2.over-2 {
  height: 64px;
  line-height: 32px;
}
h1 {
  margin-bottom: 0.3rem;
}
h3 {
  margin-bottom: 0.2rem;
}
p {
  font-size: 15px;
}
input {
  -webkit-appearance: none;
  border-radius: 0;
}
.transi {
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
.max-wid {
  width: 80%;
 
  margin: auto;
  
    max-width: 700px;
}
.full {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.f-light {
  font-weight: lighter;
}
.f-bold {
  font-weight: bold;
}
.f-500 {
  font-weight: 500;
}
.f-left {
  text-align: left;
}
.f-center {
  text-align: center;
}
.f-right {
  text-align: right;
}
.up-word {
  text-transform: uppercase;
}
.v-show {
  visibility: visible;
}
.v-hide {
  visibility: hidden;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
.wid-10 {
  width: 10%;
}
.wid-15 {
  width: 15%;
}
.wid-20 {
  width: 20%;
}
.wid-25 {
  width: 25%;
}
.wid-30 {
  width: 30%;
}
.wid-35 {
  width: 35%;
}
.wid-40 {
  width: 40%;
}
.wid-45 {
  width: 45%;
}
.wid-50 {
  width: 50%;
}
.wid-55 {
  width: 55%;
}
.wid-60 {
  width: 60%;
}
.wid-65 {
  width: 65%;
}
.wid-70 {
  width: 70%;
}
.wid-75 {
  width: 75%;
}
.wid-80 {
  width: 80%;
}
.wid-85 {
  width: 85%;
}
.wid-90 {
  width: 90%;
}
.wid-95 {
  width: 95%;
}
.wid-100 {
  width: 100%;
}
.op-0 {
  opacity: 0;
}
.op-1 {
  opacity: 0.1;
}
.op-2 {
  opacity: 0.2;
}
.op-3 {
  opacity: 0.3;
}
.op-4 {
  opacity: 0.4;
}
.op-5 {
  opacity: 0.5;
}
.op-6 {
  opacity: 0.6;
}
.op-7 {
  opacity: 0.7;
}
.op-8 {
  opacity: 0.8;
}
.op-9 {
  opacity: 0.9;
}
.op-10 {
  opacity: 1;
}
.layout-middle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.layout-v-middle {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.layout-h-middle {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.pa-v {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.pa-h {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.pa-mid {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.pic {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
.pic .img-w {
  position: absolute !important;
  width: 100% !important;
  min-height: 100% !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  -ms-transform: translateY(-50%) !important;
  -moz-transform: translateY(-50%) !important;
  -webkit-transform: translateY(-50%) !important;
  -o-transform: translateY(-50%) !important;
  display: block;
}
.pic .img-h {
  position: absolute !important;
  height: 100% !important;
  min-width: 100% !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  -ms-transform: translateX(-50%) !important;
  -moz-transform: translateX(-50%) !important;
  -webkit-transform: translateX(-50%) !important;
  -o-transform: translateX(-50%) !important;
  display: block;
}
.pic img.w-h {
  width: 100%;
  max-width: 100%;
  opacity: 0;
}
.pic img.lazy {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
}
.f-50 {
  font-size: 50px;
}
.f-48 {
  font-size: 48px;
}
.f-46 {
  font-size: 46px;
}
.f-44 {
  font-size: 44px;
}
.f-42 {
  font-size: 42px;
}
.f-40 {
  font-size: 40px;
}
.f-38 {
  font-size: 38px;
}
.f-36 {
  font-size: 36px;
}
.f-34 {
  font-size: 34px;
}
.f-32 {
  font-size: 32px;
}
.f-30 {
  font-size: 30px;
}
.f-28 {
  font-size: 28px;
}
.f-26 {
  font-size: 26px;
}
.f-24 {
  font-size: 24px;
}
.f-22 {
  font-size: 22px;
}
.f-20 {
  font-size: 20px;
}
.f-18 {
  font-size: 18px;
}
.f-16 {
  font-size: 16px;
}
.f-14 {
  font-size: 16px;
}
.f-12 {
  font-size: 12px;
}
@media screen and (max-width: 1440px) {
  .f-50 {
    font-size: 48px;
  }
  .f-48 {
    font-size: 44px;
  }
  .f-44 {
    font-size: 40px;
  }
  .f-42 {
    font-size: 38px;
  }
  .f-40 {
    font-size: 38px;
  }
  .f-38 {
    font-size: 36px;
  }
  .f-36 {
    font-size: 36px;
  }
  .f-34 {
    font-size: 32px;
  }
  .f-32 {
    font-size: 28px;
  }
  .f-30 {
    font-size: 28px;
  }
  .f-28 {
    font-size: 26px;
  }
  .f-26 {
    font-size: 24px;
  }
  .f-24 {
    font-size: 22px;
  }
  .f-22 {
    font-size: 20px;
  }
  .f-20 {
    font-size: 18px;
  }
  .f-18 {
    font-size: 16px;
  }
  .f-16 {
    font-size: 14px;
  }
  .f-14 {
    font-size: 14px;
  }
  .f-12 {
    font-size: 12px;
  }
}
/*省市区三级联动*/
.layout-adr {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.layout-adr .parent {
  display: inline-block;
  position: relative;
  font-size: 14px;
  margin: 0 15px;
  text-decoration: none;
  cursor: default;
  padding-bottom: 10px;
}
.layout-adr .parent .con {
  position: relative;
  min-width: 120px;
  padding: 0 26px 0 8px;
  height: 45px;
  line-height: 45px;
  background-color: #fff;
  border: 1px solid #dedede;
  border-radius: 3px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
.layout-adr .parent .con span {
  display: inline;
  padding: 5px 12px;
  border-radius: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: top;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
.layout-adr .parent .adr-down {
  position: absolute;
  display: none;
  opacity: 1;
  width: 100%;
  top: 100%;
  border-top: 1px solid #dedede;
}
.layout-adr .parent .adr-down > ul {
  line-height: 36px;
  position: relative;
  margin: 0;
  padding: 0;
  background: #fff;
  z-index: 999999999;
  overflow-y: auto;
  overflow-x: hidden;
  border: 1px solid #dedede;
  border-top: 0;
  max-height: 220px;
}
.layout-adr .parent .adr-down > ul > li {
  padding-left: 8px;
  background: #ffffff;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  margin: 0;
  list-style: none;
  color: #888;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.layout-adr .parent .adr-down > ul > li:hover {
  background-color: #d70c18;
  color: #fff;
}
.layout-adr .parent .adr-down:after {
  content: "◆";
  position: absolute;
  top: 0px;
  left: 50%;
  right: 0px;
  opacity: 0;
  text-align: center;
  font-size: 20px;
  line-height: 8px;
  margin-top: -5px;
  color: #ffffff;
  height: 10px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0);
}
.layout-adr .parent .adr-down.on {
  display: block;
}
.layout-adr .parent:after {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 20px;
  right: 12px;
  display: block;
  border: 6px solid #999;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.layout-adr .parent:hover .con {
  border-color: #d70c18;
}
.layout-adr.adr-inline .parent .con {
  padding-left: 4px;
}
.layout-adr.adr-inline .parent .con span:hover {
  background-color: #d70c18;
  color: #fff;
}
.component {
  margin: 0 auto;
  position: relative;
  margin-bottom: 0.4rem;
  max-width: 100%;
}
.component > ul {
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0 auto;
}
.component > ul > li {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  z-index: 9;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.component > ul > li > img {
  display: block;
  max-width: 100%;
  opacity: 0;
  max-height: 100%;
}
.component > ul .current {
  opacity: 1;
  pointer-events: auto;
  z-index: 10;
}
.component nav > a {
  position: absolute;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #5b4c5c;
  outline: none;
  overflow: visible;
  text-align: center;
  top: 50%;
  z-index: 1100;
  color: #fff;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.component nav .moveNext {
  right: 0;
}
.component .Tcon {
  position: absolute;
  width: 80%;
  height: 90%;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  z-index: 11;
}
.component .Tcon > small {
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  width: max-content;
}
.component .Tcon > small > .Tpage {
  color: #fff;
  font-size: 0.2rem;
}
.component .Tcon .txtChange {
  position: relative;
  height: 100%;
  width: 100%;
}
.component .Tcon .txtChange > [data-txt] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 50%;
  height: max-content;
  color: #fff;
  text-align: center;
  font-size: 0.24rem;
  pointer-events: none;
  transition: all 0.4s;
  -webkit-perspective: 1600px;
  perspective: 1600px;
}
.component .Tcon .txtChange > [data-txt].on {
  opacity: 1;
  pointer-events: auto;
}
.component .Tcon .txtChange > [data-txt].txtHide {
  -webkit-animation: scaleUp 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
  animation: scaleUp 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
}
.component .Tcon .txtChange > [data-txt].txtShow {
  -webkit-animation: scaleDownUp 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
  animation: scaleDownUp 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
}
.component .Tcon .pageChange {
  position: absolute;
  width: max-content;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.component .Tcon .pageChange > li {
  background-color: #fff;
  display: inline-block;
  float: left;
  width: 0.3rem;
  height: 0.1rem;
  line-height: 0.1rem;
  margin: 0.2rem 0.2rem;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
.component .Tcon .pageChange > li.on {
  background-color: #000;
}
.component-small {
  width: 650px;
  height: 290px;
}
.component-small > ul {
  width: 450px;
}
.component-fullwidth {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  background: transparent;
}
.component-fullwidth > ul {
  overflow: hidden;
}
.component-fullwidth > ul > li {
  overflow: hidden;
}
.component-fullwidth > ul > li > img {
  min-width: 100%;
  max-width: none;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.component-transparent {
  width: 900px;
  height: 500px;
}
.component-transparent > ul {
  width: 112px;
}
.webGL-slider {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  z-index: 5;
}
.webGL-slider > img {
  width: 100%;
  max-width: 100%;
  position: relative;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
}
.webGL-slider canvas {
  position: absolute;
  z-index: 2;
}
.webGL-slider .pagination {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5vw;
  z-index: 6;
}
.webGL-slider .pagination > [data-slide] {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  width: 16px;
  height: 16px;
  background-color: #FFFFFF;
  border-radius: 100%;
  padding: 0;
  margin: 30px 0;
  cursor: pointer;
  position: relative;
  opacity: 0.2;
  transition: opacity 0.2s ease-in-out;
  outline: none;
}
.webGL-slider .pagination > [data-slide].on {
  opacity: 1;
}
.webGL-slider a.move-prev {
  position: absolute;
  bottom: 100%;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  margin: 0;
  color: #fff;
  background-color: transparent;
  font-size: 24px;
  opacity: 0.6;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
.webGL-slider a.move-prev:hover {
  opacity: 1;
}
.webGL-slider a.move-next {
  position: absolute;
  top: 100%;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  margin: 0;
  color: #fff;
  background-color: transparent;
  font-size: 24px;
  opacity: 0.6;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
.webGL-slider a.move-next:hover {
  opacity: 1;
}
.webGL-slider .txt-item {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
}
.webGL-slider .txt-item > li {
  position: absolute;
  top: 50%;
  left: 10vw;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.webGL-slider .txt-item > li > a {
  position: absolute;
  display: inline-block;
  top: 30vh;
  left: 0;
}
.webGL-slider .txt-item > li > a > i {
  font-size: 32px;
  opacity: 0;
  vertical-align: middle;
  display: inline-block;
  animation: fadeInLeftSmall 1.5s ease forwards;
  animation-delay: 1s;
}
/*弹窗*/
.dialog {
  position: fixed;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  pointer-events: none;
  visibility: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
}
.dialog .dialog_mask {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1001;
  background: rgba(55, 58, 71, 0.6);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-backface-visibility: hidden;
}
.dialog .dialog_content {
  width: 50%;
  max-width: 560px;
  min-width: 290px;
  background: #fff;
  padding: 4em;
  text-align: center;
  position: relative;
  z-index: 1005;
  opacity: 0;
}
.dialog .dialog_content .box video {
  width: 100%;
}
.dialog.dialog--open,
.dialog.dialog--close {
  visibility: visible;
}
.dialog.dialog--open .dialog_mask,
.dialog.dialog--close .dialog_mask {
  opacity: 1;
  pointer-events: auto;
}
.dialog.dialog--open .dialog_content,
.dialog.dialog--close .dialog_content {
  opacity: 1;
  pointer-events: auto;
}
.dialog.dialog--close .dialog_mask {
  opacity: 0;
}
p {
  margin-bottom: 20px;
}
/*animate补充动画*/
@keyframes fadeInLeftSmall {
  from {
    opacity: 0;
    transform: translate3d(-10px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeftSmall {
  animation-name: fadeInLeftSmall;
}
@keyframes fadeInRightSmall {
  from {
    opacity: 0;
    transform: translate3d(10px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRightSmall {
  animation-name: fadeInRightSmall;
}
@keyframes fadeInDownSmall {
  from {
    opacity: 0;
    transform: translate3d(0%, -10px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDownSmall {
  animation-name: fadeInDownSmall;
}
@keyframes fadeOutDownSmall {
  from {
    opacity: 1;
    transform: none;
  }
  to {
    opacity: 0;
    transform: translate3d(0%, 10px, 0);
  }
}
.fadeOutDownSmall {
  animation-name: fadeOutDownSmall;
}
@keyframes fadeInUpSmall {
  from {
    opacity: 0;
    transform: translate3d(0%, 10px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUpSmall {
  animation-name: fadeInUpSmall;
}
@keyframes scaleIn {
  0% {
    opacity: 0;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
  }
}
.scaleIn {
  animation-name: scaleIn;
}
.c1 {
  position: relative;
  width: 100%;
  padding-bottom: 34.5%;
  min-height: 380px;
}
.c1 > .bg {
  width: 50%;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.c1 .itemwrap {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
}
.c1 .itemwrap .box {
  display: flex;
  height: 100%;
  align-items: stretch;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  z-index: 999;
}
.c1 .itemwrap .box > a {
  display: flex;
  height: 100%;
  align-items: stretch;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  pointer-events: none;
  z-index: 999;
}
.c1 .itemwrap .box .col {
  width: 55%;
  background-color: #fff;
  position: relative;
}
.c1 .itemwrap .box .col .pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.c1 .itemwrap .box .col:nth-of-type(2) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 45%;
  padding: 0.4rem 0.6rem;
  background: url(../img/bg1.png) bottom right no-repeat #ffffff;
  background-size: 50%;
}
.c1 .itemwrap .box .col .msg {
  max-width: 100%;
}
.c1 .itemwrap .box .col .msg .topic {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-bottom: 0.3rem;
}
.c1 .itemwrap .box .col .msg .topic > span:nth-of-type(1) {
  font-size: 80px;
  margin-right: 14px;
  line-height: 80px;
  border-bottom: 3px solid #d70c18;
}
.c1 .itemwrap .box .col .msg .topic > span:nth-of-type(2) {
  margin-bottom: 7px;
}
.c1 .itemwrap .box .col .msg .topic > span:nth-of-type(2) > em {
  font-size: 16px;
  line-height: 1;
  font-style: normal;
  display: block;
}
.c1 .itemwrap .box .col .msg .topic > span:nth-of-type(2) > small {
  font-size: 16px;
  line-height: 1;
}
.c1 .itemwrap .box .col .msg .mid h2,
.c1 .itemwrap .box .col .msg .mid span,
.c1 .itemwrap .box .col .msg .mid p {
  max-width: 100%;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
.c1 .itemwrap .box .col .msg .other {
  text-align: right;
}
.c1 .itemwrap .box .col .msg .other .go-more {
  color: #000;
  position: relative;
  display: inline-block;
  padding-left: 30px;
  height: 40px;
  line-height: 40px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
.c1 .itemwrap .box .col .msg .other .go-more .arrow {
  font-size: 12px;
  vertical-align: top;
  margin-left: 10px;
}
.c1 .itemwrap .box .col .msg .other .go-more:hover {
  color: #d70c18;
}
.c1 .itemwrap .box .col .msg .other .go-more:hover .arrow {
  border-color: transparent transparent transparent #d70c18;
}
.c1 .itemwrap .box.on {
  opacity: 1;
  box-shadow: 0 30px 60px -2px rgba(77, 81, 84, 0.1);
  pointer-events: auto;
  z-index: 900;
}
.c1 .itemwrap .box:hover h2 {
  color: #d70c18;
}
.c1 .itemwrap .box:hover .col .other .go-more {
  color: #d70c18;
}
.c1 .itemwrap .box:hover .col .other .go-more .arrow {
  border-color: transparent transparent transparent #d70c18;
}
.c1 .pager {
  position: absolute;
  top: 100%;
  width: 100%;
  height: 1.4rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.c1 .pager .p-prev {
  width: 0.55rem;
  height: 0.55rem;
  line-height: 0.55rem;
  text-align: center;
  background-color: #cccccc;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  cursor: pointer;
  font-size: 0.32rem;
}
.c1 .pager .p-prev:hover {
  background-color: #d70c18;
}
.c1 .pager .p-next {
  width: 0.55rem;
  height: 0.55rem;
  line-height: 0.55rem;
  text-align: center;
  background-color: #cccccc;
  margin-left: 10px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  cursor: pointer;
  font-size: 0.32rem;
}
.c1 .pager .p-next:hover {
  background-color: #d70c18;
}
.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
#bloc {
  z-index: 5;
}
.after-inner #top {
  overflow: hidden;
}
.after-inner #top .m-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  animation: pic_m 3s ease;
}
.after-inner #top .msg {
  z-index: 10;
}
.after-inner #top .msg > span {
  font-size: .5rem;
  left: calc(50% - 50px) !important;
  right: auto!important;
  animation: w1 0.8s ease;
  animation-fill-mode: both;
}
.after-inner #top .msg > span > em {
  animation: w2 0.5s ease;
  animation-delay: 0.8s;
  animation-fill-mode: both;
}
@keyframes w1 {
  0% {
    width: 0;
  }
  100% {
    width: 100px;
  }
}
@keyframes w2 {
  0% {
    width: 0;
  }
  100% {
    width: 50%;
  }
}
#new {
  height: auto;
  background-color: #fff;
  padding-top: .8rem;
}
#new #top {
  padding-top: 5vw;
  padding-bottom: calc(4vw + 1rem);
  background-size: cover;
}
#new #top .title {
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  font-size: 28px;
  margin-bottom: 0.3rem;
}
#new #top .rowMain {
  position: relative;
  z-index: 10;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#new #top .rowMain .wrap {
  max-width: 100%;
  position: relative;
  width: 100%;
  padding-bottom: 34.5%;
  min-height: 380px;
}
#new #top .rowMain .wrap > .bg {
  width: 50%;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
#new #top .rowMain .wrap .itemwrap {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
}
#new #top .rowMain .wrap .itemwrap .box {
  display: flex;
  height: 100%;
  align-items: stretch;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  z-index: 999;
}
#new #top .rowMain .wrap .itemwrap .box > a {
  display: flex;
  height: 100%;
  align-items: stretch;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  pointer-events: none;
  z-index: 999;
}
#new #top .rowMain .wrap .itemwrap .box .col {
  width: 55%;
  background-color: #fff;
  position: relative;
}
#new #top .rowMain .wrap .itemwrap .box .col .pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#new #top .rowMain .wrap .itemwrap .box .col:nth-of-type(2) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 45%;
  padding: 0.4rem 0.6rem;
  background: url(../img/bg1.png) bottom right no-repeat #ffffff;
  background-size: 50%;
}
#new #top .rowMain .wrap .itemwrap .box .col .msg {
  max-width: 100%;
}
#new #top .rowMain .wrap .itemwrap .box .col .msg .topic {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-bottom: 0.3rem;
}
#new #top .rowMain .wrap .itemwrap .box .col .msg .topic > span:nth-of-type(1) {
  font-size: 80px;
  margin-right: 14px;
  line-height: 80px;
  border-bottom: 3px solid #d70c18;
}
#new #top .rowMain .wrap .itemwrap .box .col .msg .topic > span:nth-of-type(2) {
  margin-bottom: 7px;
}
#new #top .rowMain .wrap .itemwrap .box .col .msg .topic > span:nth-of-type(2) > em {
  font-size: 16px;
  line-height: 1;
  font-style: normal;
  display: block;
}
#new #top .rowMain .wrap .itemwrap .box .col .msg .topic > span:nth-of-type(2) > small {
  font-size: 16px;
  line-height: 1;
}
#new #top .rowMain .wrap .itemwrap .box .col .msg .mid h2,
#new #top .rowMain .wrap .itemwrap .box .col .msg .mid span,
#new #top .rowMain .wrap .itemwrap .box .col .msg .mid p {
  max-width: 100%;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
#new #top .rowMain .wrap .itemwrap .box .col .msg .other {
  text-align: right;
}
#new #top .rowMain .wrap .itemwrap .box .col .msg .other .go-more {
  color: #000;
  position: relative;
  display: inline-block;
  padding-left: 30px;
  height: 40px;
  line-height: 40px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
#new #top .rowMain .wrap .itemwrap .box .col .msg .other .go-more .arrow {
  font-size: 12px;
  vertical-align: top;
  margin-left: 10px;
}
#new #top .rowMain .wrap .itemwrap .box .col .msg .other .go-more:hover {
  color: #d70c18;
}
#new #top .rowMain .wrap .itemwrap .box .col .msg .other .go-more:hover .arrow {
  border-color: transparent transparent transparent #d70c18;
}
#new #top .rowMain .wrap .itemwrap .box.on {
  opacity: 1;
  box-shadow: 0 30px 60px -2px rgba(77, 81, 84, 0.1);
  pointer-events: auto;
  z-index: 900;
}
#new #top .rowMain .wrap .itemwrap .box:hover h2 {
  color: #d70c18;
}
#new #top .rowMain .wrap .itemwrap .box:hover .col .other .go-more {
  color: #d70c18;
}
#new #top .rowMain .wrap .itemwrap .box:hover .col .other .go-more .arrow {
  border-color: transparent transparent transparent #d70c18;
}
#new #top .rowMain .wrap .pager {
  position: absolute;
  top: 100%;
  width: 100%;
  height: 1.4rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#new #top .rowMain .wrap .pager .p-prev {
  width: 0.55rem;
  height: 0.55rem;
  line-height: 0.55rem;
  text-align: center;
  background-color: #cccccc;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  cursor: pointer;
  font-size: 0.32rem;
}
#new #top .rowMain .wrap .pager .p-prev:hover {
  background-color: #d70c18;
}
#new #top .rowMain .wrap .pager .p-next {
  width: 0.55rem;
  height: 0.55rem;
  line-height: 0.55rem;
  text-align: center;
  background-color: #cccccc;
  margin-left: 10px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  cursor: pointer;
  font-size: 0.32rem;
}
#new #top .rowMain .wrap .pager .p-next:hover {
  background-color: #d70c18;
}
#new #main {
  padding: 3vw 0 5vw 0;
}
#new #main .items .list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 0;
  position: relative;
  border-bottom: 1px solid #eee;
  opacity: 0;
}
#new #main .items .list .col:nth-of-type(1) {
  width: 64%;
}
#new #main .items .list .col:nth-of-type(1) h3 {
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
#new #main .items .list .col:nth-of-type(2) {
  width: 28.5%;
  padding-bottom: 17.8%;
}
#new #main .items .list:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #d70c18;
  height: 1px;
  width: 0;
  opacity: 0;
  transition: all 0.6s ease-out;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  -ms-transition: all 0.6s ease-out;
}
#new #main .items .list:hover h3 {
  color: #d70c18;
}
#new #main .items .list:hover:after {
  opacity: 1;
  width: 100%;
}
#new-video {
  height: auto;
  padding-top: .8rem;
  background-color: #fff;
}
#new-video #top {
  position: relative;
  padding: 5vw 0 6vw 0;
  background-size: cover;
  background-repeat: no-repeat;
}
#new-video #top .title h1 {
  margin-bottom: 0.2rem;
}
#new-video #top .con {
  position: relative;
  line-height: 1;
}
#new-video #top .con > img {
  display: block;
}
#new-video #top .con .msg {
  position: absolute;
  z-index: 10;
  left: 5%;
  bottom: 5%;
  line-height: 1.6;
}
#new-video #top .con .a-play {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  line-height: 60px;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 12;
}
#new-video #top .con .a-play .cir {
  width: 100%;
  animation: roll 3s linear infinite;
}
#new-video #top .con .a-play > em {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  line-height: 60px;
  text-align: center;
  color: #fff;
}
#new-video #top .con .a-play > span {
  position: absolute;
  width: 100%;
  text-align: center;
  height: 32px;
  line-height: 32px;
  top: 100%;
  left: 0;
}
#new-video #top .con:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 4;
  background-color: rgba(0, 0, 0, 0.3);
}
#new-video #main {
  padding: 5vw 0 6vw 0;
}
#new-video #main .max-wid {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
#new-video #main .max-wid .box {
  width: 47%;
  padding: 3% 2%;
  background-color: #fff;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  margin: 2vw 0;
  cursor: pointer;
}
#new-video #main .max-wid .box .pic {
  padding-bottom: 46%;
  position: relative;
}
#new-video #main .max-wid .box .pic:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.3);
}
#new-video #main .max-wid .box .pic .a-play {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  line-height: 60px;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 12;
}
#new-video #main .max-wid .box .pic .a-play .cir {
  width: 100%;
  animation: roll 3s linear infinite;
}
#new-video #main .max-wid .box .pic .a-play > em {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  line-height: 60px;
  text-align: center;
  color: #fff;
}
#new-video #main .max-wid .box .pic .a-play > span {
  position: absolute;
  width: 100%;
  text-align: center;
  height: 32px;
  line-height: 32px;
  top: 100%;
  left: 0;
}
#new-video #main .max-wid .box .msg {
  padding-top: 24px;
}
#new-video #main .max-wid .box .msg h3 {
  margin-bottom: 5px;
}
#new-video #main .max-wid .box .msg small {
  display: inline-block;
  margin-top: 10px;
}
#new-video #main .max-wid .box:hover {
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}
#about_layer {
  height: auto;
  background-color: #fff;
  padding-top: .8rem;
}
#about_layer #top {
  width: 100%;
  padding-bottom: 50%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}
#about_layer #top .msg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  text-align: center;
  padding-bottom: 1.2rem;
  max-width: 1600px;
  width: 84%;
  left: 8%;
}
#about_layer #top .msg p {
  width: 80%;
  margin: auto;
}
#about_layer #top .blur {
  max-width: 1600px;
  width: 90%;
  left: 5%;
  display: flex;
  position: absolute;
  bottom: 12%;
  height: 1.2rem;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
  pointer-events: none;
}
#about_layer #top .blur .pic {
  position: absolute;
  left: -5vw;
  width: 100vw;
  padding-bottom: 50vw;
  bottom: -6vw;
  filter: blur(12px);
}
#about_layer #top .tree {
  max-width: 1600px;
  width: 90%;
  left: 5%;
  display: flex;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  bottom: 12%;
  height: 1.2rem;
  justify-content: flex-start;
  align-items: center;
}
#about_layer #top .tree > li {
  height: 100%;
  width: 25%;
  cursor: pointer;
  position: relative;
}
#about_layer #top .tree > li > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
#about_layer #top .tree > li > a > i {
  width: 0.8rem;
  height: 0.8rem;
  line-height: 0.8rem;
  text-align: center;
  text-align: left;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  font-size: 62px;
}
#about_layer #top .tree > li > a > span > small,
#about_layer #top .tree > li > a > span > span {
  display: block;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
#about_layer #top .tree > li > a:hover,
#about_layer #top .tree > li > a.on {
  background-color: #d70c18;
}
#about_layer #top .tree > li > a:hover > i,
#about_layer #top .tree > li > a.on > i {
  color: #fff;
}
#about_layer #top .tree > li > a:hover > span > span,
#about_layer #top .tree > li > a.on > span > span,
#about_layer #top .tree > li > a:hover > span > small,
#about_layer #top .tree > li > a.on > span > small {
  color: #fff;
}
#about_layer #top .tree > li:not(:first-of-type):after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  height: 50%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.18);
}
#about_layer #top .tree > span {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  background-color: rgba(215, 12, 24, 0.8);
  width: 0;
  transition: all 1.6s ease-out;
  -webkit-transition: all 1.6s ease-out;
  -moz-transition: all 1.6s ease-out;
  -o-transition: all 1.6s ease-out;
  -ms-transition: all 1.6s ease-out;
}
#about_layer #top .tree > span.go {
  width: 100%;
}
#about_layer #main {
  margin-bottom: 1rem;
}
#about_layer #main .items .list {
  position: relative;
  padding-top: 120px;
  margin-top: 8vw;
}
#about_layer #main .items .list .num {
  position: absolute;
  z-index: 4;
  font-size: 2rem;
  color: #d70c18;
  top: 0;
  width: 100%;
  text-align: center;
  height: 200px;
  line-height: 200px;
}
#about_layer #main .items .list .box {
  padding: 1rem 0 0.5rem 0;
  background-color: #fff;
  box-shadow: 0 10px 40px -4px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 10;
  overflow: hidden;
}
#about_layer #main .items .list .box .r {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
#about_layer #main .items .list .box .r:nth-of-type(1) {
  align-items: flex-start;
}
#about_layer #main .items .list .box .r:nth-of-type(1) .col {
  width: 50%;
}
#about_layer #main .items .list .box .r:nth-of-type(1) .col:nth-of-type(1) {
  padding: 0 0.5rem;
}
#about_layer #main .items .list .box .r:nth-of-type(1) .col:nth-of-type(1) .topic {
  line-height: 1.2;
}
#about_layer #main .items .list .box .r:nth-of-type(1) .col:nth-of-type(1) .line {
  margin-bottom: 20px;
  margin-top: 20px;
  position: relative;
}
#about_layer #main .items .list .box .r:nth-of-type(1) .col:nth-of-type(1) .line > em {
  position: absolute;
  height: 3px;
  width: 50px;
  background-color: #d70c18;
  left: 0;
  top: 0;
}
#about_layer #main .items .list .box .r:nth-of-type(1) .col:nth-of-type(2) {
  padding-bottom: 30%;
}
#about_layer #main .items .list .box .r:nth-of-type(2) {
  padding: 40px 50px 0 50px;
  align-items: flex-start;
}
#about_layer #main .items .list .box .r:nth-of-type(2) .child {
  padding-left: 70px;
  position: relative;
  padding-top: 20px;
  width: 50%;
}
#about_layer #main .items .list .box .r:nth-of-type(2) .child:nth-of-type(2n+1) {
  padding-right: 50px;
}
#about_layer #main .items .list .box .r:nth-of-type(2) .child .icon {
  position: absolute;
  left: 0;
  top: 20px;
  height: 50px;
  font-size: 50px;
  color: #a0a0a0;
}
#about_layer #main .items .list .box .r:nth-of-type(2) .child h5 {
  font-weight: 500;
}
#about_layer #main .items .list:nth-of-type(2n+2) .r:nth-of-type(1) .col:nth-of-type(2) {
  padding: 0 0.5rem;
}
#about_layer #main .items .list:nth-of-type(2n+2) .r:nth-of-type(1) .col:nth-of-type(2) .topic {
  line-height: 1.2;
}
#about_layer #main .items .list:nth-of-type(2n+2) .r:nth-of-type(1) .col:nth-of-type(2) .line {
  margin-bottom: 20px;
  margin-top: 20px;
  position: relative;
}
#about_layer #main .items .list:nth-of-type(2n+2) .r:nth-of-type(1) .col:nth-of-type(2) .line > em {
  position: absolute;
  height: 3px;
  width: 50px;
  background-color: #d70c18;
  left: 0;
  top: 0;
}
#about_layer #main .items .list:nth-of-type(2n+2) .r:nth-of-type(1) .col:nth-of-type(1) {
  padding-bottom: 30%;
}
#about_layer #btm {
  position: fixed;
  top: .8rem;
  text-align: center;
  width: 100%;
  border-top: 1px solid #eee;
  background-color: #fff;
  z-index: 100;
  transform: translateY(-0.4rem);
  -webkit-transform: translateY(-0.4rem);
  -moz-transform: translateY(-0.4rem);
  -o-transform: translateY(-0.4rem);
  -ms-transform: translateY(-0.4rem);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
#about_layer #btm > ul {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.8rem;
  border-bottom: 1px solid #eee;
}
#about_layer #btm > ul > li {
  text-align: center;
  height: 0.8rem;
  line-height: 0.8rem;
  padding: 0 0.5rem;
  border-right: 1px solid #eee;
  cursor: pointer;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
#about_layer #btm > ul > li > i {
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  color: #a4a4a4;
  font-size: 40px;
  vertical-align: middle;
  margin-right: 20px;
}
#about_layer #btm > ul > li > span {
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  color: #a4a4a4;
}
#about_layer #btm > ul > li:first-of-type {
  border-left: 1px solid #eee;
}
#about_layer #btm > ul > li.on {
  background-color: #d70c18;
}
#about_layer #btm > ul > li.on > i {
  color: #fff;
}
#about_layer #btm > ul > li.on > span {
  color: #fff;
}
#about_layer #btm.on {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  opacity: 1;
  pointer-events: auto;
}
#about_intro {
  height: auto;
  padding-top: .8rem;
  background-color: #fff;
}
#about_intro #top {
  width: 100%;
  padding-bottom: 37.5%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}
#about_intro #top .msg {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  text-align: center;
  max-width: 1600px;
  width: 84%;
  left: 8%;
}
#about_intro #top .msg h1 {
 
}
#about_intro #top .msg > span {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  width: 1.2rem;
  height: 3px;
  background-color: #fff;
}
#about_intro #top .msg > span > em {
  position: absolute;
  height: 100%;
  width: 50%;
  left: 0;
  top: 0;
  background-color: #486797;
}
#about_intro #main .r {
  margin-top: 6vw;
      padding-bottom: 6vw;
}
#about_intro #main #r1 .topic {
  margin-bottom: 40px;
}
#about_intro #main #r1 .wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
 
}
#about_intro #main #r1 .wrap .col:nth-of-type(1) {
  width: 100%;
}
#about_intro #main #r1 .wrap .col:nth-of-type(2) {
  width: 42%;
  text-align: left;
}
#about_intro #main #r1 .wrap .col:nth-of-type(2) .note {
  text-align: left;
}
#about_intro #main #r1 .wrap .col:nth-of-type(2) .note > small {
  display: inline-block;
  margin-bottom: 18px;
}
#about_intro #main #r1 .wrap .col:nth-of-type(2) .note > div {
  font-size: 44px;
  color: #d70c18;
  line-height: 1;
  text-shadow: 0 8px 13px rgba(215, 12, 24, 0.15);
}
#about_intro #main #r1 .wrap .col:nth-of-type(2) .note > span {
  font-weight: bold;
  font-size: 17px;
}
#about_intro #main #r1 .wrap .col:nth-of-type(2) > a {
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
#about_intro #main #r1 .wrap .col:nth-of-type(2) > a > i {
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
#about_intro #main #r1 .wrap .col:nth-of-type(2) > a:hover {
  color: #d70c18;
}
#about_intro #main #r1 .wrap .col:nth-of-type(2) > a:hover > i {
  color: #d70c18;
}
#about_intro #main #r1 .wrap .bg2 {
  position: absolute;
  right: 0;
  top: 20%;
  width: 80%;
  pointer-events: none;
}
#about_intro #main #r1 .other {
  position: relative;
}
#about_intro #main #r1 .other .bgColor {
  background-color: #d70c18;
  height: 100%;
  position: absolute;
  width: 50vw;
  left: 0;
  top: 0;
}
#about_intro #main #r1 .other .box {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
#about_intro #main #r1 .other .box .col {
  padding: 0.4rem 0;
}
#about_intro #main #r1 .other .box .col:nth-of-type(1) {
  width: 42%;
  display: flex;
  align-items: center;
  min-height: 380px;
}
#about_intro #main #r1 .other .box .col:nth-of-type(1) > div {
  overflow: hidden;
  width: 100%;
}
#about_intro #main #r1 .other .box .col:nth-of-type(1) > div sup {
  font-size: 26px;
}
#about_intro #main #r1 .other .box .col:nth-of-type(1) .note {
  text-align: left;
  display: inline-block;
  float: left;
  width: calc(100%/3);
  margin: 20px 0;
}
#about_intro #main #r1 .other .box .col:nth-of-type(1) .note > small {
  display: inline-block;
  margin-bottom: 18px;
  color: #fff;
}
#about_intro #main #r1 .other .box .col:nth-of-type(1) .note > div {
  font-size: 44px;
  color: #fff;
  line-height: 1;
  height: 45px;
  text-shadow: 0 8px 13px rgba(215, 12, 24, 0.15);
}
#about_intro #main #r1 .other .box .col:nth-of-type(1) .note > span {
  font-weight: bold;
  font-size: 17px;
  color: #fff;
}
#about_intro #main #r1 .other .box .col:nth-of-type(1) .note:nth-of-type(2) {
  width: 60%;
}
#about_intro #main #r1 .other .box .col:nth-of-type(1) p {
  margin-top: 0.4rem;
}
#about_intro #main #r1 .other .box .col:nth-of-type(2) {
  width: 50%;
  position: relative;
  text-align: center;
}
#about_intro #main #r1 .other .box .col:nth-of-type(2) .img1 {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
  width: 70%;
  left: 30%;
}
#about_intro #main #r1 .other .box .col:nth-of-type(2) .bg3 {
  position: absolute;
  width: 110%;
  right: 0;
  top: -7vw;
  max-width: 790px;
}
#about_intro #main #r2 {
  position: relative;
}
#about_intro #main #r2 .img-bg {
  position: absolute;
  width: 100vw;
  left: 0;
  top: 160px;
  z-index: 4;
}
#about_intro #main #r2 .topic {
  margin-bottom: 5vw;
  position: relative;
  z-index: 10;
}
#about_intro #main #r2 .wrap {
  position: relative;
  z-index: 10;
  width: 100vw;
  padding: 0 13vw;
  justify-content: space-between;
  align-content: center;
  align-items: flex-start;
  overflow: hidden;
  display: flex;
  padding-bottom: 8vw;
}
#about_intro #main #r2 .wrap .left {
  width: 34%;
  z-index: 10;
  right: 13vw;
  position: absolute;
  top: 18px;
}
#about_intro #main #r2 .wrap .left .pic {
  max-width: 625px;
  padding-bottom: 54.4%;
}
#about_intro #main #r2 .wrap .left .photo-item {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#about_intro #main #r2 .wrap .left .photo-item > li {
  background-size: cover;
  background-position: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  visibility: hidden;
  display: flex;
  align-items: center;
  border: 2px solid #d70c18;
}
#about_intro #main #r2 .wrap .left .photo-item > li > span {
  z-index: 5;
  position: relative;
  font-size: 1.3rem;
  color: #fff;
  height: 100px;
  line-height: 100px;
  width: 100%;
  text-align: center;
}
#about_intro #main #r2 .wrap .left .photo-item > li.on {
  visibility: visible;
}
#about_intro #main #r2 .wrap .right {
  width: 100%;
  padding: 0 3% 0 0;
  position: relative;
  z-index: 8;
  padding-right: 52%;
  opacity: 1;
}
#about_intro #main #r2 .wrap .right .msg {
  position: relative;
}
#about_intro #main #r2 .wrap .right .msg .img-bg1 {
  position: absolute;
  width: 100vw;
  left: -13vw;
  top: 0;
  z-index: 6;
  max-width: 100vw;
}
#about_intro #main #r2 .wrap .right .msg .topic {
  position: relative;
  padding: 0.5rem 0;
  height: 150px;
  z-index: 8;
  overflow: hidden;
}
#about_intro #main #r2 .wrap .right .msg .topic ._num {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  pointer-events: none;
  width: 100%;
  left: 0;
  font-size: 150px;
  opacity: 0;
  z-index: 8;
  color: #d70c18;
}
#about_intro #main #r2 .wrap .right .msg .topic ._num.on {
  opacity: 1;
}
#about_intro #main #r2 .wrap .right .msg .mid {
  margin-top: 0.3rem;
  position: relative;
  z-index: 10;
}
#about_intro #main #r2 .wrap.on {
  display: flex;
}
#about_intro #main #r2 .wrap.on .right {
  opacity: 1;
  animation: fadeIn 0.3s ease-in-out;
}
#about_intro #main #r2 .other {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 6;
  pointer-events: none;
  padding: 0 12vw;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#about_intro #main #r2 .other .dotItem {
  position: absolute;
  pointer-events: auto;
  display: flex;
  left: 5vw;
  flex-wrap: wrap;
  width: 22px;
}
#about_intro #main #r2 .other .dotItem > li {
  cursor: pointer;
}
#about_intro #main #r2 .other .dotItem > li > span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  line-height: 12px;
  text-align: center;
  background-color: #e5e5e5;
  margin: 10px;
}
#about_intro #main #r2 .other .dotItem > li.on {
  pointer-events: none;
}
#about_intro #main #r2 .other .dotItem > li.on > span {
  background-color: #d70c18;
}
#about_intro #main #r2 .other .btnItem {
  position: absolute;
  width: 0.68rem;
  pointer-events: auto;
  height: 0.68rem;
  right: 5vw;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
#about_intro #main #r2 .other .btnItem > a {
  position: absolute;
  left: 0;
  top: 0;
  width: 0.68rem;
  height: 0.68rem;
  border-radius: 50%;
  line-height: 0.68rem;
  text-align: center;
  display: inline-block;
  background-color: #d70c18;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  font-size: 24px;
}
#about_intro #main #r2 .other .btnItem > a:last-of-type {
  transform: scale(-1);
}
#about_intro #main #r2 .other .btnItem > a:last-of-type:hover {
  transform: translateX(-6px) scale(-1);
}
#about_intro #main #r2 .other .btnItem > a.on {
  opacity: 1;
  visibility: visible;
}
#about_intro #main #r2 .other .btnItem > a:hover {
  transform: translateX(6px);
}
#about_intro #main #r2 .other > .bg {
  width: 45%;
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  pointer-events: none;
  background-size: 100% 100%;
}
#about_intro #main #r2 .history {
  height: 330px;
  position: relative;
}
#about_intro #main #r2 .history .items {
  height: 205px;
  overflow: auto;
  padding-right: 0.5rem;
}
#about_intro #main #r2 .history .items .timer {
  display: none;
}
#about_intro #main #r2 .history .items .timer li {
  position: relative;
  padding: 15px 0;
  line-height: 22px;
  padding-left: 50px;
}
#about_intro #main #r2 .history .items .timer li > span {
  position: absolute;
  height: 100%;
  color: #8c8c8c;
  width: 50px;
  text-align: left;
  left: 0;
  top: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#about_intro #main #r2 .history .items .timer.on {
  display: block;
}
#about_intro #main #r2 .history .items::-webkit-scrollbar {
  width: 2px;
  border-radius: 1.5px;
}
#about_intro #main #r2 .history .items::-webkit-scrollbar-button {
  display: none;
}
#about_intro #main #r2 .history .items::-webkit-scrollbar-track {
  background-color: #eee;
}
#about_intro #main #r2 .history .items::-webkit-scrollbar-thumb {
  background-color: #000;
}
#about_intro #main #r2 .history .loop {
  position: absolute;
  top: 300px;
  width: 208%;
  left: 0;
  height: 1.2rem;
}
#about_intro #main #r2 .history .loop .box {
  height: 100%;
  z-index: 10;
  position: relative;
}
#about_intro #main #r2 .history .loop .box .swiper-item {
  position: absolute;
  height: 100%;
  justify-content: flex-start;
  display: flex;
  align-items: center;
}
#about_intro #main #r2 .history .loop .box .swiper-item > li {
  width: 7.388vw;
  text-align: center;
  position: relative;
  opacity: 0;
  cursor: pointer;
}
#about_intro #main #r2 .history .loop .box .swiper-item > li .dot {
  position: relative;
  display: block;
  line-height: 40px;
  height: 40px;
  width: 50px;
  margin: auto;
  margin-bottom: 18px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
#about_intro #main #r2 .history .loop .box .swiper-item > li .dot:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  margin: 5px auto;
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  line-height: 9px;
  text-align: center;
  background-color: #c1c1c1;
}
#about_intro #main #r2 .history .loop .box .swiper-item > li .dot:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -3px;
  margin: 5px auto;
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  line-height: 15px;
  text-align: center;
  background-color: #d70c18;
  opacity: 0;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
#about_intro #main #r2 .history .loop .box .swiper-item > li .msg {
  left: 0;
  top: 100%;
  display: inline-block;
  width: 100px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
#about_intro #main #r2 .history .loop .box .swiper-item > li.on .msg,
#about_intro #main #r2 .history .loop .box .swiper-item > li:hover .msg {
  color: #d70c18;
}
#about_intro #main #r2 .history .loop .box .swiper-item > li.on .dot,
#about_intro #main #r2 .history .loop .box .swiper-item > li:hover .dot {
  background-color: #fff;
}
#about_intro #main #r2 .history .loop .box .swiper-item > li.on .dot:after,
#about_intro #main #r2 .history .loop .box .swiper-item > li:hover .dot:after {
  background-color: #fff;
}
#about_intro #main #r2 .history .loop .box .swiper-item > li.on .dot:before,
#about_intro #main #r2 .history .loop .box .swiper-item > li:hover .dot:before {
  opacity: 1;
}
#about_intro #main #r2 .history .loop .pager {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 12;
  pointer-events: none;
}
#about_intro #main #r2 .history .loop .pager .f-next {
  position: absolute;
  right: -6%;
  z-index: 10;
  top: 0;
  bottom: 0;
  margin: auto;
  pointer-events: auto;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  line-height: 42px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 39px;
  text-indent: 3px;
  cursor: pointer;
  color: #888;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
#about_intro #main #r2 .history .loop .pager .f-next:hover {
  color: #fff;
  background-color: #000;
}
#about_intro #main #r2 .history .loop .pager .f-prev {
  left: -6%;
  z-index: 10;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  pointer-events: auto;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  line-height: 42px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 39px;
  text-indent: -4px;
  cursor: pointer;
  color: #888;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
#about_intro #main #r2 .history .loop .pager .f-prev:hover {
  color: #fff;
  background-color: #000;
}
#about_intro #main #r2 .history .loop .t-line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  left: 0vw;
  height: 1px;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.1);
}
#about_intro #main #r3 {
  margin-top: 0;
  padding-top: 6vw;
  position: relative;
  padding-bottom: 12vw;
}
#about_intro #main #r3 .img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
#about_intro #main #r3 .topic {
  margin-bottom: 5vw;
  position: relative;
  z-index: 5;
}
#about_intro #main #r3 .wrap {
  position: relative;
  z-index: 5;
}
#about_intro #main #r3 .wrap .p-con {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#about_intro #main #r3 .wrap .p-con > p {
  width: 46%;
}
#about_intro #main #r3 .wrap .box {
  background-color: #fff;
  padding: 4% 5%;
  margin-top: 4vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 480px;
}
#about_intro #main #r3 .wrap .box .col:nth-of-type(1) {
  width: 20%;
  padding-bottom: 30px;
  position: relative;
  min-height: 480px;
}
#about_intro #main #r3 .wrap .box .col:nth-of-type(1) h3 {
  font-size: 70px;
  line-height: 1.6;
  text-shadow: 0 20px 13px rgba(215, 12, 24, 0.15);
}
#about_intro #main #r3 .wrap .box .col:nth-of-type(1) p {
  line-height: 1.4;
}
#about_intro #main #r3 .wrap .box .col:nth-of-type(1) .note {
  position: absolute;
  left: 0;
  opacity: 0;
  width: 100%;
  bottom: 0;
  color: #727272;
}
#about_intro #main #r3 .wrap .box .col:nth-of-type(2) {
  width: 52%;
  height: 340px;
  overflow: auto;
  margin-right: 6%;
}
#about_intro #main #r3 .wrap .box .col:nth-of-type(2) .items {
  width: 100%;
  padding-right: 8%;
  display: none;
}
#about_intro #main #r3 .wrap .box .col:nth-of-type(2) .items > li {
  line-height: 50px;
  margin: 15px 0;
  padding-left: 60px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
#about_intro #main #r3 .wrap .box .col:nth-of-type(2) .items > li:hover {
  background-color: #f3f3f3;
  color: #d70c18;
  font-weight: bold;
}
#about_intro #main #r3 .wrap .box .col:nth-of-type(2) .items.on {
  display: block;
}
#about_intro #main #r3 .wrap .box .col:nth-of-type(2)::-webkit-scrollbar {
  width: 4px;
  border-radius: 1.5px;
}
#about_intro #main #r3 .wrap .box .col:nth-of-type(2)::-webkit-scrollbar-button {
  display: none;
}
#about_intro #main #r3 .wrap .box .col:nth-of-type(2)::-webkit-scrollbar-track {
  background-color: #eee;
}
#about_intro #main #r3 .wrap .box .col:nth-of-type(2)::-webkit-scrollbar-thumb {
  background-color: #d70c18;
}
#about_intro #main #r3 .wrap .box .col:nth-of-type(3) {
  width: 22%;
  position: relative;
  min-height: 480px;
}
#about_intro #main #r3 .wrap .box .col:nth-of-type(3) .date {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 100%;
  height: 135%;
  background-color: #d70c18;
}
#about_intro #main #r3 .wrap .box .col:nth-of-type(3) .date .con {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 100%;
  height: calc(100% - 200px);
  text-align: center;
  overflow: hidden;
}
#about_intro #main #r3 .wrap .box .col:nth-of-type(3) .date .con > ul {
  display: inline-block;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  width: 100%;
  text-align: center;
}
#about_intro #main #r3 .wrap .box .col:nth-of-type(3) .date .con > ul > li {
  font-size: 16px;
  color: #fff;
  opacity: 0.5;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
#about_intro #main #r3 .wrap .box .col:nth-of-type(3) .date .con > ul > li.on {
  font-size: 24px;
  opacity: 1;
}
#about_intro #main #r3 .wrap .box .col:nth-of-type(3) .date > a {
  position: absolute;
  color: #fff;
  opacity: 0.6;
  width: 100px;
  height: 100px;
  line-height: 100px;
  width: 100%;
  text-align: center;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  font-size: 20px;
  cursor: pointer;
}
#about_intro #main #r3 .wrap .box .col:nth-of-type(3) .date > a.n-prev {
  top: 0px;
  left: 0;
}
#about_intro #main #r3 .wrap .box .col:nth-of-type(3) .date > a.n-next {
  bottom: 0px;
  left: 0;
}
#about_intro #main #r3 .wrap .box .col:nth-of-type(3) .date > a.on {
  opacity: 0.2;
  pointer-events: none;
}
#about_intro #main #r3 .wrap .box .col:nth-of-type(3) .date > a:hover {
  opacity: 1;
}
#service_form {
  height: auto;
  padding-top: .8rem;
  background-color: #fff;
}
#service_form #top {
  width: 100%;
  padding-bottom: 41%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}
#service_form #top .msg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  text-align: center;
  max-width: 1600px;
  width: 84%;
  left: 8%;
}
#service_form #top .msg h1 {
  letter-spacing: 20px;
}
#service_form #main {
  padding-top: 6vw;
  padding-bottom: 8vw;
}
#service_form #main .topic {
  text-align: center;
}
#service_form #main .topic P {
  width: 80%;
  margin: 0.4rem auto;
}
#service_form #main .form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 5vw;
}
#service_form #main .form .layout-inputBox:nth-of-type(1) {
  width: 30%;
}
#service_form #main .form .layout-inputBox:nth-of-type(2) {
  width: 30%;
}
#service_form #main .form .layout-inputBox:nth-of-type(3) {
  width: 30%;
}
#service_form #main .form .layout-inputBox:nth-of-type(4) {
  width: 100%;
  margin-top: 0.2rem;
}
#join_active {
  height: auto;
  padding-top: .8rem;
  background-color: #fff;
}
#join_active #top {
  width: 100%;
  padding-bottom: 41%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}
#join_active #top .msg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  text-align: center;
  max-width: 1600px;
  width: 84%;
  left: 8%;
}
#join_active #top .msg h1 {
  letter-spacing: 20px;
}
#join_active #top .msg > span {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  width: 1.2rem;
  height: 3px;
  background-color: #fff;
}
#join_active #top .msg > span > em {
  position: absolute;
  height: 100%;
  width: 50%;
  left: 0;
  top: 0;
  background-color: #d70c18;
}
#join_active #main {
  margin-top: 5vw;
}
#join_active #main .max-wid {
  max-width: 1300px;
}
#join_active #main .list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 7vw 0 8vw 0;
}
#join_active #main .list .cont {
  position: absolute;
  font-size: 3rem;
  top: 0;
  height: 3rem;
  line-height: 3rem;
}
#join_active #main .list .loop {
  position: relative;
  margin-right: 100px;
}
#join_active #main .list .loop .box {
  width: 100%;
  padding-bottom: 96%;
}
#join_active #main .list .loop .box .pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
#join_active #main .list .loop .box .pic.on {
  opacity: 1;
}
#join_active #main .list .loop .pager {
  position: absolute;
  height: 100%;
  overflow: hidden;
  width: 100px;
  text-align: center;
  right: -100px;
  top: 0;
  padding: 32px 16px;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
}
#join_active #main .list .loop .pager .con {
  position: absolute;
  left: 16px;
  height: calc(100% - 64px);
  width: calc(100% - 32px);
  top: 32px;
  overflow: hidden;
}
#join_active #main .list .loop .pager .con > ul {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}
#join_active #main .list .loop .pager .con > ul.on {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
#join_active #main .list .loop .pager .con > ul > li {
  position: relative;
  width: 100%;
  cursor: pointer;
  padding: 5px 0;
}
#join_active #main .list .loop .pager .con > ul > li > span {
  background-size: cover;
  width: 100%;
  display: block;
  height: 100%;
  max-height: 68px;
}
#join_active #main .list .loop .pager .con > ul > li:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.5);
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  pointer-events: none;
}
#join_active #main .list .loop .pager .con > ul > li.on:after,
#join_active #main .list .loop .pager .con > ul > li:hover:after {
  opacity: 0;
}
#join_active #main .list .loop .pager > a {
  position: absolute;
  text-align: center;
  height: 32px;
  line-height: 32px;
  background-color: #7a7a7a;
  color: #fff;
  width: calc(100% - 32px);
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
#join_active #main .list .loop .pager > a.f-prev {
  top: 0;
  left: 16px;
}
#join_active #main .list .loop .pager > a.f-next {
  bottom: 0;
  left: 16px;
}
#join_active #main .list .loop .pager > a:hover {
  background-color: #d70c18;
}
#join_active #main .list .col {
  width: 47%;
}
#join_active #main .list .col .msg {
  padding: 0 4% 0 6%;
}
#join_active #main .list .col .msg h2 {
  margin-bottom: 24px;
  opacity: 0;
}
#join_active #main .list .col .msg p {
  opacity: 0;
}
#join_active #main .list.lr {
  padding-left: 100px;
}
#join_active #main .list.lr .cont {
  left: 0;
}
#join_active #main .list.ll {
  padding-right: 100px;
}
#join_active #main .list.ll .cont {
  right: 0;
}
#join_active #main .list.ll .loop {
  margin-right: 0;
  margin-left: 100px;
}
#join_active #main .list.ll .loop .pager {
  right: 0;
  left: -100px;
}
#join_school {
  height: auto;
  padding-top: .8rem;
  background-color: #fff;
}
#join_school #top {
  width: 100%;
  padding-bottom: 41%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}
#join_school #top .msg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  text-align: center;
  max-width: 1600px;
  width: 84%;
  left: 8%;
}
#join_school #top .msg h1 {
  letter-spacing: 20px;
}
#join_school #top .msg > span {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  width: 1.2rem;
  height: 3px;
  background-color: #fff;
}
#join_school #top .msg > span > em {
  position: absolute;
  height: 100%;
  width: 50%;
  left: 0;
  top: 0;
  background-color: #d70c18;
}
#join_school #main {
  padding-top: 5vw;
  padding-bottom: 7vw;
  background-image: url(../image/bg7.jpg);
  background-size: 100%;
  background-position: center top;
  background-repeat: no-repeat;
}
#join_school #main .top-row {
  padding-bottom: 4vw;
}
#join_school #main .top-row .topic {
  overflow: hidden;
}
#join_school #main .top-row .topic small {
  display: block;
}
#join_school #main .top-row .topic h2 {
  line-height: 1.3;
  display: inline-block;
  position: relative;
}
#join_school #main .top-row .topic h2 > em {
  font-style: normal;
}
#join_school #main .top-row .topic h2:after {
  content: "";
  position: absolute;
  bottom: 18px;
  left: 110%;
  height: 2px;
  width: 100vw;
  background-color: #d70c18;
}
#join_school #main .top-row .con {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 4vw;
}
#join_school #main .top-row .con > p {
  width: 45%;
}
#join_school #main .mid-row {
  margin-bottom: 5vw;
}
#join_school #main .mid-row .topic {
  position: relative;
  z-index: 10;
}
#join_school #main .mid-row .topic .layout-adr {
  padding: 3vw 0;
  justify-content: center;
}
#join_school #main .mid-row .topic .layout-adr .parent {
  width: 20%;
}
#join_school #main .mid-row .topic .layout-adr > input {
  width: 20%;
  position: relative;
  min-width: 120px;
  padding: 0 26px 0 8px;
  height: 45px;
  line-height: 45px;
  background-color: transparent;
  border: 1px solid #dedede;
  margin-right: 20px;
  margin-left: 15px;
  border-radius: 3px;
  margin-bottom: 10px;
}
#join_school #main .mid-row .topic .layout-adr > input:focus {
  border-color: #d70c18;
}
#join_school #main .mid-row .topic .layout-adr .a-btn {
  background-color: #d70c18;
  display: inline-block;
  height: 45px;
  line-height: 45px;
  color: #fff;
  text-align: center;
  width: 2rem;
  border-radius: 3px;
  margin-bottom: 10px;
}
#join_school #main .mid-row .job-list {
  margin-right: auto;
}
#join_school #main .mid-row .job-list > ul li {
  background-color: #f5f5f5;
  margin-top: 0.3rem;
  text-align: left;
  position: relative;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
#join_school #main .mid-row .job-list > ul li .layout-table-cell {
  width: 100%;
  padding: 40px 5% 0 5%;
}
#join_school #main .mid-row .job-list > ul li .layout-table-cell h3 {
  font-size: 24px;
  color: #333333;
  margin-bottom: 0.3rem;
}
#join_school #main .mid-row .job-list > ul li .layout-table-cell p {
  margin-bottom: 0;
  padding-bottom: 30px;
  border-bottom: 1px solid #dcdcdc;
}
#join_school #main .mid-row .job-list > ul li .layout-table-cell p ins {
  opacity: 0.6;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
  margin-right: 30px;
}
#join_school #main .mid-row .job-list > ul li .layout-table-cell span {
  cursor: pointer;
  position: absolute;
  display: block;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #236fd5;
  width: 100px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  border-radius: 6px;
}
#join_school #main .mid-row .job-list > ul li .jobDown {
  display: block;
  width: 100%;
  z-index: 10;
  height: 0.6rem;
  line-height: 0.6rem;
  text-align: center;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
#join_school #main .mid-row .job-list > ul li .jobDown.active {
  opacity: 0;
  height: 0;
}
#join_school #main .mid-row .job-list > ul li > .apply {
  position: absolute;
  right: 5%;
  top: 40px;
  display: inline-block;
  font-size: 16px;
  padding: 15px 40px;
  text-align: center;
  background-color: #c4c4c4;
  color: #fff;
  border-radius: 5px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
#join_school #main .mid-row .job-list > ul li > .apply:hover {
  background-color: #d70c18;
}
#join_school #main .mid-row .job-list > ul li > .apply.on {
  opacity: 0;
}
#join_school #main .mid-row .job-list > ul li:hover {
  background-color: #fff;
  box-shadow: 0 17px 50px -10px rgba(0, 0, 0, 0.12);
}
#join_school #main .mid-row .job-list > ul .job-detail {
  width: 100%;
  margin: auto;
  padding: 25px 5% 0.7rem 5%;
  display: none;
  position: relative;
}
#join_school #main .mid-row .job-list > ul .job-detail .info h4 {
  font-size: 18px;
  margin-bottom: 30px;
}
#join_school #main .mid-row .job-list > ul .job-detail .info p {
  opacity: 0.6;
  font-size: 14px;
  margin-bottom: 30px;
}
#join_school #main .mid-row .job-list > ul .job-detail .apply {
  left: 5%;
  display: inline-block;
  font-size: 16px;
  padding: 15px 40px;
  text-align: center;
  background-color: #d70c18;
  color: #fff;
  border-radius: 5px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
#join_school #main .mid-row .job-list > ul .job-detail .apply:hover {
  box-shadow: 0 8px 16px rgba(215, 12, 24, 0.15);
}
#join_school #main .mid-row .job-list > ul .job-detail:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #d70c18;
  border-radius: 50px;
}
#join_school #main .btm-row > div {
  position: relative;
}
#join_school #main .btm-row > div .t2 {
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  mix-blend-mode: multiply;
  width: 40%;
}
#join_school #main .btm-row > div .ma-box {
  position: absolute;
  bottom: 1vw;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#join_school #main .btm-row > div .ma-box > span {
  text-align: center;
  margin-right: 45px;
}
#join_school #main .btm-row > div .ma-box > span > small {
  display: block;
  text-align: center;
  font-size: 16px;
}
#contact {
  height: auto;
  padding-top: .8rem;
  background-color: #fff;
}
#contact #top {
  width: 100%;
  padding-bottom: 41%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}
#contact #top .msg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  text-align: center;
  max-width: 1600px;
  width: 84%;
  left: 8%;
}
#contact #top .msg h1 {
 
}
#contact #top .msg > span {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  width: 1.2rem;
  height: 3px;
  background-color: #fff;
}
#contact #top .msg > span > em {
  position: absolute;
  height: 100%;
  width: 50%;
  left: 0;
  top: 0;
  background-color: #486797;
}
#contact #main {
  padding: 6vw 0 7vw 0;
  background-image: url(../image/bg8.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom;
}
#contact #main h2 {
  margin-bottom: 4vw;
}
#contact #main .wrap .top-row {
  box-shadow: 0 3px 26px -3px rgba(0, 0, 0, 0.15);
}
#contact #main .wrap .top-row .map-box {
  width: 100%;
  padding-bottom: 43%;
  position: relative;
}
#contact #main .wrap .top-row .map-box #map {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#contact #main .wrap .top-row .map-box #map .anchorBL {
  opacity: 0;
}
#contact #main .wrap .top-row .tab {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#contact #main .wrap .top-row .tab > a {
  width: 100%;
  padding: 0 7%;
  text-align: left;
  display: inline-block;
  position: relative;
  height: 1.2rem;
  line-height: 1.2rem;
  color: #000;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
#contact #main .wrap .top-row .tab > a > small {
  opacity: 0.2;
  display: inline-block;
  margin-left: 30px;
}
#contact #main .wrap .top-row .tab > a.on {
  background-color: #fff;
}
#contact #main .wrap .btm-row {
  padding: 5vw 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
#contact #main .wrap .btm-row > span {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#contact #main .wrap .btm-row > span > i {
  background-color: #486797;
  color: #fff;
  width: 0.43rem;
  height: 0.43rem;
  border-radius: 50%;
  line-height: 0.43rem;
  text-align: center;
  display: inline-block;
  margin-right: 15px;
}
#contact #main .con {
  border-top: 1px solid #eee;
  padding: 4vw 0;
}
#contact #main .con .box {
  padding: 1vw 0;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#contact #main .con .box > a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-right: 1rem;
  position: relative;
}
#contact #main .con .box > a > i {
  background-color: #e8e8e8;
  color: #c2c2c2;
  width: 0.43rem;
  height: 0.43rem;
  border-radius: 50%;
  line-height: 0.43rem;
  text-align: center;
  display: inline-block;
  margin-right: 15px;
}
#contact #main .con .box > a > img {
  width: 68px;
  margin-right: 12px;
}
#contact #main .con .box > a > span {
  position: absolute;
  opacity: 0;
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  bottom: calc(100% + 20px);
  left: 0;
  background-color: #d70c18;
  display: inline-block;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
#contact #main .con .box > a > span > img {
  width: 100px;
  display: block;
}
#contact #main .con .box > a > span:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  left: 23px;
  border-width: 8px;
  border-color: #d70c18 transparent transparent transparent;
  bottom: -16px;
}
#contact #main .con .box > a:hover > span {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
}
#contact #main .con .box > span {
  cursor: pointer;
  position: absolute;
  height: 50px;
  line-height: 50px;
  background-color: #d70c18;
  right: 0;
  top: 0;
  bottom: 0;
  color: #fff;
  font-size: 16px;
  padding: 0 20px;
  border-radius: 50px;
  font-weight: bold;
  box-shadow: 0 10px 24px rgba(215, 12, 24, 0.1);
  margin: auto;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
#contact #main .con .box > span:hover {
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
}
#new-detail {
  height: auto;
  padding-top: .8rem;
  background-color: #f7f7f7;
}
#new-detail #main {
  padding: 6vw 0 8vw 0;
}
#new-detail #main .l-btm {
  border-bottom: 1px solid #cccccc;
}
#new-detail #main .max-wid .wrap {
  width: 66%;
  background-color: #fff;
  overflow: hidden;
  padding: 4% 40px;
  margin: auto;
}
#new-detail #main .max-wid .wrap .title h3 {
  line-height: 32px;
  margin-bottom: 20px;
  position: relative;
}
#new-detail #main .max-wid .wrap .title h3:after {
  content: "";
  position: absolute;
  height: 32px;
  width: 5px;
  background-color: #d70c18;
  left: -40px;
  top: 0;
}
#new-detail #main .max-wid .wrap .title p {
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#new-detail #main .max-wid .wrap .title p > span > a {
  margin-left: 20px;
  cursor: inherit;
}
#new-detail #main .max-wid .wrap .title p > span > a > i {
  vertical-align: middle;
  font-size: 20px;
  margin-right: 6px;
}
#new-detail #main .max-wid .wrap .title p > span > a:nth-of-type(1) > i {
  font-size: 24px;
}
#new-detail #main .max-wid .wrap .title p > span > a:nth-of-type(2) > i {
  vertical-align: baseline;
}
#new-detail #main .max-wid .wrap .mid {
  padding: 40px 0;
  font-size: 16px;
  color: #555;
}
#new-detail #main .max-wid .wrap .mid * {
  font-size: 16px;
  color: #555;
}
#new-detail #main .max-wid .wrap .mid img {
  display: block;
  width: 99.99%;
  margin: 30px auto;
  height: auto!important;
}
#new-detail #main .max-wid .wrap .btm {
  margin-top: 20px;
}
#new-detail #main .max-wid .wrap .btm .good-box {
  text-align: center;
  overflow: hidden;
}
#new-detail #main .max-wid .wrap .btm .good-box .good {
  display: inline-block;
  padding: 10px 0;
  position: relative;
  border-radius: 6px;
  width: 130px;
  text-align: center;
}
#new-detail #main .max-wid .wrap .btm .good-box .good:after {
  content: "";
  height: 1px;
  width: 50vw;
  background-color: #cccccc;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 100%;
}
#new-detail #main .max-wid .wrap .btm .good-box .good:before {
  content: "";
  height: 1px;
  width: 50vw;
  background-color: #cccccc;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 100%;
}
#new-detail #main .max-wid .wrap .btm .good-box .good > i {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  border: 1px solid #cccccc;
  line-height: 54px;
}
#new-detail #main .max-wid .wrap .btm .good-box .good p {
  margin-bottom: 0;
  margin-top: 10px;
}
#new-detail #main .max-wid .wrap .btm .good-box .good p > em {
  font-style: normal;
}
#new-detail #main .max-wid .wrap .btm .good-box .good.on > i {
  color: #d70c18;
}
#new-detail #main .max-wid .wrap .btm .pager_zh {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 40px 0;
}
#social {
  height: auto;
  padding-top: .8rem;
  background-color: #fff;
}
#social #top {
  width: 100%;
  padding-bottom: 41%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}
#social #top .msg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  text-align: center;
  max-width: 1600px;
  width: 84%;
  left: 8%;
}
#social #top .msg h1 {
  letter-spacing: 20px;
}
#social #top .msg > span {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  width: 1.2rem;
  height: 3px;
  background-color: #fff;
}
#social #top .msg > span > em {
  position: absolute;
  height: 100%;
  width: 50%;
  left: 0;
  top: 0;
  background-color: #d70c18;
}
#social #main {
  padding: 6vw 0 8vw 0;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
}
#social #main .top-row .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#social #main .top-row .wrap p {
  width: 43%;
}
#social #main .top-row .wrap .col {
  padding: 75px 109px;
  width: 50%;
  position: relative;
}
#social #main .top-row .wrap .col > img {
  position: absolute;
}
#social #main .top-row .wrap .col > img:nth-of-type(1) {
  top: 0;
  left: 0;
}
#social #main .top-row .wrap .col > img:nth-of-type(2) {
  bottom: 0;
  right: 0;
}
#social #main .top-row .wrap .col > div {
  position: relative;
}
#social #main .top-row .wrap .col > div:after {
  content: "";
  position: absolute;
  top: -15%;
  left: -15%;
  width: 130%;
  height: 130%;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  pointer-events: none;
}
#social #main .mid-row {
  width: 80%;
  margin: auto;
  margin-top: 7vw;
}
#social #main .mid-row .wrap {
  width: 100%;
}
#social #main .mid-row .wrap .box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 12vw;
  width: 100%;
}
#social #main .mid-row .wrap .box .col {
  width: 50%;
  position: relative;
}
#social #main .mid-row .wrap .box .col .pic {
  width: 100%;
  position: absolute;
  height: 100%;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  opacity: 0;
}
#social #main .mid-row .wrap .box .col .pic.on {
  opacity: 1;
}
#social #main .mid-row .wrap .box .col h3 {
  padding: 0 14%;
  display: inline-block;
  position: relative;
}
#social #main .mid-row .wrap .box .col h3 > span {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #d70c18;
  height: 2px;
  width: 120px;
  right: 100%;
  display: inline-block;
  opacity: 0;
  transform: translateX(-10px);
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -o-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
}
#social #main .mid-row .wrap .box .col h3 > span > em {
  font-style: normal;
  font-size: 130px;
  position: absolute;
  font-weight: bold;
  color: #d70c18;
  width: 112px;
  right: 100%;
  bottom: 0;
  height: 100px;
  line-height: 100px;
  line-height: 110px;
}
#social #main .mid-row .wrap .box .col p {
  font-size: 14px;
  padding: 0 14%;
  margin-bottom: 0;
}
#social #main .mid-row .wrap .box .col.col1 {
  text-align: right;
  width: 50%;
  padding-bottom: 15vw;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
#social #main .mid-row .wrap .box .col > ol {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
#social #main .mid-row .wrap .box .col > ol > li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  line-height: 10px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  margin: 0 10px;
  cursor: pointer;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
#social #main .mid-row .wrap .box .col > ol > li.on {
  background-color: #d70c18;
}
#social #main .mid-row .wrap .box.br .col h3 > span {
  left: 100%;
}
#social #main .mid-row .wrap .box.br .col h3 > span > em {
  left: 100%;
}
#social #main .mid-row .wrap .box:hover .col .pic {
  box-shadow: 0 15px 50px rgba(215, 12, 24, 0.2);
}
#social #main .mid-row .wrap .box:hover .col h3 > span {
  opacity: 1;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
}
#talent {
  height: auto;
  padding-top: .8rem;
  background-color: #fff;
}
#talent #top {
  width: 100%;
  padding-bottom: 41%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}
#talent #top .msg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  text-align: center;
  max-width: 1600px;
  width: 84%;
  left: 8%;
}
#talent #top .msg h1 {
  letter-spacing: 20px;
}
#talent #top .msg > span {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  width: 1.2rem;
  height: 3px;
  background-color: #fff;
}
#talent #top .msg > span > em {
  position: absolute;
  height: 100%;
  width: 50%;
  left: 0;
  top: 0;
  background-color: #d70c18;
}
#talent #main {
  background-size: 100%;
  padding: 8vw 0 8vw 0;
  background-repeat: no-repeat;
  background-position: center top;
}
#talent #main .r {
  margin-bottom: 5vw;
}
#talent #main #r1 .wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#talent #main #r1 .wrap .col {
  width: 50%;
}
#talent #main #r1 .wrap .col:nth-of-type(1) .title {
  overflow: hidden;
  position: relative;
  height: 180px;
  line-height: 180px;
  margin-bottom: 3vw;
}
#talent #main #r1 .wrap .col:nth-of-type(1) .title h3 {
  display: inline-block;
  margin-right: 20px;
  position: relative;
  z-index: 10;
  opacity: 0;
}
#talent #main #r1 .wrap .col:nth-of-type(1) .title small {
  position: relative;
  z-index: 10;
  display: inline-block;
  opacity: 0;
}
#talent #main #r1 .wrap .col:nth-of-type(1) .title:after {
  content: attr(data-num);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 5;
  font-size: 1.8rem;
  height: 180px;
  line-height: 180px;
  left: -50px;
  color: #eee;
}
#talent #main #r1 .wrap .col:nth-of-type(2) {
  margin-top: 70px;
  padding-bottom: 36%;
  padding-left: 6vw;
  position: relative;
}
#talent #main #r1 .wrap .col:nth-of-type(2) .pic {
  width: 44vw;
  left: 6vw;
  position: absolute;
  max-width: 44vw;
}
#talent #main #r2 .wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 4vw;
}
#talent #main #r2 .wrap .col {
  width: 50%;
}
#talent #main #r2 .wrap .col:nth-of-type(1) {
  padding-left: 6vw;
  position: relative;
  padding-bottom: 40%;
}
#talent #main #r2 .wrap .col:nth-of-type(1) .pic {
  width: 50vw;
  right: 0;
  position: absolute;
  max-width: 50vw;
}
#talent #main #r2 .wrap .col:nth-of-type(2) {
  padding-left: 6vw;
}
#talent #main #r2 .wrap .col:nth-of-type(2) .title {
  overflow: hidden;
  position: relative;
  height: 180px;
  padding-top: 90px;
}
#talent #main #r2 .wrap .col:nth-of-type(2) .title h3 {
  display: inline-block;
  margin-right: 20px;
  position: relative;
  z-index: 10;
  opacity: 0;
}
#talent #main #r2 .wrap .col:nth-of-type(2) .title small {
  position: relative;
  z-index: 10;
  display: inline-block;
  opacity: 0;
}
#talent #main #r2 .wrap .col:nth-of-type(2) .title:after {
  content: attr(data-num);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 5;
  font-size: 1.8rem;
  height: 180px;
  line-height: 180px;
  left: -50px;
  color: #eee;
}
#talent #main #r2 .wrap .col:nth-of-type(2) .line {
  width: 50vw;
  transform: translateX(-4vw);
  -webkit-transform: translateX(-4vw);
  -moz-transform: translateX(-4vw);
  -o-transform: translateX(-4vw);
  -ms-transform: translateX(-4vw);
  background-color: #d70c18;
  margin-bottom: 0.3rem;
  margin-top: 0.3rem;
}
#talent #main #r2 .other > ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
#talent #main #r2 .other > ul > li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  border: 1px solid #d70c18;
  padding: 2%;
  text-align: center;
  margin: 4vw 0;
}
#talent #main #r2 .other > p {
  padding: 4vw 0;
}
#talent #main #r3 {
  background-color: #f7f7f7;
  position: relative;
  overflow: hidden;
  padding: 6vw 0;
}
#talent #main #r3 .bg-c {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
#talent #main #r3 .con {
  position: relative;
  z-index: 10;
}
#talent #main #r3 .con .wrap .title {
  overflow: hidden;
  position: relative;
  height: 180px;
  padding-top: 90px;
}
#talent #main #r3 .con .wrap .title h3 {
  display: inline-block;
  margin-right: 20px;
  position: relative;
  z-index: 10;
  opacity: 0;
}
#talent #main #r3 .con .wrap .title small {
  position: relative;
  z-index: 10;
  display: inline-block;
  opacity: 0;
}
#talent #main #r3 .con .wrap .title:after {
  content: attr(data-num);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 5;
  font-size: 1.8rem;
  height: 180px;
  line-height: 180px;
  left: -50px;
  color: #c8c8c8;
}
#talent #main #r3 .con .wrap .title > p {
  color: #474747;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  padding-top: 90px;
  left: 40%;
  width: 50%;
}
#talent #main #r3 .con > img {
  margin-top: 5vw;
}
#talent #main #r4 .con .wrap .title {
  overflow: hidden;
  position: relative;
  height: 180px;
  padding-top: 90px;
  margin-bottom: 5vw;
}
#talent #main #r4 .con .wrap .title h3 {
  display: inline-block;
  margin-right: 20px;
  position: relative;
  z-index: 10;
  opacity: 0;
}
#talent #main #r4 .con .wrap .title small {
  position: relative;
  z-index: 10;
  opacity: 0;
}
#talent #main #r4 .con .wrap .title:after {
  content: attr(data-num);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 5;
  font-size: 1.8rem;
  height: 180px;
  line-height: 180px;
  left: -50px;
  color: #d9d9d9;
}
#talent #main #r4 .con .wrap .box {
  padding: 5% 6%;
  box-shadow: 0 10px 40px -3px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#talent #main #r4 .con .wrap .box .col:nth-of-type(1) {
  width: 60%;
  padding-right: 5%;
}
#talent #main #r4 .con .wrap .box .col:nth-of-type(1) .items .list {
  display: none;
}
#talent #main #r4 .con .wrap .box .col:nth-of-type(1) .items .list h4 {
  margin-bottom: 0.3rem;
}
#talent #main #r4 .con .wrap .box .col:nth-of-type(1) .items .list h4 > small {
  color: #9d9d9d;
  font-weight: normal;
  display: inline-block;
  margin-left: 20px;
}
#talent #main #r4 .con .wrap .box .col:nth-of-type(1) .items .list .msg {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
#talent #main #r4 .con .wrap .box .col:nth-of-type(1) .items .list .msg > li {
  margin-bottom: 0.2rem;
}
#talent #main #r4 .con .wrap .box .col:nth-of-type(1) .items .list .msg > li small {
  color: #9d9d9d;
}
#talent #main #r4 .con .wrap .box .col:nth-of-type(1) .items .list .msg > li span {
  display: block;
  margin-top: 5px;
}
#talent #main #r4 .con .wrap .box .col:nth-of-type(1) .items .list .msg > li:nth-of-type(1) {
  width: 30%;
}
#talent #main #r4 .con .wrap .box .col:nth-of-type(1) .items .list .msg > li:nth-of-type(2) {
  width: 70%;
}
#talent #main #r4 .con .wrap .box .col:nth-of-type(1) .items .list .msg > li:nth-of-type(3) {
  width: 100%;
}
#talent #main #r4 .con .wrap .box .col:nth-of-type(1) .items .list.on {
  display: block;
}
#talent #main #r4 .con .wrap .box .col:nth-of-type(1) .pager {
  margin-top: 3vw;
}
#talent #main #r4 .con .wrap .box .col:nth-of-type(1) .pager > a {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  line-height: 10px;
  text-align: center;
  background-color: #000;
  opacity: 0.1;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  margin: 10px 30px 10px 0;
  display: inline-block;
}
#talent #main #r4 .con .wrap .box .col:nth-of-type(1) .pager > a.on {
  background-color: #d70c18;
  opacity: 1;
}
#talent #main #r4 .con .wrap .box .col:nth-of-type(2) {
  width: 40%;
  position: relative;
}
#talent #main #r4 .con .wrap .box .col:nth-of-type(2) .photo {
  width: 80%;
  position: absolute;
  max-width: 380px;
  padding-bottom: 112%;
  right: 0;
  top: -9vw;
  box-shadow: 0 10px 27px rgba(0, 0, 0, 0.1);
}
#talent #main #r4 .con .wrap .box .col:nth-of-type(2) .photo .pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
#talent #main #r4 .con .wrap .box .col:nth-of-type(2) .photo .pic.on {
  opacity: 1;
}
#culture {
  height: auto;
  padding-top: .8rem;
  background-color: #fff;
}
#culture #top {
  width: 100%;
  padding-bottom: 41%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}
#culture #top .msg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  text-align: center;
  max-width: 1600px;
  width: 84%;
  left: 8%;
}
#culture #top .msg h1 {
  letter-spacing: 20px;
  text-indent: 20px;
}
#culture #top .msg > span {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  width: 1.2rem;
  height: 3px;
  background-color: #fff;
}
#culture #top .msg > span > em {
  position: absolute;
  height: 100%;
  width: 50%;
  left: 0;
  top: 0;
  background-color: #d70c18;
}
#culture #main {
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center top;
}
#culture #main .r {
  padding: 5vw 0 0 0;
}
#culture #main .r .title {
  text-align: center;
  margin-bottom: 5vw;
}
#culture #main .r .title h2 {
  display: inline-block;
  position: relative;
}
#culture #main .r .title h2 > em {
  display: inline-block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  line-height: 11px;
  text-align: center;
  background-color: #d70c18;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
#culture #main .r .title h2 > em:nth-of-type(1) {
  left: 110%;
}
#culture #main .r .title h2 > em:nth-of-type(2) {
  right: 110%;
}
#culture #main #r1 .title {
  margin-bottom: 3vw;
}
#culture #main #r2 {
  padding-top: 0;
}
#culture #main #r2 .wrap .list .photo {
  width: 100%;
  padding-bottom: 36.45%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
#culture #main #r2 .wrap .list .photo .pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#culture #main #r2 .wrap .list .photo .msg {
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
}
#culture #main #r2 .wrap .list .photo .msg small {
  display: inline-block;
  letter-spacing: 3px;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
}
#culture #main #r2 .wrap .list .photo .msg > p {
  margin-top: 15px;
  letter-spacing: 3px;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
}
#culture #main #r2 .wrap .list .box {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 16vw;
}
#culture #main #r2 .wrap .list .box.no_data {
  height: 4vw;
}
#culture #main #r2 .wrap .list .box > p {
  width: 70%;
  margin: auto;
  text-align: center;
}
#culture #main #r3 .wrap .list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
}
#culture #main #r3 .wrap .list .col {
  width: 50%;
}
#culture #main #r3 .wrap .list .col .pic {
  width: 100%;
  padding-bottom: 62.5%;
}
#culture #main #r3 .wrap .list .col .msg {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0 13% 0 13vw;
}
#culture #main #r3 .wrap .list .col .msg p {
  color: #9d9d9d;
  line-height: 28px;
  height: 84px;
}
#culture #main #r3 .wrap .list:nth-of-type(2n+1) {
  background-color: #f7f7f7;
}
#culture #main #r3 .wrap .list:nth-of-type(2n+1) .col .msg {
  padding: 0 11vw 0 13%;
}
#culture #main #r4 .wrap .list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
}
#culture #main #r4 .wrap .list .col {
  width: 50%;
}
#culture #main #r4 .wrap .list .col .pic {
  width: 100%;
  padding-bottom: 62.5%;
}
#culture #main #r4 .wrap .list .col .msg {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0 13% 0 13vw;
}
#culture #main #r4 .wrap .list .col .msg p {
  color: #9d9d9d;
  line-height: 28px;
  min-height: 84px;
}
#culture #main #r4 .wrap .list .col .msg .a-btn {
  display: inline-block;
  border-radius: 50px;
  padding: 10px 40px;
  color: #fff;
  background-color: #d70c18;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
#culture #main #r4 .wrap .list .col .msg .a-btn:hover {
  box-shadow: 0 10px 20px rgba(215, 12, 24, 0.1);
}
#culture #main #r4 .wrap .list:nth-of-type(2n+1) {
  background-color: #f7f7f7;
}
#culture #main #r4 .wrap .list:nth-of-type(2n+1) .col .msg {
  padding: 0 13vw 0 13%;
}
#search-box {
  height: auto;
  padding-top: .8rem;
  background-color: #fff;
}
#search-box #top {
  width: 100%;
  padding-bottom: 36%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}
#search-box #top .msg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  text-align: center;
  max-width: 1600px;
  width: 84%;
  left: 8%;
}
#search-box #top .msg h1 {
  letter-spacing: 20px;
}
#search-box #top .msg > span {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  width: 1.2rem;
  height: 3px;
  background-color: #fff;
}
#search-box #top .msg > span > em {
  position: absolute;
  height: 100%;
  width: 50%;
  left: 0;
  top: 0;
  background-color: #d70c18;
}
#search-box #main {
  padding-top: 5vw;
  padding-bottom: 5vw;
}
#search-box #main .top-row .search {
  text-align: center;
}
#search-box #main .top-row .hl {
  color: #d70c18;
  text-decoration: underline;
}
#search-box #main .top-row .con {
  border: 1px solid #d70c18;
  display: inline-block;
  width: 400px;
  position: relative;
  margin-bottom: 20px;
}
#search-box #main .top-row .con .text {
  float: left;
  width: 75%;
  line-height: 50px;
  height: 50px;
  text-indent: 10px;
}
#search-box #main .top-row .con .iconfont {
  background-color: #d80f17;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 50px;
  height: 50px;
  font-size: 20px;
  text-align: center;
  width: 25%;
  cursor: pointer;
}
#search-box #main .top-row .con .iconfont:hover {
  background: #3fa683;
  color: #fff;
}
#search-box #main .mid-row .hl {
  color: #d70c18;
}
#search-box #main .mid-row .list {
  padding: 50px 0;
}
#search-box #main .mid-row .list .item {
  margin-bottom: 10px;
}
#search-box #main .mid-row .list .item a {
  display: block;
  padding: 20px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
#search-box #main .mid-row .list .item:hover a {
  transform: translateY(-2px);
  -o-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
#search-box #main .mid-row .list .item h5 {
  font-weight: normal;
  font-size: 18px;
  line-height: 40px;
  border-bottom: 1px solid #dadada;
  margin-bottom: 15px;
}
#search-box #main .mid-row .list .item h5 span {
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px solid #dadada;
}
#search-box #main .mid-row .list .item p {
  line-height: 24px;
  font-size: 14px;
}
.layout-btn-4 {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  height: 54px;
  line-height: 54px;
  width: 180px;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  position: relative;
  border: 1px solid #dedede;
  overflow: hidden;
  text-align: center;
}
.layout-btn-4 > span {
  display: inline-block;
  color: #7d7d7d;
  font-size: 14px;
  z-index: 10;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
.layout-btn-4:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.07);
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transform: translate(0, -100%);
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.layout-btn-4:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.07);
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transform: translate(0, -100%);
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transition-delay: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.layout-btn-4:hover:after {
  transform: translate(0, 0);
}
.layout-btn-4:hover:before {
  transform: translate(0, 0);
}
.layer-btn {
  border: none;
  background-color: #d70c18;
  border-radius: 50px;
  min-width: 220px;
  line-height: 50px;
  color: #fff;
  font-size: 16px;
  box-shadow: 0 12px 30px -5px rgba(215, 12, 24, 0.3);
}
.layout-inputBox {
  display: inline-block;
}
.layout-inputBox > h5 {
  height: 0.32rem;
  line-height: 0.32rem;
}
.layout-inputBox .input-text {
  height: 50px;
  margin-bottom: 30px;
  position: relative;
  width: 100%;
}
.layout-inputBox .input-text > input {
  width: 100%;
  height: 100%;
  border: 1px solid #cccccc;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  font-weight: 400;
  padding: 0 10px;
  position: relative;
  z-index: 10;
}
.layout-inputBox .input-text > input:focus {
  background-color: transparent;
  border-color: transparent;
}
.layout-inputBox .input-text > input:focus ~ .input-border {
  background-color: white;
}
.layout-inputBox .input-text > input:focus ~ .input-border:first-of-type:before {
  -webkit-transition: 0.15s ease-in-out all;
  transition: 0.15s ease-in-out all;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  width: 100%;
}
.layout-inputBox .input-text > input:focus ~ .input-border:first-of-type:after {
  height: 100%;
  -webkit-transition: 0.15s ease-in-out all;
  transition: 0.15s ease-in-out all;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.layout-inputBox .input-text > input:focus ~ .input-border:last-of-type {
  background: transparent;
}
.layout-inputBox .input-text > input:focus ~ .input-border:last-of-type:before {
  -webkit-transition: 0.15s ease-in-out all;
  transition: 0.15s ease-in-out all;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  width: 100%;
}
.layout-inputBox .input-text > input:focus ~ .input-border:last-of-type:after {
  height: 100%;
  -webkit-transition: 0.15s ease-in-out all;
  transition: 0.15s ease-in-out all;
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
  top: 0;
}
.layout-inputBox .input-text > em {
  position: absolute;
  padding: 5px 6px;
  background-color: #fff;
  color: rgba(0, 0, 0, 0.4);
  left: 20px;
  line-height: 10px;
  top: -10px;
  z-index: 12;
  font-style: normal;
}
.layout-inputBox .input-text .input-border {
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.layout-inputBox .input-text .input-border:before,
.layout-inputBox .input-text .input-border:after {
  bottom: 0;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 0;
  background-color: #d70c18;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}
.layout-inputBox .input-text .input-border:first-of-type:before {
  height: 1px;
  left: 0;
  top: 0;
  width: 0;
}
.layout-inputBox .input-text .input-border:first-of-type:after {
  height: 0;
  right: 0;
  top: 0;
  width: 1px;
}
.layout-inputBox .input-text .input-border:last-of-type:before {
  background-color: #d70c18;
  height: 1px;
  top: calc(100% - 2px);
  right: 0;
  width: 0;
}
.layout-inputBox .input-text .input-border:last-of-type:after {
  background-color: #d70c18;
  height: 0;
  top: calc(100% - 2px);
  left: 0;
  width: 1px;
}
#pop_dialog {
  z-index: 2000;
  display: none;
}
#pop_dialog .dialog_content {
  width: 60vw;
  padding: 1em;
  max-width: 60vw;
  min-height: inherit;
}
@media screen and (max-width: 800px) {
  #pop_dialog .dialog_content {
    width: 80vw;
  }
}
#pop_dialog .dialog_content .box {
  width: 100%;
}
#pop_dialog .dialog_content .box img {
  width: 100%;
}
#pop_dialog .dialog_content .box.p-con {
  padding: 4% 5%;
}
#pop_dialog .dialog_content .box.p-con h4 {
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
  text-align: left;
}
#pop_dialog .dialog_content .box.p-con .con {
  margin-top: 15px;
  text-align: left;
  max-height: 60vh;
  overflow: auto;
}
#pop_dialog .dialog_content [data-dialog-close] {
  position: absolute;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 26px;
  left: 100%;
  top: -60px;
  color: #fff;
}
#pop_dialog.dialog--open,
#pop_dialog.dialog--close {
  display: flex;
}
#pop-dialog1,
#pop-dialog2,
#pop-dialog3 {
  z-index: 2000;
}
#pop-dialog1 .dialog_content,
#pop-dialog2 .dialog_content,
#pop-dialog3 .dialog_content {
  width: 60vw;
  padding: 1em;
  max-width: 60vw;
  min-height: inherit;
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 80%;
}
@media screen and (max-width: 800px) {
  #pop-dialog1 .dialog_content,
  #pop-dialog2 .dialog_content,
  #pop-dialog3 .dialog_content {
    width: 80vw;
  }
}
#pop-dialog1 .dialog_content .box,
#pop-dialog2 .dialog_content .box,
#pop-dialog3 .dialog_content .box {
  width: 100%;
}
#pop-dialog1 .dialog_content .box img,
#pop-dialog2 .dialog_content .box img,
#pop-dialog3 .dialog_content .box img {
  width: 100%;
}
#pop-dialog1 .dialog_content .box.p-con,
#pop-dialog2 .dialog_content .box.p-con,
#pop-dialog3 .dialog_content .box.p-con {
  padding: 4% 5%;
  text-align: left;
}
#pop-dialog1 .dialog_content .box.p-con h4,
#pop-dialog2 .dialog_content .box.p-con h4,
#pop-dialog3 .dialog_content .box.p-con h4 {
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
  text-align: left;
}
#pop-dialog1 .dialog_content .box.p-con .con,
#pop-dialog2 .dialog_content .box.p-con .con,
#pop-dialog3 .dialog_content .box.p-con .con {
  margin-top: 15px;
  text-align: left;
  max-height: 60vh;
  overflow: auto;
}
#pop-dialog1 .dialog_content [data-dialog-close],
#pop-dialog2 .dialog_content [data-dialog-close],
#pop-dialog3 .dialog_content [data-dialog-close] {
  position: absolute;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  line-height: 56px;
  text-align: center;
  font-size: 26px;
  right: 24px;
  top: 20px;
  color: #fff;
  background-color: #adadad;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
#pop-dialog1 .dialog_content [data-dialog-close]:hover,
#pop-dialog2 .dialog_content [data-dialog-close]:hover,
#pop-dialog3 .dialog_content [data-dialog-close]:hover {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
}
#pop_dialog2 {
  z-index: 2000;
}
#pop_dialog2 .dialog_content {
  width: 60vw;
  padding: 1em;
  max-width: 60vw;
  min-height: inherit;
  background: url(../image/bg13.jpg) bottom left no-repeat #ffffff;
}
@media screen and (max-width: 800px) {
  #pop_dialog2 .dialog_content {
    width: 80vw;
  }
}
#pop_dialog2 .dialog_content .box {
  width: 100%;
}
#pop_dialog2 .dialog_content .box img {
  width: 100%;
}
#pop_dialog2 .dialog_content .box.p-con {
  padding: 5% 8% 19% 8%;
}
#pop_dialog2 .dialog_content .box.p-con h4 {
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
  text-align: left;
}
#pop_dialog2 .dialog_content .box.p-con .con {
  margin-top: 15px;
  padding-top: 30px;
  text-align: left;
  max-height: 60vh;
  overflow: auto;
}
#pop_dialog2 .dialog_content [data-dialog-close] {
  position: absolute;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  line-height: 56px;
  text-align: center;
  font-size: 26px;
  right: 0;
  left: 0;
  margin: auto;
  bottom: 9%;
  color: #fff;
  background-color: #adadad;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
#pop_dialog2 .dialog_content [data-dialog-close]:hover {
  background-color: #d70c18;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
}
#pop_dialog2.dialog--open,
#pop_dialog2.dialog--close {
  display: flex;
}
@keyframes fn1 {
  0% {
    opacity: 0;
    clip-path: inset(100% 0 0 0);
    transform: translate3d(0%, 20px, 0);
  }
  100% {
    opacity: 1;
    clip-path: inset(0 0 0 0);
    transform: none;
  }
}
.fn1 {
  animation-duration: 1.4s;
  animation-name: fn1;
}
@keyframes fn2 {
  0% {
    opacity: 0;
    clip-path: inset(0 0 100% 0);
    transform: translate3d(0%, -20px, 0);
  }
  100% {
    opacity: 1;
    clip-path: inset(0 0 0 0);
    transform: none;
  }
}
.fn2 {
  animation-duration: 1.4s;
  animation-name: fn2;
}
@keyframes fn3 {
  0% {
    opacity: 0;
    letter-spacing: 5px;
    transform: translate3d(0%, 10px, 0);
  }
  100% {
    opacity: 1;
    letter-spacing: 0;
    transform: none;
  }
}
.fn3 {
  animation-duration: 2s;
  animation-name: fn3;
}
@keyframes roll {
  0% {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
  }
}
@keyframes pic_m {
  0% {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
  }
}
/***********************/
/*向前翻页 dialogFadeSkew*/
/***********************/
.dialogFadeSkew .dialog_mask {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.dialogFadeSkew.dialog--open .dialog_content,
.dialogFadeSkew.dialog--close .dialog_content {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
}
.dialogFadeSkew.dialog--open .dialog_content {
  -webkit-animation-name: anim-open-6;
  animation-name: anim-open-6;
}
.dialogFadeSkew.dialog--close .dialog_content {
  -webkit-animation-name: anim-close-6;
  animation-name: anim-close-6;
}
.dialogFadeSkew.dialog--open h2,
.dialogFadeSkew.dialog--open button,
.dialogFadeUp.dialog--open .Tani {
  -webkit-animation: anim-elem-6 0.3s both;
  animation: anim-elem-6 0.3s both;
}
.dialogFadeSkew.dialog--open h2 {
  -webkit-animation-delay: 0.05s;
  animation-delay: 0.05s;
}
.dialogFadeSkew.dialog--open button,
.dialogFadeUp.dialog--open .Tani {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
@-webkit-keyframes anim-open-6 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@keyframes anim-open-6 {
  0% {
    opacity: 0;
    transform: scale(0.9) translateY(-20px) perspective(600px) rotateX(10deg);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0px) perspective(600px) rotateX(0deg);
  }
}
@-webkit-keyframes anim-close-6 {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
  }
}
@keyframes anim-close-6 {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
}
/* Inner elements animations */
@-webkit-keyframes anim-elem-6 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 25px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@keyframes anim-elem-6 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@media screen and (min-width: 800px) {
  .app {
    display: none!important;
  }
}
@media screen and (max-width: 800px) {
  .pc {
    display: none!important;
  }
  h1 {
    margin-bottom: 0.1rem;
  }
  .f-80 {
    font-size: 28px;
  }
  .f-72 {
    font-size: 26px;
  }
  .f-60 {
    font-size: 24px;
  }
  .f-50 {
    font-size: 24px;
  }
  .f-48 {
    font-size: 24px;
  }
  .f-46 {
    font-size: 22px;
  }
  .f-44 {
    font-size: 22px;
  }
  .f-42 {
    font-size: 20px;
  }
  .f-40 {
    font-size: 20px;
  }
  .f-38 {
    font-size: 18px;
  }
  .f-36 {
    font-size: 18px;
  }
  .f-34 {
    font-size: 18px;
  }
  .f-32 {
    font-size: 16px;
  }
  .f-30 {
    font-size: 16px;
  }
  .f-28 {
    font-size: 16px;
  }
  .f-26 {
    font-size: 16px;
  }
  .f-24 {
    font-size: 16px;
  }
  .f-22 {
    font-size: 16px;
  }
  .f-20 {
    font-size: 16px;
  }
  .f-18 {
    font-size: 14px;
  }
  .f-16 {
    font-size: 14px;
  }
  .f-14 {
    font-size: 14px;
  }
  .f-12 {
    font-size: 14px;
  }
  #contact #main .wrap .top-row .tab > a {
    height: 0.9rem;
    line-height: 0.9rem;
  }
  .after-inner,
  #about_intro,
  #new,
  #new-video {
    padding-top: 60px!important;
  }
  .after-inner #top {
    height: 200px;
  }
  .after-inner #top .msg h1 {
    margin-bottom: 16px;
  }
  .max-wid {
    width: calc(100% - 30px);
  }
  p {
    margin-bottom: 12px;
    font-size: 13px;
  }
  #pop_dialog1 .dialog_content {
    width: 90vw;
    max-width: 100vw;
  }
  #about_intro #main #r1 .topic {
    margin-bottom: 18px;
  }
  #about_intro #main #r1 .wrap,
  #about_intro #main #r1 .other .box {
    flex-wrap: wrap;
  }
  #about_intro #main #r1 .wrap .col:nth-of-type(1) {
    width: 100%;
  }
  #about_intro #main #r1 .wrap .col:nth-of-type(2) {
    width: 100%;
  }
  #about_intro #main #r1 .wrap .col:nth-of-type(1) p {
    margin-bottom: 0;
  }
  #about_intro #main #r1 .other .box .col:nth-of-type(1) {
    width: 100%;
  }
  #about_intro #main #r1 .other .box .col:nth-of-type(2) {
    width: 100%;
    padding-top: 0;
  }
  #about_intro #main #r1 .other .bgColor {
    width: 100%;
    height: 330px;
  }
  #about_intro #main #r1 .other .box .col:nth-of-type(2) .img1 {
    position: relative;
    left: 0;
  }
  #about_intro #main #r1 .other .box .col:nth-of-type(1) {
    min-height: 100px;
    margin-bottom: 20px;
  }
  #about_intro #main #r1 .other .box .col:nth-of-type(1) .note {
    margin: 10px 0;
  }
  #about_intro #main #r2 .wrap .right {
    padding-right: 0;
  }
  #about_intro #main #r2 .wrap {
    padding: 0 6vw;
    flex-wrap: wrap;
  }
  #about_intro #main #r2 .wrap .right .msg .topic {
    display: none;
  }
  #about_intro #main #r2 .wrap .left {
    width: 100%;
    right: auto;
    position: relative;
  }
  #about_intro #main #r2 .history .items .timer li {
    padding-left: 34px;
  }
  #about_intro #main #r2 .history .items {
    padding-right: 0.2rem;
  }
  #about_intro #main #r2 .history .loop {
    top: 235px;
    width: 100%;
  }
  #about_intro #main #r2 .history .loop .box .swiper-item > li .msg {
    width: 100%;
  }
  #about_intro #main #r3 .wrap .p-con {
    flex-wrap: wrap;
  }
  #about_intro #main #r3 .wrap .p-con > p {
    width: 100%;
  }
  #about_intro #main #r3 .wrap .box {
    width: 100%;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  #about_intro #main #r3 .wrap .box .col:nth-of-type(1) {
    width: 100%;
    min-height: 0;
    padding-bottom: 0;
  }
  #about_intro #main #r3 .wrap .box .col:nth-of-type(1) h3 {
    line-height: 1;
  }
  #about_intro #main #r3 .wrap .box .col:nth-of-type(1) .note {
    display: none;
  }
  #about_intro #main #r3 .wrap .box .col:nth-of-type(2) {
    width: 100%;
    margin-right: 0;
    max-height: 340px;
    height: 164px;
  }
  #about_intro #main #r3 .wrap .box .col:nth-of-type(3) {
    width: 100%;
    min-height: 0;
  }
  #about_intro #main #r3 .wrap .box .col:nth-of-type(2) .items > li {
    padding-left: 0;
    margin: 4px 0;
    line-height: 36px;
  }
  #about_intro #main #r3 .wrap .box .col:nth-of-type(3) .date {
    padding: 50px 0;
    position: relative;
    left: 0;
    top: 0;
    transform: none;
  }
  #about_intro #main #r3 .wrap .box .col:nth-of-type(3) .date .con {
    position: relative;
    height: 64px;
    top: auto;
    transform: none;
  }
  #about_intro #main #r3 .wrap .box .col:nth-of-type(3) .date > a {
    height: 50px;
    line-height: 50px;
  }
  #about_intro #main #r3 .wrap .box .col:nth-of-type(3) .date .con > ul {
    height: 64px;
    width: 1500vw;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  #about_intro #main #r3 .wrap .box .col:nth-of-type(3) .date {
    padding-top: 15px;
  }
  #about_intro #main #r3 .wrap .box .col:nth-of-type(3) .date > a.n-prev {
    bottom: 0;
    top: auto;
    left: 0;
    width: 50px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
  }
  #about_intro #main #r3 .wrap .box .col:nth-of-type(3) .date > a.n-next {
    right: 0;
    width: 50px;
    left: auto;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
  }
  #about_intro #main #r1 .other .box .col:nth-of-type(1) .note > div {
    font-size: 32px;
  }
  #pop_dialog2 .dialog_content {
    max-width: 100vw;
    width: 90vw;
  }
  #pop_dialog2 .dialog_content .box.p-con {
    padding: 5% 1% 19% 1%;
  }
  #pop_dialog2 .dialog_content .box.p-con .con {
    padding-top: 10px;
  }
  #pop_dialog2 .dialog_content [data-dialog-close] {
    width: 45px;
    height: 45px;
    line-height: 45px;
    bottom: auto;
    left: auto;
    right: 24px;
    top: 20px;
  }
  #about_intro #main #r1 .other .box .col:nth-of-type(1) {
    transform: translateX(30px);
  }
  #about_layer #top {
    height: 300px;
  }
  #about_layer #top .msg {
    width: 90%;
    left: 5%;
    padding-bottom: 0;
  }
  #about_layer #top .msg p {
    width: 100%;
  }
  #about_layer #top .tree {
    flex-wrap: wrap;
    display: none;
  }
  #about_layer #top .blur {
    display: none;
  }
  #about_layer #top .tree > li {
    width: 25%;
  }
  #about_layer #top .tree > li > a > span {
    display: none;
  }
  #about_layer #top .tree > li > a > i {
    font-size: 46px;
    text-align: center;
  }
  #about_layer #btm {
    display: none;
  }
  #about_layer #main .items .list .num {
    height: 100px;
    line-height: 100px;
    font-size: 100px;
  }
  #about_layer #main .items .list {
    padding-top: 70px;
  }
  #about_layer #main .items .list .box {
    padding: 0.5rem 0;
  }
  #about_layer #main .items .list .box .r:nth-of-type(1) .col:nth-of-type(1) {
    padding-right: 0.2rem;
    padding-left: 0.2rem;
  }
  #about_layer #main .items .list .box .r:nth-of-type(1) .col {
    width: 100%;
  }
  #about_layer #main .items .list .box .r:nth-of-type(1) .col:nth-of-type(2) {
    width: 100%;
  }
  #about_layer #main .items .list:nth-of-type(2n+2) .r:nth-of-type(1) .col:nth-of-type(1) {
    padding-bottom: 0.2rem;
  }
  #about_layer #main .items .list .box .r:nth-of-type(1) .col.pic {
    padding-bottom: 60%;
  }
  #about_layer #main .items .list .box .r:nth-of-type(2) {
    padding: 25px 0.2rem 0 0.2rem;
  }
  #about_layer #main .items .list .box .r:nth-of-type(2) .child {
    width: 100%;
  }
  #about_layer #main .items .list .box .r:nth-of-type(2) .child:nth-of-type(2n+1) {
    padding-right: 0;
  }
  #culture #main .r .title h2 > em {
    width: 8px;
    height: 8px;
    border-radius: 50%;
  }
  #culture #main #r2 .wrap .list .photo .msg > p {
    margin-top: 6px;
    font-size: 17px;
  }
  #culture #main #r2 .wrap .list .box {
    height: auto;
  }
  #culture #main #r2 .wrap .list .box > p {
    font-size: 14px;
    width: 100%;
    padding: 20px 0;
  }
  #culture #main #r3 .wrap .list {
    flex-wrap: wrap;
  }
  #culture #main #r3 .wrap .list .col {
    width: 100%;
  }
  #culture #main #r3 .wrap .list:nth-of-type(2n+1) .col .msg,
  #culture #main #r3 .wrap .list:nth-of-type(2n+2) .col .msg {
    padding: 3% 5%;
  }
  #culture #main #r3 .wrap .list .col .msg p {
    line-height: 24px;
    height: 72px;
  }
  #culture #main #r4 .wrap .list {
    flex-wrap: wrap;
  }
  #culture #main #r4 .wrap .list .col {
    width: 100%;
  }
  #culture #main #r4 .wrap .list:nth-of-type(2n+1) .col .msg,
  #culture #main #r4 .wrap .list:nth-of-type(2n+2) .col .msg {
    padding: 3% 5%;
    padding-top: calc(3% + 12px);
  }
  #culture #main #r4 .wrap .list .col .msg p {
    line-height: 24px;
    height: 72px;
  }
  #culture #main #r4 .wrap .list:nth-of-type(2n+1) .col .msg > div {
    width: 100%;
  }
  #culture #main #r4 .wrap .list:nth-of-type(2n+1) .col .msg > div > p {
    height: auto;
  }
  #pop_dialog1 .dialog_content [data-dialog-close] {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    line-height: 45px;
  }
  #culture #main #r2 .wrap .list .photo .msg small {
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.8);
  }
  #culture #main #r2 .wrap .list .photo .msg p {
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.8);
    letter-spacing: 0;
  }
  #culture #main .r .title h2 {
    font-size: 18px;
  }
  #culture #main #r2 .wrap .list .box > p {
    text-align: left;
    padding: 27px 0;
  }
  #culture #main #r4 .wrap .list .col .msg .a-btn {
    line-height: 36px;
    height: 36px;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 12px;
  }
  #social #main .top-row .wrap {
    flex-wrap: wrap;
  }
  #social #main .mid-row {
    width: calc(100% - 30px);
  }
  #social #main .top-row .wrap p {
    width: 100%;
    margin-top: 14px;
  }
  #social #main .top-row .wrap .col {
    width: 100%;
    padding: 36px 50px;
  }
  #social #main .mid-row .wrap .box {
    flex-wrap: wrap;
  }
  #social #main .mid-row .wrap .box .col {
    width: 100%;
  }
  #social #main .mid-row .wrap .box .col.col1 {
    width: 100%;
  }
  #social #main .mid-row .wrap .box .col.col1 {
    padding-bottom: 50%;
  }
  #social #main .mid-row .wrap .box .col h3,
  #social #main .mid-row .wrap .box .col p {
    padding: 0;
    margin-bottom: 15px;
    text-align: left;
    width: 100%;
  }
  #social #main .top-row .wrap .col > img:nth-of-type(1) {
    width: 50px;
  }
  #social #main .top-row .wrap .col > img:nth-of-type(2) {
    width: 50px;
  }
  #contact #main .wrap .btm-row {
    flex-wrap: wrap;
    box-shadow: 0 3px 16px -3px rgba(0, 0, 0, 0.15);
    margin-top: 20px;
  }
  #contact #main .con {
    box-shadow: 0 3px 16px -3px rgba(0, 0, 0, 0.15);
    margin-top: 20px;
    border-top: none;
  }
  #contact #main .wrap .btm-row > span {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 10px;
    flex-wrap: wrap;
    justify-content: center;
  }
  #contact #main .wrap .btm-row > span > i {
    margin-right: 0;
  }
  #contact #main .wrap .btm-row > span > small {
    width: 100%;
    display: block;
    text-align: center;
  }
  #contact #main .con .box {
    flex-wrap: wrap;
  }
  #contact #main h2 {
    text-align: center;
  }
  #contact #main .con .box > a {
    margin-bottom: 15px;
    width: 33.33%;
  }
  #contact #main .con .box > span {
    position: relative;
    left: 0;
    right: auto;
    font-size: 14px;
    margin: 0;
    margin-top: 24px;
  }
  #contact #main .con > h3 {
    text-align: center;
  }
  #contact #main .con .box {
    justify-content: center;
  }
  #contact #main .con .box > a {
    margin-right: 0;
    flex-wrap: wrap;
    justify-content: center;
  }
  #contact #main .con .box > a > img {
    margin-right: 0;
  }
  #contact #main .con .box > a > small {
    display: block;
    width: 100%;
    text-align: center;
  }
  #contact #main .con .box > span {
    line-height: 36px;
    height: 36px;
  }
  #culture #main #r2 .wrap .list .photo {
    padding-bottom: 48%;
  }
  #new #top .rowMain .wrap .itemwrap .box {
    flex-wrap: wrap;
  }
  #new #top .rowMain .wrap .itemwrap .box .col {
    width: 100%;
  }
  #new #top .rowMain .wrap .itemwrap .box .col:nth-of-type(2) {
    width: 100%;
    padding: 0.2rem 0.3rem;
  }
  #new #top .rowMain .wrap .itemwrap .box .col:nth-of-type(1) {
    height: 200px;
  }
  #new #top .rowMain .wrap .itemwrap .box .col .msg .topic > span:nth-of-type(1) {
    font-size: 55px;
    line-height: 60px;
  }
  #new #top .rowMain .wrap.loop {
    min-height: 525px;
  }
  #new #main .items .list {
    flex-wrap: wrap;
    padding: 0.3rem 0;
  }
  #new #top .rowMain .wrap .itemwrap .box .col .msg .mid h2 {
    font-size: 17px;
  }
  #new #main .items .list .col:nth-of-type(1) {
    width: 100%;
  }
  #new #main .items .list .col:nth-of-type(2) {
    width: 100%;
    padding-bottom: 62.5%;
  }
  #new-video #top .con {
    padding-bottom: 76px;
  }
  #new-video #top .con .a-play {
    bottom: 76px;
  }
  #new-video #top .con .msg {
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 10px;
    background-color: #fff;
  }
  #new-video #top .con .msg h5 {
    color: #000;
    margin-bottom: 10px;
  }
  #new-video #top .con .msg small {
    color: rgba(0, 0, 0, 0.5);
  }
  #new-video #top .con:after {
    height: calc(100% - 76px);
  }
  #new-video #main .max-wid .box {
    width: 50%;
  }
  #new-video #main .max-wid .box .pic .a-play,
  #new-video #main .max-wid .box .pic .a-play > em {
    width: 42px;
    height: 42px;
    line-height: 42px;
  }
  #new-video #main .max-wid .box .pic .a-play > span {
    display: none;
  }
  #new-video #main .max-wid .box .pic {
    padding-bottom: 62%;
  }
  #new-video #main .max-wid .box .msg {
    padding-top: 10px;
  }
  #new-video #main .max-wid .box .msg h3 {
    font-size: 14px;
  }
  #new-video #main .max-wid .box .msg small {
    margin-top: 0;
    color: rgba(0, 0, 0, 0.5);
  }
  #new-detail #main .max-wid .wrap {
    width: 100%;
    padding: 4% 20px;
  }
  #new-detail #main .max-wid .wrap .title h3 {
    margin-bottom: 5px;
  }
  #new-detail #main .max-wid .wrap .title h3:after {
    left: -20px;
  }
  #new-detail #main .max-wid .wrap .title p {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  #new-detail #main .max-wid .wrap .title p > span {
    width: 100%;
  }
  #new-detail #main .max-wid .wrap .title p > span > a {
    margin-left: 0;
    margin-right: 20px;
  }
  #new-detail #main .max-wid .wrap .mid {
    padding: 20px 0;
  }
  #new-detail #main .max-wid .wrap .mid img {
    margin: 10px auto;
  }
  #new-detail #main .max-wid .wrap .mid * {
    font-size: 14px;
  }
  #new-detail #main .max-wid .wrap .btm .pager_zh {
    margin: 16px 0;
  }
  .layout-btn-4 {
    width: 120px;
    height: 44px;
    line-height: 44px;
  }
  #pop_dialog .dialog_content [data-dialog-close] {
    width: 40px;
    height: 40px;
    line-height: 40px;
    left: 90%;
    top: -40px;
  }
  #pop_dialog .dialog_content {
    max-width: 100vw;
    width: 90vw;
    padding: 0.5em;
  }
  #talent #main #r1 .wrap,
  #talent #main #r2 .wrap {
    flex-wrap: wrap;
  }
  #talent #main #r1 .wrap .col {
    width: 100%;
  }
  #talent #main #r1 .wrap .col:nth-of-type(1) .title,
  #talent #main #r2 .wrap .col:nth-of-type(2) .title,
  #talent #main #r3 .con .wrap .title,
  #talent #main #r4 .con .wrap .title {
    padding-top: 0;
    height: 74px;
    line-height: 74px;
  }
  #talent #main #r1 .wrap .col:nth-of-type(1) .title:after,
  #talent #main #r2 .wrap .col:nth-of-type(2) .title:after,
  #talent #main #r3 .con .wrap .title:after,
  #talent #main #r4 .con .wrap .title:after {
    font-size: 80px;
    left: 0;
  }
  #talent #main #r1 .wrap .col:nth-of-type(2) {
    margin-top: 24px;
    padding-left: 0;
    padding-bottom: 10px;
  }
  #talent #main #r1 .wrap .col:nth-of-type(2) .pic {
    max-width: 100%;
    position: relative;
    width: 100%;
    left: 0;
  }
  #talent #main #r2 .wrap .col:nth-of-type(2) {
    width: 100%;
    padding-left: 0;
  }
  #talent #main #r2 .wrap .col {
    width: 100%;
  }
  #talent #main #r2 .wrap .col:nth-of-type(2) .line {
    width: 100vw;
    margin-bottom: 0.3rem;
    margin-top: 0;
  }
  #talent #main #r2 .wrap .col.app {
    margin-top: 0.2rem;
  }
  #talent #main #r3 .con .wrap .title {
    overflow: visible;
    margin-bottom: 80px;
  }
  #talent #main #r3 .con .wrap .title > p {
    top: 100%;
    transform: none;
    left: 0;
    width: 100%;
    line-height: 1.8;
    padding-top: 0;
  }
  #talent #main #r4 .con .wrap .box {
    flex-wrap: wrap;
  }
  #talent #main #r4 .con .wrap .box .col:nth-of-type(1) .pager {
    margin-bottom: 4vw;
  }
  #talent #main #r4 .con .wrap .box .col:nth-of-type(1) {
    width: 100%;
    padding-right: 0;
  }
  #talent #main #r4 .con .wrap .box .col:nth-of-type(2) {
    width: 100%;
    padding-bottom: 140%;
  }
  #talent #main #r4 .con .wrap .box .col:nth-of-type(2) .photo {
    width: 100%;
    padding-bottom: 140%;
    top: 0;
    left: 0;
  }
  #talent #main #r2 .other > ul > li:last-of-type {
    padding-top: calc(2% + 12px);
  }
  #join_active #main .list {
    flex-wrap: wrap;
  }
  #join_active #main .list .col {
    width: 100%;
  }
  #join_active #main .list .col .msg {
    padding: 0;
    margin-top: 14px;
  }
  #join_active #main .list .col .msg h2 {
    margin-bottom: 6px;
  }
  #join_active #main .list.ll .loop {
    margin-left: 0;
    margin-right: 100px;
  }
  #join_active #main .list.ll .loop .pager {
    left: auto;
    right: -100px;
  }
  #join_active #main .list.lr {
    padding-left: 0;
  }
  #join_active #main .list.ll {
    padding-right: 0;
  }
  #join_active #main .list.lr .cont {
    right: 0;
    left: auto;
    visibility: hidden;
  }
  #join_active #main .list.ll .cont {
    visibility: hidden;
  }
  #join_school #main .mid-row .topic .layout-adr {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  #join_school #main .mid-row .topic .layout-adr .parent {
    z-index: 10;
    width: 40%;
    margin: 0;
    margin-bottom: 14px;
  }
  #join_school #main .mid-row .topic .layout-adr > input {
    width: 40%;
    margin-right: 0;
    margin-left: 0;
  }
  #join_school #main .mid-row .topic .layout-adr .a-btn {
    width: 40%;
  }
  #join_school #main .mid-row .job-list > ul li .layout-table-cell {
    padding-top: 18px;
  }
  #join_school #main .mid-row .job-list > ul li .layout-table-cell h3 {
    font-size: 18px;
    margin-bottom: 0.2rem;
  }
  #join_school #main .mid-row .job-list > ul li .layout-table-cell p ins {
    font-size: 14px;
    display: block;
  }
  #join_school #main .mid-row .job-list > ul li .layout-table-cell p {
    padding-bottom: 12px;
  }
  #join_school #main .mid-row .job-list > ul li > .apply {
    padding: 6px 26px;
    font-size: 14px;
    bottom: calc(0.6rem + 12px);
    top: auto;
  }
  #join_school #main .mid-row .job-list > ul .job-detail .info h4 {
    margin-bottom: 10px;
  }
  #join_school #main .mid-row .job-list > ul .job-detail .apply {
    font-size: 14px;
    padding: 6px 30px;
  }
  #join_school #main .mid-row .job-list > ul .job-detail {
    padding-bottom: 0.3rem;
  }
  #join_school #main .top-row .con {
    flex-wrap: wrap;
  }
  #join_school #main .top-row .con > p {
    width: 100%;
    margin-bottom: 0;
  }
  #join_school #main .btm-row > div {
    height: 190px;
  }
  #join_school #main .btm-row > div .ma-box {
    justify-content: space-around;
  }
  #join_school #main .btm-row > div .ma-box > span {
    margin-right: 0;
    margin: 0 10px;
  }
  #join_school #main .btm-row > div .ma-box > span > img {
    width: 100px;
  }
  #join_school #main .btm-row > div .ma-box > span > small {
    font-size: 14px;
  }
  #search-box #main {
    padding-top: 10vw;
  }
  #search-box #main .mid-row .list {
    padding-top: 0;
  }
  #search-box #main .mid-row .list .item a {
    padding: 10px;
  }
  #search-box #main .top-row .con {
    width: 100%;
  }
  #search-box #main .mid-row .list .item h5 {
    font-size: 15px;
  }
  #search-box #main .mid-row .list .item p {
    font-size: 13px;
  }
  #search-box #main .top-row .con {
    width: 80%;
  }
  #search-box #main .top-row .con .text {
    font-size: 14px;
  }
  #search-box #main .top-row .search > p {
    font-size: 14px;
  }
  #search-box #main .top-row .con .text,
  #search-box #main .top-row .con .iconfont {
    line-height: 38px;
    height: 38px;
  }
}
