@charset "UTF-8";
header {
  position: fixed;
  background: rgba(0, 0, 0, 0.52);
  width: 1.85rem;
  width: 185px;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 19;
  padding: 0.4rem 0;
  padding: 40px 0;
  text-align: center;
  height: calc(100% - 2.2em);
}

header .logo {
  width: 1.14rem;
  height: 0.51rem;
  width: 114px;
  height: 51px;
  display: block;
  margin: 0 auto 20px;
}

header .logo a {
  width: 100%;
  height: 100%;
  display: block;
}

header .logo img {
  width: 100%;
  height: 100%;
  display: block;
}

header .logo img:first-child {
  display: block;
}

header .logo img:last-child {
  display: none;
}

header nav {
  width: 100%;
  text-align: center;
  height: calc(100% - 134px);
}

header nav .navem {
  width: 100%;
  height: 16.66%;
  display: block;
  position: relative;
}

header nav .navem a {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

header nav .navem .icon {
  width: 0.44rem;
  height: 0.44rem;
  width: 44px;
  height: 44px;
  display: block;
  margin: 0 auto 0.1rem;
}

header nav .navem .icon img {
  width: 100%;
  height: 100%;
  display: block;
}

header nav .navem .icon img:nth-child(1) {
  display: block;
}

header nav .navem .icon img:nth-child(2) {
  display: none;
}

header nav .navem .icon img:nth-child(3) {
  display: none;
}

header nav .navem .txt {
  width: 100%;
  text-align: center;
  color: #fff;
}

header nav .navem a:hover .icon img:nth-child(1) {
  display: none;
}

header nav .navem a:hover .icon img:nth-child(2) {
  display: none;
}

header nav .navem a:hover .icon img:nth-child(3) {
  display: block;
}

header nav .navem a:hover .txt {
  color: #ff7f00;
}

header nav .navem.on .icon img:nth-child(1) {
  display: none;
}

header nav .navem.on .icon img:nth-child(2) {
  display: none;
}

header nav .navem.on .icon img:nth-child(3) {
  display: block;
}

header nav .navem.on .txt {
  color: #ff7f00;
}

header .long {
  display: none;
}

header.page {
  position: relative;
  height: 100vh;
  background: #fff;
  border-right: solid 1px #cacaca;
}

header.page .logo img:first-child {
  display: none;
}

header.page .logo img:last-child {
  display: block;
}

header.page nav .navem .icon img:nth-child(1) {
  display: none;
}

header.page nav .navem .icon img:nth-child(2) {
  display: block;
}

header.page nav .navem .icon img:nth-child(3) {
  display: none;
}

header.page nav .navem .txt {
  color: #333;
}

header.page nav .navem a:hover .icon img:nth-child(1) {
  display: none;
}

header.page nav .navem a:hover .icon img:nth-child(2) {
  display: none;
}

header.page nav .navem a:hover .icon img:nth-child(3) {
  display: block;
}

header.page nav .navem a:hover .txt {
  color: #ff7f00;
}

header.page nav .navem.on .icon img:nth-child(1) {
  display: none;
}

header.page nav .navem.on .icon img:nth-child(2) {
  display: none;
}

header.page nav .navem.on .icon img:nth-child(3) {
  display: block;
}

header.page nav .navem.on .txt {
  color: #ff7f00;
}

@media (max-width: 768px) {
  header {
    width: 100%;
    padding: 0 0.3rem;
    top: 0;
    right: 0;
    font-size: 0 !important;
    height: 1.1rem;
    line-height: 1.1rem;
  }
  header .logo {
    width: 1.14rem;
    height: 0.51rem;
    width: 2.28rem;
    height: 1rem;
    width: 2rem;
    height: 0.89rem;
    display: inline-block;
    vertical-align: middle;
    margin: 0.05rem 0 0.05rem;
  }
  header .long {
    width: calc(100% - 2.29rem);
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    text-align: right;
  }
  header .long .menu {
    display: inline-block;
    vertical-align: middle;
    width: 0.5rem;
    height: 0.5rem;
    cursor: pointer;
  }
  header .long .menu img {
    width: 100%;
    height: 100%;
    display: block;
  }
  header .long .black {
    display: block;
    position: fixed;
    z-index: 19;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    cursor: pointer;
    display: none;
  }
  header .long .language {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    margin-right: 0.2rem;
  }
  header .long .language .langs {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0.2rem;
  }
  header .long .language .langs a {
    width: 100%;
    height: 100%;
    display: block;
    font-size: 0;
  }
  header .long .language .langs .gq {
    display: inline-block;
    vertical-align: middle;
    width: 0.38rem;
    height: 0.26rem;
    margin-right: 0.14rem;
  }
  header .long .language .langs .gq img {
    width: 100%;
    height: 100%;
    display: block;
  }
  header .long .language .langs .txt {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
  }
  header nav {
    width: 5rem;
    position: fixed;
    z-index: 20;
    right: 0;
    top: 0;
    height: 100vh;
    background-color: #fff;
    overflow: auto;
    z-index: 1000;
    transform: translate(100%, 0);
    transition: transform .3s;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  header nav .navem {
    width: 100%;
    height: auto;
    text-align: left;
  }
  header nav .navem .icon {
    display: none;
  }
  header nav .navem .txt {
    color: #000;
    line-height: 2.8;
    text-align: left;
    font-size: 16px;
  }
  header nav .navem a {
    position: relative;
    left: 0;
    top: 0;
    transform: translate(0, 0);
    display: block;
    padding: 0 0.2rem;
    border-bottom: 1px solid #f3efe9;
  }
  header nav .navem:first-child a {
    border-top: 1px solid #f3efe9;
  }
  header.page {
    position: fixed;
    height: 1.1rem;
    line-height: 1.1rem;
    border-bottom: solid 1px #cacaca;
  }
  header.page .long .language .langs .txt {
    color: #999;
  }
  header.show .long .black {
    display: block;
  }
  header.show nav {
    transform: translate(0, 0);
  }
}

.rightNav {
  width: 0.42rem;
  width: 42px;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100vh;
  height: calc(100% - 2.2em);
  z-index: 19;
  background: rgba(0, 0, 0, 0.6);
}

.rightNav .ron {
  position: absolute;
  z-index: 20;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}

.rightNav .language {
  width: 100%;
}

.rightNav .language .langs {
  width: 100%;
  display: block;
  margin-bottom: 0.16rem;
  margin-bottom: 16px;
}

.rightNav .language .langs a {
  width: 100%;
  height: 100%;
  display: block;
}

.rightNav .language .langs .gq {
  width: 0.19rem;
  height: 0.13rem;
  width: 19px;
  height: 13px;
  margin: 0 auto;
  display: block;
}

.rightNav .language .langs .gq img {
  width: 100%;
  height: 100%;
  display: block;
}

.rightNav .language .langs .txt {
  width: 1.5em;
  text-align: center;
  display: block;
  margin: 0.06rem auto 0;
  color: #fff;
}

.rightNav .rtem {
  width: 100%;
  text-align: center;
  display: block;
  padding: 0.2rem 0;
  border-top: solid 1px #bfbfbf;
  position: relative;
}

.rightNav .rtem .img {
  width: 0.26rem;
  height: 0.26rem;
  width: 26px;
  height: 26px;
  margin: 0 auto;
  display: block;
}

.rightNav .rtem .img img {
  width: 100%;
  height: 100%;
  display: block;
}

.rightNav .rtem .img img:first-child {
  display: block;
}

.rightNav .rtem .img img:last-child {
  display: none;
}

.rightNav .rtem .txt {
  width: 1.5em;
  text-align: center;
  display: block;
  margin: 0.14rem auto 0;
  color: #fff;
  line-height: 1.3;
}

.rightNav .rtem .code {
  position: absolute;
  right: calc(100% + 0.1rem);
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 1.2rem;
  height: 1.2rem;
  display: none;
}

.rightNav .rtem .code img {
  width: 100%;
  height: 100%;
  display: block;
}

.rightNav .rtem:hover .img img:first-child {
  display: none;
}

.rightNav .rtem:hover .img img:last-child {
  display: block;
}

.rightNav .rtem:hover .txt {
  color: #ff7f00;
}

.rightNav .rtem:hover .code {
  display: block;
}

@media (max-width: 768px) {
  .rightNav {
    display: none;
  }
}

.banner {
  width: 100%;
  height: 100vh;
  display: block;
}

.banner .swiper-slide {
  width: 100%;
  height: 100vh;
  position: relative;
}

.banner .swiper-slide .pcimg {
  width: 100%;
  height: 100%;
  display: block;
}

.banner .swiper-slide .pcimg img {
  width: 100%;
  height: 100%;
  display: none;
}

.banner .swiper-slide .phimg {
  width: 100%;
  height: 100%;
  display: none;
}

.banner .swiper-slide .phimg img {
  width: 100%;
  height: 100%;
  display: none;
}

.banner .swiper-slide .box {
  width: auto;
  max-width: 4rem;
  position: absolute;
  z-index: 4;
  right: calc((130 / 1920) * 100%);
  bottom: 1.4rem;
  padding-bottom: 0.2rem;
  text-align: right;
}

.banner .swiper-slide .box .line {
  width: 100%;
  font-size: 0;
  margin: 0.24rem 0;
}

.banner .swiper-slide .box .line span {
  width: 3rem;
  display: inline-block;
  vertical-align: middle;
  height: 4px;
  background: #fff;
}

.banner .swiper-slide .box .cn {
  font-size: calc(12px - 0.12rem + 0.8rem);
  color: #fff;
}

.banner .swiper-slide .box .en {
  font-size: calc(12px - 0.12rem + 0.3rem);
  color: #fff;
}

.banner .swiper-slide .box .lines {
  font-size: 0;
  margin: 0.24rem 0;
}

.banner .swiper-slide .box .lines span {
  width: 1.5rem;
  display: inline-block;
  vertical-align: middle;
  height: 4px;
  background: #fff;
}

.banner .swiper-pagination {
  width: auto;
  left: auto;
  bottom: auto;
  width: 0.4rem;
  width: 42px;
  right: 0.62rem;
  right: 42px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.banner .swiper-pagination-bullet {
  width: 0.14rem;
  height: 0.14rem;
  width: 14px;
  height: 14px;
  background-image: url("../images/ps2.png");
  background-position: center;
  background-size: 100%;
  background-color: transparent;
  opacity: 1;
}

.banner .swiper-pagination-bullet-active {
  background-image: url("../images/ps1.png");
  background-position: center;
  background-size: 100%;
}

.banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0.1rem 0.05rem;
  margin: 10px 5px;
}

@media (max-width: 768px) {
  .banner .swiper-pagination {
    width: 100%;
    text-align: center;
    right: 0;
    top: auto;
    transform: translateY(0);
    bottom: 0.5rem;
  }
}

.main {
  width: calc(100% - 185px - 42px);
  background: #fff;
  position: absolute;
  left: 185px;
  top: 0;
  height: calc(100vh - 2.2em);
}

.main .matop {
  width: 100%;
  font-size: 0;
  padding: 0.24rem 0.6rem;
  border-bottom: solid 1px #cacaca;
  background: #fff;
}

.main .matop .matem {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin-right: 0.4rem;
}

.main .matop .matem a {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 0;
}

.main .matop .matem .icon {
  display: inline-block;
  vertical-align: middle;
  width: 0.2rem;
  height: 0.2rem;
  margin-right: 0.1rem;
}

.main .matop .matem .icon img {
  width: 100%;
  height: 100%;
  display: block;
}

.main .matop .matem .icon img:first-child {
  display: block;
}

.main .matop .matem .icon img:last-child {
  display: none;
}

.main .matop .matem .txt {
  display: inline-block;
  vertical-align: middle;
  color: #666;
}

.main .matop .matem.on .icon img:first-child {
  display: none;
}

.main .matop .matem.on .icon img:last-child {
  display: block;
}

.main .matop .matem.on .txt {
  color: #ff7f00;
}

.main .macon {
  width: 100%;
  height: calc(100% - 0.7rem);
  padding: 0.28rem 0.6rem;
  background: #fff;
  position: relative;
  overflow: auto;
}

.main .macon .form {
  width: 100%;
  font-size: 0;
  margin-bottom: 0.3rem;
}

.main .macon .form .select-con {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  font-size: calc(12px - 0.12rem + 0.14rem);
  line-height: 2.5;
  height: 2.5em;
  background: #fff;
  background: transparent;
  overflow: hidden;
  position: relative;
}

.main .macon .form .select-con .select-value {
  width: auto;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  line-height: 2.5;
  height: 2.5em;
  color: #333;
  padding: 0 0.3rem 0 0.25rem;
  font-size: calc(12px - 0.12rem + 0.14rem);
  text-align: left;
}

.main .macon .form .select-con select {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
}

.main .macon .form .select-con select option {
  color: #333;
  font-size: calc(12px - 0.12rem + 0.14rem);
  line-height: 2.5;
}

.main .macon .form .select {
  width: calc((317 / 1576) * 100%);
  background-color: #ffffff;
  border: solid 1px #d2d2d2;
  margin-right: calc((20 / 1576) * 100%);
}

.main .macon .form .select-con:after {
  display: inline-block;
  content: "";
  border-left: 0.05rem solid transparent;
  border-top: 0.05rem solid #333;
  border-right: 0.05rem solid transparent;
  position: absolute;
  right: 0.13rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.main .macon .form .inputs {
  width: calc((900 / 1576) * 100%);
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  border: solid 1px #ff7f00;
}

.main .macon .form .inputs .text {
  display: inline-block;
  vertical-align: middle;
  font-size: calc(12px - 0.12rem + 0.14rem);
  line-height: 2.5;
  height: 2.5em;
  padding: 0 0.2rem;
  width: calc((665 / 900) * 100%);
  background: #fff;
  border: none;
}

.main .macon .form .inputs .sumit {
  width: calc((235 / 900) * 100%);
  display: inline-block;
  vertical-align: middle;
  font-size: calc(12px - 0.12rem + 0.14rem);
  line-height: 2.5;
  height: 2.5em;
  background: #ff7f00;
  text-align: center;
  color: #fff;
  border: none;
}

.main .macon .tables {
  width: 100%;
  margin-bottom: 0.4rem;
}

.main .macon .tables .tabtop {
  width: 100%;
}

.main .macon .tables .tabcon {
  width: 100%;
}

.main .macon .tables .tr {
  width: 100%;
  font-size: 0;
  border-bottom: solid 1px #efefef;
}

.main .macon .tables .tr a {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 0;
}

.main .macon .tables .tr .td {
  display: inline-block;
  vertical-align: middle;
  width: 20%;
  color: #666;
  text-align: center;
  line-height: 2.5;
}

.main .macon .tables .tr.top {
  background: #ff7f00;
  border-bottom: solid 1px #ff7f00;
}

.main .macon .tables .tr.top .td {
  color: #fff;
}

.main .macon .matsm {
  width: calc((1430 / 1696) * 100%);
  font-size: 0;
  margin: 0.7rem auto;
}

.main .macon .matsm .mon {
  width: 100%;
  font-size: 0;
  margin-bottom: 0.2rem;
}

.main .macon .matsm .mon .ml {
  width: calc((680 / 1430) * 100%);
  display: inline-block;
  vertical-align: middle;
  padding-right: 0.5rem;
}

.main .macon .matsm .mon .ml .cn {
  color: #ff7f00;
  line-height: 1.3;
}

.main .macon .matsm .mon .ml .en {
  color: #555;
  line-height: 2;
}

.main .macon .matsm .mon .ml .line {
  width: 100%;
  font-size: 0;
  margin: 0.26rem 0 0.34rem;
}

.main .macon .matsm .mon .ml .line span {
  display: inline-block;
  vertical-align: middle;
  width: 0.4rem;
  height: 2px;
  background: #d7d7d7;
}

.main .macon .matsm .mon .ml .motxt {
  width: 100%;
  font-size: calc(12px - 0.12rem + 0.14rem);
  line-height: 2.2;
  color: #555;
  margin-bottom: 0.4rem;
  max-height: 3.4rem;
}

.main .macon .matsm .mon .ml .motxt p {
  font-size: calc(12px - 0.12rem + 0.14rem);
  line-height: 2.2;
  color: #555;
}

.main .macon .matsm .mon .ml .datas {
  width: 100%;
}

.main .macon .matsm .mon .ml .datas .data {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  text-align: center;
  margin-right: 0.4rem;
  margin-bottom: 0.2rem;
}

.main .macon .matsm .mon .ml .datas .data .dtop {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}

.main .macon .matsm .mon .ml .datas .data .dtop .year {
  display: inline-block;
  vertical-align: bottom;
  font-weight: bold;
  color: #ff7f00;
}

.main .macon .matsm .mon .ml .datas .data .dtop .unit {
  display: inline-block;
  vertical-align: bottom;
  color: #555;
}

.main .macon .matsm .mon .ml .datas .data .dit {
  color: #555;
  margin-top: 0.06rem;
}

.main .macon .matsm .mon .mr {
  display: inline-block;
  vertical-align: middle;
  width: calc((750 / 1430) * 100%);
}

.main .macon .matsm .mon .mr .mrtop {
  width: 100%;
  margin-bottom: 0.2rem;
}

.main .macon .matsm .mon .mr .mrtop .swiper-slide {
  width: 100%;
}

.main .macon .matsm .mon .mr .mrtop .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
}

.main .macon .matsm .mon .mr .mrbot {
  width: 100%;
  position: relative;
}

.main .macon .matsm .mon .mr .mrbot .swiper-container {
  margin: 0 0.3rem;
}

.main .macon .matsm .mon .mr .mrbot .mtn {
  position: absolute;
  z-index: 3;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  width: 0.2rem;
  height: 0.4rem;
}

.main .macon .matsm .mon .mr .mrbot .mtn img {
  width: 100%;
  height: 100%;
  display: block;
}

.main .macon .matsm .mon .mr .mrbot .mtn img:first-child {
  display: block;
}

.main .macon .matsm .mon .mr .mrbot .mtn img:last-child {
  display: none;
}

.main .macon .matsm .mon .mr .mrbot .mtn:hover img:first-child {
  display: none;
}

.main .macon .matsm .mon .mr .mrbot .mtn:hover img:last-child {
  display: block;
}

.main .macon .matsm .mon .mr .mrbot .mrl {
  left: 0;
}

.main .macon .matsm .mon .mr .mrbot .mrr {
  right: 0;
}

.main .macon .bans {
  width: 100%;
  margin-bottom: 0.2rem;
}

.main .macon .bans img {
  width: 100%;
  height: 100%;
  display: block;
}

.main .macon .videms {
  width: calc((1530 / 1696) * 100%);
  width: 100%;
  margin: 0.7rem auto;
  font-size: 0;
}

.main .macon .videms .vl {
  display: inline-block;
  vertical-align: middle;
  width: calc((1255 / 1530) * 100%);
  position: relative;
}

.main .macon .videms .vl .vllist {
  width: 100%;
}

.main .macon .videms .vl .vllist .vltem {
  width: 100%;
  position: relative;
  display: none;
}

.main .macon .videms .vl .vllist .vltem .img {
  width: 100%;
}

.main .macon .videms .vl .vllist .vltem .img img {
  width: 100%;
  height: 100%;
  display: block;
}

.main .macon .videms .vl .vllist .vltem .play {
  position: absolute;
  z-index: 3;
  width: 0.73rem;
  height: 0.74rem;
  cursor: pointer;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.main .macon .videms .vl .vllist .vltem.on {
  display: block;
}

.main .macon .videms .vl .video {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: none;
}

.main .macon .videms .vl .video video {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: #fff;
}

.main .macon .videms .vl .video iframe {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: #fff;
}

.main .macon .videms .vl .video .close {
  position: absolute;
  right: 0rem;
  top: 0rem;
  z-index: 4;
  display: block;
  font-size: 20px;
  text-align: center;
  line-height: 40px;
  width: 40px;
  text-align: center;
  color: #000;
  font-weight: bold;
  cursor: pointer;
}

.main .macon .videms .vr {
  display: inline-block;
  vertical-align: middle;
  width: calc((275 / 1530) * 100%);
  height: 100%;
}

.main .macon .videms .vr .vrlist {
  width: 100%;
  height: 100%;
}

.main .macon .videms .vr .vrlist .vrtem {
  width: 100%;
  height: 16.66%;
  font-size: 0;
  display: block;
  padding: 0 0.3rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background: rgba(4, 4, 4, 0.4);
  border-bottom: solid 1px #fff;
}

.main .macon .videms .vr .vrlist .vrtem .icon {
  width: 0.36rem;
  height: 0.36rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.14rem;
}

.main .macon .videms .vr .vrlist .vrtem .vrn {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 0.5rem);
}

.main .macon .videms .vr .vrlist .vrtem .vrn .cn {
  color: #fff;
  margin-bottom: 0.1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.main .macon .videms .vr .vrlist .vrtem .vrn .en {
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.main .macon .videms .vr .vrlist .vrtem.on {
  background: #ff7f00;
}

.main .macon .videms .vr .vrlist .vrtem:last-child {
  border: none;
}

.main .macon .intellist {
  width: 100%;
  width: calc((1530 / 1696) * 100%);
  margin: 0.5rem auto 0.2rem;
  font-size: 0;
}

.main .macon .intellist .intem {
  width: calc((367 / 1530) * 100%);
  display: inline-block;
  vertical-align: top;
  background: #ebebeb;
  margin-right: calc((20 / 1530) * 100%);
  padding: 0.2rem 0 0.2rem;
  margin-bottom: 0.2rem;
  cursor: pointer;
}

.main .macon .intellist .intem .img {
  width: calc((184 / 367) * 100%);
  display: block;
  margin: 0 auto 0.1rem;
}

.main .macon .intellist .intem .img img {
  width: 100%;
  height: 100%;
  display: block;
}

.main .macon .intellist .intem .txt {
  width: 100%;
  text-align: center;
  color: #555;
  line-height: 1.3;
}

.main .macon .intellist .intem:nth-child(4n) {
  margin-right: 0;
}

.main .macon .recrem {
  width: calc((1530 / 1696) * 100%);
  margin: 0.5rem auto 0.2rem;
  font-size: 0;
}

.main .macon .recrem .rel {
  width: calc((320 / 1530) * 100%);
  display: inline-block;
  vertical-align: top;
  margin-right: calc((90 / 1530) * 100%);
}

.main .macon .recrem .rel .img {
  width: 100%;
}

.main .macon .recrem .rel .img img {
  width: 100%;
  height: 100%;
  display: block;
}

.main .macon .recrem .rer {
  width: calc((1120 / 1530) * 100%);
  display: inline-block;
  vertical-align: top;
}

.main .macon .recrem .rer .meslist {
  width: 100%;
  font-size: 0;
}

.main .macon .recrem .rer .meslist .metem {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0.3rem;
}

.main .macon .recrem .rer .meslist .metem .mit {
  width: 100%;
  padding-bottom: 0.24rem;
  border-bottom: solid 1px #bfc0c1;
  color: #ff7f00;
  font-size: calc(12px - 0.12rem + 0.25rem);
}

.main .macon .recrem .rer .meslist .metem .melist {
  width: 100%;
  padding: 0.2rem 0;
  font-size: 0;
}

.main .macon .recrem .rer .meslist .metem .melist ul {
  width: 100%;
}

.main .macon .recrem .rer .meslist .metem .melist ul li {
  width: 100%;
  color: #666;
  line-height: 2;
  font-size: calc(12px - 0.12rem + 0.14rem);
}

.main .macon .recrem .rer .meslist .metem .melist .mli {
  display: inline-block;
  vertical-align: top;
  color: #666;
  line-height: 2;
  font-size: calc(12px - 0.12rem + 0.14rem);
  width: auto;
}

.main .macon .recrem .rer .meslist .metem.w50 {
  width: 50%;
}

.main .macon .recrem .rer .meslist .metem.w50 .melist {
  padding-right: 0.2rem;
}

.main .macon .project {
  width: 100%;
  width: calc((1530 / 1696) * 100%);
  margin: 0.5rem auto 0.2rem;
  font-size: 0;
}

.main .macon .project .prowiper {
  width: 100%;
}

.main .macon .project .prowiper .swiper-container {
  padding: 0.3rem 30px;
}

.main .macon .project .prowiper .swiper-slide {
  width: 100%;
  background-color: #3c0204;
  box-shadow: 0px 8px 13px 3px rgba(106, 106, 106, 0.52);
  position: relative;
}

.main .macon .project .prowiper .swiper-slide .img {
  width: 100%;
}

.main .macon .project .prowiper .swiper-slide .img img {
  width: 100%;
  height: 100%;
  display: block;
}

.main .macon .project .prowiper .swiper-slide .name {
  position: absolute;
  width: 100%;
  z-index: 3;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(22, 22, 23, 0.61);
  color: #fff;
  padding: 0.1rem 0.5rem 0.1rem 0.3rem;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.main .macon .project .prowiper .swiper-slide .name span {
  position: absolute;
  right: 0.3rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.16rem;
  height: 0.16rem;
}

.main .macon .project .prowiper .swiper-slide .name span img {
  width: 100%;
  height: 100%;
  display: block;
}

.main .macon .project .mrtop {
  width: 100%;
  margin-bottom: 0.2rem;
}

.main .macon .project .mrtop .swiper-slide {
  width: 100%;
  position: relative;
}

.main .macon .project .mrtop .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
}

.main .macon .project .mrtop .swiper-slide .play {
  position: absolute;
  z-index: 3;
  width: 0.73rem;
  height: 0.74rem;
  cursor: pointer;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.main .macon .project .mrtop .swiper-slide .video {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: none;
}

.main .macon .project .mrtop .swiper-slide .video video {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: #fff;
}

.main .macon .project .mrtop .swiper-slide .video iframe {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: #fff;
}

.main .macon .project .mrtop .swiper-slide .video .close {
  position: absolute;
  right: 0rem;
  top: 0rem;
  z-index: 4;
  display: block;
  font-size: 20px;
  text-align: center;
  line-height: 40px;
  width: 40px;
  text-align: center;
  color: #000;
  font-weight: bold;
  cursor: pointer;
}

.main .macon .project .mrbot {
  width: 100%;
  position: relative;
}

.main .macon .project .mrbot .swiper-container {
  margin: 0 0.3rem;
  padding: 0.1rem 0;
}

.main .macon .project .mrbot .mtn {
  position: absolute;
  z-index: 3;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  width: 0.2rem;
  height: 0.4rem;
}

.main .macon .project .mrbot .mtn img {
  width: 100%;
  height: 100%;
  display: block;
}

.main .macon .project .mrbot .mtn img:first-child {
  display: block;
}

.main .macon .project .mrbot .mtn img:last-child {
  display: none;
}

.main .macon .project .mrbot .mtn:hover img:first-child {
  display: none;
}

.main .macon .project .mrbot .mtn:hover img:last-child {
  display: block;
}

.main .macon .project .mrbot .mrl {
  left: 0;
}

.main .macon .project .mrbot .mrr {
  right: 0;
}

.main .macon .project .mrbot .swiper-slide {
  width: 100%;
  position: relative;
}

.main .macon .project .mrbot .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
}

.main .macon .project .mrbot .swiper-slide:after {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 3;
  border: solid 1px transparent;
}

.main .macon .project .mrbot .swiper-slide.on:after {
  border: solid 1px #ff7f00;
}

.main .macon .projectlis {
  width: 100%;
  font-size: 0;
  width: calc((1575 / 1696) * 100%);
  margin: 0.3rem auto 0.5rem;
}

.main .macon .projectlis .proem {
  display: inline-block;
  vertical-align: top;
  width: calc((378 / 1575) * 100%);
  margin-right: calc((21 / 1575) * 100%);
  margin-bottom: 0.2rem;
  position: relative;
  border: solid 1px transparent;
}

.main .macon .projectlis .proem a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  z-index: 5;
}

.main .macon .projectlis .proem .img {
  width: 100%;
}

.main .macon .projectlis .proem .img img {
  width: 100%;
  height: 100%;
  display: block;
}

.main .macon .projectlis .proem .name {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.52);
  text-align: center;
  line-height: 2;
  color: #fff;
}

.main .macon .projectlis .proem:hover {
  border: solid 1px #ff7f00;
}

.main .macon .projectlis .proem:nth-child(4n) {
  margin-right: 0;
}

.main .macon .selectlis {
  width: 100%;
  font-size: 0;
  width: calc((1575 / 1696) * 100%);
  margin: 0.3rem auto 0.5rem;
}

.main .macon .selectlis .selem {
  display: inline-block;
  vertical-align: top;
  width: calc((378 / 1575) * 100%);
  margin-right: calc((21 / 1575) * 100%);
  margin-bottom: 0.2rem;
  position: relative;
  overflow: hidden;
}

.main .macon .selectlis .selem a {
  width: 100%;
  height: 100%;
  display: block;
}

.main .macon .selectlis .selem .img {
  width: 100%;
}

.main .macon .selectlis .selem .img img {
  width: 100%;
  height: 100%;
  display: block;
}

.main .macon .selectlis .selem .son {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 127, 0, 0.65);
  padding: 0.3rem 0.4rem;
  width: 2rem;
  width: calc((200 / 378) * 100%);
  top: 150%;
  transition: all ease 0.3s;
}

.main .macon .selectlis .selem .son .name {
  text-align: center;
  line-height: 2;
  color: #fff;
}

.main .macon .selectlis .selem .son .line {
  width: 100%;
  font-size: 0;
  text-align: center;
}

.main .macon .selectlis .selem .son .line img {
  display: inline-block;
  vertical-align: middle;
  width: 0.84rem;
  height: 0.04rem;
}

.main .macon .selectlis .selem:hover .son {
  top: 50%;
}

.main .macon .selectlis .selem:nth-child(4n) {
  margin-right: 0;
}

.main .macon .informlis {
  width: 100%;
  font-size: 0;
  width: calc((1575 / 1696) * 100%);
  width: 100%;
  margin: 0rem auto 0.2rem;
}

.main .macon .informlis .intem {
  display: inline-block;
  vertical-align: top;
  width: calc((298 / 1575) * 100%);
  margin-right: calc((21 / 1575) * 100%);
  margin-bottom: 0.2rem;
  position: relative;
}

.main .macon .informlis .intem a {
  width: 100%;
  height: 100%;
  display: block;
}

.main .macon .informlis .intem .img {
  width: 100%;
  overflow: hidden;
}

.main .macon .informlis .intem .img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all ease 0.3s;
}

