@charset "UTF-8";
.w1520 {
  width: 15.2rem;
  position: relative;
  font-size: 0;
  margin: 0 auto;
}

.w1200 {
  width: 12rem;
  position: relative;
  font-size: 0;
  margin: 0 auto;
}

header {
  width: 100%;
  background: #fff;
}

header .htop {
  width: 100%;
  background: #eeeeee;
}

header .htop .hit {
  width: calc(100% - 5rem);
  color: #666;
  display: inline-block;
  vertical-align: middle;
  line-height: 2.8;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

header .htop .entrance {
  width: 5rem;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  text-align: right;
}

header .htop .entrance .ent {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  margin-right: 0.2rem;
  position: relative;
}

header .htop .entrance .ent b {
  display: inline-block;
  vertical-align: middle;
  width: 0.22rem;
  height: 0.22rem;
  border-radius: 50%;
  background: #02569d;
  margin-right: 0.08rem;
}

header .htop .entrance .ent b img {
  width: 100%;
  height: 100%;
  display: block;
}

header .htop .entrance .ent span {
  display: inline-block;
  vertical-align: middle;
  color: #666;
  font-size: calc(12px - 0.12rem + 0.14rem);
}

header .htop .entrance .ent .codx {
  width: 1.1rem;
  height: 1.1rem;
  position: absolute;
  z-index: 10;
  top: 120%;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}

header .htop .entrance .ent .codx img {
  width: 100%;
  height: 100%;
  display: block;
}

header .htop .entrance .ent:hover b {
  background: #fc6c2f;
}

header .htop .entrance .ent:hover span {
  color: #fc6c2f;
}

header .htop .entrance .ent:hover .codx {
  display: block;
}

header .hmid {
  width: 100%;
  font-size: 0;
  padding: 0.14rem 0 0.14rem;
}

header .hmid .logo {
  width: calc((700 / 1520) * 100%);
  display: inline-block;
  vertical-align: middle;
}

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

header .hmid .ron {
  display: inline-block;
  vertical-align: middle;
  width: calc((820 / 1520) * 100%);
  text-align: right;
}

header .hmid .ron .code {
  display: inline-block;
  vertical-align: middle;
  width: 0.98rem;
  height: 0.98rem;
  margin-left: 0.2rem;
}

header .hmid .ron .code img {
  width: 100%;
  height: 100%;
  display: block;
}

header .hmid .ron .tell {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}

header .hmid .ron .tell .icon {
  display: inline-block;
  vertical-align: middle;
  width: 0.49rem;
  height: 0.49rem;
}

header .hmid .ron .tell .icon img {
  width: 100%;
  height: 100%;
  display: block;
}

header .hmid .ron .tell .tern {
  width: calc(100% - 0.49rem - 0.12rem);
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.12rem;
  text-align: left;
}

header .hmid .ron .tell .tern .tx {
  color: #666;
  line-height: 1.4;
}

header .hmid .ron .tell .tern .tc {
  color: #fc6c2f;
  font-weight: bold;
}

header .hmid .ron .menu {
  display: none;
}

header .hmid .ron .black {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
  cursor: pointer;
}

header .hbot {
  width: 100%;
  position: relative;
  height: 0.68rem;
  padding-top: 0.12rem;
}

header .hbot nav {
  background: #333333;
  height: 0.56rem;
}

header .hbot nav .nav {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.3rem;
}

header .hbot nav .navem {
  flex: 1;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

header .hbot nav .navem .nas {
  width: 100%;
  position: relative;
  color: #fff;
  text-align: center;
  line-height: 3;
  display: block;
  line-height: 0.56rem;
  overflow: hidden;
}

header .hbot nav .navem .nas:after {
  content: ' ';
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  border-left: 0.56rem solid  transparent;
  border-right: 0.56rem solid  transparent;
  border-bottom: 1.12rem solid #333;
  transform: translateX(50%);
  display: none;
}

header .hbot nav .navem .nas:before {
  content: ' ';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-left: 0.56rem solid  transparent;
  border-right: 0.56rem solid  transparent;
  border-bottom: 1.12rem solid #333;
  transform: translateX(-50%);
  display: none;
}

header .hbot nav .navem .navTul {
  position: absolute;
  width: calc(100% - 0.56rem);
  width: 100%;
  top: 0.56rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: calc(12px - 0.12rem + 0.18rem);
  z-index: 10;
  display: none;
}

header .hbot nav .navem .navTul .li {
  width: 100%;
  display: block;
  background: #02569d;
}

header .hbot nav .navem .navTul .li a {
  text-align: center;
  color: #fff;
  display: block;
  width: 100%;
  line-height: 3;
  font-size: calc(12px - 0.12rem + 0.14rem);
}

header .hbot nav .navem .navTul .li.on {
  background: #fff;
}

header .hbot nav .navem .navTul .li.on a {
  color: #02569d;
}

header .hbot nav .navem.on .nas {
  background: #02569d;
}

header .hbot nav .navem.on .nas:after {
  display: block;
}

header .hbot nav .navem.on .nas:before {
  display: block;
}

header .hbot .hn {
  display: block;
  width: calc((140 / 1920) * 100%);
  background: #02569d;
  height: 100%;
  position: absolute;
  top: 0;
}

header .hbot .hbl {
  left: 0;
}

header .hbot .hbl span {
  position: absolute;
  top: 0;
  left: 100%;
  width: 0;
  height: 0;
  border-top: 0.68rem solid transparent;
  border-left: 0.6rem solid #02569d;
}

header .hbot .hbr {
  right: 0;
}

header .hbot .hbr span {
  position: absolute;
  top: 0;
  right: 100%;
  width: 0;
  height: 0;
  border-top: 0.68rem solid transparent;
  border-right: 0.6rem solid #02569d;
}

@media (max-width: 1540px) {
  header .hbot .hn {
    width: 1%;
  }
}

@media (max-width: 768px) {
  header .htop .hit {
    width: 100%;
    line-height: 2.5;
    text-align: center;
  }
  header .htop .entrance {
    width: 100%;
    padding: 0.16rem 0 0.2rem;
    text-align: center;
  }
  header .hmid .logo {
    width: calc((900 / 1520) * 100%);
  }
  header .hmid .ron {
    width: calc((620 / 1520) * 100%);
  }
  header .hmid .ron .tell {
    display: none;
  }
  header .hmid .ron .code {
    display: none;
  }
  header .hmid .ron .menu {
    display: inline-block;
    vertical-align: middle;
    width: 0.5rem;
    height: 0.5rem;
    cursor: pointer;
  }
  header .hmid .ron .menu img {
    width: 100%;
    height: 100%;
    display: block;
  }
  header .hbot {
    height: auto;
  }
  header .hbot .hn {
    display: none;
  }
  header .hbot nav {
    height: auto;
  }
  header .hbot nav .nav {
    width: 4rem;
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    background-color: #1e439c;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: auto;
    z-index: 1000;
    transform: translate(100%, 0);
    transition: transform .3s;
  }
  header .hbot nav .nav .navem.has-nav:after {
    content: "+";
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    background: none;
    right: 0;
    transform: translateX(0);
    top: 0;
    font-size: 20px;
    color: #fff;
  }
  header .hbot nav .nav .navem {
    display: block;
    width: 100%;
    padding: 0;
  }
  header .hbot nav .nav .navem .nas {
    line-height: 40px;
    padding-left: 0.25rem;
    width: auto;
    display: inline-block;
    vertical-align: top;
  }
  header .hbot nav .nav .navem .navTul {
    position: relative;
    width: 100%;
    top: -0.1rem;
    left: 0;
    transform: translateX(0);
  }
  header .hbot nav .nav .navem .navTul .li {
    background: none;
  }
  header .hbot nav .nav .navem .navTul .li a {
    text-align: left;
    padding-left: 0.4rem;
    line-height: 0.8rem;
  }
  header .hbot nav .nav .navem.has-nav.show:after {
    content: "-";
  }
  header .hbot nav .nav .navem.on {
    background: none;
  }
  header .hbot nav .nav .navem.on .nas {
    background: none;
  }
  header .hbot nav .nav .navem.on .nas:after {
    display: none;
  }
  header .hbot nav .nav .navem.on .nas:before {
    display: none;
  }
  header.menu-state nav .nav {
    display: block;
    justify-content: inherit;
    transform: translate(0, 0);
  }
  header.menu-state .hmid .ron .black {
    display: block;
  }
}

.banner {
  width: 100%;
}

.banner .swiper-slide {
  width: 100%;
}

.banner .swiper-slide .img {
  width: 100%;
}

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

.banner .swiper-pagination {
  bottom: 0.26rem;
}

.banner .swiper-pagination-bullet {
  width: 0.11rem;
  height: 0.11rem;
  border-radius: 50%;
  background: #fff;
  opacity: 1;
  display: inline-block;
  vertical-align: middle;
}

.banner .swiper-pagination-bullet-active {
  width: 0.4rem;
  height: 0.18rem;
  border-radius: 0;
  background-image: url("../images//active.png");
  background-position: center;
  background-size: 100%;
  background-color: transparent;
}

.nbanner {
  width: 100%;
  position: relative;
}

.nbanner .img {
  width: 100%;
}

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

.nbanner .nox {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc((500 / 1920) * 100%);
  z-index: 3;
}

.nbanner .nox .cn {
  color: #fff;
  line-height: 1.5;
}

.nbanner .nox .en {
  color: #fff;
  line-height: 1.5;
}

.nbanner .nox.gary .cn {
  color: #333;
}

.nbanner .nox.gary .en {
  color: #333;
}

.searchem {
  width: 100%;
  background-color: #eeeeee;
  box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.2);
  padding: 0.18rem 0;
  position: relative;
  z-index: 2;
}

.searchem .sel {
  width: calc(100% - 3.2rem);
  display: inline-block;
  vertical-align: middle;
}

.searchem .sel .sit {
  width: 100%;
  color: #666;
  line-height: 1.6;
}

.searchem .sel .sit span {
  color: #333;
  line-height: 1.5;
}

.searchem .ser {
  width: 3.2rem;
  display: inline-block;
  vertical-align: middle;
}

.searchem .ser .search {
  width: 3.2rem;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  border-radius: 0.16rem;
  overflow: hidden;
  font-size: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.searchem .ser .search input {
  width: calc(100% - 1rem);
  padding: 0 0.16rem;
  display: inline-block;
  vertical-align: middle;
  background-color: #cecece;
  box-shadow: inset 2px 3px 7px 0px rgba(0, 0, 0, 0.35);
  border: none;
  color: #333;
  line-height: 2.3;
  height: 2.3em;
  flex: 1;
}

.searchem .ser .search button {
  display: inline-block;
  vertical-align: middle;
  width: 1rem;
  width: auto;
  padding: 0 0.1rem;
  border: none;
  background: #02569d;
  line-height: 2.2;
  height: 2.2em;
  text-align: center;
  color: #fff;
}

.searchem .ser .search button b {
  display: inline-block;
  vertical-align: middle;
  width: 0.15rem;
  height: 0.15rem;
  margin-left: 0.03rem;
}

.searchem .ser .search button b img {
  width: 100%;
  height: 100%;
  display: block;
}

.searchem .ser .search .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.2;
  height: 2.2em;
  background-color: #cecece;
  box-shadow: inset 2px 3px 7px 0px rgba(0, 0, 0, 0.35);
  overflow: hidden;
  position: relative;
}

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

.searchem .ser .search .select-con select {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
}

.searchem .ser .search .select-con select option {
  color: #333;
  font-size: calc(12px - 0.12rem + 0.14rem);
  line-height: 2.2;
}

.searchem .ser .search .select-con:after {
  display: inline-block;
  content: "";
  border-left: 0.05rem solid transparent;
  border-top: 0.05rem solid #666;
  border-right: 0.05rem solid transparent;
  width: 0;
  height: 0;
  position: absolute;
  right: 0.13rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.searchem.white {
  background: #fff;
}

.modular {
  width: 100%;
  padding: 0.5rem 0;
}

.modular .modtop {
  width: 100%;
  text-align: center;
  margin-bottom: 0.5rem;
}

.modular .modtop .mit {
  font-weight: bold;
  color: #02569d;
  line-height: 1.3;
}

.modular .modtop .ent {
  color: #999999;
  line-height: 2;
}

.modular .modtop .cnt {
  color: #23273d;
  line-height: 2;
}

.Exhibition {
  width: 100%;
}

.Exhibition .category {
  width: 100%;
  margin-bottom: 0.3rem;
}

.Exhibition .category .catenav {
  width: calc((1200 / 1520) * 100%);
  margin: 0 auto;
  position: relative;
}

.Exhibition .category .catenav .ctn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 0.38rem;
  height: 0.38rem;
  border-radius: 50%;
  background: #fc6c2f;
  cursor: pointer;
}

.Exhibition .category .catenav .ctn img {
  width: 100%;
  height: 100%;
  display: block;
}

.Exhibition .category .catenav .ctn:hover {
  background: #02569d;
}

.Exhibition .category .catenav .cl {
  left: -0.48rem;
}

.Exhibition .category .catenav .cr {
  right: -0.48rem;
}

.Exhibition .category .catenav .swiper-slide {
  width: auto;
  color: #666;
  padding: 0 0.25rem;
  line-height: 2.2;
  cursor: pointer;
  margin: 0 0.1rem;
}

.Exhibition .category .catenav .swiper-slide.on {
  background: #02569d;
  color: #fff;
}

.Exhibition .catevon {
  width: 100%;
}

.Exhibition .catevon .catem {
  width: 100%;
  font-size: 0;
  display: none;
}

.Exhibition .catevon .catem .cal {
  width: calc((567 / 1520) * 100%);
  display: inline-block;
  vertical-align: top;
  background-color: #ffffff;
  box-shadow: 2px 3px 8px 1px rgba(0, 0, 0, 0.2);
  margin-right: calc((18 / 1520) * 100%);
  text-align: center;
}

.Exhibition .catevon .catem .cal a {
  width: 100%;
  height: 100%;
  display: block;
}

.Exhibition .catevon .catem .cal .con {
  width: 100%;
  padding: 0.2rem 0.3rem;
}

.Exhibition .catevon .catem .cal .tit {
  margin: 0.1rem 0;
  color: #333;
}

.Exhibition .catevon .catem .cal .tix {
  width: 100%;
  color: #666;
  padding: 0 0.5rem;
  margin: 0.24rem auto 0.3rem;
  line-height: 1.8;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 5.4em;
}

.Exhibition .catevon .catem .cal .more {
  width: 100%;
  text-align: center;
  font-size: 0;
}

.Exhibition .catevon .catem .cal .more span {
  display: inline-block;
  vertical-align: middle;
  background: #02569d;
  line-height: 2.2;
  border-radius: 1.1em;
  padding: 0 0.3rem;
  color: #fff;
}

.Exhibition .catevon .catem .cal .img {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-top: calc((364 / 567) * 100%);
}

.Exhibition .catevon .catem .cal .img .imgs {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all ease 0.3s;
}

.Exhibition .catevon .catem .cal:hover .img .imgs {
  transform: scale(1.1);
}

.Exhibition .catevon .catem .car {
  width: calc((935 / 1520) * 100%);
  display: inline-block;
  vertical-align: top;
  font-size: 0;
}

.Exhibition .catevon .catem .car .carem {
  width: calc((300 / 935) * 100%);
  display: inline-block;
  vertical-align: top;
  margin-right: calc((16 / 935) * 100%);
  text-align: center;
  background: #fff;
  box-shadow: 2px 3px 8px 1px rgba(0, 0, 0, 0.09);
  text-align: center;
  margin-bottom: 0.18rem;
}

.Exhibition .catevon .catem .car .carem .con {
  width: 100%;
  padding: 0.1rem 0.2rem;
}

.Exhibition .catevon .catem .car .carem .tit {
  width: 100%;
  text-align: center;
  margin: 0.05rem 0;
}

.Exhibition .catevon .catem .car .carem .tix {
  width: 100%;
  color: #666;
  line-height: 1.8;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3.6em;
}

.Exhibition .catevon .catem .car .carem a {
  width: 100%;
  height: 100%;
  display: block;
}

.Exhibition .catevon .catem .car .carem .img {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-top: calc((364 / 567) * 100%);
}

.Exhibition .catevon .catem .car .carem .img .imgs {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all ease 0.3s;
}

.Exhibition .catevon .catem .car .carem:hover .img .imgs {
  transform: scale(1.1);
}

.Exhibition .catevon .catem .car .carem:nth-child(3n) {
  margin-right: 0;
}

.Exhibition .catevon .catem.on {
  display: block;
}

.Engineerings {
  width: 100%;
}

.Engineerings .Enginper {
  width: 100%;
  position: relative;
}

.Engineerings .Enginper .swiper-slide {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 3.7rem;
}

.Engineerings .Enginper .swiper-slide .img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all ease 0.3s;
}

