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

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

.w1120 {
  width: 11.2rem;
  margin: 0 auto;
  position: relative;
  font-size: 0;
  z-index: 2;
}

@media (max-width: 1140px) {
  .w1120 {
    width: 94%;
  }
}

/*@font-face {
  font-family: 'SourceHanSansCN-Light';
  src: url("../font/SourceHanSansCN-Light.otf");
}

body {
  font-family: 'SourceHanSansCN-Light';
}*/

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

.banner .swiper-slide {
  width: 100%;
  position: relative;
  padding-top: 43%;
}

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

.banner .box {
  width: 100%;
  position: absolute;
  left: calc((160 / 1920) * 100%);
  bottom: calc((180 / 1920) * 100vw);
  text-align: left;
}

.banner .box .cn {
  width: 100%;
  color: #fff;
  line-height: 1.5;
  font-weight: 200;
  font-family: 'FZYTK--GBK1';
  letter-spacing: 0.1rem;
}

.banner .box .em {
  width: 100%;
  color: #fff;
  line-height: 1.5;
  font-style: italic;
  font-family: 'SourceHanSansSC-Regular';
  margin: 0.1rem 0 0.3rem;
  font-weight: 200;
  letter-spacing: 0.3rem;
}

.banner .box .cm {
  width: 100%;
  color: #fff;
  line-height: 1.66;
  font-weight: 200;
}

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

.banner .swiper-pagination-bullet {
  width: 0.16rem;
  height: 0.16rem;
  display: inline-block;
  vertical-align: middle;
  background-color: #fff;
  opacity: 1;
}

.banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.15rem;
}

.banner .swiper-pagination-bullet-active {
  background-color: #008bd1;
  opacity: 1;
}

@media (max-width: 1620px) {
  .banner .box {
    left: 3%;
  }
}

@media (max-width: 900px) {
  .banner .swiper-slide {
    padding-top: 50%;
  }
  .banner .box .cn {
    font-size: 18px;
  }
  .banner .box .em {
    font-size: 14px;
  }
  .banner .box .cm {
    font-size: 14px;
  }
}

header {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 50;
  top: 0;
  background-color: #fff;
  transition: all ease 0.3s;
}

header .logo {
  display: inline-block;
  vertical-align: middle;
  width: 2rem;
}

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

header .rav {
  display: inline-block;
  vertical-align: middle;
  width: 1.2rem;
  text-align: right;
}

header .rav .rtn {
  display: inline-block;
  vertical-align: middle;
  width: 0.38rem;
  height: 0.38rem;
  margin-left: 0.2rem;
}

header .rav .rtn a, header .rav .rtn img {
  width: 100%;
  display: block;
}

header .rav .menu {
  display: inline-block;
  vertical-align: middle;
  width: 0.5rem;
  height: 0.5rem;
  cursor: pointer;
  display: none;
  margin-left: 0.2rem;
}

header .rav .menu img {
  width: 100%;
  display: block;
}

header nav {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 2rem - 1.2rem - 0.02rem);
  padding: 0 0.1rem;
  text-align: right;
  font-size: 0;
}

header nav .natem {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin: 0 0.2rem;
  padding: 0 0.1rem;
}

header nav .natem .nas {
  width: auto;
  display: inline-block;
}

header nav .natem .nas a {
  display: inline-block;
  line-height: 3.5;
  line-height: 1rem;
  color: #333;
  padding: 0 0.1rem;
  transition: all ease 0.3s;
  position: relative;
}

header nav .natem .nas a:after {
  content: ' ';
  position: absolute;
  bottom: 0.25rem;
  width: 100%;
  height: 2px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #008bd1;
  display: none;
}

header nav .natem .navul {
  width: 2.2rem;
  /* width: 1.6rem; */
  position: absolute;
  z-index: 101;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  background-color: rgba(255, 255, 255, 0.8);
  display: none;
}

header nav .natem .navul ul {
  width: 100%;
}

header nav .natem .navul ul li {
  width: 100%;
}

header nav .natem .navul ul li .ns {
  width: 100%;
  display: block;
  line-height: 3;
  color: #008bd1;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding: 0 0.2rem;
  position: relative;
}

header nav .natem .navul ul li .ns span {
  display: inline-block;
  vertical-align: middle;
  color: #ffff;
  line-height: 3;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

header nav .natem .navul ul li .theul {
  position: absolute;
  left: 100.5%;
  top: 0;
  width: 100%;
  display: none;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.09);
}

header nav .natem .navul ul li .theul li {
  width: 100%;
}

header nav .natem .navul ul li .theul li a {
  width: 100%;
  display: block;
  line-height: 3;
  color: #555;
  color: #000;
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding: 0 0.2rem;
  background: white;
}

header nav .natem .navul ul li .theul li a:hover {
  color: #008bd1;
}