.main .macon .informlis .intem .ion {
  width: 100%;
  border: solid 1px #e5e5e5;
  border-top: none;
  padding: 0.18rem;
  background: #fff;
}

.main .macon .informlis .intem .ion .int {
  width: 100%;
  color: #3d3c41;
  line-height: 1.8;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.main .macon .informlis .intem .ion .line {
  width: 100%;
  font-size: 0;
  margin: 0.1rem 0;
}

.main .macon .informlis .intem .ion .line span {
  display: inline-block;
  vertical-align: middle;
  width: 0.4rem;
  height: 2px;
  background: #c6c6c6;
}

.main .macon .informlis .intem .ion .tx {
  color: #999999;
  line-height: 2;
  height: 4em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 0.2rem;
}

.main .macon .informlis .intem .ion .time {
  width: 100%;
  color: #a0a0a0;
  position: relative;
}

.main .macon .informlis .intem .ion .time span {
  width: 0.2rem;
  height: 0.2rem;
  display: inline-block;
  position: absolute;
  right: 0.18rem;
  top: 50%;
  transform: translateY(-50%);
}

.main .macon .informlis .intem:hover {
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1);
}

.main .macon .informlis .intem:hover .img img {
  transform: scale(1.1);
}

.main .macon .informlis .intem:hover .ion .int {
  color: #ff7f00;
}