.Engineerings .Enginper .swiper-slide:hover .img {
  transform: scale(1.1);
}

.advantages {
  width: 100%;
}

.advantages .modtop .mit span {
  color: #fc6c2f;
}

.advantages .advans {
  width: 100%;
  font-size: 0;
  text-align: center;
}

.advantages .advans .advam {
  width: calc((400 / 1200) * 100%);
  display: inline-block;
  vertical-align: top;
  background: #f8f8f8;
  padding-top: calc((205 / 1200) * 100%);
  position: relative;
}

.advantages .advans .advam .img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.advantages .advans .advam .aom {
  width: 100%;
  height: 100%;
  display: block;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  padding: 0.16rem 0.3rem;
  text-align: left;
  position: absolute;
  top: 0;
  left: 0;
}

.advantages .advans .advam .aom .aim {
  width: 100%;
  color: #02569d;
  line-height: 2;
  margin-bottom: 0.1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.advantages .advans .advam .aom .ain {
  color: #666;
  line-height: 1.5;
  margin-bottom: 0.1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.advantages .advans .advam .aom .aic {
  color: #666;
  line-height: 1.8;
  height: 5.4em;
}

.advantages .advans .advam .aom .aic p {
  font-size: calc(12px - 0.12rem + 0.12rem);
  color: #666;
  line-height: 1.8;
}

@media (max-width: 768px) {
  .advantages .advans .advam {
    width: 100%;
    padding-top: 0;
  }
  .advantages .advans .advam .img {
    position: relative;
    width: 100%;
    height: 3rem;
  }
  .advantages .advans .advam .aom {
    padding: 0.3rem 0.2rem;
    position: relative;
    height: auto;
  }
  .advantages .advans .advam .aom .aic {
    height: auto;
  }
}

.AboutUs {
  width: 100%;
}

.AboutUs .atlas {
  width: 100%;
  background: #fff;
  padding: 0.18rem 0.36rem;
  font-size: 0;
}

.AboutUs .atlas .atl {
  display: inline-block;
  vertical-align: top;
  width: calc((1016 / 1448) * 100%);
}

.AboutUs .atlas .atl .atltoper {
  width: 100%;
  margin-bottom: 0.2rem;
}

.AboutUs .atlas .atl .atltoper .swiper-slide {
  width: 100%;
  height: 4.2rem;
}

.AboutUs .atlas .atl .atltoper .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
}

.AboutUs .atlas .atl .atlboter {
  width: 100%;
}

.AboutUs .atlas .atl .atlboter .swiper-slide {
  width: 100%;
  position: relative;
  cursor: pointer;
}

.AboutUs .atlas .atl .atlboter .swiper-slide .img {
  width: 100%;
  display: block;
  padding-top: calc((89 / 133) *100%);
  position: relative;
  overflow: hidden;
}

.AboutUs .atlas .atl .atlboter .swiper-slide .img .imgs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.AboutUs .atlas .atl .atlboter .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
}