header nav .natem .navul ul li.has-the .ns:after {
  content: ' ';
  position: absolute;
  right: 0.14rem;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 12px;
  background-image: url("../images/r.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

header nav .natem .navul ul li:hover .ns {
  background: #008bd1;
  color: #fff;
}

header nav .natem .navul ul li:hover .ns span {
  color: #008bd1;
}

header nav .natem .navul ul li.has-the:hover .ns:after {
  background-image: url("../images/r2.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

header nav .natem.on:after {
  display: block;
}

header nav .natem.on .nas a {
  color: #008bd1;
  font-weight: bold;
}

header nav .natem.on .nas a:after {
  display: block;
}

header nav .natem:hover:after {
  display: block;
}

header nav .natem:hover .nas a {
  color: #008bd1;
}

header nav .natem:hover .nas a:after {
  display: block;
}

header .sear {
  width: 100%;
  font-size: 0;
  padding: 0.1rem 0.2rem;
  border-top: solid 1px #f6f6f6;
  display: none;
  position: absolute;
  left: 0;
  z-index: 1111;
  background: #fff;
  box-shadow: 0px 0px 13px 0px rgba(203, 203, 203, 0.25);
}

header .sear form {
  width: 100%;
  font-size: 0;
  margin: 0 auto;
  max-width: 10rem;
  display: block;
}

header .sear .input {
  width: calc(100% - 2rem);
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  background: #f6f6f6;
}

header .sear .input input {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  background: #fff;
  background: #f6f6f6;
  color: #666666;
  line-height: 2.5;
  height: 2.5em;
  padding: 0 0.2rem;
  border: none;
}

header .sear .submxt {
  width: 2rem;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}

header .sear .submxt input {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  background: #008bd1;
  color: #fff;
  line-height: 2.5;
  padding: 0 0.2rem;
  border: none;
  text-align: center;
  cursor: pointer;
}

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

@media (max-width: 900px) {
  header {
    padding: 0.2rem 0;
  }
  header .rav {
    width: calc(100% - 2rem - 0.02rem);
    text-align: right;
  }
  header .rav .menu {
    display: inline-block;
    vertical-align: middle;
  }
  header nav {
    width: 60%;
    width: 5rem;
    position: fixed;
    max-width: 90%;
    right: 0;
    top: 0;
    height: 100vh;
    background-color: #fff;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: auto;
    z-index: 500;
    transform: translate(100%, 0);
    transition: transform .3s;
  }
  header nav .natem {
    width: 100%;
    position: relative;
    margin: 0;
    text-align: left;
    padding: 0 0.2rem;
  }
  header nav .natem .nas a {
    color: #333;
    line-height: 3.5;
  }
  header nav .natem .navul {
    width: 100%;
    position: relative;
    background: #fff;
    box-shadow: none;
    top: 0;
    left: 0;
    transform: translate(0, 0);
  }
  header nav .natem .navul ul li {
    width: 100%;
  }
  header nav .natem .navul ul li .ns {
    color: #666;
    padding: 0 0.6rem;
    text-align: left;
    background: #fff;
  }
  header nav .natem .navul ul li .ns span {
    color: #666;
  }
  header nav .natem .navul ul li .ns:after {
    display: none;
  }
  header nav .natem .navul ul li .theul {
    position: relative;
    left: 0;
    top: 0;
    background: #fff;
    box-shadow: none;
  }
  header nav .natem .navul ul li .theul ul li {
    padding: 0 0.8rem;
  }
  header nav .natem .navul ul li.has-the:after {
    content: "+";
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    position: absolute;
    background: none;
    right: 0;
    left: auto;
    transform: translateX(0);
    top: 0.05rem;
    font-size: 14px;
    color: #333;
  }
  header nav .natem .navul ul li.has-the.show:after {
    content: "-";
  }
  header nav .natem.on:after {
    display: none;
  }
  header nav .natem.on .nas a {
    color: #008bd1;
    background-color: #fff;
  }
  header nav .natem.on .nas a:after {
    display: none;
  }
  header nav .natem:hover .nas a {
    color: #008bd1;
    background-color: #fff;
  }
  header nav .natem:hover .nas a:after {
    display: none;
  }
  header nav .natem.has-nav:after {
    content: "+";
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    background: none;
    right: 0;
    left: auto;
    transform: translateX(0);
    top: 0.05rem;
    font-size: 20px;
    color: #333;
  }
  header nav .natem.has-nav.show:after {
    content: "-";
  }
  header.menu-state nav {
    transform: translate(0, 0);
  }
  header.menu-state .black {
    display: block;
  }
}

.modular {
  width: 100%;
}

.modular .mitop {
  width: 100%;
  margin-bottom: 0.5rem;
}

.modular .mitop .nc {
  width: 100%;
  color: #008bd1;
  line-height: 1.5;
}

.modular .mitop .mc {
  width: 100%;
  color: #008bd1;
  line-height: 1.5;
}

.modular .mitop .vm {
  width: 100%;
  margin-top: 0.2rem;
  color: #333;
  line-height: 1.5;
}

.modular .mitop.tl {
  text-align: left;
}

.modular .mitop.tr {
  text-align: right;
}

.overviews {
  width: 100%;
  padding: 0.7rem 0;
}

.overviews .overview {
  width: 100%;
  font-size: 0;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  flex-wrap: wrap;
}

.overviews .overview .ovl {
  display: inline-block;
  vertical-align: middle;
  width: calc((800 / 1600) * 100%);
}

.overviews .overview .ovl .vox {
  width: 100%;
  padding-top: 60%;
  position: relative;
  cursor: pointer;
}

.overviews .overview .ovl .vox .videos {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  height: 100%;
  display: block;
}

.overviews .overview .ovl .vox .play {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  z-index: 4;
  width: 0.9rem;
  height: 0.9rem;
  transform: translate(-50%, -50%);
}

.overviews .overview .ovl .vox .play img {
  width: 100%;
  display: block;
}

.overviews .overview .ovr {
  display: inline-block;
  vertical-align: middle;
  width: calc((800 / 1600) * 100%);
  padding-right: 0.7rem;
}

.overviews .overview .ovr .vinp {
  width: 100%;
  color: #333;
  line-height: 2.1;
}

.overviews .overview .ovr .vinp p {
  color: #333;
  line-height: 2.1;
}

.overviews .overview .ovr .more {
  width: 100%;
  font-size: 0;
  margin: 0.35rem 0;
}

.overviews .overview .ovr .more a {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  padding: 0 0.26rem;
  background-color: #008bd1;
  color: #fff;
  line-height: 2.5;
  border-radius: 1.25em;
}

.overviews .overview .ovr .more a i {
  display: inline-block;
  vertical-align: middle;
  width: 0.19rem;
  height: 0.19rem;
  margin-left: 0.1rem;
}

.overviews .overview .ovr .more a i img {
  width: 100%;
  display: block;
}

.overviews .overview .ovr .datas {
  width: 100%;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
}

.overviews .overview .ovr .datas .datm {
  display: flex;
  align-items: flex-end;
  margin-bottom: 0.1rem;
  border-bottom: solid 1px #666;
  padding: 0.15rem 0 0.2rem;
  width: 48%;
  margin-right: 4%;
}

.overviews .overview .ovr .datas .datm .dms {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.overviews .overview .ovr .datas .datm .dl {
  display: inline-block;
  vertical-align: bottom;
  width: auto;
  padding-right: 0.1rem;
  color: #333;
  line-height: 1.5;
}

.overviews .overview .ovr .datas .datm .dr {
  display: inline-block;
  vertical-align: bottom;
  color: #333;
  font-weight: bold;
}

.overviews .overview .ovr .datas .datm:nth-child(2n) {
  margin-right: 0;
}

.businessx {
  width: 100%;
  padding: 0.9rem  0;
  background-color: #ebf3f8;
}

.businessx .business {
  width: 100%;
}

.businessx .business .swiper-slide {
  width: 100%;
  transition: all ease 0.3s;
  transform: scale(0.9);
}

.businessx .business .swiper-slide .img {
  width: 100%;
  padding-top: 140%;
  position: relative;
  transition: all ease 0.3;
}

.businessx .business .swiper-slide .img a {
  width: 100%;
  display: block;
}

.businessx .business .swiper-slide .img .mox {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  transition: all ease 0.3s;
  background-color: transparent;
  display: flex;
  flex-wrap: wrap;
  padding: 0 0.2rem;
  align-content: center;
  text-align: center;
}

.businessx .business .swiper-slide .img .mox .icons {
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 auto 0.15rem;
}

.businessx .business .swiper-slide .img .mox .icons img {
  width: 100%;
  display: block;
}

.businessx .business .swiper-slide .img .mox .mx {
  width: 100%;
  color: #fff;
  line-height: 1.5;
  font-weight: bold;
}

.businessx .business .swiper-slide .img .mox .more {
  width: 100%;
  font-size: 0;
  height: 0;
  transition: all ease 0.3s;
  overflow: hidden;
  margin-top: 0.2rem;
}

.businessx .business .swiper-slide .img .mox .more span {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 2;
  padding: 0 0.3rem;
  width: auto;
  border-bottom: solid 1px #fff;
}

.businessx .business .swiper-slide:hover {
  transform: scale(1);
}

.businessx .business .swiper-slide:hover .img .mox {
  background-color: rgba(0, 139, 209, 0.7);
}

.businessx .business .swiper-slide:hover .img .mox .more {
  height: 0.6rem;
}

.advantages {
  width: 100%;
  padding: 0.7rem 0;
  background-color: #f4f7f8;
}

.advantages .advanage {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  background-color: #fff;
}

.advantages .advanage .adl {
  display: inline-block;
  vertical-align: middle;
  width: calc((400 / 1600) * 100%);
  flex: 1;
}

.advantages .advanage .adl .adlem {
  width: 100%;
  background-color: #fff;
  height: 20%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  cursor: pointer;
  padding: 0.2rem 0.5rem;
}

.advantages .advanage .adl .adlem .icon {
  display: inline-block;
  vertical-align: middle;
  width: 0.5rem;
  height: 0.5rem;
}

.advantages .advanage .adl .adlem .icon img {
  width: 100%;
  display: block;
}

.advantages .advanage .adl .adlem .icon img:first-child {
  display: block;
}

.advantages .advanage .adl .adlem .icon img:last-child {
  display: none;
}

.advantages .advanage .adl .adlem .adm {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 0.5rem - 0px);
  padding-left: 0.1rem;
  color: #333;
  line-height: 1.5;
  position: relative;
  padding-right: 30px;
}

.advantages .advanage .adl .adlem .adm:after {
  content: '+';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  text-align: center;
  line-height: 1.5;
  color: #333;
}

.advantages .advanage .adl .adlem.on {
  background-color: #008bd1;
}

.advantages .advanage .adl .adlem.on .icon img:first-child {
  display: none;
}

.advantages .advanage .adl .adlem.on .icon img:last-child {
  display: block;
}

.advantages .advanage .adl .adlem.on .adm {
  color: #fff;
}

.advantages .advanage .adl .adlem.on .adm:after {
  color: #fff;
}

.advantages .advanage .adr {
  display: inline-block;
  vertical-align: middle;
  width: calc((1200 / 1600) * 100%);
}

.advantages .advanage .adr .adrem {
  width: 100%;
  display: none;
}

.advantages .advanage .adr .adrem .img {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}

.advantages .advanage .adr .adrem .img .lox {
  width: 4rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  left: 0.6rem;
  background-color: rgba(0, 139, 209, 0.5);
  padding: 0.8rem 0.3rem;
}

.advantages .advanage .adr .adrem .img .lox .lit {
  width: 100%;
  color: #fff;
  line-height: 1.5;
}

.advantages .advanage .adr .adrem .img .lox .line {
  width: 100%;
  font-style: 0;
  border-bottom: solid 1px #fff;
  margin: 0.2rem 0 0.4rem;
}

.advantages .advanage .adr .adrem .img .lox .line span {
  display: inline-block;
  vertical-align: middle;
  width: 1rem;
  height: 2px;
  background-color: #fff;
}

.advantages .advanage .adr .adrem .img .lox .linp {
  width: 100%;
  color: #fff;
  line-height: 1.8;
  text-align: justify;
}

.advantages .advanage .adr .adrem .img .lox .linp p {
  color: #fff;
  line-height: 1.8;
}

.advantages .advanage .adr .adrem.on {
  display: block;
}

@media (max-width: 900px) {
  .advantages .advanage .adr .adrem .img {
    width: 100%;
    padding-top: 0;
    padding: 0.5rem 0;
  }
  .advantages .advanage .adr .adrem .img .lox {
    width: 100%;
    max-width: 90%;
    position: relative;
    margin: 0 auto;
    top: 0;
    left: 0;
    transform: translateY(0);
  }
}

.Informations {
  width: 100%;
  padding: 0.7rem 0;
  background-color: #fff;
}

.Informations .mitop {
  margin-bottom: 0;
}

.Informations .Information {
  width: 100%;
}

.Informations .Information .innav {
  width: 100%;
  font-size: 0;
  border-bottom: solid 1px #eaeaea;
  margin-bottom: 0.4rem;
}

.Informations .Information .innav .inam {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  color: #333;
  line-height: 2;
  padding: 0.15rem 0.15rem;
  margin-right: 0.4rem;
  cursor: pointer;
  border-bottom: solid 2px transparent;
}

.Informations .Information .innav .inam.on {
  border-bottom: solid 2px #008bd1;
}

.Informations .Information .informs {
  width: 100%;
}

.Informations .Information .informs .inform {
  width: 100%;
  display: none;
}

.Informations .Information .informs .inform .infem {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  align-items: center;
}

.Informations .Information .informs .inform .infl {
  display: inline-block;
  vertical-align: middle;
  width: calc((800 / 1600) * 100%);
}

.Informations .Information .informs .inform .infl .swiper-slide {
  width: 100%;
}

.Informations .Information .informs .inform .infl .swiper-slide .img {
  width: 100%;
  padding-top: 65%;
  position: relative;
}

.Informations .Information .informs .inform .infl .swiper-slide .img .tip {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  width: 100%;
  color: #fff;
  line-height: 1.5;
  max-width: 100%;
  padding: 0.2rem 0.3rem;
  padding-right: 0.8rem;
}

.Informations .Information .informs .inform .infl .swiper-pagination {
  text-align: right;
  bottom: 0.3rem;
  padding-right: 0.1rem;
}

.Informations .Information .informs .inform .infr {
  display: inline-block;
  vertical-align: middle;
  width: calc((730 / 1600) * 100%);
  margin-right: calc((68 / 1600) * 100%);
}

.Informations .Information .informs .inform .infr .infrm {
  width: 100%;
  display: block;
  font-size: 0;
  padding: 0.3rem 0;
  border-bottom: solid 1px #eaeaea;
}

.Informations .Information .informs .inform .infr .infrm a {
  width: 100%;
  display: block;
  font-size: 0;
}

.Informations .Information .informs .inform .infr .infrm .inl {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 140px);
  padding-right: 0.1rem;
}

.Informations .Information .informs .inform .infr .infrm .inl .its {
  width: 100%;
  color: #333;
  line-height: 1.5;
  margin-bottom: 0.1rem;
}

.Informations .Information .informs .inform .infr .infrm .inl .itm {
  width: 100%;
  color: #707070;
  line-height: 1.8;
}

.Informations .Information .informs .inform .infr .infrm .inr {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1.5;
  width: 140px;
  text-align: right;
}

.Informations .Information .informs .inform .infr .infrm.on .inl .its {
  color: #008bd1;
}

.Informations .Information .informs .inform.on {
  display: block;
}

.Informations .Information .more {
  width: 100%;
  font-size: 0;
  margin-top: 0.5rem;
  text-align: center;
}

.Informations .Information .more a {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  padding: 0 0.4rem;
  background-color: #008bd1;
  color: #fff;
  line-height: 3;
  border-radius: 1.5em;
}

.Informations .Information .more a i {
  display: inline-block;
  vertical-align: middle;
  width: 0.19rem;
  height: 0.19rem;
  margin-left: 0.1rem;
}

.Informations .Information .more a i img {
  width: 100%;
  display: block;
}

.Partners {
  width: 100%;
  padding: 0.7rem 0;
  background-color: #f4f7f8;
}

.Partners .Partner {
  width: 100%;
  position: relative;
}

.Partners .Partner .parm {
  display: inline-block;
  vertical-align: top;
  width: calc((265 / 1600) * 100%);
  margin-right: calc((2 / 1600) * 100%);
  background-color: #fff;
  margin-bottom: 1px;
  overflow: hidden;
}

.Partners .Partner .parm a {
  width: 100%;
  display: block;
}

.Partners .Partner .parm .img {
  width: 100%;
  padding-top: 67.9%;
  transition: all ease 0.3s;
}

.Partners .Partner .parm:hover .img {
  transform: scale(1.1);
}

.Partners .Partner .parm:nth-child(6n) {
  margin-right: 0;
}

.Partners .Partner .stn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 0.42rem;
  height: 0.42rem;
  cursor: pointer;
  display: block;
}

.Partners .Partner .stn img {
  width: 100%;
  display: block;
}

.Partners .Partner .stn img:first-child {
  display: block;
}

.Partners .Partner .stn img:last-child {
  display: none;
}

.Partners .Partner .stn:hover img:first-child {
  display: none;
}

.Partners .Partner .stn:hover img:last-child {
  display: block;
}

.Partners .Partner .bl {
  left: -0.21rem;
}

.Partners .Partner .br {
  right: -0.21rem;
}

footer {
  width: 100%;
  padding: 0.6rem 0 0;
  background-color: #2c3133;
}

footer .ftop {
  width: 100%;
  font-size: 0;
  padding-bottom: 0.4rem;
}

footer .ftop .flists {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 1.4rem);
  font-size: 0;
}

footer .ftop .flists .flist {
  display: inline-block;
  vertical-align: top;
  width: calc((250 / 1560) * 100%);
  padding-right: 0.15rem;
}

footer .ftop .flists .flist .fit {
  width: 100%;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 0.15rem;
}

footer .ftop .flists .flist .ful {
  width: 100%;
}

footer .ftop .flists .flist .ful a {
  width: 100%;
  display: block;
  line-height: 2;
  transition: all ease 0.3s;
  color: rgba(255, 255, 255, 0.5);
}

footer .ftop .flists .flist .ful a:hover {
  color: #008bd1;
}

footer .ftop .codes {
  display: inline-block;
  vertical-align: top;
  width: 1.4rem;
  text-align: center;
}

footer .ftop .codes .cx {
  width: 100%;
  color: #fff;
  line-height: 1.5;
}

footer .ftop .codes .cmg {
  width: 1.1rem;
  height: 1.1rem;
  display: block;
  margin: 0.15rem auto 0;
}

footer .ftop .codes .cmg img {
  width: 100%;
  display: block;
}

footer .fbot {
  width: 100%;
  border-top: solid 1px rgba(255, 255, 255, 0.1);
  padding: 0.2rem 0;
}

footer .fbot .fot {
  width: 100%;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.5;
}

@media (max-width: 900px) {
  footer .ftop {
    width: 100%;
  }
  footer .ftop .flists {
    width: 100%;
  }
  footer .ftop .flists .flist {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  footer .ftop .flists .flist .ful {
    width: 100%;
    font-size: 0;
  }
  footer .ftop .flists .flist .ful a {
    display: inline-block;
    vertical-align: top;
    width: auto;
    margin-right: 0.2rem;
    margin-bottom: 0.1rem;
  }
}

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

.nanner .imgs {
  width: 100%;
  display: block;
  overflow: hidden;
}

.nanner .imgs .img {
  width: 100%;
  padding-top: 26.65%;
}

.nanner .nox {
  position: absolute;
  left: calc((160 / 1920) * 100%);
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  text-align: left;
  width: 100%;
  max-width: 80%;
}

.nanner .nox .cn {
  width: 100%;
  color: #fff;
  line-height: 1.5;
  text-shadow: #6b7f89 0px 4px 2px;
  letter-spacing: 0.1rem;
  font-weight: bold;
}

.nanner .nox .en {
  width: 100%;
  color: rgba(255, 255, 255, 0.2);
  position: absolute;
  z-index: -1;
  left: -0.5rem;
  transform: translateY(-35%);
}

@media (max-width: 900px) {
  .nanner .imgs .img {
    padding-top: 40%;
  }
  .nanner .nox {
    top: 50%;
  }
}

.nanbar {
  width: 100%;
  font-size: 0;
  background: #fff;
  border-bottom: solid 1px rgba(234, 234, 234, 0.5);
}

.nanbar .nal {
  width: 5rem;
  display: inline-block;
  vertical-align: middle;
  padding-left: 0.1rem;
}

.nanbar .nal .home {
  display: inline-block;
  vertical-align: middle;
  width: 0.2rem;
  height: 0.2rem;
  position: relative;
  top: -0.02rem;
  margin-right: 0.1rem;
}

.nanbar .nal .home img {
  width: 100%;
  display: block;
}

.nanbar .nal .nts {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  color: #000;
  line-height: 3.5;
  margin-right: 0.16rem;
}

.nanbar .nal .nts span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.16rem;
  width: 9px;
  height: 8px;
  position: relative;
  top: -0.02rem;
}

.nanbar .nal .nts span img {
  width: 100%;
  display: block;
}

.nanbar .nal .nts:hover {
  color: #008bd1;
}

.nanbar .nal .nts:last-child span {
  display: none;
}

.nanbar .nar {
  width: calc(100% - 5rem);
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}

.nanbar .nar .swiper-container {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}

.nanbar .nar .swiper-wrapper {
  justify-content: flex-end;
}

.nanbar .nar .swiper-slide {
  width: auto;
}

.nanbar .nar .swiper-slide a {
  display: block;
  line-height: 3.5;
  color: #333;
  position: relative;
  padding: 0 0.4rem;
}

.nanbar .nar .swiper-slide a:after {
  content: ' ';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  bottom: 0;
  height: 2px;
  background: #008bd1;
  display: none;
}

.nanbar .nar .swiper-slide.on a {
  background-color: #008bd1;
  color: #fff;
}

.nanbar.fixed {
  background: #f4f7f8;
}

@media (max-width: 900px) {
  .nanbar {
    width: 100%;
  }
  .nanbar .nal {
    width: 100%;
  }
  .nanbar .nar {
    width: 100%;
  }
  .nanbar .nar .swiper-wrapper {
    justify-content: flex-start;
  }
}

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

.cultures .culist {
  width: 100%;
  font-size: 0;
}

.cultures .culist .culem {
  display: inline-block;
  vertical-align: top;
  width: calc((480 / 1600) * 100%);
  margin-right: calc((79 / 1600) * 100%);
  margin-bottom: 0.4rem;
}

.cultures .culist .culem a {
  width: 100%;
  display: block;
}

.cultures .culist .culem .imgs {
  width: 100%;
  overflow: hidden;
}

.cultures .culist .culem .imgs .img {
  width: 100%;
  padding-top: 65%;
  transition: all ease 0.3s;
  position: relative;
  cursor: pointer;
}

.cultures .culist .culem .imgs .img .play {
  display: inline-block;
  vertical-align: middle;
  width: 0.6rem;
  height: 0.6rem;
  position: absolute;
  cursor: pointer;
  z-index: 2;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}

.cultures .culist .culem .imgs .img .play img {
  width: 100%;
  display: block;
}

.cultures .culist .culem .cuom {
  width: 100%;
  padding: 0.3rem 0 0.15rem;
}

.cultures .culist .culem .cuom .time {
  width: 100%;
  color: #666;
  line-height: 1.5;
}

.cultures .culist .culem .cuom .cim {
  width: 100%;
  color: #333;
  line-height: 1.5;
  margin: 0.15rem 0;
}

.cultures .culist .culem .cuom .more {
  width: 100%;
  color: #666;
  line-height: 1.5;
}

.cultures .culist .culem .cuom .more span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.1rem;
  width: 0.16rem;
  height: 0.17rem;
  position: relative;
  top: -0.02rem;
}