.main .macon .informlis .intem:nth-child(5n) {
  margin-right: 0;
}

.main .macon .introduce {
  width: calc((1530 / 1696) * 100%);
  margin: 0.5rem auto 0rem;
  font-size: 0;
}

.main .macon .introduce .inmg {
  width: 100%;
  margin-bottom: 0.3rem;
}

.main .macon .introduce .inmg img {
  max-width: 100%;
  display: block;
}

.main .macon .introduce .meslist {
  width: 100%;
  font-size: 0;
}

.main .macon .introduce .meslist .metem {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0.3rem;
}

.main .macon .introduce .meslist .metem .mit {
  width: 100%;
  padding-bottom: 0.24rem;
  border-bottom: solid 1px #bfc0c1;
  color: #ff7f00;
  font-size: calc(12px - 0.12rem + 0.25rem);
}

.main .macon .introduce .meslist .metem .melist {
  width: 100%;
  padding: 0.2rem 0;
}

.main .macon .introduce .meslist .metem .melist p {
  font-size: calc(12px - 0.12rem + 0.14rem);
  line-height: 2.2;
  color: #666;
}

.main .macon .inform-detail {
  width: 13rem;
  max-width: 100%;
  margin: 0 auto;
}

.main .macon .inform-detail .ints {
  width: 100%;
  text-align: center;
  color: #333;
  line-height: 1.5;
}