.AboutUs .atlas .atl .atlboter .swiper-slide:after {
  content: ' ';
  position: absolute;
  z-index: 4;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.8);
}

.AboutUs .atlas .atl .atlboter .swiper-slide.on:after {
  background: none;
}

.AboutUs .atlas .atr {
  position: relative;
  z-index: 2;
  display: inline-block;
  vertical-align: top;
  width: calc((432 / 1448) * 100%);
  padding-top: 0.4rem;
}

.AboutUs .atlas .atr .atron {
  width: 100%;
  padding: 0.42rem 0.36rem;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
  position: relative;
  z-index: 4;
  right: 0.3rem;
}

.AboutUs .atlas .atr .atron .ait {
  width: 100%;
  text-align: center;
  line-height: 2.2;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.AboutUs .atlas .atr .atron .line {
  width: 100%;
  font-size: 0;
  text-align: center;
  margin: 0.1rem 0 0.2rem;
}

.AboutUs .atlas .atr .atron .line span {
  display: inline-block;
  vertical-align: middle;
  width: 0.3rem;
  height: 2px;
  background: #02569d;
}

.AboutUs .atlas .atr .atron .aiv {
  width: 100%;
  color: #555;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

.AboutUs .atlas .atr .atns {
  width: 100%;
  text-align: right;
  font-size: 0;
  margin-top: 0.2rem;
  padding-right: 0.3rem;
}

.AboutUs .atlas .atr .atns .atn {
  display: inline-block;
  vertical-align: middle;
  width: 0.38rem;
  height: 0.38rem;
  border-radius: 50%;
  background: #02569d;
  cursor: pointer;
}

.AboutUs .atlas .atr .atns .atn + .atn {
  margin-left: 0.2rem;
}

.AboutUs .atlas .atr .atns .atn:hover {
  background: #fc6c2f;
}

.AboutUs .workshop {
  width: 100%;
  margin-top: 0.5rem;
}

.AboutUs .workshop .wis {
  width: 100%;
  text-align: center;
  font-weight: bold;
  color: #666;
  line-height: 1.5;
  margin-bottom: 0.3rem;
}

.AboutUs .workshop .workper .swiper-slide {
  width: 100%;
  overflow: hidden;
}

.AboutUs .workshop .workper .swiper-slide .img {
  width: 100%;
  display: block;
  padding-top: calc((242 / 402) *100%);
  position: relative;
  overflow: hidden;
}

.AboutUs .workshop .workper .swiper-slide .img .imgs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.AboutUs .workshop .workper .swiper-slide:hover img {
  transform: scale(1.1);
}

@media (max-width: 768px) {
  .AboutUs .atlas .atr {
    margin-top: 0.24rem;
  }
  .AboutUs .atlas .atr .atron {
    right: 0;
  }
  .AboutUs .atlas .atr .atns {
    text-align: center;
    margin-top: 0.2rem;
  }
}

.Industrys {
  width: 100%;
  background: #fff;
}

.Industrys .Industry {
  width: 100%;
  font-size: 0;
  background: #02569d;
}

.Industrys .Industry .inl {
  width: calc((331 / 1520) * 100%);
  display: inline-block;
  vertical-align: middle;
  padding: 0.2rem 0.34rem;
  padding-left: 0.4rem;
  padding-right: 0.1rem;
}

.Industrys .Industry .inl .inlop {
  width: 100%;
  font-size: 0;
  margin-bottom: 0.24rem;
}

.Industrys .Industry .inl .inlop .icon {
  display: inline-block;
  vertical-align: middle;
  width: 0.35rem;
  height: 0.35rem;
}

.Industrys .Industry .inl .inlop .icon img {
  width: 100%;
  height: 100%;
  display: block;
}

.Industrys .Industry .inl .inlop .ion {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 0.35rem);
  padding-left: 0.16rem;
}

.Industrys .Industry .inl .inlop .ion .icn {
  width: 100%;
  color: #fff;
  line-height: 1.5;
}

.Industrys .Industry .inl .inlop .ion .ien {
  width: 100%;
  color: #fff;
  line-height: 1.5;
}

.Industrys .Industry .inl .inlist {
  width: 100%;
  font-size: 0;
}

.Industrys .Industry .inl .inlist .inlem {
  width: auto;
  display: inline-block;
  vertical-align: top;
  color: #fff;
  border: solid 1px #ffffff;
  line-height: 2.2;
  padding: 0 0.2rem;
  margin-bottom: 0.12rem;
  margin-right: 0.18rem;
  cursor: pointer;
}

.Industrys .Industry .inl .inlist .inlem.on {
  background-color: #fc6c2f;
  border: solid 1px #fc6c2f;
}

.Industrys .Industry .inl .inlist .inlem:nth-child(2n) {
  margin-right: 0rem;
}

.Industrys .Industry .inr {
  display: inline-block;
  vertical-align: middle;
  width: calc((1189 / 1520) * 100%);
}

.Industrys .Industry .inr .inrem {
  width: 100%;
  position: relative;
  display: none;
}

.Industrys .Industry .inr .inrem .img {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: calc((326 / 1189) * 100%);
}

.Industrys .Industry .inr .inrem .img .imgs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.Industrys .Industry .inr .inrem .img img {
  width: 100%;
  height: 100%;
  display: block;
}

.Industrys .Industry .inr .inrem .irn {
  width: 6.4rem;
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  bottom: 0;
  right: 0;
  padding: 0.27rem 0.4rem;
}

.Industrys .Industry .inr .inrem .irn .inv {
  color: #fff;
  line-height: 1.8;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.Industrys .Industry .inr .inrem .irn .more {
  width: 100%;
  font-size: 0;
  margin-top: 0.25rem;
}

.Industrys .Industry .inr .inrem .irn .more a {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 2.5;
  border-radius: 1.25em;
  padding: 0 0.3rem;
  width: auto;
  background: #fc6c2f;
}

.Industrys .Industry .inr .inrem.on {
  display: block;
}

@media (max-width: 768px) {
  .Industrys .Industry .inl {
    width: 100%;
    padding: 0.3rem;
  }
  .Industrys .Industry .inl .inlist .inlem {
    margin-bottom: 0.18rem;
  }
  .Industrys .Industry .inl .inlist .inlem:nth-child(2n) {
    margin-right: 0.18rem;
  }
  .Industrys .Industry .inr {
    width: 100%;
  }
  .Industrys .Industry .inr .inrem .irn {
    width: 100%;
    position: relative;
    background: none;
  }
}

.LateNew {
  width: 100%;
  background: #fff;
}

.LateNew .Lanew {
  width: 100%;
  font-size: 0;
}

.LateNew .Lanew .lal {
  width: calc((800 / 1520) * 100%);
  display: inline-block;
  vertical-align: middle;
}

.LateNew .Lanew .lal .swiper-slide {
  width: 100%;
  position: relative;
}

.LateNew .Lanew .lal .swiper-slide .img {
  width: 100%;
  position: relative;
  padding-top: calc((480 / 800) *100%);
  position: relative;
  overflow: hidden;
}

.LateNew .Lanew .lal .swiper-slide .img .imgs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.LateNew .Lanew .lal .swiper-slide .img img {
  width: 100%;
  height: 100%;
  display: block;
}

.LateNew .Lanew .lal .swiper-slide .txt {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 4;
  width: 100%;
  font-size: 0;
  background: rgba(0, 0, 0, 0.4);
  padding: 0.1rem 0.5rem;
}

.LateNew .Lanew .lal .swiper-slide .txt .name {
  display: inline-block;
  vertical-align: middle;
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
  line-height: 1.5;
}

.LateNew .Lanew .lal .swiper-pagination {
  width: auto;
  right: 0.2rem;
  left: auto;
  bottom: 0.18rem;
}

.LateNew .Lanew .lal .swiper-pagination-bullet {
  display: inline-block;
  vertical-align: middle;
  width: 0.1rem;
  height: 0.1rem;
  background: #fff;
  opacity: 1;
}

.LateNew .Lanew .lal .swiper-pagination-bullet-active {
  width: 0.4rem;
  height: 0.18rem;
  border-radius: 0;
  background-image: url("../images//active.png");
  background-position: center;
  background-size: 100%;
  background-color: transparent;
}

.LateNew .Lanew .lar {
  width: calc((720 / 1520) * 100%);
  display: inline-block;
  vertical-align: middle;
}

.LateNew .Lanew .lar .larem {
  width: 100%;
  font-size: 0;
  padding: 0.16rem 0.2rem;
  cursor: pointer;
}

.LateNew .Lanew .lar .larem a {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 0;
}

.LateNew .Lanew .lar .larem .img {
  width: 1.92rem;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  height: 1.28rem;
}

.LateNew .Lanew .lar .larem .img .imgs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.LateNew .Lanew .lar .larem .img img {
  width: 100%;
  height: 100%;
  display: block;
}

.LateNew .Lanew .lar .larem .arn {
  width: calc(100% - 1.92rem);
  padding-left: 0.2rem;
  display: inline-block;
  vertical-align: middle;
}

.LateNew .Lanew .lar .larem .arn .ait {
  width: 100%;
  color: #333;
  line-height: 1.5;
}

.LateNew .Lanew .lar .larem .arn .aix {
  width: 100%;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3em;
  line-height: 1.5;
}

.LateNew .Lanew .lar .larem .arn .time {
  color: #666;
  line-height: 1.5;
}

.LateNew .Lanew .lar .larem.on {
  background: #02569d;
}

.LateNew .Lanew .lar .larem.on .arn .ait, .LateNew .Lanew .lar .larem.on .arn .aix, .LateNew .Lanew .lar .larem.on .arn .time {
  color: #fff;
}

.partners {
  width: 100%;
  background: #f6f6f6;
}

.partners .parther {
  width: 100%;
  position: relative;
}

.partners .parther .cy {
  width: calc((180 / 1520) * 100%);
  display: inline-block;
  vertical-align: top;
  background-color: #ffffff;
  border: solid 1px #e5e5e5;
  margin-right: calc((10 / 1520) * 100%);
  margin-bottom: 0.12rem;
}

.partners .parther .cy .img {
  width: 100%;
  padding-top: calc((140 / 178) * 100%);
  position: relative;
  overflow: hidden;
}

.partners .parther .cy .img .imgs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.partners .parther .cy .img img {
  width: 100%;
  height: 100%;
  display: block;
}

.partners .parther .ptn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  border-radius: 50%;
  background: #02569d;
  background: #fc6c2f;
  width: 0.4rem;
  height: 0.4rem;
  z-index: 3;
}

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

.partners .parther .ptn:hover {
  background: #fc6c2f;
  background: #02569d;
}

.partners .parther .pl {
  left: -0.5rem;
}

.partners .parther .pr {
  right: -0.5rem;
}

@media (max-width: 768px) {
  .partners .parther .pl {
    left: -0.2rem;
  }
  .partners .parther .pr {
    right: -0.2rem;
  }
}

.proshow {
  width: 100%;
  background: #eeeeee;
  padding: 0.9rem 0;
}

.proshow .prit {
  width: 100%;
  color: #333;
  text-align: center;
  margin-bottom: 0.36rem;
}

.proshow .category {
  width: 100%;
  margin-bottom: 0.3rem;
}

.proshow .category .catenav {
  width: calc((1200 / 1520) * 100%);
  margin: 0 auto;
  position: relative;
}

.proshow .category .catenav .ctn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 0.38rem;
  height: 0.38rem;
  border-radius: 50%;
  background: #02569d;
  background: #fc6c2f;
  cursor: pointer;
}