.cultures .culist .culem .cuom .more span img:first-child {
  display: block;
}

.cultures .culist .culem .cuom .more span img:last-child {
  display: none;
}

.cultures .culist .culem:nth-child(3n) {
  margin-right: 0;
}

.cultures .culist .culem:hover .imgs .img {
  transform: scale(1.1);
}

.cultures .culist .culem:hover .cuom .cim {
  color: #008bd1;
}

.cultures .culist .culem:hover .cuom .more {
  color: #008bd1;
}

.cultures .culist .culem:hover .cuom .more span img:first-child {
  display: none;
}

.cultures .culist .culem:hover .cuom .more span img:last-child {
  display: block;
}

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

.pages .page {
  display: inline-block;
  vertical-align: middle;
  width: 0.6rem;
  height: 0.6rem;
  line-height: 0.6rem;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  background-color: #ccc;
  margin: 0 0.1rem;
  transition: all ease 0.3s;
}

.pages .page.ltn {
  background-image: url("../images/b1.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-color: transparent;
}

.pages .page.rtn {
  background-image: url("../images/b2.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-color: transparent;
}

.pages .page.on {
  background-color: #008bd1;
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  color: #fff;
}

.pages .page.on.ltn {
  background-image: url("../images/b4.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-color: transparent !important;
  opacity: 1;
}

.pages .page.on.rtn {
  background-image: url("../images/b3.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-color: transparent !important;
  opacity: 1;
}

@media (max-width: 900px) {
  .pages .page {
    width: 0.7rem;
    height: 0.7rem;
    line-height: 0.7rem;
  }
}

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

.contacts .contact {
  width: 100%;
}

.contacts .contact .contem {
  width: 100%;
  border-top: solid 1px #eaeaea;
}

.contacts .contact .contem .cotop {
  width: 100%;
  display: flex;
  justify-content: space-around;
  text-align: center;
  flex-wrap: wrap;
  padding: 0.3rem 0;
  margin-bottom: 0.3rem;
}

.contacts .contact .contem .cotop .cotem {
  text-align: center;
}

.contacts .contact .contem .cotop .cotem .icon {
  width: 0.46rem;
  height: 0.46rem;
  display: block;
  margin: 0.1rem auto 0.2rem;
}

.contacts .contact .contem .cotop .cotem .ctm {
  width: 100%;
  color: #222;
  line-height: 1.5;
}

.contacts .contact .contem .map {
  width: 100%;
  position: relative;
}

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

.contacts .contact .contem .map .pim {
  position: absolute;
  left: 48.6%;
  top: 46%;
  transform: translate(-50%, -50%);
  padding: 0.2rem 0.3rem;
  background-color: #fff;
  line-height: 1.5;
  color: #008bd1;
  font-weight: bold;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.17);
}

.contacts .contact .contem .map .pim:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  border: solid 0.1rem;
  border-color: #fff transparent transparent transparent;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% - 1px);
}

.contacts .Consultation {
  width: 100%;
  padding-top: 0.4rem;
}

.contacts .Consultation .consulis {
  width: 100%;
  font-size: 0;
}

.contacts .Consultation .consulis .comsu {
  width: calc((780 / 1600) * 100%);
  display: inline-block;
  vertical-align: top;
  margin-right: calc((38 / 1600) * 100%);
  margin-bottom: 0.2rem;
  background-color: #f4f7f8;
  border: solid 1px #eaeaea;
  padding: 0.2rem;
  font-size: 0;
}

.contacts .Consultation .consulis .comsu span {
  display: inline-block;
  vertical-align: middle;
  color: #222;
  line-height: 1.5;
  text-align: left;
}

.contacts .Consultation .consulis .comsu .name {
  width: 20%;
  font-weight: 600;
  text-align: center;
}

.contacts .Consultation .consulis .comsu .phone {
  width: 40%;
}

.contacts .Consultation .consulis .comsu .email {
  width: 40%;
}

.contacts .Consultation .consulis .comsu:nth-child(2n) {
  margin-right: 0;
}

.business {
  width: 100%;
}

.business .mitop {
  margin-bottom: 0.3rem;
}

.business .busim {
  width: 100%;
  padding: 0.6rem 0;
  background-color: #fff;
}

.business .busim .busm {
  width: 100%;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row-reverse;
  background-color: #ebf3f8;
}

.business .busim .bul {
  display: inline-block;
  vertical-align: middle;
  width: calc((1080 / 1600) * 100%);
}

.business .busim .bul .img {
  width: 100%;
  padding-top: 50.9%;
}

.business .busim .bur {
  display: inline-block;
  vertical-align: middle;
  width: calc((519 / 1600) * 100%);
  padding: 0.5rem;
}

.business .busim .bur .binp {
  width: 100%;
  color: #333;
  line-height: 1.5;
}

.business .busim .bur .binp p {
  color: #333;
  line-height: 1.5;
}

.business .busim:nth-child(2n) {
  background-color: #ebf3f8;
}

.business .busim:nth-child(2n) .busm {
  background-color: #fff;
  flex-direction: row;
}

.business .busim.auto .busm {
  background-color: #fff;
}

.business .busim.auto .bur {
  padding: 0.5rem 0;
}

.customs {
  width: 100%;
  padding: 0.6rem 0;
  background-color: #ebf3f8;
}

.customs .custom {
  width: 100%;
}

.customs .custom .custlis {
  width: 100%;
  font-size: 0;
}

.customs .custom .custlis .cutem {
  display: inline-block;
  vertical-align: top;
  width: calc((520 / 1600) * 100%);
  margin-right: calc((19 / 1600) * 100%);
  margin-bottom: 0.2rem;
  position: relative;
  overflow: hidden;
}

.customs .custom .custlis .cutem a {
  width: 100%;
  display: block;
}

.customs .custom .custlis .cutem .img {
  width: 100%;
  padding-top: 56.15%;
  transition: all ease 0.3s;
  position: relative;
}

.customs .custom .custlis .cutem .tip {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.2rem;
}

.customs .custom .custlis .cutem .tip .tm {
  width: 100%;
  color: #fff;
  line-height: 1.5;
}

.customs .custom .custlis .cutem .tip .tv {
  width: 100%;
  color: #fff;
  line-height: 1.5;
}

.customs .custom .custlis .cutem:nth-child(3n) {
  margin-right: 0;
}

.customs .custom .custlis .cutem:hover .img {
  transform: scale(1.1);
}

.routes {
  width: 100%;
  padding: 0.6rem 0;
  background-color: #fff;
}

.routes .routlis {
  width: 100%;
  font-size: 0;
}

.routes .routlis .routem {
  display: inline-block;
  vertical-align: top;
  width: calc((780 / 1600) * 100%);
  margin-right: calc((39 / 1600) * 100%);
  margin-bottom: 0.8rem;
  position: relative;
}

.routes .routlis .routem a {
  width: 100%;
  display: block;
  overflow: hidden;
}

.routes .routlis .routem .img {
  width: 100%;
  padding-top: 57.7%;
  transition: all ease 0.3s;
  position: relative;
  z-index: 1;
}

.routes .routlis .routem .tim {
  width: 100%;
  max-width: 96%;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  padding: 0.3rem 0.2rem;
  text-align: center;
  color: #008bd1;
  line-height: 1.5;
  margin: -0.4rem auto 0;
  z-index: 3;
  position: relative;
}

.routes .routlis .routem:nth-child(2n) {
  margin-right: 0;
}

.routes .routlis .routem:hover .img {
  transform: scale(1.1);
}

.Logistics {
  width: 100%;
  padding: 0.6rem 0;
  background-color: #ebf3f8;
}

.Logistics .Logistic {
  width: 100%;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  align-items: flex-start;
}

.Logistics .Logistic .Los {
  display: inline-block;
  vertical-align: middle;
  width: calc((510 / 1600) * 100%);
}

.Logistics .Logistic .Los a {
  width: 100%;
  display: block;
}

.Logistics .Logistic .Los .img {
  width: 100%;
  padding-top: 115%;
  transition: all ease 0.3s;
}

.Logistics .Logistic .Lor {
  display: inline-block;
  vertical-align: middle;
  width: calc((1090 / 1600) * 100%);
  font-size: 0;
}

.Logistics .Logistic .Lor .lorm {
  display: inline-block;
  vertical-align: top;
  width: calc((510 / 1090) * 100%);
  margin-right: calc((34 / 1090) * 100%);
  margin-bottom: 0.3rem;
  background-color: #fff;
  padding: 0.385rem 0.2rem;
}

.Logistics .Logistic .Lor .lorm .icon {
  width: 0.5rem;
  height: 0.5rem;
  display: block;
}

.Logistics .Logistic .Lor .lorm .icon img {
  width: 100%;
  display: block;
}

.Logistics .Logistic .Lor .lorm .lot {
  width: 100%;
  display: block;
  color: #333;
  line-height: 1.5;
  margin: 0.08rem 0;
}

.Logistics .Logistic .Lor .lorm .lim {
  width: 100%;
  color: #333;
  line-height: 1.5;
  height: 4.5em;
}

.Aships {
  width: 100%;
  padding: 0.7rem 0;
}

.Aships .shipm {
  width: 100%;
  font-size: 0;
  margin-bottom: 0.9rem;
}

.Aships .shipm .shl {
  display: inline-block;
  vertical-align: middle;
  width: calc((800 / 1600) * 100%);
}

.Aships .shipm .shl .img {
  width: 100%;
  padding-top: 80%;
  transition: all ease 0.3s;
}

.Aships .shipm .shr {
  display: inline-block;
  vertical-align: middle;
  width: calc((799 / 1600) * 100%);
  padding-left: 0.7rem;
}

.Aships .shipm .shr .mitop {
  margin-bottom: 0.3rem;
}

.Aships .shipm .shr .ship {
  width: 100%;
  color: #333;
  line-height: 1.8;
}

.Aships .shipm .shr .ship p {
  color: #333;
  line-height: 1.8;
}

.Aships .shirm {
  width: 100%;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  position: relative;
}

.Aships .shirm .sil {
  display: inline-block;
  vertical-align: middle;
  width: calc((1088 / 1600) * 100%);
}

.Aships .shirm .sil .img {
  width: 100%;
  padding-top: 57%;
}

.Aships .shirm .sir {
  width: calc((660 / 1600) * 100%);
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  padding: 0.6rem 0.5rem 0.6rem 0;
}

.Aships .shirm .sir .mitop {
  margin-bottom: 0.3rem;
}

.Aships .shirm .sir .sinp {
  width: 100%;
  color: #333;
  line-height: 1.8;
}

.Aships .shirm .sir .sinp p {
  color: #333;
  line-height: 1.8;
}

@media (max-width: 900px) {
  .Aships .shipm {
    margin-bottom: 0.4rem;
  }
  .Aships .shipm .shl {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  .Aships .shipm .shr {
    width: 100%;
    padding-left: 0;
  }
  .Aships .shirm {
    width: 100%;
  }
  .Aships .shirm .sil {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  .Aships .shirm .sir {
    width: 100%;
    position: relative;
    left: auto;
    bottom: auto;
    padding: 0.3rem 0;
  }
}

.Cleanings {
  width: 100%;
  padding: 0.7rem 0;
  background-color: #ebf3f8;
}

.Cleanings .cleam {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  background-color: #fff;
}

.Cleanings .cleam .cel {
  display: inline-block;
  vertical-align: middle;
  width: calc((1020 / 1600) * 100%);
}

.Cleanings .cleam .cel .img {
  width: 100%;
  padding-top: 62.7%;
  transition: all ease 0.3s;
}

.Cleanings .cleam .cer {
  width: calc((579 / 1600) * 100%);
  display: inline-block;
  vertical-align: middle;
  padding: 0.6rem 0.5rem;
  position: relative;
  overflow: hidden;
}

.Cleanings .cleam .cer:after {
  content: ' ';
  position: absolute;
  z-index: 2;
  left: calc(0.5rem + 0.08rem - 0.5px);
  top: 0.71rem;
  height: calc(100% - 0.7rem);
  width: 0;
  border: solid 1px rgba(0, 139, 209, 0.1);
}

.Cleanings .cleam .cer .cersper {
  width: 100%;
  height: 5rem;
}

.Cleanings .cleam .cer .cersper .cetem {
  width: 100%;
  margin-bottom: 0.4rem;
  position: relative;
  z-index: 4;
}

.Cleanings .cleam .cer .cersper .cetem .cts {
  width: 100%;
  color: #333;
  line-height: 1.5;
  margin-bottom: 0.08rem;
  position: relative;
  padding-left: 0.4rem;
}

.Cleanings .cleam .cer .cersper .cetem .cts:after {
  content: ' ';
  position: absolute;
  z-index: 4;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 0.16rem;
  height: 0.16rem;
  background-image: url("../images/i8.png");
  background-size: 100% 100%;
}

.Cleanings .cleam .cer .cersper .cetem .cinp {
  width: 100%;
  color: #666;
  line-height: 1.6;
  padding-left: 0.4rem;
}

.Cleanings .cleam .cer .cersper .cetem .cinp p {
  color: #666;
  line-height: 1.6;
}

@media (max-width: 900px) {
  .Cleanings .cleam {
    flex-direction: row;
  }
  .Cleanings .cleam .cel {
    width: 100%;
  }
  .Cleanings .cleam .cer {
    width: 100%;
  }
  .Cleanings .cleam .cer .cersper {
    height: auto;
  }
}

.Imports {
  width: 100%;
  padding: 0.7rem 0;
  background-color: #fff;
}

.Imports .imporlis {
  width: 100%;
  font-size: 0;
}

.Imports .imporlis .imprm {
  display: inline-block;
  vertical-align: middle;
  width: calc((400 / 1600) * 100%);
}

.Imports .imporlis .imprm .imx {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background-color: #ebf3f8;
}

.Imports .imporlis .imprm .imgs {
  width: 100%;
  overflow: hidden;
}

.Imports .imporlis .imprm .imgs .img {
  width: 100%;
  padding-top: 75%;
  transition: all ease 0.3s;
}

.Imports .imporlis .imprm .porm {
  width: 100%;
  padding-top: 75%;
  position: relative;
}

.Imports .imporlis .imprm .porm .pom {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  text-align: center;
  padding: 0.3rem;
}

.Imports .imporlis .imprm .porm .pit {
  width: 100%;
  color: #008bd1;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0.1rem;
}

.Imports .imporlis .imprm .porm .vitm {
  width: 100%;
  color: #666;
  line-height: 1.6;
  height: 8em;
  text-align: justify;
  /*-webkit-line-clamp: 5;*/
}
.Imports .imporlis .imprm .porm .vitm .vim{
  width: 100%;
  color: #666;
  line-height: 1.6;
}
.Imports .imporlis .imprm .porm .vitm .vim p{
  width: 100%;
  color: #666;
  line-height: 1.6;
}

.Imports .imporlis .imprm:nth-child(2n) .imx {
  flex-direction: column-reverse;
}

@media (max-width: 900px) {
  .Imports .imporlis .imprm {
    width: 50%;
    width: 100%;
  }
  .Imports .imporlis .imprm .imx {
    flex-direction: row !important;
  }
  .Imports .imporlis .imprm .porm {
    padding-top: 0;
  }
  .Imports .imporlis .imprm .porm .pom {
    position: relative;
  }
}

.Exports {
  width: 100%;
  padding: 0.7rem 0;
  background-color: #ebf3f8;
}

.Exports .export {
  width: 100%;
  font-size: 0;
}

.Exports .export .exprm {
  display: inline-block;
  vertical-align: top;
  width: calc((376 / 1600) * 100%);
  margin-right: calc((31 / 1600) * 100%);
  margin-bottom: 0.2rem;
  position: relative;
}

.Exports .export .exprm a {
  width: 100%;
  display: block;
  overflow: hidden;
}

.Exports .export .exprm .img {
  width: 100%;
  padding-top: 75%;
  transition: all ease 0.3s;
  position: relative;
  z-index: 1;
}

.Exports .export .exprm .tim {
  width: 100%;
  max-width: 96%;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  padding: 0.3rem 0.2rem;
  text-align: center;
  color: #666;
  line-height: 1.6; 
  height: calc(8em + 0.6rem);
  margin: calc(-2.25em - 0.3rem) auto 0;
  z-index: 3;
  -webkit-line-clamp: 5;
  position: relative;
}

.Exports .export .exprm:nth-child(4n) {
  margin-right: 0;
}

.Exports .export .exprm:hover .img {
  transform: scale(1.1);
}

@media (max-width: 900px) {
  .Exports {
    padding-bottom: 0rem;
  }
  .Exports .export .exprm {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.5rem;
  }
}

.Transfers {
  width: 100%;
  padding: 0.7rem 0;
  background-color: #fff;
}

.Transfers .Transfer {
  width: 100%;
  font-size: 0;
}

.Transfers .Transfer .trl {
  display: inline-block;
  vertical-align: middle;
  width: calc((790 / 1600) * 100%);
  font-size: 0;
  background-color: #ebf3f8;
}

.Transfers .Transfer .trl .rml {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.Transfers .Transfer .trl .imgs {
  display: inline-block;
  vertical-align: middle;
  width: calc((395 / 790) * 100%);
}

.Transfers .Transfer .trl .imgs .img {
  width: 100%;
  padding-top: 146.3%;
  transition: all ease 0.3s;
}

.Transfers .Transfer .trl .rom {
  display: inline-block;
  vertical-align: middle;
  width: calc((394 / 790) * 100%);
  flex: 1;
}

.Transfers .Transfer .trl .rom .rog {
  width: 100%;
  height: 100%;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  padding: 0.4rem;
}

.Transfers .Transfer .trl .rom .rog .rit {
  width: 100%;
  color: #008bd1;
  line-height: 1.6;
  font-weight: bold;
  margin-bottom: 0.2rem;
}

.Transfers .Transfer .trl .rom .rog .rinp {
  width: 100%;
  color: #333;
  line-height: 1.6;
}

.Transfers .Transfer .trl .rom .rog .rinp p {
  color: #333;
  line-height: 1.6;
}

.Transfers .Transfer .trr {
  display: inline-block;
  vertical-align: middle;
  width: calc((790 / 1600) * 100%);
  margin-left: calc((19 / 1600) * 100%);
}

.Transfers .Transfer .trr .trrem {
  width: 100%;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  background-color: #ebf3f8;
}

.Transfers .Transfer .trr .trrem .imgs {
  display: inline-block;
  vertical-align: middle;
  width: calc((340 / 790) * 100%);
}

.Transfers .Transfer .trr .trrem .imgs .img {
  width: 100%;
  padding-top: 82.3%;
  transition: all ease 0.3s;
}

.Transfers .Transfer .trr .trrem .rom {
  display: inline-block;
  vertical-align: middle;
  width: calc((449 / 790) * 100%);
  flex: 1;
}

.Transfers .Transfer .trr .trrem .rom .rog {
  width: 100%;
  height: 100%;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  padding: 0.3rem;
}

.Transfers .Transfer .trr .trrem .rom .rog .rit {
  width: 100%;
  color: #008bd1;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 0.1rem;
}

.Transfers .Transfer .trr .trrem .rom .rog .rinp {
  width: 100%;
  color: #333;
  line-height: 1.5;
  height: 1.7rem;
}

.Transfers .Transfer .trr .trrem .rom .rog .rinp p {
  color: #333;
  line-height: 1.5;
}

.Transfers .Transfer .trr .trrem + .trrem {
  margin-top: 0.2rem;
}

@media (max-width: 768px) {
  .Transfers .Transfer .trl .imgs .img {
    padding-top: 50%;
  }
}

.Warehouses {
  width: 100%;
  padding: 0.7rem 0;
  background-color: #ebf3f8;
}

.Warehouses .Warehouse {
  width: 100%;
  font-size: 0;
}

.Warehouses .Warehouse .warem {
  display: inline-block;
  vertical-align: top;
  width: calc((512 / 1600) * 100%);
  margin-right: calc((31 / 1600) * 100%);
}

.Warehouses .Warehouse .warem a {
  width: 100%;
  display: block;
}

.Warehouses .Warehouse .warem .imgs {
  width: 100%;
  overflow: hidden;
}

.Warehouses .Warehouse .warem .imgs .img {
  width: 100%;
  padding-top: 77.3%;
  transition: all ease 0.3s;
}

.Warehouses .Warehouse .warem .wom {
  width: 100%;
  background-color: #fff;
  padding: 0.2rem;
}

.Warehouses .Warehouse .warem .wom .wit {
  width: 100%;
  color: #333;
  line-height: 1.5;
  margin-bottom: 0.08rem;
}

.Warehouses .Warehouse .warem .wom .wix {
  width: 100%;
  color: #666;
  line-height: 1.5;
  height: 7.5em;
  -webkit-line-clamp: 5;
}

.Warehouses .Warehouse .warem:hover .imgs .img {
  transform: scale(1.1);
}

.Warehouses .Warehouse .warem:nth-child(3n) {
  margin-right: 0;
}

.Hardwares {
  width: 100%;
  padding: 0.7rem 0;
  background-color: #fff;
}

.Hardwares .Hardware {
  width: 100%;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}

.Hardwares .Hardware .hal {
  display: inline-block;
  vertical-align: middle;
  width: calc((540 / 1600) * 100%);
}

.Hardwares .Hardware .hal .img {
  width: 100%;
  padding-top: 153.8%;
  transition: all ease 0.3s;
}

.Hardwares .Hardware .har {
  display: inline-block;
  vertical-align: middle;
  width: calc((1059 / 1600) * 100%);
}

.Hardwares .Hardware .har .row {
  width: 100%;
  font-size: 0;
  border: solid 1px #eaeaea;
  display: flex;
  flex-wrap: wrap;
}

.Hardwares .Hardware .har .row + .row {
  border-top: none;
}

.Hardwares .Hardware .har .harm {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  padding: 0.265rem 0.3rem;
  flex: 1;
}

.Hardwares .Hardware .har .harm .hit {
  width: 100%;
  color: #333;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 0.04rem;
}

.Hardwares .Hardware .har .harm .him {
  width: 100%;
  color: #666;
  line-height: 1.5;
}

.Hardwares .Hardware .har .harm + .harm {
  border-left: solid 1px #eaeaea;
}

.Hardwares .Hardware .har .harm.w100 {
  width: 100%;
}

@media (max-width: 900px) {
  .Hardwares .Hardware .hal {
    width: 100%;
  }
  .Hardwares .Hardware .hal .img {
    padding-top: 60%;
  }
  .Hardwares .Hardware .har {
    width: 100%;
  }
}

.messages {
  width: 100%;
  padding: 0.7rem 0;
  background-color: #f4f7f8;
}

.messages .message {
  width: 100%;
  background-color: #fff;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}

.messages .message .mel {
  display: inline-block;
  vertical-align: middle;
  width: calc((560 / 1600) * 100%);
}

.messages .message .mel .img {
  width: 100%;
  padding-top: 135.7%;
  transition: all ease 0.3s;
}

.messages .message .mer {
  display: inline-block;
  vertical-align: middle;
  width: calc((1039 / 1600) * 100%);
  padding: 0.6rem;
}

.messages .message .mer .mitop {
  margin-bottom: 0.3rem;
}

.messages .message .mer .merom {
  width: 100%;
}

.messages .message .mer .merom form {
  width: 100%;
  display: block;
}

.messages .message .mer .merom .row {
  width: 100%;
  font-size: 0;
  margin-bottom: 0.3rem;
}

.messages .message .mer .merom .row .input {
  width: 48%;
  display: inline-block;
  vertical-align: top;
  margin-right: 4%;
}

.messages .message .mer .merom .row .input .int {
  width: 100%;
  color: #333;
  line-height: 1.5;
  margin-bottom: 0.1rem;
  position: relative;
}

.messages .message .mer .merom .row .input .int:before {
  content: '*';
  color: #ea0000;
  position: absolute;
  left: -0.5em;
  top: 50%;
  font-size: 16px;
  transform: translateY(-50%);
  display: none;
}

.messages .message .mer .merom .row .input .int span {
  color: #ea0000;
}

.messages .message .mer .merom .row .input .inp {
  width: 100%;
}

.messages .message .mer .merom .row .input .inp input {
  width: 100%;
  display: block;
  border: none;
  background-color: transparent;
  border-bottom: solid 1px #ccc;
  line-height: 2.5;
  height: 2.5em;
}

.messages .message .mer .merom .row .input:nth-child(2n) {
  margin-right: 0;
}

.messages .message .mer .merom .row .input.w100 {
  width: 100%;
  margin-right: 0;
}

.messages .message .mer .merom .row .input.im .int:before {
  display: block;
}

.messages .message .mer .merom .bot {
  width: 100%;
  font-size: 0;
  text-align: left;
  margin-top: 0.4rem;
}

.messages .message .mer .merom .bot a {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0.8rem;
  line-height: 3;
  color: #fff;
  margin-right: 0.3rem;
  background-color: #666;
}

.messages .message .mer .merom .bot a:hover {
  background-color: #008bd1;
}

@media (max-width: 768px) {
  .messages .message .mel .img {
    padding-top: 60%;
  }
}

.supports {
  width: 100%;
  padding: 0.7rem 0;
  background-color: #fff;
}

.supports .support {
  width: 100%;
}

.supports .support .suprm {
  width: 100%;
  position: relative;
  margin-bottom: 0.5rem;
  overflow: hidden;
}

.supports .support .suprm .img {
  width: 100%;
  padding-top: 31.25%;
  transition: all ease 0.3s;
}

.supports .support .suprm a {
  width: 100%;
  display: block;
}

.supports .support .suprm .mitop {
  position: absolute;
  z-index: 4;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  padding: 0 1rem;
  text-align: left;
}

.supports .support .suprm .mitop .nc {
  margin-bottom: 0.1rem;
}

.supports .support .suprm:nth-child(2n) .mitop {
  text-align: right;
}

.supports .support .suprm:hover .img {
  transform: scale(1.1);
}

.details {
  width: 100%;
  padding: 0.7rem 0;
}

.details .del {
  width: 100%;
}

.details .del .dit {
  width: 100%;
  color: #333;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 0.3rem;
}

.details .del .dims {
  width: 100%;
  font-size: 0;
  margin: 0.15rem 0 0.05rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.details .del .dims .vm {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.5;
  color: #999;
  margin-bottom: 0.1rem;
  margin-right: 0.3rem;
}

.details .del .dims .vm span {
  display: inline-block;
  vertical-align: middle;
  width: 0.22rem;
  height: 0.22rem;
  margin-right: 0.08rem;
  position: relative;
  top: -0.02rem;
}

.details .del .dims .vm span img {
  width: 100%;
  display: block;
}

.details .del .dims .share {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  font-size: 0;
  margin-bottom: 0.1rem;
}

.details .del .dims .share a {
  display: inline-block;
  vertical-align: middle;
  width: 0.24rem;
  height: 0.24rem;
  margin: 0 0.08rem;
  transition: all ease 0.3s;
}

.details .del .dims .share a img {
  width: 100%;
  display: block;
}

.details .del .dims .back {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1.5;
}

.details .del .dims .back span {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin-left: 0.1rem;
  position: relative;
  top: -0.03rem;
}

.details .del .dims .back span img {
  width: 100%;
  display: block;
}

.details .del .dinp {
  width: 100%;
  color: #333;
  line-height: 1.8;
  padding: 0.2rem 0;
  margin: 0.2rem 0;
  overflow: hidden;
  border-top: dashed 1px #8c8c8c;
  border-bottom: dashed 1px #8c8c8c;
}

.details .del .dinp p {
  color: #333;
  line-height: 1.8;
}

.details .del .dind {
  width: 100%;
  font-size: 0;
}

.details .del .dind .dil {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

.details .del .dind .dil .dma {
  width: 100%;
  margin: 0.08rem 0;
}

.details .del .dind .dil .dma a {
  width: 100%;
  display: block;
  color: #333;
  line-height: 1.6;
  transition: all ease 0.3s;
}

.details .del .dind .dil .dma a:hover {
  color: #008bd1;
}

.recruits {
  width: 100%;
  padding: 0.7rem 0;
}

.recruits .career {
  width: 100%;
}

.recruits .career .cform {
  width: 100%;
  font-size: 0;
  padding: 0.3rem 0.4rem;
  background-color: #f4f7f8;
}

.recruits .career .cform .cfl {
  width: calc((749 / 1400) * 100% - 0.2rem);
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  margin-right: 0.2rem;
}

.recruits .career .cform .cfl .select-con {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  width: calc((100% - 0.4rem) / 3);
  font-size: calc(12px - 0.12rem + 0.14rem);
  line-height: 3;
  height: 3em;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
  margin-right: 0.19rem;
}

.recruits .career .cform .cfl .select-con .select-value {
  width: auto;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  line-height: 3;
  height: 3em;
  color: #999;
  padding: 0 0.3rem 0 0.25rem;
  font-size: calc(12px - 0.12rem + 0.14rem);
  text-align: left;
}

.recruits .career .cform .cfl .select-con select {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
}

.recruits .career .cform .cfl .select-con select option {
  color: #333;
  font-size: calc(12px - 0.12rem + 0.14rem);
  line-height: 3;
}

.recruits .career .cform .cfl .select-con:after {
  display: inline-block;
  content: "";
  background-image: url("../images/x.png");
  background-position: center;
  background-size: 100%;
  width: 15px;
  height: 9px;
  position: absolute;
  right: 0.13rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.recruits .career .cform .cfl .select-con:nth-child(3n) {
  margin-right: 0;
}

.recruits .career .cform .cfr {
  width: calc((650 / 1400) * 100%);
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}

.recruits .career .cform .cfr input[type=text] {
  width: calc(100% - 1.71rem);
  padding: 0 0.2rem;
  background: #fff;
  border: none;
  font-size: calc(12px - 0.12rem + 0.14rem);
  line-height: 3;
  height: 3em;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.2rem;
}

.recruits .career .cform .cfr input[type=button] {
  width: 1.5rem;
  display: inline-block;
  vertical-align: middle;
  font-size: calc(12px - 0.12rem + 0.14rem);
  line-height: 3;
  height: 3em;
  background: #008bd1;
  color: #fff;
  border: none;
}

.recruits .career .recruit {
  width: 100%;
}

.recruits .career .recruit .top {
  width: 100%;
  font-size: 0;
  line-height: 1rem;
  background: #fff;
  border-bottom: solid 1px #008bd1;
}

.recruits .career .recruit .top div {
  width: 20%;
  display: inline-block;
  vertical-align: middle;
  color: #008bd1;
  text-align: center;
  width: calc((230 / 1200) * 100%);
}

.recruits .career .recruit .top .name {
  width: calc((320 / 1200) * 100%);
  padding-left: 0.3rem;
  text-align: left;
}

.recruits .career .recruit .top .coop {
  width: calc((190 / 1200) * 100%);
  text-align: right;
  padding-right: 0.3rem;
}

.recruits .career .recruit .relist {
  width: 100%;
}

.recruits .career .recruit .con-item {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #fff;
}

.recruits .career .recruit .con-item .title {
  width: 100%;
  line-height: 3;
  position: relative;
  font-size: 0;
  cursor: pointer;
  padding: 0.1rem 0;
  border-bottom: solid 1px #dedede;
}

.recruits .career .recruit .con-item .title div {
  width: 20%;
  display: inline-block;
  vertical-align: middle;
  color: #666;
  text-align: center;
  line-height: 3;
  width: calc((230 / 1200) * 100%);
}

.recruits .career .recruit .con-item .title .name {
  width: calc((320 / 1200) * 100%);
  padding-left: 0.2rem;
  text-align: left;
}

.recruits .career .recruit .con-item .title .coop {
  width: calc((190 / 1200) * 100%);
  text-align: right;
  padding-right: 0.2rem;
  position: relative;
}

.recruits .career .recruit .con-item .title .coop:after {
  content: '';
  position: absolute;
  right: 0.4rem;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 8px;
  background-image: url("../images/x.png");
  transition: all ease 0.3s;
  text-align: center;
  color: #bbb;
}

.recruits .career .recruit .con-item .contents {
  display: none;
  width: 100%;
  padding: 0.6rem 0.4rem;
  height: auto;
}

.recruits .career .recruit .con-item .contents .column {
  width: 100%;
  height: auto;
  font-size: 0;
}

.recruits .career .recruit .con-item .contents .column .column-item {
  width: 48%;
  display: inline-block;
  vertical-align: top;
  height: auto;
  margin-bottom: 0.15rem;
  margin-right: 4%;
}

.recruits .career .recruit .con-item .contents .column .column-item .column-name {
  width: 100%;
  color: #008bd1;
  line-height: 1.5;
  text-align: left;
  display: block;
  margin-bottom: 0.15rem;
}

.recruits .career .recruit .con-item .contents .column .column-item .column-list {
  width: 100%;
  padding: 0rem 0 0.15rem;
  color: #666;
  line-height: 2;
}

.recruits .career .recruit .con-item .contents .column .column-item .column-list p {
  color: #666;
  line-height: 2;
}

.recruits .career .recruit .con-item .contents .column .column-item:nth-child(2n) {
  margin-right: 0;
}

.recruits .career .recruit .con-item .contents .column .column-item.w100 {
  width: 100%;
  margin-right: 0;
}

.recruits .career .recruit .con-item .contents .column .more {
  width: 100%;
  font-size: 0;
  margin-top: 0.3rem;
  text-align: left;
}

.recruits .career .recruit .con-item .contents .column .more a {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  padding: 0 0.3rem;
  background-color: #008bd1;
  color: #fff;
  line-height: 2.5;
  border-radius: 1.5em;
}

.recruits .career .recruit .con-item .contents .column .more a i {
  display: inline-block;
  vertical-align: middle;
  width: 0.19rem;
  height: 0.19rem;
  margin-left: 0.1rem;
  position: relative;
  top: -0.01rem;
}

.recruits .career .recruit .con-item .contents .column .more a i img {
  width: 100%;
  display: block;
}

.recruits .career .recruit .con-item.show {
  border-bottom: solid 1px #dedede;
}

.recruits .career .recruit .con-item.show .title .name, .recruits .career .recruit .con-item.show .title .icon, .recruits .career .recruit .con-item.show .title .coop {
  color: #333;
}

.recruits .career .recruit .con-item.show .title .coop:after {
  transform: rotate(180deg);
}

.recruits .career .recruit .con-item:nth-child(2n) .title {
  background-color: #f4f7f8;
}

.groups {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}

.groups .gol {
  display: inline-block;
  vertical-align: middle;
  width: calc((960 / 1920) * 100%);
  flex: 1;
}

.groups .gol .gom {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  padding: 0.6rem 0.8rem;
}

.groups .gol .gom .glem {
  width: 100%;
  font-size: 0;
  padding: 0.2rem 0;
}

.groups .gol .gom .glem span {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1.5;
}

.groups .gol .gom .glem .gm {
  font-weight: bold;
  margin-right: 0.2rem;
}

.groups .gor {
  display: inline-block;
  vertical-align: middle;
  width: calc((960 / 1920) * 100%);
  padding: 0.6rem 0.6rem 0.6rem calc((160 / 1920) * 100%);
}

.groups .gor .mitop {
  margin-bottom: 0.3rem;
}

.groups .gor .ginp {
  width: 100%;
  color: #333;
  line-height: 1.8;
}

.groups .gor .ginp p {
  color: #333;
  line-height: 1.8;
}

.historys {
  width: 100%;
  padding: 0.7rem 0;
  background-color: #f4f7f8;
}

.historys .mitop {
  margin-bottom: 0.3rem;
}

.historys .history {
  width: 100%;
  position: relative;
  margin: 0.3rem 0;
}

.historys .history .swiper-container {
  margin: 0 auto;
  width: calc(100% - 1.42rem);
  padding: 0.8rem 0;
}

.historys .history .swiper-slide {
  width: 100%;
  cursor: pointer;
}

.historys .history .swiper-slide .icon {
  display: block;
  margin: 0 auto;
  width: 16px;
  height: 16px;
  position: relative;
}

.historys .history .swiper-slide .icon img {
  width: 100%;
  display: block;
}

.historys .history .swiper-slide .icon .xm {
  display: block;
}

.historys .history .swiper-slide .icon .dm {
  display: none;
}

.historys .history .swiper-slide .six {
  position: absolute;
  top: -0.8rem;
  left: 50%;
  transform: translateX(-50%);
  color: #666;
  line-height: 1.5;
  width: auto;
}

.historys .history .swiper-slide .six:after {
  content: ' ';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 130%;
  height: 0.3rem;
  border-left: dashed 1px #999;
}

.historys .history .swiper-slide:nth-child(2n) .six {
  top: auto;
  bottom: -0.8rem;
}

.historys .history .swiper-slide:nth-child(2n) .six:after {
  top: auto;
  bottom: 130%;
}

.historys .history .swiper-slide.on .icon .xm {
  display: none;
}

.historys .history .swiper-slide.on .icon .dm {
  display: block;
}

.historys .history .swiper-slide.on .six {
  color: #008bd1;
  font-weight: bold;
}

.historys .history .stn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 0.48rem;
  height: 0.48rem;
  cursor: pointer;
  display: block;
}

.historys .history .stn img {
  width: 100%;
  display: block;
}

.historys .history .stn img:first-child {
  display: block;
}

.historys .history .stn img:last-child {
  display: none;
}

.historys .history .stn:hover img:first-child {
  display: none;
}

.historys .history .stn:hover img:last-child {
  display: block;
}

.historys .history .bl {
  left: 0.1rem;
}

.historys .history .br {
  right: 0.1rem;
}

.historys .histper {
  width: 100%;
  margin: 0.5rem 0;
  position: relative;
}

.historys .histper .swiper-slide {
  width: 100%;
  background-color: #fff;
  padding: 0.5rem;
  font-size: 0;
}

.historys .histper .swiper-slide .imgs {
  width: calc((560 / 1500) * 100%);
  display: inline-block;
  vertical-align: middle;
}

.historys .histper .swiper-slide .imgs .img {
  width: 100%;
  padding-top: 61.2%;
  transition: all ease 0.3s;
}

.historys .histper .swiper-slide .homs {
  width: calc((939 / 1500) * 100%);
  display: inline-block;
  vertical-align: middle;
  padding-left: 0.7rem;
}

.historys .histper .swiper-slide .homs .year {
  width: 100%;
  color: #008bd1;
  line-height: 1.5;
  font-weight: bold;
}

.historys .histper .swiper-slide .homs .line {
  width: 100%;
  margin: 0.3rem 0;
  border-bottom: solid 1px #e5e5e5;
}

.historys .histper .swiper-slide .homs .hinp {
  width: 100%;
  color: #666;
  line-height: 1.5;
}

.historys .histper .swiper-slide .homs .hinp p {
  width: 100%;
  color: #666;
  line-height: 1.5;
}

.historys .histper .stn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 0.52rem;
  height: 0.52rem;
  cursor: pointer;
  display: block;
}

.historys .histper .stn img {
  width: 100%;
  display: block;
}

.historys .histper .stn img:first-child {
  display: block;
}

.historys .histper .stn img:last-child {
  display: none;
}

.historys .histper .stn:hover img:first-child {
  display: none;
}

.historys .histper .stn:hover img:last-child {
  display: block;
}

.historys .histper .bl {
  left: -0.6rem;
}

.historys .histper .br {
  right: -0.6rem;
}

@media (max-width: 1640px) {
  .historys .histper .bl {
    left: 0rem;
  }
  .historys .histper .br {
    right: 0rem;
  }
}

.Corporates {
  width: 100%;
  padding: 0.7rem 0;
  background-color: #fff;
}

.Corporates .Corporate {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.Corporates .Corporate .corem {
  width: 100%;
  width: 33.3%;
  padding: 1.8rem 0.5rem;
}

.Corporates .Corporate .corem .icon {
  display: block;
  width: 1rem;
  height: 1.01rem;
  margin: 0 auto 0.15rem;
}

.Corporates .Corporate .corem .icon img {
  width: 100%;
  display: block;
  transition: all ease 0.3s;
}

.Corporates .Corporate .corem .cms {
  width: 100%;
  text-align: center;
  line-height: 2;
  color: #fff;
  font-weight: bold;
  margin: 0.15rem 0;
  transition: all ease 0.3s;
}

.Corporates .Corporate .corem .cimp {
  width: 100%;
  color: #fff;
  line-height: 1.6;
  height: 4.8em;
  text-align: center;
}

.Corporates .Corporate .corem:hover .icon img {
  transform: scale(1.1);
}

.Corporates .Corporate .corem:hover .cms {
  transform: scale(1.1);
}

.Honors {
  width: 100%;
  padding: 0.7rem 0;
  background-color: #f4f7f8;
}

.Honors .honsiper {
  width: 100%;
  position: relative;
}

.Honors .honsiper .swiper-container {
  padding: 0.2rem 0 1.4rem;
}

.Honors .honsiper .swiper-slide {
  width: 100%;
  transition: all ease 0.3s;
  transform: scale(0.8);
}

.Honors .honsiper .swiper-slide .imgs {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.Honors .honsiper .swiper-slide .imgs .img {
  width: 100%;
  padding-top: 67.7%;
}

.Honors .honsiper .swiper-slide .imgs .img img {
  position: absolute;
  left: 0;
  z-index: 3;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}

.Honors .honsiper .swiper-slide .vic {
  width: 100%;
  margin-top: 0.14rem;
  text-align: center;
  color: #333;
  line-height: 2;
  padding: 0 0.1rem;
}

.Honors .honsiper .swiper-slide-active {
  transform: scale(1);
}

.Honors .honsiper .stn {
  position: absolute;
  z-index: 5;
  top: 40%;
  transform: translateY(-50%);
  cursor: pointer;
  width: 0.48rem;
  height: 0.48rem;
}

.Honors .honsiper .stn img {
  width: 100%;
  display: block;
}

.Honors .honsiper .stn img:first-child {
  display: block;
}

.Honors .honsiper .stn img:last-child {
  display: none;
}

.Honors .honsiper .stn:hover img:first-child {
  display: none;
}

.Honors .honsiper .stn:hover img:last-child {
  display: block;
}

.Honors .honsiper .bl {
  left: 0rem;
}

.Honors .honsiper .br {
  right: 0rem;
}

.rightnav {
  position: fixed;
  z-index: 10;
  top: 60%;
  transform: translateY(-50%);
  right: 0;
}

.rightnav .retm {
  display: block;
  width: auto;
  padding: 0.1rem 0.05rem;
  position: relative;
  background-color: #008bd1;
  transition: all ease 0.3s;
  margin-bottom: 1px;
  text-align: center;
}

.rightnav .retm a {
  width: 100%;
  display: block;
}

.rightnav .retm .icon {
  width: 0.36rem;
  height: 0.36rem;
  margin: 0 auto 0.05rem;
}

.rightnav .retm .icon img {
  width: 100%;
  display: block;
}

.rightnav .retm .rx {
  width: 100%;
  color: #fff;
  line-height: 1.5;
}

.rightnav .retm .codm {
  position: absolute;
  z-index: -1;
  right: -200%;
  top: 50%;
  transform: translateY(-50%);
  transition: all ease 0.3s;
  padding: 0.1rem;
  width: 1.2rem;
  height: 1.2rem;
}

.rightnav .retm .codm img {
  width: 100%;
  display: block;
}

.rightnav .retm:hover {
  background-color: #007ab7;
}

.rightnav .retm:hover .codm {
  right: 105%;
}

@media (max-width: 768px) {
  body {
    padding-bottom: 1.1rem;
  }
  .rightnav {
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    transform: translateY(0);
    display: flex;
    align-items: center;
    height: 1.1rem;
  }
  .rightnav .retm {
    flex: 1;
    display: inline-block;
    vertical-align: middle;
    width: 25%;
    margin-bottom: 0;
    height: 1.1rem;
  }
  .rightnav .retm .codm {
    display: none;
  }
}