.main .macon .inform-detail .intem {
  width: 100%;
  text-align: center;
  font-size: 0;
  margin: 0.2rem 0;
}

.main .macon .inform-detail .intem span {
  display: inline-block;
  vertical-align: middle;
  color: #999;
  font-size: calc(12px - 0.12rem + 0.14rem);
  line-height: 1.3;
  margin: 0 0.2rem;
}

.main .macon .inform-detail .intem span i {
  display: inline-block;
  vertical-align: middle;
  width: 0.2rem;
  height: 0.2rem;
  margin-right: 0.1rem;
}

.main .macon .inform-detail .intem span i img {
  width: 100%;
  height: 100%;
  display: block;
}

.main .macon .inform-detail .infon {
  width: 100%;
  padding: 0.3rem 0;
  border-top: dashed 1px #999;
}

.main .macon .inform-detail .infon p {
  color: #555555;
  font-size: calc(12px - 0.12rem + 0.14rem);
  line-height: 2;
}

.main .macon .inform-detail .infon img {
  max-width: 100%;
}

.main .macon .inform-detail .inbot {
  width: 100%;
  font-size: 0;
}

.main .macon .inform-detail .inbot .itn {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  background: #f0f0f0;
  position: relative;
}

.main .macon .inform-detail .inbot .itn a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 0 0.3rem;
  color: #626262;
  font-size: calc(12px - 0.12rem + 0.16rem);
  line-height: 2.5;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.main .macon .inform-detail .inbot .itn i {
  width: 0.09rem;
  height: 0.16rem;
  display: inline-block;
  position: absolute;
  right: 0.3rem;
  top: 50%;
  transform: translateY(-50%);
}