.proshow .category .catenav .ctn img {
  width: 100%;
  height: 100%;
  display: block;
}

.proshow .category .catenav .ctn:hover {
  background: #fc6c2f;
  background: #02569d;
}

.proshow .category .catenav .cl {
  left: -0.48rem;
}

.proshow .category .catenav .cr {
  right: -0.48rem;
}

.proshow .category .catenav .swiper-slide {
  width: auto;
  color: #666;
  padding: 0 0.25rem;
  line-height: 2.2;
  cursor: pointer;
  margin: 0 0.1rem;
}

.proshow .category .catenav .swiper-slide.on {
  background: #02569d;
  color: #fff;
}

.proshow .procon {
  width: 100%;
}

.proshow .procon .procem {
  width: 100%;
  display: none;
}

.proshow .procon .procem .prolist {
  width: 100%;
  font-size: 0;
}

.proshow .procon .procem .prolist .proem {
  display: inline-block;
  vertical-align: top;
  width: calc((349 / 1520) * 100%);
  margin-right: calc((40 / 1520) * 100%);
  margin-bottom: 0.4rem;
  box-shadow: 2px 2px 5px 0px rgba(2, 2, 2, 0.1);
  transition: all ease 0.3s;
}

.proshow .procon .procem .prolist .proem a {
  width: 100%;
  height: 100%;
  display: block;
}