.main .macon .inform-detail .inbot .itn i img {
  width: 100%;
  height: 100%;
  display: block;
}

.main .macon .inform-detail .inbot .itn i img:first-child {
  display: block;
}

.main .macon .inform-detail .inbot .itn i img:last-child {
  display: none;
}

.main .macon .inform-detail .inbot .itn:hover {
  background: #ff7f00;
}

.main .macon .inform-detail .inbot .itn:hover a {
  color: #fff;
}

.main .macon .inform-detail .inbot .itn:hover i img:first-child {
  display: none;
}

.main .macon .inform-detail .inbot .itn:hover i img:last-child {
  display: block;
}

.main .maconlis {
  width: 100%;
  height: calc(100% - 0.7rem);
  background: #fff;
  position: relative;
}

.main .maconlis .macons {
  width: 100%;
  height: 100%;
  overflow: auto;
  display: none;
}

.main .maconlis .macons.on {
  display: block;
}

.main .mapon {
  width: 100%;
  height: calc(100% - 0.7rem);
  background: #fff;
  position: relative;
  font-size: 0;
}

.main .mapon .map {
  width: 100%;
  height: 100%;
  display: none;
}

.main .mapon .map img {
  max-width: 100%;
  height: 100%;
  display: block;
}

.main .mapon .map.on {
  display: block;
}

.main .mapon .maps {
  width: calc((1173 / 1697) * 100%);
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.main .mapon .maplist {
  width: calc((524 / 1697) * 100%);
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  background: #fff;
  padding: 0 0.2rem 0 0.4rem;
  max-height: 100%;
}

.main .mapon .maplist .masem {
  width: 100%;
  padding: 0.3rem 0;
  border-bottom: solid 1px #efefef;
  cursor: pointer;
}

.main .mapon .maplist .masem .mul {
  width: 100%;
}

.main .mapon .maplist .masem .mul li {
  width: 100%;
  font-size: calc(12px - 0.12rem + 0.14rem);
  line-height: 2;
  color: #666;
}

.main .mapon .maplist .masem .mul li b {
  color: #333;
}

@media (max-width: 768px) {
  .main {
    position: relative;
    left: 0;
    top: auto;
    width: 100%;
    height: auto;
    padding-top: 1.1rem;
  }
  .main .matop {
    padding: 0.24rem 0.24rem;
    padding: 0;
  }
  .main .matop .matem {
    margin-right: 0;
  }
  .main .matop .matem a {
    padding: 0 0.4rem;
  }
  .main .matop .matem a .icon {
    width: 0.3rem;
    height: 0.3rem;
  }
  .main .matop .matem a .txt {
    line-height: 0.8rem;
    font-size: 14px !important;
  }
  .main .macon {
    padding: 0.24rem 0.24rem;
    height: auto;
  }
  .main .macon .form .select {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 0.2rem;
  }
  .main .macon .form .select:nth-child(2n) {
    margin-right: 0;
  }
  .main .macon .form .inputs {
    width: 100%;
  }
  .main .macon .matsm {
    width: 100%;
    margin: 0.2rem auto;
    padding: 0 0.2rem;
  }
  .main .macon .matsm .mon .ml {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0.3rem;
  }
  .main .macon .matsm .mon .ml .motxt {
    height: auto;
    max-height: 100%;
  }
  .main .macon .matsm .mon .mr {
    width: 100%;
    margin-bottom: 0.3rem;
  }
  .main .macon .videms .vl {
    width: 100%;
  }
  .main .macon .videms .vr {
    width: 100%;
  }
  .main .macon .videms .vr .vrlist {
    width: 100%;
    font-size: 0;
    overflow: hidden;
  }
  .main .macon .videms .vr .vrlist .vrtem {
    float: left;
    width: 33.33%;
    height: 2rem;
    border: none;
  }
  .main .macon .intellist .intem {
    width: 48%;
    margin-right: 4%;
  }
  .main .macon .intellist .intem:nth-child(2n) {
    margin-right: 0;
  }
  .main .macon .recrem .rel {
    width: 100%;
    margin-right: 0;
  }
  .main .macon .recrem .rel .img {
    width: 2rem;
    margin: 0 auto;
  }
  .main .macon .recrem .rer {
    width: 100%;
    margin-top: 0.3rem;
  }
  .main .macon .recrem .rer .meslist {
    width: 100%;
  }
  .main .macon .recrem .rer .meslist .metem.w50 {
    width: 100%;
  }
  .main .macon .project {
    width: 100%;
    margin: 0;
  }
  .main .macon .projectlis .proem {
    width: 48%;
    margin-right: 4%;
  }
  .main .macon .projectlis .proem:nth-child(2n) {
    margin-right: 0;
  }
  .main .macon .selectlis .selem {
    width: 48%;
    margin-right: 4%;
  }
  .main .macon .selectlis .selem:nth-child(2n) {
    margin-right: 0;
  }
  .main .macon .informlis .intem {
    width: 48%;
    margin-right: 4%;
  }
  .main .macon .informlis .intem:nth-child(5n) {
    margin-right: 4%;
  }
  .main .macon .informlis .intem:nth-child(2n) {
    margin-right: 0;
  }
  .main .macon .introduce {
    margin: 0;
    width: 100%;
  }
  .main .mapon .maps {
    width: 100%;
  }
  .main .mapon .map {
    width: 100%;
    height: 6rem;
  }
  .main .mapon .maplist {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .main .macon .videms .vr .vrlist .vrtem {
    width: 50%;
  }
}

.pages {
  width: 100%;
  font-size: 0;
  text-align: right;
}

.pages .ptn {
  display: inline-block;
  vertical-align: middle;
  width: 0.4rem;
  height: 0.33rem;
  margin: 0 0.1rem;
  background: #efefef;
}

.pages .ptn a {
  width: 100%;
  height: 100%;
  display: block;
}

.pages .ptn img {
  width: 100%;
  height: 100%;
  display: block;
}

.pages .ptn img:first-child {
  display: block;
}

.pages .ptn img:last-child {
  display: none;
}

.pages .ptn:hover img:first-child {
  display: none;
}

.pages .ptn:hover img:last-child {
  display: block;
}

.pages .go {
  display: inline-block;
  vertical-align: middle;
  width: 0.4rem;
  height: 0.33rem;
  margin: 0 0.1rem;
}

.pages .go a {
  width: 100%;
  height: 100%;
  display: block;
  line-height: 0.33rem;
  color: #333;
  text-align: center;
  background: #efefef;
}

.pages .go input {
  width: 100%;
  height: 100%;
  display: block;
  line-height: 0.33rem;
  color: #333;
  text-align: center;
  background: #efefef;
  border: none;
  cursor: pointer;
}

.pages .go:hover a {
  background: #ff7f00;
  color: #fff;
}

.pages .go:hover input {
  background: #ff7f00;
  color: #fff;
}

.pages .pas {
  display: inline-block;
  vertical-align: middle;
}

.pages .inpuv {
  display: inline-block;
  vertical-align: middle;
  border: solid 1px #999999;
  margin: 0 0.1rem;
}

.pages .inpuv input {
  width: 0.6rem;
  display: inline-block;
  vertical-align: middle;
  background: transparent;
  border: none;
  line-height: 0.33rem;
  color: #333;
  text-align: center;
}

@media (max-width: 768px) {
  .pages {
    text-align: center;
  }
}

footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 20;
  background: #111111;
  color: #fff;
  text-align: center;
}

footer .txt {
  line-height: 2.2;
  height: 2.2em;
}

@media (max-width: 768px) {
  footer {
    display: none;
  }
}

@media (min-width: 1920px) {
  html {
    font-size: 100px;
  }
}

@media (max-width: 1920px) and (min-width: 768px) {
  html {
    font-size: calc(100vw / 1900 * 100);
  }
}

@media (max-width: 768px) {
  html {
    font-size: calc(768px / 1800 * 100);
  }
}

/* 动画特效 */
.teaser {
  opacity: 0;
  transform: translate3d(0, 25%, 0);
  transition: opacity 1s ease-out 0.2s,transform 1s ease-out 0.2s,box-shadow .3s;
}

.teaser.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.lefter {
  opacity: 0;
  transform: translate3d(-35%, 35%, 0);
  transition: opacity 1s ease-out 0.2s,transform 1s ease-out 0.2s;
}

.lefter.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.righter {
  opacity: 0;
  transform: translate3d(35%, 35%, 0);
  transition: opacity 1s ease-out 0.2s,transform 1s ease-out 0.2s;
}

.righter.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.downer {
  opacity: 0;
  transform: translate3d(0, -35%, 0);
  transition: opacity 1s ease-out 0.2s,transform 1s ease-out 0.2s;
}

.downer.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.lter {
  opacity: 0;
  transform: translate3d(-35%, 0, 0);
  transition: opacity 1s ease-out 0.2s,transform 1s ease-out 0.2s;
}

.lter.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.rter {
  opacity: 0;
  transform: translate3d(35%, 0, 0);
  transition: opacity 1s ease-out 0.2s,transform 1s ease-out 0.2s;
}

.rter.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.delay2 {
  transition-delay: 0.2s;
}

.delay4 {
  transition-delay: 0.4s;
}

.delay6 {
  transition-delay: 0.6s;
}

.delay8 {
  transition-delay: 0.8s;
}

.delay10 {
  transition-delay: 1s;
}

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: rgba(255, 255, 255, 0.75);
}

.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #dcdcdc;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #dcdcdc;
}