.proshow .procon .procem .prolist .proem .img {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-top: calc((261 / 349) * 100%);
}

.proshow .procon .procem .prolist .proem .img .imgs {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all ease 0.3s;
}

.proshow .procon .procem .prolist .proem .img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all ease 0.3s;
}

.proshow .procon .procem .prolist .proem .txt {
  width: 100%;
  color: #fff;
  background-color: #02569d;
  box-shadow: 2px 2px 5px 0px rgba(2, 2, 2, 0.1);
  line-height: 2.5;
  text-align: center;
  padding: 0 0.3rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.proshow .procon .procem .prolist .proem:hover {
  box-shadow: 2px 2px 16px 3px rgba(2, 2, 2, 0.18);
}

.proshow .procon .procem .prolist .proem:hover .img .imgs {
  transform: scale(1.1);
}

.proshow .procon .procem .prolist .proem:nth-child(4n) {
  margin-right: 0;
}

.proshow .procon .procem.on {
  display: block;
}

.pages {
  width: 100%;
  font-size: 0;
  text-align: center;
  padding: 0.3rem 0;
}

.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: #fff;
  text-align: center;
  background: #02569d;
  border: none;
  cursor: pointer;
}

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

.pages .go:hover input {
  background: #02569d;
  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;
  height: 0.33rem;
  color: #333;
  text-align: center;
}

@media (max-width: 768px) {
  .pages .ptn {
    width: 0.8rem;
    height: 0.66rem;
  }
  .pages .go {
    width: 0.8rem;
    height: 0.66rem;
    line-height: 0.66rem;
  }
  .pages .inpuv input {
    width: 0.8rem;
    line-height: 0.66rem;
    height: 0.66rem;
  }
}

.procases {
  width: 100%;
  background: #eeeeee;
  padding: 0.9rem 0;
}

.procases .prit {
  width: 100%;
  color: #333;
  text-align: center;
  margin-bottom: 0.36rem;
}

.procases .cases {
  width: 100%;
}

.procases .cases .caselis {
  width: 100%;
  font-size: 0;
}

.procases .cases .caselis .casem {
  display: inline-block;
  vertical-align: top;
  width: calc((349 / 1520) * 100%);
  margin-right: calc((40 / 1520) * 100%);
  margin-bottom: 0.4rem;
  padding-bottom: 0.26rem;
  box-shadow: 2px 2px 5px 0px rgba(2, 2, 2, 0.1);
  transition: all ease 0.3s;
}

.procases .cases .caselis .casem a {
  width: 100%;
  height: 100%;
  display: block;
}

.procases .cases .caselis .casem .img {
  width: 100%;
  margin-bottom: 0.18rem;
  overflow: hidden;
  position: relative;
  padding-top: calc((261 / 349) * 100%);
}

.procases .cases .caselis .casem .img .imgs {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all ease 0.3s;
}

.procases .cases .caselis .casem .img img {
  width: 100%;
  height: 100%;
  display: block;
}

.procases .cases .caselis .casem .txt {
  width: 100%;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.5;
  height: 3em;
  padding: 0rem 0.2rem;
  text-align: center;
}

.procases .cases .caselis .casem:hover {
  box-shadow: 2px 2px 16px 3px rgba(2, 2, 2, 0.18);
}

.procases .cases .caselis .casem:nth-child(4n) {
  margin-right: 0;
}

.Casedetail {
  width: 100%;
  background: #fff;
  padding: 0.8rem 0;
}

.Casedetail .cid {
  width: 100%;
  text-align: center;
  color: #222;
  margin-bottom: 0.24rem;
}

.Casedetail .ctime {
  width: 100%;
  text-align: center;
  font-size: 0;
  margin-bottom: 0.4rem;
}

.Casedetail .ctime .ctem {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  color: #999;
  line-height: 1.5;
}

.Casedetail .ctime .ctem span {
  display: inline-block;
  vertical-align: middle;
  width: 0.23rem;
  height: 0.23rem;
  margin: 0 0.2rem;
}

.Casedetail .ctime .ctem span img {
  width: 100%;
  height: 100%;
  display: block;
}

.Casedetail .cason {
  width: 100%;
  font-size: calc(12px - 0.12rem + 0.16rem);
  color: #666;
  line-height: 1.8;
  margin: 0.3rem 0;
}

.Casedetail .cason p {
  font-size: calc(12px - 0.12rem + 0.16rem);
  color: #666;
  line-height: 1.8;
}

.Casedetail .cason img {
  max-width: 100%;
}

.Casedetail .casbot {
  width: 100%;
  border-top: solid 1px #999999;
  font-size: 0;
  padding: 0.4rem 0;
}

.Casedetail .casbot .catex {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  margin-bottom: 0.2rem;
  width: 100%;
}

.Casedetail .casbot .catex a {
  width: 100px;
  display: inline-block;
  vertical-align: middle;
  padding: 0 0.2rem;
  background: #02569d;
  line-height: 2;
  color: #fff;
  text-align: center;
  margin-right: 0.2rem;
}

.Casedetail .casbot .catex a:hover {
  background: #fc6c2f;
}

.Casedetail .casbot .catex .name {
  width: calc(100% - 100px - 0.2rem);
  display: inline-block;
  vertical-align: middle;
  line-height: 2;
  color: #333;
  padding-right: 0.1rem;
  text-align: left;
}

.information {
  width: 100%;
  background: #eee;
  padding: 0.8rem 0;
}

.information .int {
  width: 100%;
  text-align: center;
  color: #222;
  margin-bottom: 0.32rem;
}

.information .incal {
  width: 100%;
  text-align: center;
  margin-bottom: 0.5rem;
  font-size: 0;
}

.information .incal .incem {
  width: auto;
  padding: 0 0.3rem;
  display: inline-block;
  vertical-align: middle;
  border: solid 1px #999999;
  line-height: 2.2;
  color: #999;
  cursor: pointer;
  margin: 0 0.2rem;
}

.information .incal .incem.on {
  border: solid 1px #fc6c2f;
  background: #fc6c2f;
  color: #fff;
}

.information .incon {
  width: 100%;
}

.information .incon .intem {
  width: 100%;
  display: none;
}

.information .incon .intem .newiper {
  width: 100%;
  margin-bottom: 0.6rem;
}

.information .incon .intem .newiper .swiper-slide {
  width: 100%;
  font-size: 0;
  background: #fff;
}

.information .incon .intem .newiper .swiper-slide .swl {
  display: inline-block;
  vertical-align: middle;
  width: calc((675 / 1520) * 100%);
}

.information .incon .intem .newiper .swiper-slide .swl .img {
  width: 100%;
  padding-top: calc((365 / 675) * 100%);
  position: relative;
  overflow: hidden;
}

.information .incon .intem .newiper .swiper-slide .swl .imgs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.information .incon .intem .newiper .swiper-slide .swl img {
  width: 100%;
  height: 100%;
  display: block;
}

.information .incon .intem .newiper .swiper-slide .swr {
  display: inline-block;
  vertical-align: middle;
  width: calc((845 / 1520) * 100%);
  padding: 0.2rem 0.7rem;
}

.information .incon .intem .newiper .swiper-slide .swr .siw {
  width: 100%;
  color: #02569d;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0.26rem;
}

.information .incon .intem .newiper .swiper-slide .swr .stime {
  width: 100%;
  font-size: 0;
  margin-bottom: 0.26rem;
}

.information .incon .intem .newiper .swiper-slide .swr .stime .stem {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.5;
  color: #999;
  margin-right: 0.2rem;
}

.information .incon .intem .newiper .swiper-slide .swr .stime .stem span {
  display: inline-block;
  vertical-align: middle;
  width: 0.17rem;
  height: 0.17rem;
  margin-right: 0.06rem;
}

.information .incon .intem .newiper .swiper-slide .swr .stime .stem span img {
  width: 100%;
  height: 100%;
  display: block;
}

.information .incon .intem .newiper .swiper-slide .swr .six {
  width: 100%;
  color: #666;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 0.3rem;
}

.information .incon .intem .newiper .swiper-slide .swr .more {
  width: 100%;
  font-size: 0;
}

.information .incon .intem .newiper .swiper-slide .swr .more a {
  display: inline-block;
  vertical-align: middle;
  line-height: 2.5;
  height: 2.5em;
  border-radius: 1.25em;
  background: #02569d;
  color: #fff;
  width: auto;
  padding: 0 0.4rem;
}

.information .incon .intem .newiper .swiper-pagination {
  left: auto;
  bottom: 0.4rem;
  width: auto;
  right: 0.7rem;
}

.information .incon .intem .newiper .swiper-pagination-bullet {
  width: 0.11rem;
  height: 0.11rem;
  opacity: 1;
  background: #02569d;
}

.information .incon .intem .newiper .swiper-pagination-bullet-active {
  width: 0.4rem;
  height: 0.18rem;
  border-radius: 0;
  background-image: url("../images//activeb.png");
  background-position: center;
  background-size: 100%;
  background-color: transparent;
}

.information .incon .intem .messagelis {
  width: 100%;
}

.information .incon .intem .messagelis .mesam {
  width: 100%;
  background: #fff;
  padding: 0.26rem;
  margin-bottom: 0.36rem;
  transition: all ease 0.3s;
}

.information .incon .intem .messagelis .mesam a {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 0;
}

.information .incon .intem .messagelis .mesam .img {
  display: inline-block;
  vertical-align: middle;
  width: 3.64rem;
}

.information .incon .intem .messagelis .mesam .img .imgx {
  width: 100%;
  padding-top: calc((201 / 364) * 100%);
  position: relative;
  overflow: hidden;
}

.information .incon .intem .messagelis .mesam .img .imgs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.information .incon .intem .messagelis .mesam .img img {
  width: 100%;
  height: 100%;
  display: block;
}

.information .incon .intem .messagelis .mesam .mon {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 3.64rem);
  padding-left: 0.4rem;
}

.information .incon .intem .messagelis .mesam .mon .mit {
  width: 100%;
  line-height: 1.8;
  color: #333;
  margin-bottom: 0.2rem;
}

.information .incon .intem .messagelis .mesam .mon .mix {
  width: 100%;
  color: #666;
  line-height: 1.8;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 5.4em;
  margin-bottom: 0.16rem;
}

.information .incon .intem .messagelis .mesam .mon .time {
  width: 100%;
  color: #999;
  line-height: 1.5;
}

.information .incon .intem .messagelis .mesam:hover {
  box-shadow: 0px 3px 16px 3px rgba(2, 2, 2, 0.18);
}

.information .incon .intem.on {
  display: block;
}

.strparther {
  width: 100%;
  background: #fff;
  padding: 0.8rem 0;
}

.strparther .stit {
  width: 100%;
  text-align: center;
  color: #222;
  margin-bottom: 0.6rem;
}

.strparther .parther {
  width: 100%;
  position: relative;
}

.strparther .parther .cy {
  width: calc((180 / 1520) * 100%);
  display: inline-block;
  vertical-align: top;
  background-color: #ffffff;
  border: solid 1px #e5e5e5;
  margin-right: calc((10 / 1520) * 100%);
  margin-bottom: 0.12rem;
}

.strparther .parther .cy .img {
  width: 100%;
  padding-top: calc((140 / 178) * 100%);
  position: relative;
  overflow: hidden;
}

.strparther .parther .cy .img .imgs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.strparther .parther .cy .img img {
  width: 100%;
  height: 100%;
  display: block;
}

.strparther .parther .ptn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  border-radius: 50%;
  background: #02569d;
  width: 0.4rem;
  height: 0.4rem;
  z-index: 3;
}

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

.strparther .parther .ptn:hover {
  background: #fc6c2f;
}

.strparther .parther .pl {
  left: -0.5rem;
}

.strparther .parther .pr {
  right: -0.5rem;
}

@media (max-width: 768px) {
  .strparther .parther .pl {
    left: -0.2rem;
  }
  .strparther .parther .pr {
    right: -0.2rem;
  }
}

.contact {
  width: 100%;
  background: #fff;
  padding: 0.8rem 0;
}

.contact .mapem {
  width: 100%;
  font-size: 0;
  background-color: #ffffff;
  box-shadow: 0px 3px 5px 0px rgba(2, 2, 2, 0.19);
}

.contact .map {
  width: calc((1114 / 1520) * 100%);
  display: inline-block;
  vertical-align: middle;
}

.contact .map img {
  width: 100%;
  height: 100%;
  display: block;
}

.contact .mar {
  width: calc((406 / 1520) * 100%);
  display: inline-block;
  vertical-align: middle;
  padding: 0.2rem 0.4rem;
}

.contact .mar .mtop {
  width: 100%;
  margin-bottom: 0.2rem;
}

.contact .mar .mtop .mcn {
  width: 100%;
  color: #000;
  line-height: 1.5;
}

.contact .mar .mtop .men {
  color: #000;
  line-height: 1.5;
}

.contact .mar .tells {
  width: 100%;
  font-size: 0;
  margin-bottom: 0.2rem;
}

.contact .mar .tells .icon {
  display: inline-block;
  vertical-align: middle;
  width: 0.28rem;
  height: 0.28rem;
}

.contact .mar .tells .icon img {
  width: 100%;
  height: 100%;
  display: block;
}

.contact .mar .tells .ten {
  width: calc(100% - 0.28rem);
  display: inline-block;
  vertical-align: middle;
  padding-left: 0.2rem;
}

.contact .mar .tells .ten .tia {
  width: 100%;
  color: #333;
  line-height: 1.5;
}

.contact .mar .tells .ten .tib {
  width: 100%;
  color: #fc6c2f;
  font-weight: bold;
  line-height: 1.5;
}

.contact .mar .line {
  width: 100%;
  height: 1px;
  background: #eee;
  margin: 0.22rem 0;
}

.contact .mar .meslis {
  width: 100%;
}

.contact .mar .meslis .metxm {
  width: 100%;
  font-size: 0;
  margin: 0.06rem 0;
}

.contact .mar .meslis .metxm .icon {
  width: 0.24rem;
  height: 0.24rem;
  display: inline-block;
  vertical-align: middle;
}

.contact .mar .meslis .metxm .tit {
  width: calc(100% - 0.24rem);
  display: inline-block;
  vertical-align: middle;
  padding-left: 0.2rem;
  line-height: 1.5;
  color: #333;
}

.contact .mar .codex {
  width: 100%;
  font-size: 0;
  margin-bottom: 0.22rem;
}

.contact .mar .codex .codem {
  width: auto;
  padding: 0 0.1rem;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}

.contact .mar .codex .codem .txt {
  width: 100%;
  line-height: 1.5;
  color: #333;
  margin-bottom: 0.06rem;
}

.contact .mar .codex .codem .img {
  width: 0.88rem;
  height: 0.88rem;
  margin: 0 auto;
}

.contact .mar .codex .codem .img img {
  width: 100%;
  height: 100%;
  display: block;
}

.contact .mar .share {
  width: 100%;
  font-size: 0;
}

.contact .mar .share a {
  display: inline-block;
  vertical-align: middle;
  width: 0.28rem;
  height: 0.28rem;
  border-radius: 50%;
  background: #353535;
  margin-right: 0.2rem;
}

.contact .mar .share a img {
  width: 100%;
  height: 100%;
  display: block;
}

.contact .mar .share a:hover {
  background: #fc6c2f;
}

@media (max-width: 1000px) {
  .contact .mapem .map {
    width: 100%;
  }
  .contact .mapem .mar {
    width: 100%;
    padding: 0.3rem 0.2rem;
  }
}

.companys {
  width: 100%;
  padding: 0.7rem 0;
  background: #fff;
}

.companys .company {
  width: 100%;
  font-size: 0;
}

.companys .company .cml {
  width: calc((740 / 1520) * 100%);
  display: inline-block;
  vertical-align: middle;
  margin-right: calc((58 / 1520) * 100%);
}

.companys .company .cml .cmtop {
  width: 100%;
}

.companys .company .cml .cmtop .cn {
  width: 100%;
  font-weight: bold;
  color: #333;
  margin-bottom: 0.1rem;
  line-height: 1.3;
}

.companys .company .cml .cmtop .en {
  width: 100%;
  color: #333;
  line-height: 1.6;
  margin-bottom: 0.3rem;
}

.companys .company .cml .line {
  width: 100%;
  font-size: 0;
  margin: 0.3rem 0 0.4rem;
}

.companys .company .cml .line span {
  display: inline-block;
  vertical-align: middle;
  width: 0.66rem;
  background: #e5e5e5;
  height: 4px;
}

.companys .company .cml .cmlon {
  width: 100%;
  font-size: calc(12px - 0.12rem + 0.14rem);
  line-height: 2;
  color: #666;
  max-height: 17em;
  margin: 0.4rem 0 0.6rem;
}

.companys .company .cml .cmlon p {
  font-size: calc(12px - 0.12rem + 0.14rem);
  line-height: 2;
  color: #666;
}

.companys .company .cml .cmlon img {
  max-width: 100%;
}

.companys .company .cml .datas {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}

.companys .company .cml .datas .data {
  text-align: center;
  margin-bottom: 0.2rem;
}

.companys .company .cml .datas .data .top {
  color: #02569d;
  margin-bottom: 0.16rem;
}

.companys .company .cml .datas .data .top span {
  font-weight: bold;
}

.companys .company .cml .datas .data .bot {
  color: #666;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.companys .company .cmr {
  width: calc((720 / 1520) * 100%);
  display: inline-block;
  vertical-align: middle;
}

.companys .company .cmr img {
  width: 100%;
  height: 100%;
  display: block;
}

@media (max-width: 768px) {
  .companys .company .cml .cmlon {
    max-height: 100%;
  }
}

.Cultrue {
  width: 100%;
  padding: 0.8rem 0;
}

.Cultrue .cit {
  width: 100%;
  color: #fff;
  text-align: center;
  margin-bottom: 0.5rem;
}

.Cultrue .declaration {
  width: 100%;
  font-size: 0;
}

.Cultrue .declaration .declar {
  display: inline-block;
  vertical-align: top;
  width: calc((470 / 1520) * 100%);
  border-radius: 5px;
  border: solid 1px #f6f6f6;
  text-align: center;
  padding: 0.4rem 0.2rem;
  margin-right: calc((54 / 1520) * 100%);
  margin-bottom: 0.2rem;
}

.Cultrue .declaration .declar .icon {
  width: 0.76rem;
  height: 0.76rem;
  display: block;
  margin: 0 auto 0.3rem;
}

.Cultrue .declaration .declar .icon img {
  width: 100%;
  height: 100%;
  display: block;
}

.Cultrue .declaration .declar .tix {
  width: 100%;
  color: #fff;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.Cultrue .declaration .declar .line {
  width: 100%;
  font-size: 0;
  margin: 0.3rem 0;
}

.Cultrue .declaration .declar .line span {
  display: inline-block;
  vertical-align: middle;
  width: 0.3rem;
  height: 2px;
  background: #dcdcdc;
}

.Cultrue .declaration .declar .tiv {
  width: 100%;
  color: #fff;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.Cultrue .declaration .declar:nth-child(3n) {
  margin-right: 0;
}

.Prodetail {
  width: 100%;
  padding: 0.8rem 0;
}

.Prodetail .prodem {
  width: 100%;
  font-size: 0;
  margin-bottom: 0.6rem;
}

.Prodetail .prodem .prl {
  width: calc((788 / 1520) * 100%);
  display: inline-block;
  vertical-align: top;
}

.Prodetail .prodem .prl .prtoper {
  width: 100%;
  margin-bottom: 0.26rem;
}

.Prodetail .prodem .prl .prtoper .swiper-slide {
  width: 100%;
  border: solid 1px #999999;
}

.Prodetail .prodem .prl .prtoper .swiper-slide .img {
  width: 100%;
  padding-top: calc((433 / 786) * 100%);
  position: relative;
  overflow: hidden;
}

.Prodetail .prodem .prl .prtoper .swiper-slide .img .imgs {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all ease 0.3s;
}

.Prodetail .prodem .prl .prtoper .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
}

.Prodetail .prodem .prl .prboter {
  width: 100%;
  position: relative;
}

.Prodetail .prodem .prl .prboter .ptn {
  position: absolute;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 0.28rem;
  height: 0.28rem;
  border-radius: 50%;
  background: #02569d;
  cursor: pointer;
}

.Prodetail .prodem .prl .prboter .ptn img {
  width: 100%;
  height: 100%;
  display: block;
}

.Prodetail .prodem .prl .prboter .swiper-container {
  width: calc(100% - 0.46rem - 0.46rem);
  margin: 0 auto;
}

.Prodetail .prodem .prl .prboter .swiper-slide {
  border: solid 1px #999999;
}

.Prodetail .prodem .prl .prboter .swiper-slide .img {
  width: 100%;
  padding-top: calc((90 / 164) * 100%);
  position: relative;
  overflow: hidden;
}

.Prodetail .prodem .prl .prboter .swiper-slide .img .imgs {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all ease 0.3s;
}

.Prodetail .prodem .prl .prboter .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
}

.Prodetail .prodem .prl .prboter .swiper-slide.on {
  border: solid 1px #fc6c2f;
}

.Prodetail .prodem .prl .prboter .pcl {
  left: 0;
}

.Prodetail .prodem .prl .prboter .pcr {
  right: 0;
}

.Prodetail .prodem .prl .prboter .ptn:hover {
  background: #fc6c2f;
}

.Prodetail .prodem .prr {
  width: calc((732 / 1520) * 100%);
  display: inline-block;
  vertical-align: middle;
  padding-left: 0.5rem;
}

.Prodetail .prodem .prr .prit {
  width: 100%;
  line-height: 1.5;
  color: #02569d;
}

.Prodetail .prodem .prr .line {
  width: 100%;
  height: 1px;
  background: #999;
  margin: 0.26rem 0;
}

.Prodetail .prodem .prr .prlis {
  width: 100%;
}

.Prodetail .prodem .prr .prlis .pli {
  width: 100%;
  position: relative;
  padding-left: 0.16rem;
  color: #666;
  line-height: 1.5;
  margin: 0.1rem 0;
}

.Prodetail .prodem .prr .prlis .pli span {
  color: #333;
  line-height: 1.5;
  font-weight: 600;
}

.Prodetail .prodem .prr .prlis .pli:before {
  content: ' ';
  position: absolute;
  left: 0;
  font-size: calc(12px - 0.12rem + 0.18rem);
  top: 0.5em;
  width: 0.05rem;
  height: 0.05rem;
  border-radius: 50%;
  background: #02569d;
}

.Prodetail .introduce {
  width: 100%;
}

.Prodetail .introduce .prit {
  width: 100%;
  line-height: 1.5;
  color: #02569d;
}

.Prodetail .introduce .line {
  width: 100%;
  height: 1px;
  background: #999;
  margin: 0.26rem 0;
}

.Prodetail .introduce .inton {
  font-size: calc(12px - 0.12rem + 0.18rem);
  line-height: 2;
  color: #666;
}

.Prodetail .introduce .inton p {
  font-size: calc(12px - 0.12rem + 0.18rem);
  line-height: 2;
  color: #666;
}

.Prodetail .introduce .inton img {
  max-width: 100%;
}

.w1600 {
  width: 16rem;
  margin: 0 auto;
  position: relative;
  font-size: 0;
}

.maplist {
  width: 100%;
  padding: 0.6rem 0;
}

.maplist .btns {
  width: 100%;
  font-size: 0;
  text-align: right;
  margin-bottom: 0.2rem;
}

.maplist .btns a {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 3;
  font-size: calc(12px - 0.12rem + 0.2rem);
  margin-left: 0.4rem;
  padding: 0 0.2rem;
  border: solid 2px #ddd;
}

.maplist .btns a.on {
  color: #fff;
  border: solid 2px #006fc6;
  background: #006fc6;
}

.maplist .btns a:hover {
  color: #fff;
  border: solid 2px #006fc6;
  background: #006fc6;
}

.maplist .mlist {
  width: 100%;
  margin-bottom: 0.2rem;
}

.maplist .mlist .mit {
  width: 100%;
  color: #333;
  line-height: 3;
  font-size: calc(12px - 0.12rem + 0.2rem);
  font-weight: bold;
  color: #006fc6;
  background: #efefef;
  padding: 0 0.3rem;
  position: relative;
}

.maplist .mlist .mit:before {
  content: ' ';
  position: absolute;
  width: 0.08rem;
  height: 1em;
  font-size: calc(12px - 0.12rem + 0.2rem);
  left: 0.11rem;
  top: 50%;
  transform: translateY(-50%);
  background: #006fc6;
}

.maplist .mlist .mul {
  width: 100%;
  font-size: 0;
  border: solid 1px #efefef;
  padding: 0.2rem 0.2rem 0.1rem;
}

.maplist .mlist .mul .mli {
  width: calc((265 / 1600) * 100%);
  display: inline-block;
  vertical-align: top;
  font-size: calc(12px - 0.12rem + 0.16rem);
}

.maplist .mlist .mul .mli a {
  width: 100%;
  display: block;
  color: #333;
  line-height: 2.2;
  font-size: calc(12px - 0.12rem + 0.16rem);
  margin-bottom: 0.1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0  0.2rem;
}

.maplist .mlist .mul .mli a:hover {
  color: #006fc6;
}

@media (max-width: 1080px) {
  .maplist .mlist .mul .mli {
    width: calc((400 / 1600) * 100%);
  }
}

@media (max-width: 768px) {
  .maplist .mlist .mul .mli {
    width: calc((800 / 1600) * 100%);
  }
}

@media (max-width: 1620px) {
  .w1600 {
    width: 94%;
  }
}

footer {
  width: 100%;
}

footer .ftop {
  width: 100%;
  background: #353535;
  font-size: 0;
  padding: 0.5rem 0 0.6rem;
}

footer .ftop .fol {
  display: inline-block;
  vertical-align: top;
  width: calc((620 / 1520) *100%);
}

footer .ftop .fol .dlogo {
  width: 100%;
  margin-bottom: 0.2rem;
}

footer .ftop .fol .dlogo a {
  display: inline-block;
  padding-right: 0.2rem;
  width: auto;
}

footer .ftop .fol .dlogo a img {
  max-width: 100%;
  height: 100%;
  display: block;
}

footer .ftop .fol .fton {
  width: 100%;
  font-size: 0;
}

footer .ftop .fol .fton .codes {
  width: 2.4rem;
  display: inline-block;
  vertical-align: top;
}

footer .ftop .fol .fton .codes .code {
  width: auto;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}

footer .ftop .fol .fton .codes .code .txt {
  width: 100%;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 0.1rem;
}

footer .ftop .fol .fton .codes .code .img {
  width: 1.1rem;
  height: 1.1rem;
  display: block;
}

footer .ftop .fol .fton .codes .code .img img {
  width: 100%;
  height: 100%;
  display: block;
}

footer .ftop .fol .fton .codes .code + .code {
  margin-left: 0.12rem;
}

footer .ftop .fol .fton .fon {
  width: calc(100% - 2.6rem);
  display: inline-block;
  vertical-align: top;
  padding-left: 0.12rem;
  padding-top: 0.24rem;
}

footer .ftop .fol .fton .fon .fli {
  width: 100%;
  color: #fff;
  line-height: 2;
}

footer .ftop .for {
  display: inline-block;
  vertical-align: top;
  width: calc((900 / 1520) *100%);
  text-align: center;
}

footer .ftop .for .flist {
  width: 1.5rem;
  display: inline-block;
  vertical-align: top;
}

footer .ftop .for .flist .fiv {
  width: 100%;
  color: #fff;
  margin-bottom: 0.24rem;
  text-align: left;
}

footer .ftop .for .flist .ful {
  width: 100%;
  max-height: 2.5rem;
  padding-right: 0.1rem;
}

footer .ftop .for .flist .ful a {
  display: block;
  width: 100%;
  text-align: left;
  color: #e0e0e0;
  line-height: 2.5;
}

footer .fbot {
  width: 100%;
  background: #272727;
  padding: 0.2rem 0;
}

footer .fbot .fot {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

footer .fbot .fit {
  color: #999;
  line-height: 1.5;
}

@media (max-width: 1000px) {
  footer .fbot .fot .fit {
    width: 100%;
    text-align: center;
    line-height: 2;
  }
  footer .ftop {
    padding-bottom: 0.2rem;
  }
  footer .ftop .fol {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  footer .ftop .fol .fton .codes {
    width: 100%;
    margin-bottom: 0.1rem;
  }
  footer .ftop .fol .fton .fon {
    width: 100%;
  }
  footer .ftop .fol .dlogo {
    display: none;
  }
  footer .ftop .for {
    width: 100%;
    text-align: left;
    display: none;
  }
  footer .ftop .for .flist {
    width: 100%;
  }
  footer .ftop .for .flist .ful {
    width: 100%;
    font-size: 0;
  }
  footer .ftop .for .flist .ful a {
    width: auto;
    display: inline-block;
    vertical-align: top;
    margin-right: 0.2rem;
    margin-bottom: 0.1rem;
  }
}

@media (max-width: 1540px) {
  .w1520 {
    width: 94%;
  }
}

@media (max-width: 1220px) {
  .w1200 {
    width: 94%;
  }
}

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

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

@media (max-width: 768px) {
  html {
    font-size: calc(768px / 1540 * 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;
}
