.w1280 {
  width: 12.8rem;
  margin: 0 auto;
  position: relative;
  font-size: 0;
}

@media (max-width: 1300px) {
  .w1280 {
    width: 94%;
  }
}

.w1440 {
  width: 14.4rem;
  margin: 0 auto;
  position: relative;
  font-size: 0;
}

@media (max-width: 1460px) {
  .w1440 {
    width: 94%;
  }
}

body {
  width: 100%;
  overflow-x: hidden;
}

header {
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  z-index: 5;
  background-color: #fff;
}

header .htop {
  width: 100%;
  background-color: #f5f5f5;
}

header .htop .hop {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 36px;
  padding: 0.1rem 0;
}

header .htop .hop .hl {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  width: auto;
}

header .htop .hop .hl .place {
  display: inline-block;
  vertical-align: middle;
  color: #888;
  line-height: 1.8;
  margin-right: 0.2rem;
}

header .htop .hop .hl .place .mt {
  display: inline-block;
  vertical-align: middle;
  width: 0.18rem;
  height: 0.18rem;
  margin-right: 0.1rem;
  position: relative;
  top: -0.02rem;
}

header .htop .hop .hl .place .mt img {
  width: 100%;
  display: block;
}

header .htop .hop .hl .place:hover {
  color: #10aaa2;
}

header .htop .hop .hl .place:hover .mc img:first-child {
  display: none;
}

header .htop .hop .hl .place:hover .mc img:last-child {
  display: block;
}

header .htop .hop .hl .weichat {
  display: inline-block;
  vertical-align: middle;
  color: #888;
  line-height: 1.8;
  width: auto;
  position: relative;
  cursor: pointer;
}

header .htop .hop .hl .weichat .mc {
  display: inline-block;
  vertical-align: middle;
  width: 0.18rem;
  height: 0.18rem;
  margin-right: 0.1rem;
}

header .htop .hop .hl .weichat .mc img {
  width: 100%;
  display: block;
}

header .htop .hop .hl .weichat .mc img:first-child {
  display: block;
}

header .htop .hop .hl .weichat .mc img:last-child {
  display: none;
}

header .htop .hop .hl .weichat .codm {
  position: absolute;
  z-index: 4;
  top: calc(100% + 0.1rem);
  left: 50%;
  transform: translateX(-50%);
  width: 1.2rem;
  height: 1.2rem;
  padding: 0.1rem;
  display: none;
  background-color: #fff;
}

header .htop .hop .hl .weichat .codm img {
  width: 100%;
  display: block;
}

header .htop .hop .hl .weichat:hover {
  color: #10aaa2;
}

header .htop .hop .hl .weichat:hover .mc img:first-child {
  display: none;
}

header .htop .hop .hl .weichat:hover .mc img:last-child {
  display: block;
}

header .htop .hop .hl .weichat:hover .codm {
  display: block;
}

header .htop .hop .hr {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}

header .htop .hop .hr a {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  color: #888;
  line-height: 1.8;
  position: relative;
}

header .htop .hop .hr a .mc {
  display: inline-block;
  vertical-align: middle;
  width: 0.18rem;
  height: 0.18rem;
  margin-right: 0.12rem;
}

header .htop .hop .hr a .mc img {
  width: 100%;
  display: block;
}

header .htop .hop .hr a .mc img:first-child {
  display: block;
}

header .htop .hop .hr a .mc img:last-child {
  display: none;
}

header .htop .hop .hr a:after {
  content: ' ';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 0.25rem;
  right: -0.15rem;
  background-color: #ddd;
}

header .htop .hop .hr a + a {
  margin-left: 0.3rem;
}

header .htop .hop .hr a.num {
  color: #10aaa2;
  font-weight: bold;
}

header .htop .hop .hr a.num .mc {
  width: 0.24rem;
  height: 0.24rem;
  background-color: #10aaa2;
  border-radius: 50%;
}

header .htop .hop .hr a:last-child:after {
  display: none;
}

header .htop .hop .hr a:hover {
  color: #10aaa2;
}

header .htop .hop .hr a:hover .mc img:first-child {
  display: none;
}

header .htop .hop .hr a:hover .mc img:last-child {
  display: block;
}

header .hmid {
  width: 100%;
  font-size: 0;
  padding: 0.18rem 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

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

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

header .hmid .ran {
  display: inline-block;
  vertical-align: middle;
  padding-left: 0.2rem;
  font-size: 0;
  text-align: right;
  width: auto;
}

header .hmid .ran .searchs {
  display: inline-block;
  vertical-align: middle;
  width: 5.4rem;
  background-color: #ffffff;
  border-radius: 4px;
  border: solid 2px #10bbb8;
  overflow: hidden;
  position: relative;
}

header .hmid .ran .searchs .int {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 2.75em;
  line-height: 2.75em;
  border: none;
  background-color: #fff;
  padding: 0 1.4rem 0 0.2rem;
}

header .hmid .ran .searchs .sup {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.2rem;
  text-align: center;
  color: #fff;
  height: 2.75em;
  line-height: 2.75em;
  border: none;
  background-image: linear-gradient(90deg, #4cc8c1 0%, #0c76c4 100%), linear-gradient(#1a87c9, #1a87c9);
  background-blend-mode: normal, 
 normal;
}

header .hmid .ran .phone {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin-left: 0.8rem;
  font-size: 0;
}

header .hmid .ran .phone .ic {
  display: inline-block;
  vertical-align: middle;
  width: 0.52rem;
  height: 0.52rem;
  margin-right: 0.2rem;
  border-radius: 50%;
  background-color: #10aaa2;
}

header .hmid .ran .phone .ic img {
  width: 100%;
  display: block;
}

header .hmid .ran .phone .rms {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}

header .hmid .ran .phone .rms .rt {
  width: 100%;
  color: #888;
  line-height: 1.8;
}

header .hmid .ran .phone .rms .rv {
  width: 100%;
  color: #10aaa2;
  font-weight: bold;
  line-height: 1.6;
}

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

header .hmid .ran .menu img {
  width: 100%;
  display: inline-block;
}

header .hmid .ran .ss {
  display: inline-block;
  vertical-align: middle;
  width: 0.3rem;
  height: 0.3rem;
  cursor: pointer;
  margin-left: 0.2rem;
}

header .hmid .ran .ss img {
  width: 100%;
  display: inline-block;
}

header .hmid nav {
  flex: 1;
  font-size: 0;
  text-align: center;
}

header .hmid nav .natem {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: auto;
}

header .hmid nav .natem .nas {
  width: auto;
  display: inline-block;
  text-align: center;
  width: 100%;
}

header .hmid nav .natem .nas a {
  width: 100%;
  display: inline-block;
  line-height: 2.5;
  color: #333;
  font-weight: bold;
  padding: 0 0.3rem;
  position: relative;
}

header .hmid nav .natem .nas a:after {
  content: ' ';
  position: absolute;
  top: 0.1rem;
  right: 0.11rem;
  background-image: url("../images/i6.png");
  width: 0.22rem;
  height: 0.11rem;
  opacity: 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

header .hmid nav .natem .nas a.hot:after {
  opacity: 1;
}

header .hmid nav .natem .navul {
  width: 2rem;
  width: 1.6rem;
  position: absolute;
  z-index: 101;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  background: #fff;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.09);
  display: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

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

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

header .hmid nav .natem .navul .nvm .ns:hover {
  color: #10aaa2;
}

header .hmid nav .natem.on .nas a {
  color: #fff;
  background-color: #10aaa2;
}

header .hmid nav .natem:hover .nas a {
  color: #fff;
  background-color: #10aaa2;
}

header .hmid .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;
}

header .hbot {
  width: 100%;
}

header .hbot nav {
  width: 100%;
  font-size: 0;
}

header .hbot nav .natem {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 12.5%;
}

header .hbot nav .natem .nas {
  width: auto;
  display: inline-block;
  text-align: center;
  width: 100%;
}

header .hbot nav .natem .nas a {
  width: 100%;
  display: inline-block;
  line-height: 2.5;
  color: #333;
  font-weight: bold;
  padding: 0 0.3rem;
  position: relative;
}

header .hbot nav .natem .nas a:after {
  content: ' ';
  position: absolute;
  top: 0.1rem;
  right: 0.11rem;
  background-image: url("../images/i6.png");
  width: 0.22rem;
  height: 0.11rem;
  opacity: 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

header .hbot nav .natem .nas a.hot:after {
  opacity: 1;
}

header .hbot nav .natem .navul {
  width: 2rem;
  width: 1.6rem;
  position: absolute;
  z-index: 101;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  background: #fff;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.09);
  display: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

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

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

header .hbot nav .natem .navul .nvm .ns:hover {
  color: #10aaa2;
}

header .hbot nav .natem.on .nas a {
  color: #fff;
  background-color: #10aaa2;
}

header .hbot nav .natem:hover .nas a {
  color: #fff;
  background-color: #10aaa2;
}

header .hbot .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;
}

header .sear {
  width: 100%;
  width: 5rem;
  font-size: 0;
  padding: 0.1rem 0.2rem;
  border-top: solid 1px #f6f6f6;
  display: none;
  position: absolute;
  right: 0%;
  z-index: 1111;
  background: #fff;
}

header .sear form {
  width: 100%;
  font-size: 0;
  margin: 0 auto;
  max-width: 10rem;
  display: block;
  background-color: #ffffff;
  border-radius: 4px;
  border: solid 2px #10bbb8;
  overflow: hidden;
}

header .sear .input {
  width: calc(100% - 1.5rem);
  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;
  font-size: calc(12px - 0.12rem + 0.16rem);
  line-height: 2.5;
  height: 2.5em;
  padding: 0 0.2rem;
  border: none;
}

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

header .sear .submxt input {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  background-image: linear-gradient(90deg, #4cc8c1 0%, #0c76c4 100%), linear-gradient(#1a87c9, #1a87c9);
  background-blend-mode: normal, 
 normal;
  color: #fff;
  font-size: calc(12px - 0.12rem + 0.16rem);
  line-height: 2.6;
  padding: 0 0.2rem;
  border: none;
  text-align: center;
  cursor: pointer;
}

header .homg {
  width: 100%;
  background-color: #fff;
}

header .homg.fixed {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 5;
  background-color: #fff;
}

@media (max-width: 768px) {
  header .htop {
    text-align: center;
  }
  header .htop .hop {
    height: auto;
  }
  header .htop .hop .hl {
    width: 100%;
  }
  header .htop .hop .hr {
    width: 100%;
  }
  header .hmid {
    width: 100%;
  }
  header .hmid .ran {
    width: calc(100% - 2.24rem);
  }
  header .hmid .ran .searchs {
    width: calc(100% - 0.84rem);
  }
  header .hmid .ran .phone {
    display: none;
  }
  header .hmid .ran .menu {
    display: inline-block;
  }
  header .hmid 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;
    padding-left: 0.1rem;
  }
  header .hmid nav .natem {
    width: 100%;
    position: relative;
    margin: 0;
    text-align: left;
    padding: 0 0.2rem;
  }
  header .hmid nav .natem .nas {
    width: 100%;
    display: block;
    padding-bottom: 0;
    text-align: left;
  }
  header .hmid nav .natem .nas a {
    color: #333;
    line-height: 3;
  }
  header .hmid nav .natem .navul {
    width: 100%;
    padding: 0.1rem 0;
    position: relative;
  }
  header .hmid nav .natem .navul .nvm .ns {
    text-align: left;
  }
  header .hmid nav .natem:hover .nas a {
    color: #10aaa2;
    background-color: #fff;
  }
  header .hmid nav .natem:hover .nas a:after {
    display: none;
  }
  header .hmid 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;
    border: none;
  }
  header .hmid nav .natem.has-nav.show:after {
    content: "-";
  }
  header.menu-state .hmid nav {
    transform: translate(0, 0);
  }
  header.menu-state .hmid .black {
    display: block;
  }
}

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

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

@media (max-width: 1300px) {
  .banner .swiper-slide {
    width: 100%;
    background-size: cover;
    background-position: center;
  }
}


.banner .swiper-slide .box {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

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

.banner .swiper-slide .box .bm .pms {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  font-size: 0;
  padding: 0.1rem 0.3rem;
}

.banner .swiper-slide .box .bm .pms .pm {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  color: #fff;
  line-height: 2;
}

.banner .swiper-slide .box .bm .pms .pm + .pm {
  margin-left: 0.2rem;
}

.banner .swiper-slide .box .em {
  width: 100%;
  margin: 0.4rem 0 0.5rem;
  font-size: 0;
}

.banner .swiper-slide .box .em span {
  width: 7.85rem;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
}

.banner .swiper-slide .box .em span img {
  width: 100%;
  display: block;
}
.banner .swiper-slide .box .em.right1 {
  text-align: right;
}

.banner .swiper-slide .box .em.left1 {
  text-align: left;
}

.banner .swiper-slide .box .botlist {
  width: 100%;
  text-align: center;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  max-width: 80%;
  margin: 0 auto;
}

.banner .swiper-slide .box .botlist .botm {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0 6%;
}

.banner .swiper-slide .box .botlist .botm .icon {
  width: 0.74rem;
  height: 0.74rem;
  display: block;
  margin: 0 auto 0.2rem;
}

.banner .swiper-slide .box .botlist .botm .icon img {
  width: 100%;
  display: block;
}

.banner .swiper-slide .box .botlist .botm .icon img:first-child {
  display: block;
}

.banner .swiper-slide .box .botlist .botm .icon img:last-child {
  display: none;
}

.banner .swiper-slide .box .botlist .botm .cx {
  width: 100%;
  text-align: center;
  color: #fff;
  line-height: 1.5;
}

.banner .swiper-slide .box .botlist .botm:hover .icon img:first-child {
  display: none;
}

.banner .swiper-slide .box .botlist .botm:hover .icon img:last-child {
  display: block;
}

.banner .swiper-slide .box .botlist .botm:hover .cx {
  color: #fc7300;
}

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

.banner .swiper-pagination-bullet {
  background-color: #fff;
  width: 0.1rem;
  height: 0.1rem;
  opacity: 1;
  border-radius: 0.05rem;
  transition: all ease 0.3s;
}

.banner .swiper-pagination-bullet-active {
  background-color: #10aaa2;
  background-color: #ff9228;
  width: 0.3rem;
}

.banner .btn {
  position: absolute;
  z-index: 4;
  top: 50%;
  transform: translateY(-50%);
  width: 0.44rem;
  height: 0.44rem;
}

.banner .btn img {
  width: 100%;
  display: block;
}

.banner .btn img:first-child {
  display: block;
}

.banner .btn img:last-child {
  display: none;
}

.banner .btn:hover img:first-child {
  display: none;
}

.banner .btn:hover img:last-child {
  display: block;
}

.banner .bl {
  left: calc((280 / 1920) * 100%);
}

.banner .br {
  right: calc((280 / 1920) * 100%);
}

@media (max-width: 1300px) {
  .banner .bl {
    left: 3%;
  }
  .banner .br {
    right: 3%;
  }
}

@media (max-width: 768px) {
  .banner .swiper-slide {
    padding-top: 70%;
  }
  .banner .swiper-slide .box .botlist {
    max-width: 100%;
    justify-content: space-around;
  }
  .banner .swiper-slide .box .botlist .botm {
    margin: 0 auto 0.3rem;
  }
}

footer {
  width: 100%;
}

footer .ftop {
  width: 100%;
  padding-top: 0.6rem;
}

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

footer .ftop .fop .fls {
  display: inline-block;
  vertical-align: top;
  width: calc((950 / 1280) * 100%);
  margin-right: calc((9 / 1280) * 100%);
}

footer .ftop .fop .fls .flist {
  width: calc((189 / 950) * 100%);
  display: inline-block;
  vertical-align: top;
}

footer .ftop .fop .fls .flist .fit {
  width: 100%;
  color: #ddd;
  line-height: 1.5;
  margin-bottom: 0.1rem;
}

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

footer .ftop .fop .fls .flist .ful a {
  width: 100%;
  display: block;
  color: #999;
  line-height: 2;
  padding-right: 0.1rem;
  transition: all ease 0.3s;
}

footer .ftop .fop .fls .flist .ful a:hover {
  color: #fff;
}

footer .ftop .fop .frs {
  display: inline-block;
  vertical-align: top;
  width: calc((320 / 1280) * 100%);
}

footer .ftop .fop .frs .fis {
  width: 100%;
  color: #10aaa2;
  font-weight: bold;
  line-height: 1.5;
}

footer .ftop .fop .frs .fis span {
  display: inline-block;
  vertical-align: middle;
  color: #10aaa2;
  width: 0.26rem;
  height: 0.26rem;
  position: relative;
  top: -0.02rem;
  margin-right: 0.1rem;
}

footer .ftop .fop .frs .fis span img {
  width: 100%;
  display: block;
}

footer .ftop .fop .frs .fy {
  width: 100%;
  color: #999;
  line-height: 1.5;
  margin: 0.05rem 0;
}

footer .ftop .fop .frs .line {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  margin: 0.2rem 0;
}

footer .ftop .fop .frs .vt {
  width: 100%;
  color: #ddd;
  line-height: 1.5;
}

footer .ftop .fop .frs .vn {
  width: 100%;
  color: #999;
  line-height: 1.5;
  margin: 0.05rem 0;
}

footer .ftop .fop .frs .mort {
  width: 100%;
  font-size: 0;
  margin-top: 0.2rem;
}

footer .ftop .fop .frs .mort a {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  color: #fff;
  line-height: 2.5;
  padding: 0 0.25rem;
  background-color: #10aaa2;
  border-radius: 5px;
}

footer .ftop .fop .frs .mort a span {
  display: inline-block;
  vertical-align: middle;
  width: 0.2rem;
  height: 0.2rem;
  position: relative;
  top: -0.02rem;
  margin-right: 0.1rem;
}

footer .ftop .fop .frs .mort a span img {
  width: 100%;
  display: inline-block;
}

footer .ftop .fmid {
  width: 100%;
  padding: 0.6rem 0;
  font-size: 0;
  text-align: center;
}

footer .ftop .fmid .ftim {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  font-size: 0;
  white-space: nowrap;
  padding: 0 0.4rem;
}

footer .ftop .fmid .ftim .ict {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  text-align: center;
  margin-right: 0.2rem;
  width: 0.7rem;
}

footer .ftop .fmid .ftim .ict .ic {
  display: block;
  margin: 0 auto 0.05rem;
  width: 0.54rem;
  height: 0.54rem;
}

footer .ftop .fmid .ftim .ict .ic img {
  width: 100%;
  display: block;
}

footer .ftop .fmid .ftim .ict .xc {
  width: 100%;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.5;
}

footer .ftop .fmid .ftim .vmn {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  text-align: left;
}

footer .ftop .fmid .ftim .vmn .mo {
  width: 100%;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.5;
  font-weight: bold;
  white-space: normal;
}

footer .ftop .fmid .ftim .vmn .mp {
  width: 100%;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.5;
  white-space: normal;
}

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

footer .fbot .fot {
  width: 100%;
  font-size: 0;
}

footer .fbot .fot span {
  display: inline-block;
  vertical-align: middle;
  color: #999;
  line-height: 1.5;
  margin-right: 0.1rem;
  margin-bottom: 0.1rem;
}

footer .fbot .fot a {
  display: inline-block;
  vertical-align: middle;
  color: #999;
  line-height: 1.5;
  margin-right: 0.15rem;
  margin-bottom: 0.1rem;
  transition: all ease 0.3s;
}

footer .fbot .fot a:hover {
  color: #fff;
}

footer .fbot .fob {
  width: 100%;
  margin-top: 0.1rem;
}

footer .fbot .fob .fm {
  width: 100%;
  color: #999;
  line-height: 1.6;
}

@media (max-width: 768px) {
  footer .ftop .fop .fls .flist .ful {
    width: 100%;
    font-size: 0;
  }
  footer .ftop .fop .fls .flist .ful a {
    display: inline-block;
    vertical-align: top;
    width: auto;
    margin-right: 0.2rem;
    margin-bottom: 0.1rem;
  }
  footer .ftop .fmid .ftim {
    padding: 0;
  }
  footer .ftop .fmid .ftim .ict {
    width: 20%;
  }
  footer .ftop .fmid .ftim .vmn {
    width: calc(100% - 20% - 0.2rem);
  }
}

.modular {
  width: 100%;
}

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

.modular .mitop .mit {
  width: 100%;
  font-size: 0;
  margin-bottom: 0.1rem;
}

.modular .mitop .mit .mv {
  width: 100%;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0.1rem;
}

.modular .mitop .mit .mt {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  position: relative;
  color: #333;
  line-height: 1.5;
  font-weight: bold;
  max-width: 70%;
}

.modular .mitop .mit .mt span {
  color: #fc7300;
}

.modular .mitop .mit .mt:after {
  content: ' ';
  position: absolute;
  left: 110%;
  top: 50%;
  transform: translateY(-50%);
  width: 0.3rem;
  height: 1px;
  background-color: #888;
}

.modular .mitop .mit .mt:before {
  content: ' ';
  position: absolute;
  right: 110%;
  top: 50%;
  transform: translateY(-50%);
  width: 0.3rem;
  height: 1px;
  background-color: #888;
}

.modular .mitop .mix {
  width: 100%;
  color: #666;
  line-height: 1.5;
}

.modular .mitop .minav {
  width: 100%;
  text-align: center;
  font-size: 0;
  margin-top: 0.3rem;
}

.modular .mitop .minav .mat {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0.4rem;
  line-height: 2.5;
  border-radius: 1.25em;
  background-color: #fff;
  color: #555;
  cursor: pointer;
  margin: 0 0.15rem;
  transition: all ease 0.3s;
}

.modular .mitop .minav .mat.on, .modular .mitop .minav .mat:hover {
  background-color: #fc7300;
  color: #fff;
}

.modular .bovem {
  width: 100%;
  font-size: 0;
  text-align: center;
  margin-top: 0.4rem;
}

.modular .bovem .bov {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  border-radius: 4px;
  border: solid 1px #3fb6b0;
  padding-left: 0.3rem;
}

.modular .bovem .bov .phone {
  display: inline-block;
  vertical-align: middle;
  width: 0.26rem;
  height: 0.26rem;
  margin: 0 0.1rem;
}

.modular .bovem .bov .phone img {
  width: 100%;
  display: block;
}

.modular .bovem .bov .phone img:first-child {
  display: block;
}

.modular .bovem .bov .phone img:last-child {
  display: none;
}

.modular .bovem .bov .vx {
  display: inline-block;
  vertical-align: middle;
  color: #888;
  line-height: 1.5;
  margin: 0 0.1rem;
}

.modular .bovem .bov .vn {
  display: inline-block;
  vertical-align: middle;
  color: #10aaa2;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0.1rem;
  padding: 0 0.3rem;
}

.modular .bovem .bov a {
  display: inline-block;
  vertical-align: middle;
  background-image: linear-gradient(90deg, #4cc8c1 0%, #0c76c4 100%), linear-gradient(#3fb6b0, #3fb6b0);
  background-blend-mode: normal, 
 normal;
  color: #fff;
  line-height: 3;
  padding: 0 0.2rem;
}

.modular .mots {
  width: 100%;
  font-size: 0;
  text-align: center;
  margin-top: 0.3rem;
}

.modular .mots a {
  display: inline-block;
  vertical-align: middle;
  border-radius: 4px;
  background-image: linear-gradient(90deg, #4cc8c1 0%, #0c76c4 100%), linear-gradient(#2cb9bf, #2cb9bf);
  background-blend-mode: normal, 
 normal;
  padding: 0 0.4rem;
  color: #fff;
  line-height: 2.8;
}

.modular .mots a span {
  display: inline-block;
  vertical-align: middle;
  width: 0.21rem;
  height: 0.21rem;
  margin-right: 0.1rem;
  position: relative;
  top: -0.02rem;
}

.modular .mots a span img {
  width: 100%;
  display: block;
}

.modular .baot {
  width: 100%;
  font-size: 0;
  text-align: center;
  margin-top: 0.4rem;
}

.modular .baot a {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  width: auto;
  padding: 0 0.4rem;
  line-height: 2.5;
  background-image: linear-gradient(90deg, #4cc8c1 0%, #0c76c4 100%), linear-gradient(#2cb9bf, #2cb9bf);
  background-blend-mode: normal, 
 normal;
  border-radius: 4px;
}

.modular .baot a:hover {
  background-color: #fc7300;
  background-image: none;
}

.modular.white .mitop .mit .mv {
  color: #fff;
}

.modular.white .mitop .mit .mt {
  color: #fff;
}

.modular.white .mitop .mit .mt:after {
  background-color: #fff;
}

.modular.white .mitop .mit .mt:before {
  background-color: #fff;
}

.modular.white .mitop .mix {
  color: #fff;
}

.modular.white .mitop .minav {
  width: 100%;
}

.modular.white .mitop .minav .mat {
  color: #fff;
  border: solid 1px #ffffff;
  background-color: transparent;
  transition: all ease 0.3s;
}

.modular.white .mitop .minav .mat.on, .modular.white .mitop .minav .mat:hover {
  background-color: #fff;
  color: #289aaf;
}

.modular.white .bovem .bov {
  border: solid 1px rgba(255, 255, 255, 0.2);
}

.modular.white .bovem .bov .phone img:first-child {
  display: none;
}

.modular.white .bovem .bov .phone img:last-child {
  display: block;
}

.modular.white .bovem .bov .vx, .modular.white .bovem .bov .vn {
  color: #fff;
}

.modular.white .bovem .bov a {
  background-image: none;
  background-color: rgba(255, 255, 255, 0.2) !important;
}

@media (max-width: 768px) {
  .modular .bovem .bov {
    border: none !important;
  }
  .modular .bovem .bov a {
    margin-top: 0.3rem;
    display: block;
    margin: 0.3rem auto 0;
    width: auto;
  }
}

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

.getcases .getcase {
  width: 100%;
}

.getcases .getcase .gox {
  width: calc((500 / 1280) * 100%);
  display: block;
  margin: 0 auto;
  position: relative;
}

.getcases .getcase .gox .gbm {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.getcases .getcase .gox .pmg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  animation: circle 16s linear infinite;
}

@keyframes circle {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

.getcases .getcase .gox .gon {
  width: calc((420 / 500) * 100%);
  position: absolute;
  z-index: 4;
  left: 50%;
  top: 50%;
  padding-top: 84%;
  transform: translate(-50%, -50%);
}

.getcases .getcase .gox .gon .gtn {
  width: 100%;
  height: 100%;
  display: flex;
  text-align: center;
  flex-wrap: wrap;
  align-content: center;
  position: absolute;
  padding: 0.4rem;
  top: 0;
  left: 0;
  right: 0;
}

.getcases .getcase .gox .gon .gtn .vit {
  width: 100%;
  text-align: center;
  color: #fff;
  line-height: 1.5;
  margin-top: 0.2rem;
  margin-bottom: 0.15rem;
}

.getcases .getcase .gox .gon .gtn .hit {
  width: 100%;
  font-size: 0;
  text-align: center;
}

.getcases .getcase .gox .gon .gtn .hit span {
  display: inline-block;
  vertical-align: middle;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  line-height: 2.5;
  color: #fff;
  padding: 0 0.2rem;
}

.getcases .getcase .gox .gon .gtn .form {
  width: 100%;
  margin: 0.2rem 0 0.24rem;
}

.getcases .getcase .gox .gon .gtn .form form {
  width: 100%;
}

.getcases .getcase .gox .gon .gtn .row {
  width: 100%;
  font-size: 0;
}

.getcases .getcase .gox .gon .gtn .inpt {
  display: inline-block;
  vertical-align: middle;
  width: 48%;
  margin-right: 4%;
  margin-bottom: 0.15rem;
}

.getcases .getcase .gox .gon .gtn .inpt input {
  width: 100%;
  display: block;
  border: none;
  background-color: #fff;
  border-radius: 4px;
  padding: 0 0.2rem;
  line-height: 3;
  height: 3em;
  color: #888;
}

.getcases .getcase .gox .gon .gtn .inpt:nth-child(2n) {
  margin-right: 0;
}

.getcases .getcase .gox .gon .gtn .sub {
  width: 100%;
  font-size: 0;
  text-align: center;
}

.getcases .getcase .gox .gon .gtn .sub .stn {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  border: solid 1px #fff;
  border-radius: 4px;
  padding: 0 0.2rem;
  color: #fff;
  line-height: 2.5;
  position: relative;
}

.getcases .getcase .gox .gon .gtn .sub .stn span {
  display: inline-block;
  vertical-align: middle;
  width: 0.2rem;
  height: 0.2rem;
  margin-right: 0.06rem;
  position: relative;
  top: -0.02rem;
}

.getcases .getcase .gox .gon .gtn .sub .stn span img {
  width: 100%;
  display: block;
}

.getcases .getcase .gox .gon .gtn .sub .stn .sin {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  border: none;
  opacity: 0;
  cursor: pointer;
}

.getcases .getcase .gox .gon .gtn .tip {
  width: 100%;
  text-align: center;
  margin-top: 0.24rem;
  color: #fff;
  line-height: 1.5;
}

.getcases .getcase .gox .gon .gtn .tip .fire {
  display: inline-block;
  vertical-align: middle;
  width: 0.2rem;
  height: 0.2rem;
  margin-right: 0.08rem;
  position: relative;
  top: -0.02rem;
}

.getcases .getcase .gox .gon .gtn .tip .fire img {
  width: 100%;
  display: inline-block;
}

.getcases .getcase .gox .gon .gtn .tip .num {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  background-color: #fc7300;
  padding: 0 0.1rem;
  line-height: 2;
  border-radius: 4px;
  margin: 0 0.06rem;
}

.getcases .getcase .gox .gbmlist {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}

.getcases .getcase .gox .gbmlist .gitm {
  position: absolute;
  z-index: 3;
  font-size: 0;
  width: 4rem;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}

.getcases .getcase .gox .gbmlist .gitm .icon {
  display: inline-block;
  vertical-align: middle;
  width: 0.76rem;
  height: 0.76rem;
}

.getcases .getcase .gox .gbmlist .gitm .icon img {
  width: 100%;
  display: block;
}

.getcases .getcase .gox .gbmlist .gitm .rgm {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 0.76rem);
  padding: 0 0.24rem;
  text-align: right;
}

.getcases .getcase .gox .gbmlist .gitm .rgm .rg {
  width: 100%;
  color: #333;
  line-height: 1.8;
  white-space: nowrap;
}

.getcases .getcase .gox .gbmlist .gitm:nth-child(2n) {
  flex-direction: row;
}

.getcases .getcase .gox .gbmlist .gitm:nth-child(2n) .rgm {
  text-align: left;
}

.getcases .getcase .gox .gbmlist .gitm:nth-child(1) {
  top: 0.23rem;
  top: 6%;
  right: calc(100% - 0.15rem);
}

.getcases .getcase .gox .gbmlist .gitm:nth-child(2) {
  top: 0.23rem;
  top: 6%;
  left: calc(100% - 0.15rem);
}

.getcases .getcase .gox .gbmlist .gitm:nth-child(3) {
  top: 1.37rem;
  top: 28%;
  right: calc(100% + 0.6rem);
}

.getcases .getcase .gox .gbmlist .gitm:nth-child(4) {
  top: 1.37rem;
  top: 28%;
  left: calc(100% + 0.6rem);
}

.getcases .getcase .gox .gbmlist .gitm:nth-child(5) {
  bottom: 1.37rem;
  bottom: 28%;
  right: calc(100% + 0.6rem);
}

.getcases .getcase .gox .gbmlist .gitm:nth-child(6) {
  bottom: 1.37rem;
  bottom: 28%;
  left: calc(100% + 0.6rem);
}

.getcases .getcase .gox .gbmlist .gitm:nth-child(7) {
  bottom: 0.23rem;
  bottom: 6%;
  right: calc(100% - 0.15rem);
}

.getcases .getcase .gox .gbmlist .gitm:nth-child(8) {
  bottom: 0.23rem;
  bottom: 6%;
  left: calc(100% - 0.15rem);
}

@media (max-width: 1480px) and (min-width: 1300px) {
  .getcases .getcase .gox .gon .gtn .vit {
    font-size: 18px;
    margin-top: 0.1rem;
    margin-bottom: 0.05rem;
  }
  .getcases .getcase .gox .gon .gtn .hit span {
    font-size: 16px;
    line-height: 2.2;
  }
  .getcases .getcase .gox .gon .gtn .form {
    margin: 0.1rem 0 0.1rem;
  }
  .getcases .getcase .gox .gon .gtn .inpt {
    margin-bottom: 0.08rem;
  }
  .getcases .getcase .gox .gon .gtn .tip {
    margin-top: 0.1rem;
  }
}

@media (max-width: 930px) and (min-width: 769px) {
  .getcases .getcase .gox .gon .gtn .vit {
    font-size: 18px;
    margin-top: 0.1rem;
    margin-bottom: 0.05rem;
  }
  .getcases .getcase .gox .gon .gtn .hit span {
    font-size: 16px;
    line-height: 2.2;
  }
  .getcases .getcase .gox .gon .gtn .form {
    margin: 0.1rem 0 0.1rem;
  }
  .getcases .getcase .gox .gon .gtn .inpt {
    margin-bottom: 0.08rem;
  }
  .getcases .getcase .gox .gon .gtn .tip {
    margin-top: 0.1rem;
  }
}

@media (max-width: 768px) {
  .getcases .getcase .gox {
    width: 100%;
  }
  .getcases .getcase .gox .gbmlist {
    width: 100%;
    position: relative;
    left: 0;
    height: auto;
    transform: translateX(0);
  }
  .getcases .getcase .gox .gbmlist .gitm {
    width: 48%;
    margin-right: 4%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    left: 0 !important;
    top: 0 !important;
    right: auto !important;
    bottom: auto !important;
    flex-direction: row !important;
    margin-bottom: 0.2rem;
  }
  .getcases .getcase .gox .gbmlist .gitm .icon {
    width: 1rem;
    height: 1rem;
    width: 60px;
    height: 60px;
  }
  .getcases .getcase .gox .gbmlist .gitm .rgm {
    width: calc(100% - 1rem);
    width: calc(100% - 60px);
    text-align: left !important;
  }
  .getcases .getcase .gox .gbmlist .gitm:nth-child(2n) {
    margin-right: 0;
  }
  .getcases .getcase .gox .gbm {
    width: 100%;
    position: relative;
  }
}

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

.Inservice .serdulars {
  width: 100%;
}

.Inservice .serdulars .serars {
  width: 100%;
  font-size: 0;
  display: none;
}

.Inservice .serdulars .serars .stam {
  display: inline-block;
  vertical-align: top;
  width: calc((300 / 1280) * 100%);
  margin-right: calc((26 / 1280) * 100%);
  margin-bottom: 0.3rem;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}

.Inservice .serdulars .serars .stam a {
  width: 100%;
  display: block;
}

.Inservice .serdulars .serars .stam .imgs {
  width: 100%;
}

.Inservice .serdulars .serars .stam .imgs .img {
  width: 100%;
  padding-top: 63.3%;
}

.Inservice .serdulars .serars .stam .sit {
  width: 100%;
  background-color: #fff;
  text-align: center;
  line-height: 2.6;
  color: #555;
}

.Inservice .serdulars .serars .stam .bom {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all ease 0.3s;
  opacity: 0;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  text-align: center;
  padding: 0.3rem;
  background-color: rgba(16, 170, 162, 0.9);
}

.Inservice .serdulars .serars .stam .bom .bix {
  width: 100%;
  text-align: center;
  color: #fff;
  line-height: 1.5;
}

.Inservice .serdulars .serars .stam .bom .bim {
  width: 100%;
  color: #fff;
  line-height: 1.5;
  margin: 0.15rem 0;
}

.Inservice .serdulars .serars .stam .bom .bim p {
  color: #fff;
  line-height: 1.5;
}

.Inservice .serdulars .serars .stam .bom .more {
  width: 100%;
  font-size: 0;
}

.Inservice .serdulars .serars .stam .bom .more span {
  display: inline-block;
  vertical-align: middle;
  background-color: #fff;
  color: #10aaa2;
  line-height: 2.2;
  padding: 0 0.12rem;
}

.Inservice .serdulars .serars .stam:hover .bom {
  opacity: 1;
}

.Inservice .serdulars .serars .stam:nth-child(4n) {
  margin-right: 0;
}

.Inservice .serdulars .serars.on {
  display: block;
}

.Inservice .assistant {
  width: 100%;
  font-size: 0;
}

.Inservice .assistant .assom {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  width: calc((240 / 1280) * 100%);
  margin-right: calc((19 / 1280) * 100%);
  margin-bottom: 0.2rem;
  background-color: #fff;
  padding: 0.3rem 0.3rem 0;
  transition: all ease 0.3s;
  border-radius: 4px;
  overflow: hidden;
}

.Inservice .assistant .assom a {
  width: 100%;
  display: block;
}

.Inservice .assistant .assom .icon {
  width: 0.67rem;
  height: 0.67rem;
  display: block;
  margin: 0 auto 0.1rem;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  top: 0.2rem;
  transition: all ease 0.3s;
}

.Inservice .assistant .assom .icon img {
  width: 100%;
  display: block;
}

.Inservice .assistant .assom .icon img:first-child {
  display: block;
}

.Inservice .assistant .assom .icon img:last-child {
  display: none;
}

.Inservice .assistant .assom .aix {
  width: 100%;
  color: #555;
  line-height: 1.8;
  margin: 0.1rem 0 2.2em;
  text-align: center;
  position: relative;
  top: 0.2rem;
  transition: all ease 0.3s;
}

.Inservice .assistant .assom .ais {
  width: 100%;
  text-align: center;
  top: -0.3rem;
  position: relative;
  transition: all ease 0.3s;
}

.Inservice .assistant .assom .ais span {
  color: #555;
  line-height: 2.2;
  padding: 0 0.2rem;
  display: inline-block;
  vertical-align: middle;
  opacity: 0;
  transition: all ease 0.3s;
}

.Inservice .assistant .assom:hover {
  background-color: #fc7300;
}

.Inservice .assistant .assom:hover .icon {
  top: 0;
}

.Inservice .assistant .assom:hover .icon img:first-child {
  display: none;
}

.Inservice .assistant .assom:hover .icon img:last-child {
  display: block;
}

.Inservice .assistant .assom:hover .aix {
  color: #fff;
  top: 0;
}

.Inservice .assistant .assom:hover .ais span {
  background-color: #fff;
  border-radius: 4px;
  color: #fc7300;
  opacity: 1;
}

.Inservice .assistant .assom:nth-child(5n) {
  margin-right: 0;
}

@media (max-width: 768px) {
  .Inservice .assistant .assom:nth-child(5n) {
    width: 100% !important;
    margin-right: 0;
  }
}

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

.Accservice .accotems {
  width: 100%;
}

.Accservice .accotems .accoem {
  width: 100%;
  display: none;
  font-size: 0;
  white-space: nowrap;
}

.Accservice .accotems .accoem .accom {
  display: inline-block;
  vertical-align: middle;
  width: calc((140 / 1280) * 100%);
  background-color: #fff;
  margin-right: calc((4 / 1280) * 100%);
  border-radius: 4px;
  position: relative;
  height: 360px;
  overflow: hidden;
  transition: all ease 0.6s;
}

.Accservice .accotems .accoem .accom a {
  width: 100%;
  display: block;
}

.Accservice .accotems .accoem .accom .com {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  padding: 0.3rem 0.2rem;
  text-align: center;
}

.Accservice .accotems .accoem .accom .com .icot {
  display: block;
  margin: 0 auto 0.2rem;
  width: 0.68rem;
  height: 0.68rem;
}

.Accservice .accotems .accoem .accom .com .icot img {
  width: 100%;
  display: block;
}

.Accservice .accotems .accoem .accom .com .icx {
  width: 100%;
  color: #666;
  line-height: 1.8;
  height: 3.6em;
  white-space: normal !important;
}

.Accservice .accotems .accoem .accom .acom {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-end;
  opacity: 0;
  transition: all ease 0.3s;
}

.Accservice .accotems .accoem .accom .acom .bor {
  width: 100%;
  padding: 0.2rem 0.2rem;
  font-size: 0;
  position: absolute;
  bottom: 0;
  left: 0;
}

.Accservice .accotems .accoem .accom .acom .bor .vl {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 100px);
}

.Accservice .accotems .accoem .accom .acom .bor .vl .vt {
  width: 100%;
  color: #fff;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 0.05rem;
}

.Accservice .accotems .accoem .accom .acom .bor .vl .vs {
  width: 100%;
  color: #fff;
  line-height: 1.5;
}

.Accservice .accotems .accoem .accom .acom .bor .vr {
  display: inline-block;
  vertical-align: middle;
  width: 100px;
  text-align: right;
}

.Accservice .accotems .accoem .accom .acom .bor .vr span {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  background-color: #fc7300;
  border-radius: 4px;
  line-height: 2.2;
  padding: 0 0.1rem;
}

.Accservice .accotems .accoem .accom.on {
  width: calc((555 / 1280) * 100%);
}

.Accservice .accotems .accoem .accom.on .acom {
  opacity: 1;
}

.Accservice .accotems .accoem.on {
  display: block;
}

@media (max-width: 768px) {
  .Accservice .accotems .accoem {
    white-space: normal;
    font-size: 0;
  }
  .Accservice .accotems .accoem .accom {
    height: 120px;
    display: inline-block;
    vertical-align: top;
  }
  .Accservice .accotems .accoem .accom .acom {
    opacity: 0;
  }
  .Accservice .accotems .accoem .accom.on {
    width: 49%;
  }
  .Accservice .accotems .accoem .accom.on .acom {
    opacity: 0;
  }
}

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

.certservice .inserper {
  width: 100%;
  position: relative;
}

.certservice .inserper .swiper-slide {
  width: 100%;
  border-radius: 4px;
  border-bottom-right-radius: 0.2rem;
  overflow: hidden;
  position: relative;
}

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

.certservice .inserper .swiper-slide .imgs {
  width: 100%;
  overflow: hidden;
}

.certservice .inserper .swiper-slide .imgs .img {
  width: 100%;
  padding-top: 100%;
}

.certservice .inserper .swiper-slide .stm {
  width: 100%;
  background-color: #f8f8f8;
  padding: 0.14rem;
  font-size: 0;
}

.certservice .inserper .swiper-slide .stm .mm {
  display: inline-block;
  vertical-align: middle;
  width: 0.24rem;
  height: 0.24rem;
  margin-right: 0.12rem;
}

.certservice .inserper .swiper-slide .stm .mm img {
  width: 100%;
  display: block;
}

.certservice .inserper .swiper-slide .stm .cm {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 0.36rem);
  color: #555;
  line-height: 1.8;
}

.certservice .inserper .swiper-slide .cvms {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  padding: 0.2rem;
  opacity: 0;
  transition: all ease 0.3s;
  background-color: rgba(252, 115, 0, 0.8);
}

.certservice .inserper .swiper-slide .cvms .icoy {
  width: 0.5rem;
  height: 0.5rem;
  display: block;
  margin: 0 auto 0.1rem;
}

.certservice .inserper .swiper-slide .cvms .icoy img {
  width: 100%;
  display: block;
}

.certservice .inserper .swiper-slide .cvms .cit {
  width: 100%;
  text-align: center;
  color: #fff;
  line-height: 1.5;
  margin: 0.15rem 0;
}

.certservice .inserper .swiper-slide .cvms .sinp {
  width: 100%;
  color: #fff;
  line-height: 1.5;
  margin: 0.15rem 0 0.2rem;
}

.certservice .inserper .swiper-slide .cvms .sinp p {
  color: #fff;
  line-height: 1.5;
}

.certservice .inserper .swiper-slide .cvms .bem {
  width: 100%;
  font-size: 0;
  text-align: center;
}

.certservice .inserper .swiper-slide .cvms .bem span {
  display: inline-block;
  vertical-align: middle;
  background-color: #fff;
  line-height: 2.2;
  padding: 0 0.2rem;
  color: #fc7300;
}

.certservice .inserper .swiper-slide:hover .cvms {
  opacity: 1;
}

.certservice .inserper .btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.44rem;
  height: 0.44rem;
  cursor: pointer;
  z-index: 3;
}

.certservice .inserper .btn img {
  width: 100%;
  display: block;
}

.certservice .inserper .btn img:first-child {
  display: block;
}

.certservice .inserper .btn img:last-child {
  display: none;
}

.certservice .inserper .btn:hover img:first-child {
  display: none;
}

.certservice .inserper .btn:hover img:last-child {
  display: block;
}

.certservice .inserper .bl {
  left: -0.6rem;
}

.certservice .inserper .br {
  right: -0.6rem;
}

@media (max-width: 1300px) {
  .certservice .inserper .bl {
    left: -0.2rem;
  }
  .certservice .inserper .br {
    right: -0.2rem;
  }
}

.industrys {
  width: 100%;
  padding: 0.5rem 0;
  background-color: #f8f8f8;
}

.industrys .indusem {
  width: 100%;
  font-size: 0;
}

.industrys .indusem .inl {
  display: inline-block;
  vertical-align: top;
  width: calc((560 / 1280) * 100%);
  margin-right: calc((29 / 1280) * 100%);
}

.industrys .indusem .inl .swiper-slide {
  width: 100%;
}

.industrys .indusem .inl .swiper-slide a {
  width: 100%;
  display: block;
}

.industrys .indusem .inl .swiper-slide .imgs {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.industrys .indusem .inl .swiper-slide .imgs .img {
  width: 100%;
  padding-top: 64%;
  transition: all ease 0.3s;
}

.industrys .indusem .inl .swiper-slide .imgs .tim {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  background-color: #10aaa2;
  border-radius: 4px;
  padding: 0.1rem;
  width: 0.8rem;
  color: #fff;
  line-height: 1.5;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.industrys .indusem .inl .swiper-slide .swom {
  width: 100%;
  background-color: #fff;
  padding: 0.2rem 0.3rem;
}

.industrys .indusem .inl .swiper-slide .swom .sit {
  width: 100%;
  color: #333;
  line-height: 1.5;
  font-weight: bold;
}

.industrys .indusem .inl .swiper-slide .swom .sik {
  width: 100%;
  color: #777;
  line-height: 1.5;
  height: 3em;
  margin: 0.1rem 0;
}

.industrys .indusem .inl .swiper-slide .swom .time {
  width: 100%;
  color: #777;
  line-height: 1.5;
}

.industrys .indusem .inl .swiper-slide:hover .imgs .img {
  transform: scale(1.1);
}

.industrys .indusem .inl .swiper-slide:hover .swom .sit {
  color: #fc7300;
}

.industrys .indusem .inl .swiper-pagination {
  width: auto;
  left: auto;
  right: 0.3rem;
  bottom: 0.2rem;
}

.industrys .indusem .inl .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  background-color: #dcdcdc;
  border-radius: 50%;
  opacity: 1;
}

.industrys .indusem .inl .swiper-pagination-bullet-active {
  background-color: #fc7300;
}

.industrys .indusem .inr {
  display: inline-block;
  vertical-align: top;
  width: calc((690 / 1280) * 100%);
}

.industrys .indusem .inr .inrav {
  width: 100%;
  font-size: 0;
}

.industrys .indusem .inr .inrav .natas {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  text-align: center;
  color: #333;
  line-height: 3;
  cursor: pointer;
  background-color: #ececec;
}

.industrys .indusem .inr .inrav .natas.on {
  background-color: #fc7300;
  color: #fff;
}

.industrys .indusem .inr .inrcom {
  width: 100%;
}

.industrys .indusem .inr .inrcom .incom {
  width: 100%;
  display: none;
  padding: 0.2rem 0.3rem;
  background-color: #fff;
}

.industrys .indusem .inr .inrcom .incom .icom {
  width: 100%;
  margin-bottom: 0.15rem;
}

.industrys .indusem .inr .inrcom .incom .icom a {
  width: 100%;
  display: block;
  font-size: 0;
}

.industrys .indusem .inr .inrcom .incom .icom .imgs {
  display: inline-block;
  vertical-align: middle;
  width: calc((220 / 630) * 100%);
  margin-right: calc((19 / 630) * 100%);
  overflow: hidden;
  border-radius: 4px;
}

.industrys .indusem .inr .inrcom .incom .icom .imgs .img {
  width: 100%;
  padding-top: 63.63%;
  transition: all ease 0.3s;
}

.industrys .indusem .inr .inrcom .incom .icom .romt {
  display: inline-block;
  vertical-align: middle;
  width: calc((390 / 630) * 100%);
}

.industrys .indusem .inr .inrcom .incom .icom .romt .rts {
  width: 100%;
  color: #333;
  line-height: 1.5;
  font-weight: bold;
}

.industrys .indusem .inr .inrcom .incom .icom .romt .time {
  width: 100%;
  color: #666;
  line-height: 1.5;
  margin: 0.1rem 0;
}

.industrys .indusem .inr .inrcom .incom .icom .romt .eim {
  width: 100%;
  color: #666;
  line-height: 1.5;
  height: 3em;
}

.industrys .indusem .inr .inrcom .incom .icom:hover .imgs .img {
  transform: scale(1.1);
}

.industrys .indusem .inr .inrcom .incom .icom:hover .romt .rts {
  color: #fc7300;
}

.industrys .indusem .inr .inrcom .incom .inrlist {
  width: 100%;
}

.industrys .indusem .inr .inrcom .incom .inrlist .inrm {
  width: 100%;
  border-bottom: dashed 1px #dcdcdc;
}

.industrys .indusem .inr .inrcom .incom .inrlist .inrm a {
  width: 100%;
  display: inline-block;
  font-size: 0;
  padding: 0.1rem 0;
}

.industrys .indusem .inr .inrcom .incom .inrlist .inrm .name {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 81px);
  color: #666;
  line-height: 2.2;
  padding-right: 0.1rem;
}

.industrys .indusem .inr .inrcom .incom .inrlist .inrm .timc {
  width: 80px;
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  line-height: 1.5;
  color: #666;
}

.industrys .indusem .inr .inrcom .incom .inrlist .inrm:hover .name, .industrys .indusem .inr .inrcom .incom .inrlist .inrm:hover .timc {
  color: #fc7300;
}

.industrys .indusem .inr .inrcom .incom .inrlist .inrm:last-child {
  border-bottom: none;
}

.industrys .indusem .inr .inrcom .incom.on {
  display: block;
}

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

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

.strengths .datas .data {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  font-size: 0;
  min-width: 2rem;
  cursor: pointer;
}

.strengths .datas .data .icon {
  display: inline-block;
  vertical-align: middle;
  width: 0.6rem;
  height: 0.6rem;
  margin-right: 0.2rem;
}

.strengths .datas .data .icon img {
  width: 100%;
  display: block;
}

.strengths .datas .data .icon img:first-child {
  display: block;
}

.strengths .datas .data .icon img:last-child {
  display: none;
}

.strengths .datas .data .dam {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 0.6rem - 0.2rem);
}

.strengths .datas .data .dam .num {
  width: 100%;
  color: #10aaa2;
}

.strengths .datas .data .dam .num span {
  display: inline-block;
  font-weight: bold;
  margin-right: 0.04rem;
  position: relative;
  top: 0.02rem;
}

.strengths .datas .data .dam .ts {
  width: 100%;
  color: #666;
  line-height: 1.5;
  margin-top: 0.05rem;
}

.strengths .datas .data:hover .icon img:first-child {
  display: none;
}

.strengths .datas .data:hover .icon img:last-child {
  display: block;
}

.strengths .datas .data:hover .dam .num {
  color: #fc7300;
}

.strengths .datas .data:hover .dam .num span {
  color: #fc7300;
}

.strengths .datas .data:hover .dam .ts {
  color: #fc7300;
}

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

.experience .exper {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  flex-wrap: wrap;
}

.experience .exper .epl {
  display: inline-block;
  vertical-align: middle;
  width: calc((780 / 1280) * 100%);
  font-size: 0;
}

.experience .exper .epl .emp {
  width: calc((370 / 780) * 100%);
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  margin-right: calc((39 / 780) * 100%);
}

.experience .exper .epl .emp .img {
  width: 100%;
  padding-top: 67.56%;
  transition: all ease 0.3s;
}

.experience .exper .epl .emp:hover .img {
  transform: scale(1.1);
}

.experience .exper .epl .emp:nth-child(2n) {
  margin-right: 0;
}

.experience .exper .epr {
  display: inline-block;
  vertical-align: middle;
  width: calc((500 / 1280) * 100%);
  padding-right: 0.4rem;
}

.experience .exper .epr .eir {
  width: 100%;
  color: #fc7300;
  font-weight: bold;
  line-height: 1.5;
}

.experience .exper .epr .line {
  width: 100%;
  font-size: 0;
  margin: 0.2rem 0;
}

.experience .exper .epr .line span {
  display: inline-block;
  vertical-align: middle;
  background-color: #fc7300;
  width: 0.24rem;
  height: 2px;
}

.experience .exper .epr .eimx {
  width: 100%;
  color: #333;
  line-height: 1.5;
}

.experience .exper .epr .eimx p {
  color: #333;
  line-height: 1.5;
}

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

.experice .anyans {
  width: 100%;
  position: relative;
  padding: 0.3rem 0;
}

.experice .anyans .aox {
  width: calc((361 / 1280) * 100%);
  display: block;
  margin: 0 auto;
  position: relative;
}

.experice .anyans .aox .amg {
  width: 100%;
  padding-top: 100%;
}

.experice .anyans .aox .aoxlist {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
}

.experice .anyans .aox .aoxlist .aoxm {
  position: absolute;
  width: 4.5rem;
  text-align: right;
  font-size: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}

.experice .anyans .aox .aoxlist .aoxm .icon {
  display: inline-block;
  vertical-align: middle;
  width: 0.84rem;
  height: 0.84rem;
  margin-left: 0.3rem;
}

.experice .anyans .aox .aoxlist .aoxm .icon img {
  width: 100%;
  display: block;
}

.experice .anyans .aox .aoxlist .aoxm .amr {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 0.84rem - 0.3rem);
}

.experice .anyans .aox .aoxlist .aoxm .ait {
  width: 100%;
  color: #333;
  line-height: 1.6;
  font-weight: bold;
  margin-bottom: 0.06rem;
}

.experice .anyans .aox .aoxlist .aoxm .aix {
  width: 100%;
  color: #666;
  line-height: 1.6;
}

.experice .anyans .aox .aoxlist .aoxm .point {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.85rem;
  height: 1px;
  background-color: rgba(45, 175, 168, 0.2);
}

.experice .anyans .aox .aoxlist .aoxm .point:after {
  content: ' ';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
  width: 0.16rem;
  height: 0.16rem;
  background-image: url("../images/vm58.png");
  background-size: 100% 100%;
}

.experice .anyans .aox .aoxlist .aoxm:nth-child(2n) {
  text-align: left;
  flex-direction: row;
}

.experice .anyans .aox .aoxlist .aoxm:nth-child(2n) .icon {
  margin-left: 0;
  margin-right: 0.3rem;
}

.experice .anyans .aox .aoxlist .aoxm:nth-child(2n) .point:after {
  left: auto;
  right: 100%;
}

.experice .anyans .aox .aoxlist .aoxm:nth-child(1) {
  top: 25%;
  transform: translateY(-50%);
  right: calc(100% + 0.7rem);
}

.experice .anyans .aox .aoxlist .aoxm:nth-child(1) .point {
  right: -0.85rem;
}

.experice .anyans .aox .aoxlist .aoxm:nth-child(2) {
  top: 25%;
  transform: translateY(-50%);
  left: calc(100% + 0.7rem);
}

.experice .anyans .aox .aoxlist .aoxm:nth-child(2) .point {
  left: -0.85rem;
}

.experice .anyans .aox .aoxlist .aoxm:nth-child(3) {
  top: 75%;
  transform: translateY(-50%);
  right: calc(100% + 0.7rem);
}

.experice .anyans .aox .aoxlist .aoxm:nth-child(3) .point {
  left: calc(100% + 0rem);
}

.experice .anyans .aox .aoxlist .aoxm:nth-child(4) {
  top: 75%;
  transform: translateY(-50%);
  left: calc(100% + 0.7rem);
}

.experice .anyans .aox .aoxlist .aoxm:nth-child(4) .point {
  right: calc(100% + 0rem);
}

@media (max-width: 768px) {
  .experice .anyans .aox {
    width: 100%;
  }
  .experice .anyans .aox .aoxlist {
    position: relative;
  }
  .experice .anyans .aox .aoxlist .aoxm {
    position: relative;
    top: auto !important;
    transform: translateY(0) !important;
    left: auto !important;
    right: auto !important;
    width: 100%;
    flex-direction: row;
    text-align: left;
    margin-bottom: 15px;
  }
  .experice .anyans .aox .aoxlist .aoxm .icon {
    margin: 0 0.3rem !important;
  }
  .experice .anyans .aox .aoxlist .aoxm .amr {
    width: calc(100% - 0.84rem - 0.6rem);
  }
  .experice .anyans .aox .amg {
    max-width: 60%;
    margin: 0 auto 0;
    padding-top: 60%;
  }
}

.rightnav {
  position: fixed;
  right: 0.2rem;
  top: 60%;
  transform: translateY(-50%);
  background-color: #ffffff;
  border-radius: 4px;
  border: solid 1px #eeeeee;
  z-index: 10;
}

.rightnav .rtem {
  display: block;
  width: 0.8rem;
  width: 74px;
  padding: 0.1rem;
  border-radius: 4px;
  position: relative;
}

.rightnav .rtem a {
  width: 100%;
  display: block;
  position: relative;
  z-index: 12;
}

.rightnav .rtem .icon {
  display: block;
  width: 0.3rem;
  height: 0.3rem;
  width: 30px;
  height: 30px;
  margin: 0 auto 0.02rem;
  position: relative;
  z-index: 12;
}

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

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

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

.rightnav .rtem .ex {
  width: 100%;
  text-align: center;
  line-height: 1.5;
  color: #888;
  white-space: nowrap;
  position: relative;
  z-index: 12;
}

.rightnav .rtem .leox {
  position: absolute;
  background-color: #fff;
  box-shadow: 0px 1px 16px 0px rgba(153, 152, 153, 0.22);
  border-radius: 4px;
  top: 50%;
  transform: translateY(-50%);
  right: -300%;
  width: auto;
  display: block;
  padding: 0.1rem;
  white-space: nowrap;
  transition: all ease 0.3s;
  z-index: -2;
}

.rightnav .rtem .leox .lx {
  width: 100%;
  color: #858f9a;
  line-height: 1.5;
}

.rightnav .rtem .leox .le {
  width: 100%;
  color: #10aaa2;
  line-height: 1.5;
}

.rightnav .rtem .leox .codm {
  width: 1rem;
  height: 1rem;
  display: block;
}

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

.rightnav .rtem:hover {
  background-color: #10aaa2;
}

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

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

.rightnav .rtem:hover .ex {
  color: #fff;
}

.rightnav .rtem:hover .leox {
  right: calc(100% + 0.2rem);
}

.leftnav {
  position: fixed;
  left: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background-image: linear-gradient(0deg, #229bd3 0%, #2ec1b9 100%), linear-gradient(#10aaa2, #10aaa2);
  background-blend-mode: normal, 
 normal;
  min-width: 1.54rem;
  text-align: center;
  border-radius: 6px 6px 0.75rem 0.75rem;
  padding-bottom: 0.5rem;
  padding: 0.2rem 0.1rem 0.4rem;
}

.leftnav .lm {
  width: 100%;
  text-align: center;
  color: #fff;
  line-height: 1.5;
  font-weight: bold;
  margin: 0.04rem 0;
}

.leftnav .leful {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.11);
  border-radius: 4px;
  margin: 0.1rem 0 0.2rem;
}

.leftnav .leful a {
  width: 100%;
  display: block;
  text-align: center;
  line-height: 2.8;
  position: relative;
  color: #fff;
}

.leftnav .leful a::after {
  content: ' ';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 1px;
  border-radius: 0.5px;
  background-color: rgba(255, 255, 255, 0.1);
}

.leftnav .vms {
  width: 100%;
  font-size: 0;
  text-align: center;
}

.leftnav .vms a {
  display: inline-block;
  vertical-align: middle;
  color: #10aaa2;
  line-height: 2.5;
  padding: 0 0.2rem;
  width: auto;
  border-radius: 1.25em;
  background-color: #fff;
}

.leftnav .vms a span {
  display: inline-block;
  vertical-align: middle;
  width: 0.18rem;
  height: 0.18rem;
  margin-right: 0.04rem;
  position: relative;
}

.leftnav .vms a span img {
  width: 100%;
  display: block;
}

.leftnav .vot {
  width: 100%;
  margin-top: 0.1rem;
}

.leftnav .vot .vr {
  width: 100%;
  color: #fff;
  line-height: 1.5;
}

.nanner {
  width: 100%;
}

.nanner .imgs {
  width: 100%;
}

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

.nanbar {
  width: 100%;
  background-color: #fff;
}

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

.nanbar .swiper-slide a {
  width: 100%;
  display: block;
  color: #666;
  line-height: 3.5;
  background-color: #fff;
  text-align: center;
}

.nanbar .swiper-slide.on a {
  color: #fff;
  background-image: linear-gradient(90deg, #44bec1 0%, #1581c4 100%), linear-gradient(#fce466, #fce466);
  background-blend-mode: normal, 
 normal;
}

.breads {
  width: 100%;
  background-color: #fafafa;
}

.breads .bread {
  width: 100%;
  font-size: 0;
}

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

.breads .bread .home img {
  width: 100%;
  display: block;
}

.breads .bread .nts {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  color: #333;
  line-height: 4;
  margin-right: 0.12rem;
}

.breads .bread .nts span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.12rem;
  width: 0.07rem;
  height: 0.13rem;
  width: 7px;
  height: 13px;
  position: relative;
  top: -0.02rem;
}

.breads .bread .nts span img {
  width: 100%;
  display: block;
}

.breads .bread .nts:last-child span {
  display: none;
}

.parknew {
  width: 100%;
  padding: 0.5rem 0;
  background-color: #fafafa;
}

.parknew .pit {
  width: 100%;
  text-align: center;
  line-height: 1.5;
  font-weight: bold;
  color: #333;
  margin-bottom: 0.4rem;
}

.parknew .parks {
  width: 100%;
}

.parknew .parks .pal {
  display: inline-block;
  vertical-align: top;
  width: calc((960 / 1280) * 100%);
  margin-right: calc((39 / 1280) * 100%);
}

.parknew .parks .pal .palist {
  width: 100%;
}

.parknew .parks .pal .palist .pleam {
  width: 100%;
  overflow: hidden;
  border-radius: 4px;
  background-color: #fff;
  margin-bottom: 0.3rem;
}

.parknew .parks .pal .palist .pleam a {
  width: 100%;
  display: block;
  font-size: 0;
}

.parknew .parks .pal .palist .pleam .imgs {
  display: inline-block;
  vertical-align: middle;
  width: calc((300 / 960) * 100%);
  overflow: hidden;
}

.parknew .parks .pal .palist .pleam .imgs .img {
  width: 100%;
  padding-top: 64%;
  transition: all ease 0.3s;
}

.parknew .parks .pal .palist .pleam .eom {
  display: inline-block;
  vertical-align: middle;
  width: calc((659 / 960) * 100%);
  padding: 0.1rem 0.3rem;
}

.parknew .parks .pal .palist .pleam .eom .et {
  width: 100%;
  color: #333;
  line-height: 1.5;
}

.parknew .parks .pal .palist .pleam .eom .eip {
  width: 100%;
  color: #777;
  line-height: 1.8;
  height: 3.6em;
  margin: 0.14rem 0;
}

.parknew .parks .pal .palist .pleam .eom .time {
  width: 100%;
  color: #777;
  line-height: 1.5;
}

.parknew .parks .pal .palist .pleam:hover .imgs .img {
  transform: scale(1.1);
}

.parknew .parks .pal .palist .pleam:hover .eom .et {
  color: #fc7300;
}

.parknew .parks .pal .petail {
  width: 100%;
  background-color: #fff;
  border-radius: 4px;
  padding: 0.38rem;
}

.parknew .parks .pal .petail .nit {
  width: 100%;
  color: #333;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 0.4rem;
}

.parknew .parks .pal .petail .nim {
  width: 100%;
  font-size: 0;
}

.parknew .parks .pal .petail .nim .nm {
  display: inline-block;
  vertical-align: middle;
  color: #999;
  line-height: 1.5;
  margin-right: 0.4rem;
}

.parknew .parks .pal .petail .nim .nm span {
  display: inline-block;
  vertical-align: middle;
  width: 0.2rem;
  height: 0.2rem;
  margin-right: 0.1rem;
  position: relative;
  top: -0.02rem;
}

.parknew .parks .pal .petail .nim .nm span img {
  width: 100%;
  display: block;
}

.parknew .parks .pal .petail .nim .share {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}

.parknew .parks .pal .petail .nim .share a {
  display: inline-block;
  vertical-align: middle;
  width: 0.24rem;
  height: 0.24rem;
  margin-right: 0.2rem;
}

.parknew .parks .pal .petail .nim .share span {
  display: inline-block;
  vertical-align: middle;
  color: #999;
  line-height: 1.5;
  margin-right: 0.2rem;
}

.parknew .parks .pal .petail .ninp {
  width: 100%;
  padding: 0.3rem 0;
  margin: 0.3rem 0;
  border-top: dashed 1px #cccccc;
  border-bottom: dashed 1px #cccccc;
  color: #333;
  line-height: 2;
}

.parknew .parks .pal .petail .ninp p {
  color: #333;
  line-height: 2;
}

.parknew .parks .pal .petail .not {
  width: 100%;
  font-size: 0;
}

.parknew .parks .pal .petail .not .nl {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 1.8rem);
  padding-right: 0.2rem;
}

.parknew .parks .pal .petail .not .nl a {
  width: 100%;
  display: block;
  color: #555;
  line-height: 2;
}

.parknew .parks .pal .petail .not .nl a:hover {
  color: #fc7300;
}

.parknew .parks .pal .petail .not .nr {
  display: inline-block;
  vertical-align: middle;
  width: 1.8rem;
  text-align: right;
}

.parknew .parks .pal .petail .not .nr a {
  display: inline-block;
  vertical-align: middle;
  background-color: #fc7300;
  padding: 0 0.4rem;
  text-align: center;
  color: #fff;
  line-height: 3;
  border-radius: 4px;
  max-width: 100%;
}

.parknew .parks .par {
  display: inline-block;
  vertical-align: top;
  width: calc((280 / 1280) * 100%);
}

.parknew .parks .par .parm {
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 0.3rem;
}

.parknew .parks .par .parm .pir {
  width: 100%;
  text-align: center;
  line-height: 1.5;
  background-image: linear-gradient(90deg, #44bec1 0%, #1581c4 100%), linear-gradient(#153b96, #153b96);
  background-blend-mode: normal, 
 normal;
  color: #fff;
  padding: 0 0.2rem;
  line-height: 3;
}

.parknew .parks .par .parm .pomt {
  width: 100%;
  background-color: #fff;
  padding: 0.2rem 0.2rem 0;
}

.parknew .parks .par .parm .pomt .pan {
  width: 100%;
  padding-bottom: 0.2rem;
  border-bottom: dashed 1px #e5e5e5;
}

.parknew .parks .par .parm .pomt .pan a {
  width: 100%;
  display: inline-block;
}

.parknew .parks .par .parm .pomt .pan .imgs {
  width: 100%;
  overflow: hidden;
  border-radius: 4px;
}

.parknew .parks .par .parm .pomt .pan .imgs .img {
  width: 100%;
  transition: all ease 0.3s;
  padding-top: 64.1%;
}

.parknew .parks .par .parm .pomt .pan .ft {
  width: 100%;
  color: #333;
  line-height: 1.5;
  margin: 0.08rem 0 0.04rem;
}

.parknew .parks .par .parm .pomt .pan .fx {
  width: 100%;
  color: #666;
  line-height: 1.5;
  height: 3em;
}

.parknew .parks .par .parm .pomt .pan:hover .imgs .img {
  transform: scale(1.1);
}

.parknew .parks .par .parm .pomt .pan:hover .ft {
  color: #fc7300;
}

.parknew .parks .par .parm .pomt .prolis {
  width: 100%;
}

.parknew .parks .par .parm .pomt .prolis .pom {
  width: 100%;
  padding: 0.15rem 0;
  border-bottom: dashed 1px #e5e5e5;
}

.parknew .parks .par .parm .pomt .prolis .pom a {
  width: 100%;
  display: block;
}

.parknew .parks .par .parm .pomt .prolis .pom .pm {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  border-radius: 4px;
  width: calc((100 / 240) * 100%);
}

.parknew .parks .par .parm .pomt .prolis .pom .pm .img {
  width: 100%;
  padding-top: 64%;
  transition: all ease 0.3s;
}

.parknew .parks .par .parm .pomt .prolis .pom .pix {
  display: inline-block;
  vertical-align: middle;
  width: calc((139 / 240) * 100%);
  color: #666;
  line-height: 1.5;
  padding-left: 0.15rem;
  height: 3em;
}

.parknew .parks .par .parm .pomt .prolis .pom:hover .pm .img {
  transform: scale(1.1);
}

.parknew .parks .par .parm .pomt .prolis .pom:hover .pix {
  color: #fc7300;
}

.parknew .parks .par .parm .pomt .prolis .pom:last-child {
  border: none;
}

.parknew .parks .par .parm .pomt .pulis {
  width: 100%;
}

.parknew .parks .par .parm .pomt .pulis .pum {
  width: 100%;
}

.parknew .parks .par .parm .pomt .pulis .pum a {
  width: 100%;
  position: relative;
  color: #555;
  line-height: 2.5;
  padding-left: 0.2rem;
}

.parknew .parks .par .parm .pomt .pulis .pum a:after {
  content: ' ';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  background-color: #cecece;
  width: 5px;
  height: 5px;
}

.parknew .parks .par .parm .pomt .pulis .pum:hover a {
  color: #fc7300;
}

.parknew .parks .par .parm .pomt .pulis .pum:hover a:after {
  background-color: #fc7300;
}

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

.pages .page {
  display: inline-block;
  vertical-align: middle;
  width: 0.5rem;
  height: 0.5rem;
  line-height: 0.5rem;
  text-align: center;
  color: #666;
  background-color: #ffffff;
  border: solid 1px #eeeeee;
  margin: 0 0.1rem 0.1rem;
  transition: all ease 0.3s;
}

.pages .page.auto {
  width: auto;
  padding: 0 0.2rem;
}

.pages .page:hover {
  color: #fff;
  background-color: #fc7300;
  border: solid 1px #fc7300;
}

.pages .page.on {
  color: #fff;
  background-color: #fc7300;
  border: solid 1px #fc7300;
}

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

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

.dividends .divipem {
  width: 100%;
  font-size: 0;
  white-space: nowrap;
}

.dividends .divipem .divem {
  display: inline-block;
  vertical-align: middle;
  width: calc((215 / 1280) * 100%);
  margin-right: calc((4 / 1280) * 100%);
  position: relative;
  transition: all ease 0.3s;
  border-radius: 4px;
  overflow: hidden;
}

.dividends .divipem .divem a {
  width: 100%;
  height: 100%;
  display: block;
}

.dividends .divipem .divem .bmg {
  width: 100%;
  height: 100%;
  height: 360px;
  display: block;
}

.dividends .divipem .divem .pom {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 0.2rem;
}

.dividends .divipem .divem .pom .icon {
  display: block;
  margin: 0 auto 0.3rem;
  width: 0.7rem;
  height: 0.7rem;
  background-color: #fff;
  border-radius: 50%;
  display: none;
}

.dividends .divipem .divem .pom .icon img {
  width: 100%;
  display: block;
}

.dividends .divipem .divem .pom .min {
  width: 100%;
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin: 0.1rem 0;
}

.dividends .divipem .divem .pom .mip {
  width: 100%;
  color: #fff;
  line-height: 1.5;
  height: 3em;
  white-space: normal !important;
  margin: 0.1rem 0;
  text-align: center;
}

.dividends .divipem .divem .pom .mip p {
  color: #fff;
  line-height: 1.5;
}

.dividends .divipem .divem .pom .more {
  width: 100%;
  font-size: 0;
  text-align: center;
  display: none;
  margin-top: 0.1rem;
}

.dividends .divipem .divem .pom .more span {
  display: inline-block;
  vertical-align: middle;
  background-color: #fc7300;
  padding: 0 0.4rem;
  line-height: 2.6;
  color: #fff;
  border-radius: 4px;
}

.dividends .divipem .divem.on {
  width: calc((400 / 1280) * 100%);
}

.dividends .divipem .divem.on .pom .icon {
  display: block;
}

.dividends .divipem .divem.on .pom .more {
  display: block;
}

.dividends .divipem .divem:nth-child(1) .pom {
  background-color: rgba(64, 152, 225, 0.7);
}

.dividends .divipem .divem:nth-child(2) .pom {
  background-color: rgba(171, 145, 231, 0.7);
}

.dividends .divipem .divem:nth-child(3) .pom {
  background-color: rgba(248, 154, 86, 0.7);
}

.dividends .divipem .divem:nth-child(4) .pom {
  background-color: rgba(0, 0, 0, 0.7);
}

.dividends .divipem .divem:nth-child(5) .pom {
  background-color: rgba(71, 203, 176, 0.7);
}

.dividends .divipem .divem:nth-child(5n) {
  margin-right: 0;
}

@media (max-width: 768px) {
  .dividends .divipem {
    white-space: normal;
  }
  .dividends .divipem .divem .bmg {
    height: 200px;
  }
}

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

.distable .tabinp {
  width: 100%;
  color: #555;
  line-height: 1.6;
}

.distable .tabinp p {
  color: #555;
  line-height: 1.6;
}

.trades {
  width: 100%;
  padding: 0.5rem 0;
  background-color: #f2f9fd;
}

.trades .tradlis {
  width: 100%;
  font-size: 0;
}

.trades .tradlis .tram {
  display: inline-block;
  vertical-align: top;
  width: calc((196 / 1280) * 100%);
  margin-right: calc((20 / 1280) * 100%);
  margin-bottom: 0.2rem;
  border-radius: 4px;
  overflow: hidden;
}

.trades .tradlis .tram .imgs {
  width: 100%;
  overflow: hidden;
}

.trades .tradlis .tram .imgs .img {
  width: 100%;
  padding-top: 66.6%;
  transition: all ease 0.3s;
}

.trades .tradlis .tram .tix {
  width: 100%;
  text-align: center;
  color: #fff;
  line-height: 2.5;
  background-color: #40b9c1;
  padding: 0 0.2rem;
}

.trades .tradlis .tram:hover .imgs .img {
  transform: scale(1.1);
}

.trades .tradlis .tram:nth-child(6n) {
  margin-right: 0;
}

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

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

.settlements .setom .om {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0 0.2rem;
  color: #555;
  line-height: 1.6;
}

.settlements .setom .om span {
  color: #fc7300;
  margin: 0 0.04rem;
}

.settlements .setom .om i {
  font-weight: bold;
  font-style: normal;
}

.settlements .settle {
  width: 100%;
  font-size: 0;
  position: relative;
}

.settlements .settle .sel, .settlements .settle .ser {
  display: inline-block;
  vertical-align: middle;
  width: calc((620 / 1280) * 100%);
}

.settlements .settle .sel .img, .settlements .settle .ser .img {
  width: 100%;
  padding-top: 50.64%;
}

.settlements .settle .sel {
  margin-right: calc((39 / 1280) * 100%);
}

.settlements .settle .sim {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.94rem;
  height: 0.94rem;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0px 0px 43px 0px 
 #cddaed;
}

.settlements .settle .sim .img {
  width: 100%;
  height: 100%;
  display: block;
}

.settlements .settle .sim img {
  width: 100%;
  display: block;
}

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

.solves .solvem {
  width: 100%;
  font-style: 0;
  margin-top: 0.8rem;
}

.solves .solvem .solem {
  width: calc((298 / 1280) * 100%);
  display: inline-block;
  vertical-align: top;
  position: relative;
  background-color: #fff;
  border-radius: 4px;
  cursor: pointer;
  padding: 0.7rem 0.26rem 0.3rem;
  margin-right: calc((29 / 1280) * 100%);
}

.solves .solvem .solem .icon {
  display: inline-block;
  vertical-align: middle;
  width: 0.82rem;
  height: 0.82rem;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -0.41rem;
  background-color: #fff;
  box-shadow: 0px 0px 43px 0px 
 #cddaed;
}

.solves .solvem .solem .icon img {
  width: 100%;
  display: inline-block;
}

.solves .solvem .solem .imgs {
  width: 100%;
  overflow: hidden;
  border-radius: 4px;
}

.solves .solvem .solem .imgs .img {
  width: 100%;
  padding-top: 64%;
  transition: all ease 0.3s;
}

.solves .solvem .solem .int {
  width: 100%;
  text-align: center;
  line-height: 1.5;
  color: #333;
  margin: 0.1rem 0;
}

.solves .solvem .solem .inx {
  width: 100%;
  color: #888;
  line-height: 1.5;
  height: 4.5em;
}

.solves .solvem .solem:nth-child(4n) {
  margin-right: 0;
}

.solves .solvem .solem:hover .imgs .img {
  transform: scale(1.1);
}

.solves .solvem .solem:hover .int {
  color: #10aaa2;
}

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

.setprocess .proces {
  width: 100%;
  position: relative;
  padding: 1.75rem 0;
  font-size: 0;
}

.setprocess .proces .procem {
  width: 100%;
  font-size: 0;
}

.setprocess .proces .point {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  width: calc((30 / 1280) * 100%);
  margin: 0 calc((65 / 1280) * 100%);
  position: relative;
  z-index: 3;
}

.setprocess .proces .point .pint {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
}

.setprocess .proces .point .pint .mm {
  width: 0.29rem;
  height: 0.29rem;
  display: block;
  margin: 0 auto;
}

.setprocess .proces .point .pint .mm img {
  width: 100%;
  display: block;
}

.setprocess .proces .point .pint .mm img:first-child {
  display: block;
}

.setprocess .proces .point .pint .mm img:last-child {
  display: none;
}

.setprocess .proces .point .pint .poms {
  top: 0.29rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  width: 160px;
  background-color: #fff;
  box-shadow: 0px 0px 27px 0px rgba(22, 130, 196, 0.13);
  border-radius: 4px;
  padding: 0.2rem;
  margin-top: 0.4rem;
}

.setprocess .proces .point .pint .poms:after {
  content: ' ';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  background-color: #b8e0de;
  height: 0.4rem;
  top: -0.4rem;
}

.setprocess .proces .point .pint .poms .pic {
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  margin: 0 auto 0.1rem;
}

.setprocess .proces .point .pint .poms .pic img {
  width: 100%;
  display: block;
}

.setprocess .proces .point .pint .poms .pig {
  width: 100%;
  text-align: center;
  line-height: 1.8;
  color: #555;
}

.setprocess .proces .point:hover .pint .mm img:first-child {
  display: none;
}

.setprocess .proces .point:hover .pint .mm img:last-child {
  display: block;
}

.setprocess .proces .point:hover .pint .poms:after {
  background-color: #fc7300;
}

.setprocess .proces .point:nth-child(2n) {
  margin: 0 calc((45 / 1280) * 100%);
}

.setprocess .proces .point:nth-child(2n) .pint .poms {
  top: auto;
  bottom: 0.29rem;
  margin-top: 0;
  margin-bottom: 0.4rem;
}

.setprocess .proces .point:nth-child(2n) .pint .poms:after {
  top: auto;
  bottom: -0.4rem;
}

.setprocess .proces .lmg {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  width: calc((1792 / 1920) * 100%);
}

.setprocess .proces .point:nth-child(1) {
  top: 0.15rem;
}

.setprocess .proces .point:nth-child(2) {
  top: 0.1rem;
}

.setprocess .proces .point:nth-child(3) {
  top: -0.05rem;
}

.setprocess .proces .point:nth-child(4) {
  top: -0.15rem;
}

.setprocess .proces .point:nth-child(5) {
  top: -0.20rem;
}

.setprocess .proces .point:nth-child(6) {
  top: -0.18rem;
}

.setprocess .proces .point:nth-child(7) {
  top: -0.02rem;
}

.setprocess .proces .point:nth-child(8) {
  top: 0.05rem;
}

.setprocess .proces .point:nth-child(9) {
  top: 0.15rem;
}

@media (max-width: 900px) {
  .setprocess .proces .point .pint .poms {
    width: 100px;
  }
}

@media (max-width: 768px) {
  .setprocess .proces {
    padding: 0;
  }
  .setprocess .proces .point {
    top: 0 !important;
  }
  .setprocess .proces .point .pint {
    width: 100%;
  }
  .setprocess .proces .point .pint .mm {
    display: none;
  }
  .setprocess .proces .point .pint .poms {
    position: relative;
    width: 100%;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    top: auto !important;
    left: auto !important;
    bottom: 0 !important;
    transform: translateX(0) !important;
  }
  .setprocess .proces .point .pint .poms:after {
    display: none;
  }
  .setprocess .proces .lmg {
    display: none;
  }
}

.passageway {
  width: 100%;
}

.passageway .pasways {
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 0px 46px 0px rgba(153, 153, 153, 0.14);
  border-radius: 4px;
  position: relative;
  top: -0.6rem;
  padding: 0.4rem 0.5rem 0.5rem;
}

.passageway .pasways .pit {
  width: 100%;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  color: #3fb6b0;
  margin-bottom: 0.3rem;
}

.passageway .pasways .forms {
  width: 100%;
}

.passageway .pasways .forms form {
  width: 100%;
  display: block;
}

.passageway .pasways .forms .row {
  width: 100%;
  font-size: 0;
  margin-bottom: 0.2rem;
}

.passageway .pasways .forms .row .labels {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  font-size: 0;
  margin-right: 0.4rem;
}

.passageway .pasways .forms .row .labels .name {
  display: inline-block;
  vertical-align: middle;
  color: #555;
  line-height: 1.5;
  margin-right: 0.2rem;
}

.passageway .pasways .forms .row .labels .label {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  position: relative;
  margin-right: 0.3rem;
}

.passageway .pasways .forms .row .labels .label .icon {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background-image: url("../images/i14.png");
  background-size: 100%;
  background-repeat: no-repeat;
}

.passageway .pasways .forms .row .labels .label .text {
  display: inline-block;
  vertical-align: middle;
  color: #666;
  line-height: 1.5;
  margin-left: 0.1rem;
}

.passageway .pasways .forms .row .labels .label .inp {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2;
  opacity: 0;
  left: 0;
  top: 0;
}

.passageway .pasways .forms .row .labels .label.selected .icon {
  background-image: url("../images/i13.png");
  background-size: 100%;
  background-repeat: no-repeat;
}

.passageway .pasways .forms .selects {
  width: 100%;
  border-radius: 4px;
  border: solid 2px #3fb6b0;
  font-size: 0;
}

.passageway .pasways .forms .selects .slm {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 2rem);
}

.passageway .pasways .forms .selects .srm {
  display: inline-block;
  vertical-align: middle;
  width: 2rem;
}

.passageway .pasways .forms .selects .srm .sub {
  width: 100%;
  display: block;
  border: none;
  background-image: linear-gradient(90deg, #4cc8c1 0%, #0c76c4 100%), linear-gradient(#3fb6b0, #3fb6b0);
  background-blend-mode: normal, 
 normal;
  line-height: 3.2;
  height: 3.2em;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

.passageway .pasways .forms .selects .select {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  width: 2rem;
  width: 33%;
  box-sizing: border-box;
  background-color: #fff;
  overflow: hidden;
  position: relative;
}

.passageway .pasways .forms .selects .select .sim {
  width: 100%;
  font-size: 0;
  padding: 0 0.2rem;
}

.passageway .pasways .forms .selects .select .ic {
  display: inline-block;
  vertical-align: middle;
  width: 0.2rem;
  height: 0.2rem;
  margin-right: 0.1rem;
}

.passageway .pasways .forms .selects .select .ic img {
  width: 100%;
  display: block;
}

.passageway .pasways .forms .selects .select .select-value {
  width: calc(100% - 0.31rem);
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: 3.2;
  height: 3.2em;
  color: #333;
  padding: 0 0.3rem 0 0.1rem;
  text-align: left;
}

.passageway .pasways .forms .selects .select select {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
}

.passageway .pasways .forms .selects .select select option {
  color: #333;
  font-size: calc(12px - 0.12rem + 0.16rem);
  line-height: 3;
}

.passageway .pasways .forms .selects .select:after {
  display: inline-block;
  content: "";
  background-image: url("../images/x.png");
  background-position: center;
  background-size: 100%;
  width: 12px;
  height: 8px;
  position: absolute;
  right: 0.15rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.passageway .pasways .forms .selects .select + .select {
  border-left: solid 1px #def2f1;
}

.passageway .pasways .forms .selects .inputs {
  display: inline-block;
  vertical-align: middle;
  width: 33%;
  border-left: solid 1px #def2f1;
}

.passageway .pasways .forms .selects .inputs .sim {
  width: 100%;
  font-size: 0;
  padding: 0 0.2rem;
}

.passageway .pasways .forms .selects .inputs .sim .ic {
  display: inline-block;
  vertical-align: middle;
  width: 0.2rem;
  height: 0.2rem;
  margin-right: 0.1rem;
}

.passageway .pasways .forms .selects .inputs .sim .ic img {
  width: 100%;
  display: block;
}

.passageway .pasways .forms .selects .inputs .sim .inp {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 0.3rem);
  line-height: 3.2;
  height: 3.2em;
  color: #333;
  border: none;
  background-color: #fff;
}

@media (max-width: 768px) {
  .passageway .forms .selects .select {
    border-bottom: solid 1px #24b9bb;
  }
}

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

.Gethrough .thoulist {
  width: 100%;
  font-size: 0;
}

.Gethrough .thoulist .thoem {
  display: inline-block;
  vertical-align: top;
  width: calc((240 / 1280) * 100%);
  margin-right: calc((19 / 1280) * 100%);
  margin-bottom: 0.22rem;
}

.Gethrough .thoulist .thoem a {
  width: 100%;
  display: block;
}

.Gethrough .thoulist .thoem .imgs {
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 4px;
}

.Gethrough .thoulist .thoem .imgs .img {
  width: 100%;
  padding-top: 66.6%;
  transition: all ease 0.3s;
}

.Gethrough .thoulist .thoem .imgs .bkm {
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  background-color: rgba(252, 115, 0, 0.9);
  opacity: 0;
  transition: all ease 0.3s;
}

.Gethrough .thoulist .thoem .imgs .bkm span {
  display: inline-block;
  vertical-align: middle;
  background-color: #fff;
  line-height: 2.5;
  padding: 0 0.2rem;
  border-radius: 4px;
  color: #fc7300;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.Gethrough .thoulist .thoem .th {
  width: 100%;
  text-align: center;
  color: #333;
  line-height: 1.5;
  margin-top: 0.06rem;
}

.Gethrough .thoulist .thoem .tx {
  width: 100%;
  text-align: center;
  color: #888;
  line-height: 1.5;
}

.Gethrough .thoulist .thoem:nth-child(5n) {
  margin-right: 0;
}

.Gethrough .thoulist .thoem:hover .imgs .img {
  transform: scale(1.1);
}

.Gethrough .thoulist .thoem:hover .imgs .bkm {
  opacity: 1;
}

.Gethrough .thoulist .thoem:hover .th {
  color: #fc7300;
}

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

.Basicinf .informs {
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0px 1px 18px 0px rgba(44, 159, 194, 0.26);
  border-radius: 4px;
}

.Basicinf .informs .int {
  width: 100%;
  text-align: center;
  background-color: #fc7300;
  font-size: 0;
  padding: 0.15rem 0.2rem;
}

.Basicinf .informs .int span {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
}

.Basicinf .informs .voms {
  width: 100%;
  background-color: #fff;
  padding: 0.3rem;
  font-size: 0;
}

.Basicinf .informs .voms .vom {
  display: inline-block;
  vertical-align: top;
  width: calc((250 / 1220) * 100%);
  margin: 0 calc((27 / 1220) * 100%);
}

.Basicinf .informs .voms .vom .vms {
  width: 100%;
  overflow: hidden;
}

.Basicinf .informs .voms .vom .vms .img {
  width: 100%;
  padding-top: 100%;
  padding-top: 80%;
  transition: all ease 0.3s;
}

.Basicinf .informs .voms .vom .vix {
  width: 100%;
  font-size: 0;
  text-align: center;
  margin-top: 0.12rem;
}

.Basicinf .informs .voms .vom .vix .tm {
  display: inline-block;
  vertical-align: middle;
  color: #10aaa2;
  font-weight: bold;
  line-height: 1.5;
  margin-right: 0.1rem;
  width: auto;
}

.Basicinf .informs .voms .vom .vix .tx {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  color: #555;
  line-height: 1.5;
}

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

.eaaprocm .proces {
  width: 100%;
  position: relative;
  padding: 1.75rem 0;
  font-size: 0;
}

.eaaprocm .proces .procem {
  width: 100%;
  font-size: 0;
  text-align: center;
}

.eaaprocm .proces .point {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  width: calc((30 / 1280) * 100%);
  margin: 0 calc((70 / 1280) * 100%);
  position: relative;
  z-index: 3;
}

.eaaprocm .proces .point .pint {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
}

.eaaprocm .proces .point .pint .mm {
  width: 0.29rem;
  height: 0.29rem;
  display: block;
  margin: 0 auto;
}

.eaaprocm .proces .point .pint .mm img {
  width: 100%;
  display: block;
}

.eaaprocm .proces .point .pint .mm img:first-child {
  display: block;
}

.eaaprocm .proces .point .pint .mm img:last-child {
  display: none;
}

.eaaprocm .proces .point .pint .poms {
  top: 0.29rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  width: 160px;
  background-color: #fff;
  box-shadow: 0px 0px 27px 0px rgba(22, 130, 196, 0.13);
  border-radius: 4px;
  padding: 0.2rem;
  margin-top: 0.4rem;
}

.eaaprocm .proces .point .pint .poms:after {
  content: ' ';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  background-color: #b8e0de;
  height: 0.4rem;
  top: -0.4rem;
}

.eaaprocm .proces .point .pint .poms .pic {
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  margin: 0 auto 0.1rem;
}

.eaaprocm .proces .point .pint .poms .pic img {
  width: 100%;
  display: block;
}

.eaaprocm .proces .point .pint .poms .pig {
  width: 100%;
  text-align: center;
  line-height: 1.8;
  color: #555;
}

.eaaprocm .proces .point:nth-child(2n) {
  margin: 0 calc((45 / 1280) * 100%);
}

.eaaprocm .proces .point:nth-child(2n) .pint .poms {
  top: auto;
  bottom: 0.29rem;
  margin-top: 0;
  margin-bottom: 0.4rem;
}

.eaaprocm .proces .point:nth-child(2n) .pint .poms:after {
  top: auto;
  bottom: -0.4rem;
}

.eaaprocm .proces .point:hover .pint .mm img:first-child {
  display: none;
}

.eaaprocm .proces .point:hover .pint .mm img:last-child {
  display: block;
}

.eaaprocm .proces .point:hover .pint .poms:after {
  background-color: #fc7300;
}

.eaaprocm .proces .lmg {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  width: calc((1795 / 1920) * 100%);
}

.eaaprocm .proces .point:nth-child(1) {
  top: 0.08rem;
}

.eaaprocm .proces .point:nth-child(2) {
  top: -0.08rem;
}

.eaaprocm .proces .point:nth-child(3) {
  top: -0.2rem;
}

.eaaprocm .proces .point:nth-child(4) {
  top: -0.27rem;
}

.eaaprocm .proces .point:nth-child(5) {
  top: -0.20rem;
}

.eaaprocm .proces .point:nth-child(6) {
  top: -0.08rem;
}

.eaaprocm .proces .point:nth-child(7) {
  top: 0.03rem;
}

@media (max-width: 900px) {
  .eaaprocm .proces .point .pint .poms {
    width: 100px;
  }
}

@media (max-width: 768px) {
  .eaaprocm .proces {
    padding: 0;
  }
  .eaaprocm .proces .point {
    top: 0 !important;
  }
  .eaaprocm .proces .point .pint {
    width: 100%;
  }
  .eaaprocm .proces .point .pint .mm {
    display: none;
  }
  .eaaprocm .proces .point .pint .poms {
    position: relative;
    width: 100%;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    top: auto !important;
    left: auto !important;
    bottom: 0 !important;
    transform: translateX(0) !important;
  }
  .eaaprocm .proces .point .pint .poms:after {
    display: none;
  }
  .eaaprocm .proces .lmg {
    display: none;
  }
}

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

.premises {
  width: 100%;
  padding: 0.5rem 0;
  background-color: #f2f9fc;
}

.premises .premlis {
  width: 100%;
  font-size: 0;
}

.premises .premlis .pream {
  display: inline-block;
  vertical-align: top;
  width: calc((240 / 1280) * 100%);
  margin-right: calc((19 / 1280) * 100%);
  background-color: #fff;
  overflow: hidden;
  border-radius: 4px;
}

.premises .premlis .pream .imgs {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.premises .premlis .pream .imgs .img {
  width: 100%;
  padding-top: 62.5%;
  transition: all ease 0.3s;
}

.premises .premlis .pream .tx {
  width: 100%;
  text-align: center;
  color: #333;
  line-height: 1.5;
  padding: 0.6rem 0.3rem 0.3rem;
  position: relative;
}

.premises .premlis .pream .tx .icon {
  position: absolute;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  box-shadow: 0px 0px 8px 0px 
 #e6e6e6;
  left: 50%;
  background-color: #fff;
  transform: translateX(-50%);
  top: -0.3rem;
}

.premises .premlis .pream .tx .icon img {
  width: 100%;
  display: inline-block;
}

.premises .premlis .pream .tx .icon img:first-child {
  display: block;
}

.premises .premlis .pream .tx .icon img:last-child {
  display: none;
}

.premises .premlis .pream:hover .imgs .img {
  transform: scale(1.1);
}

.premises .premlis .pream:hover .tx {
  color: #fc7300;
}

.premises .premlis .pream:hover .tx .icon {
  background-color: #fc7300;
}

.premises .premlis .pream:hover .tx .icon img:first-child {
  display: none;
}

.premises .premlis .pream:hover .tx .icon img:last-child {
  display: block;
}

.premises .premlis .pream:nth-child(5n) {
  margin-right: 0;
}

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

.annoyance .anyans {
  width: 100%;
  position: relative;
  padding: 0.5rem 0;
}

.annoyance .anyans .aox {
  width: calc((386 / 1280) * 100%);
  display: block;
  margin: 0 auto;
  position: relative;
}

.annoyance .anyans .aox .amg {
  width: 100%;
  padding-top: 100%;
  position: relative;
  z-index: 2;
}

.annoyance .anyans .aox .pcm {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding-top: 100%;
  display: block;
  z-index: 1;
  animation: circle 16s linear infinite;
}

@keyframes circle {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

.annoyance .anyans .aox .inx {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.1rem;
}

.annoyance .anyans .aox .inx span {
  line-height: 1.3;
  font-weight: bold;
  background-image: -webkit-linear-gradient(left, #4cc8c1, #0c76c4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.annoyance .anyans .aox .aoxlist {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
}

.annoyance .anyans .aox .aoxlist .aoxm {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  width: 3.7rem;
  text-align: right;
}

.annoyance .anyans .aox .aoxlist .aoxm .ait {
  width: 100%;
  color: #333;
  line-height: 1.6;
  font-weight: bold;
  margin-bottom: 0.06rem;
}

.annoyance .anyans .aox .aoxlist .aoxm .aix {
  width: 100%;
  color: #666;
  line-height: 1.6;
}

.annoyance .anyans .aox .aoxlist .aoxm .point {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 50%;
  background-color: #fc7300;
}

.annoyance .anyans .aox .aoxlist .aoxm:nth-child(2n) {
  text-align: left;
}

.annoyance .anyans .aox .aoxlist .aoxm:nth-child(1) {
  top: 0.3rem;
  right: calc(100% + 0.7rem);
}

.annoyance .anyans .aox .aoxlist .aoxm:nth-child(1) .point {
  right: -0.2rem;
  transform: rotate(15deg);
}

.annoyance .anyans .aox .aoxlist .aoxm:nth-child(1) .point:after {
  content: ' ';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
  width: 0.6rem;
  height: 1px;
  background-color: rgba(252, 115, 0, 0.5);
}

.annoyance .anyans .aox .aoxlist .aoxm:nth-child(2) {
  top: 0.3rem;
  left: calc(100% + 0.7rem);
}

.annoyance .anyans .aox .aoxlist .aoxm:nth-child(2) .point {
  left: -0.2rem;
  transform: rotate(-15deg);
}

.annoyance .anyans .aox .aoxlist .aoxm:nth-child(2) .point:after {
  content: ' ';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 100%;
  width: 0.6rem;
  height: 1px;
  background-color: rgba(252, 115, 0, 0.5);
}

.annoyance .anyans .aox .aoxlist .aoxm:nth-child(3) {
  top: 50%;
  transform: translateY(-50%);
  right: calc(100% + 0.7rem);
}

.annoyance .anyans .aox .aoxlist .aoxm:nth-child(3) .point {
  left: calc(100% + 0.1rem);
}

.annoyance .anyans .aox .aoxlist .aoxm:nth-child(3) .point:after {
  content: ' ';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
  width: 0.3rem;
  height: 1px;
  background-color: rgba(252, 115, 0, 0.5);
}

.annoyance .anyans .aox .aoxlist .aoxm:nth-child(4) {
  top: 50%;
  transform: translateY(-50%);
  left: calc(100% + 0.7rem);
}

.annoyance .anyans .aox .aoxlist .aoxm:nth-child(4) .point {
  right: calc(100% + 0.1rem);
}

.annoyance .anyans .aox .aoxlist .aoxm:nth-child(4) .point:after {
  content: ' ';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 100%;
  width: 0.3rem;
  height: 1px;
  background-color: rgba(252, 115, 0, 0.5);
}

.annoyance .anyans .aox .aoxlist .aoxm:nth-child(5) {
  bottom: 0.3rem;
  right: calc(100% + 0.7rem);
}

.annoyance .anyans .aox .aoxlist .aoxm:nth-child(5) .point {
  left: calc(100% + 0.1rem);
  transform: rotate(-30deg);
}

.annoyance .anyans .aox .aoxlist .aoxm:nth-child(5) .point:after {
  content: ' ';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
  width: 0.5rem;
  height: 1px;
  background-color: rgba(252, 115, 0, 0.5);
}

.annoyance .anyans .aox .aoxlist .aoxm:nth-child(6) {
  bottom: 0.3rem;
  left: calc(100% + 0.7rem);
}

.annoyance .anyans .aox .aoxlist .aoxm:nth-child(6) .point {
  right: calc(100% + 0.1rem);
  transform: rotate(30deg);
}

.annoyance .anyans .aox .aoxlist .aoxm:nth-child(6) .point:after {
  content: ' ';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 100%;
  width: 0.5rem;
  height: 1px;
  background-color: rgba(252, 115, 0, 0.5);
}

@media (max-width: 900px) {
  .annoyance .anyans {
    padding: 0;
  }
  .annoyance .anyans .aox {
    padding: 0 0.3rem;
    width: 100%;
  }
  .annoyance .anyans .aox .aoxlist {
    position: relative;
    width: 100%;
    height: auto;
  }
  .annoyance .anyans .aox .aoxlist .aoxm {
    width: 100%;
    position: relative !important;
    text-align: left !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    transform: translateY(0) !important;
    padding: 0.2rem 0;
  }
  .annoyance .anyans .aox .aoxlist .aoxm .point {
    display: none !important;
  }
  .annoyance .anyans .aox .amg {
    display: none;
  }
}

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

.strengths .strenlis {
  width: 100%;
  font-size: 0;
  margin-bottom: 0.3rem;
}

.strengths .strenlis .stram {
  display: inline-block;
  vertical-align: top;
  width: calc((298 / 1280) * 100%);
  background-color: #f1f6fa;
  border-radius: 6px;
  margin-right: calc((29 / 1280) * 100%);
  padding: 0.3rem;
}

.strengths .strenlis .stram .icon {
  width: 0.6rem;
  height: 0.6rem;
  display: block;
  margin: 0 auto 0.1rem;
  border-radius: 50%;
}

.strengths .strenlis .stram .icon img {
  width: 100%;
  display: block;
}

.strengths .strenlis .stram .icon img:first-child {
  display: block;
}

.strengths .strenlis .stram .icon img:last-child {
  display: none;
}

.strengths .strenlis .stram .sit {
  width: 100%;
  text-align: center;
  line-height: 1.5;
  color: #333;
  margin: 0.15rem 0;
}

.strengths .strenlis .stram .sit span {
  display: inline-block;
  color: #333;
  font-weight: bold;
}

.strengths .strenlis .stram .sinp {
  width: 100%;
  color: #888;
  line-height: 1.5;
  height: 6em;
}

.strengths .strenlis .stram:nth-child(4n) {
  margin-right: 0;
}

.strengths .strenlis .stram:hover .icon img:first-child {
  display: none;
}

.strengths .strenlis .stram:hover .icon img:last-child {
  display: block;
}

.strengths .strenlis .stram:hover .sit {
  color: #fc7300;
}

.strengths .strenlis .stram:hover .sit span {
  color: #fc7300;
}

.strengths .strans {
  width: 100%;
  font-size: 0;
}

.strengths .strans .stl {
  display: inline-block;
  vertical-align: top;
  width: calc((530 / 1280) * 100%);
  margin-right: calc((9 / 1280) * 100%);
  font-size: 0;
}

.strengths .strans .stl .stll {
  display: inline-block;
  vertical-align: top;
  width: calc((240 / 530) * 100%);
  margin-right: calc((9 / 530) * 100%);
}

.strengths .strans .stl .stll .stm {
  width: 100%;
  display: block;
  overflow: hidden;
}

.strengths .strans .stl .stll .stm .img {
  width: 100%;
  padding-top: 75%;
  transition: all ease 0.3s;
}

.strengths .strans .stl .stll .stm + .stm {
  margin-top: 0.1rem;
}

.strengths .strans .stl .stlr {
  display: inline-block;
  vertical-align: top;
  width: calc((280 / 530) * 100%);
  border-radius: 4px;
  overflow: hidden;
}

.strengths .strans .stl .stlr .img {
  width: 100%;
  padding-top: 132%;
  transition: all ease 0.3s;
}

.strengths .strans .str {
  display: inline-block;
  vertical-align: top;
  width: calc((740 / 1280) * 100%);
}

.strengths .strans .str .row {
  width: 100%;
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.strengths .strans .str .row .srl {
  display: inline-block;
  vertical-align: middle;
  width: calc((490 / 740) * 100%);
  overflow: hidden;
  border-radius: 4px;
}

.strengths .strans .str .row .srl .img {
  width: 100%;
  padding-top: 36.73%;
  transition: all ease 0.3s;
}

.strengths .strans .str .row .srr {
  display: inline-block;
  vertical-align: middle;
  width: calc((240 / 740) * 100%);
  border-radius: 4px;
  overflow: hidden;
}

.strengths .strans .str .row .srr .img {
  width: 100%;
  padding-top: 75%;
  transition: all ease 0.3s;
}

.strengths .strans .str .row + .row {
  margin-top: 0.1rem;
}

.strengths .strans .str .row:nth-child(2n) {
  flex-direction: row-reverse;
}

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

.harms .harmlis {
  width: 100%;
  font-size: 0;
}

.harms .harmlis .harem {
  display: inline-block;
  vertical-align: top;
  width: calc((240 / 1280) * 100%);
  margin-right: calc((19 / 1280) * 100%);
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}

.harms .harmlis .harem a {
  width: 100%;
  display: block;
}

.harms .harmlis .harem .hmg {
  width: 100%;
  height: 360px;
}

.harms .harmlis .harem .hkm {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  text-align: center;
}

.harms .harmlis .harem .hkm .icon {
  display: block;
  margin: 0 auto;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
}

.harms .harmlis .harem .hkm .icon img {
  width: 100%;
  display: block;
}

.harms .harmlis .harem .hkm .icon img:first-child {
  display: block;
}

.harms .harmlis .harem .hkm .icon img:last-child {
  display: none;
}

.harms .harmlis .harem .hkm .hix {
  width: 100%;
  color: #fff;
  line-height: 1.5;
  margin: 0.2rem 0;
}

.harms .harmlis .harem .hkm .hot {
  width: 100%;
  text-align: center;
  font-size: 0;
  opacity: 0;
  transition: all ease 0.3s;
}

.harms .harmlis .harem .hkm .hot span {
  display: inline-block;
  vertical-align: middle;
  background-color: #fc7300;
  border-radius: 4px;
  color: #fff;
  padding: 0 0.3rem;
  line-height: 2.5;
}

.harms .harmlis .harem:nth-child(5n) {
  margin-right: 0;
}

.harms .harmlis .harem:nth-child(1) .hkm {
  background-color: rgba(69, 157, 224, 0.8);
}

.harms .harmlis .harem:nth-child(2) .hkm {
  background-color: rgba(255, 155, 81, 0.8);
}

.harms .harmlis .harem:nth-child(3) .hkm {
  background-color: rgba(76, 191, 149, 0.8);
}

.harms .harmlis .harem:nth-child(4) .hkm {
  background-color: rgba(0, 0, 0, 0.8);
}

.harms .harmlis .harem:nth-child(5) .hkm {
  background-color: rgba(177, 134, 213, 0.8);
}

.harms .harmlis .harem:hover .hkm .icon {
  background-color: #fff;
}

.harms .harmlis .harem:hover .hkm .icon img:first-child {
  display: none;
}

.harms .harmlis .harem:hover .hkm .icon img:last-child {
  display: block;
}

.harms .harmlis .harem:hover .hkm .hot {
  opacity: 1;
}

@media (max-width: 900px) {
  .harms .harmlis .harem .hmg {
    height: 200px;
  }
  .harms .harmlis .harem:nth-child(5) {
    width: 100% !important;
  }
}

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

.Materials .informs {
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0px 1px 18px 0px rgba(44, 159, 194, 0.26);
  border-radius: 4px;
}

.Materials .informs .int {
  width: 100%;
  text-align: center;
  background-color: #10aaa2;
  font-size: 0;
  padding: 0.15rem 0.2rem;
}

.Materials .informs .int span {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
}

.Materials .informs .voms {
  width: 100%;
  background-color: #fff;
  padding: 0.3rem;
  font-size: 0;
}

.Materials .informs .voms .vom {
  display: inline-block;
  vertical-align: top;
  width: calc((220 / 1220) * 100%);
  margin-right: calc((29 / 1220) * 100%);
}

.Materials .informs .voms .vom .vms {
  width: 100%;
  overflow: hidden;
}

.Materials .informs .voms .vom .vms .img {
  width: 100%;
  padding-top: 100%;
  transition: all ease 0.3s;
}

.Materials .informs .voms .vom .vix {
  width: 100%;
  font-size: 0;
  text-align: center;
}

.Materials .informs .voms .vom .vix .tm {
  display: inline-block;
  vertical-align: middle;
  color: #10aaa2;
  font-weight: bold;
  line-height: 1.5;
  margin-right: 0.1rem;
  width: auto;
}

.Materials .informs .voms .vom .vix .tx {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  color: #555;
  line-height: 1.5;
}

.Materials .informs .voms .vom:nth-child(4n) {
  margin-right: 0;
}

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

.problems .problis {
  width: 100%;
  font-size: 0;
}

.problems .problis .probm {
  display: inline-block;
  vertical-align: top;
  width: calc((406 / 1280) * 100%);
  margin-right: calc((29 / 1280) * 100%);
  margin-bottom: 0.3rem;
  font-size: 0;
  overflow: hidden;
  border-radius: 4px;
  padding: 0.2rem 0.3rem;
  background-color: #eff7fb;
}

.problems .problis .probm a {
  width: 100%;
  display: block;
  font-size: 0;
}

.problems .problis .probm .icon {
  display: inline-block;
  vertical-align: middle;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  margin-right: 0.2rem;
  background-color: #3ab0c2;
}

.problems .problis .probm .icon img {
  width: 100%;
  display: block;
}

.problems .problis .probm .icon img:first-child {
  display: block;
}

.problems .problis .probm .icon img:last-child {
  display: none;
}

.problems .problis .probm .pix {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 0.6rem - 0.2rem);
  color: #555;
  line-height: 1.5;
}

.problems .problis .probm:hover {
  background-color: #fc7300;
}

.problems .problis .probm:hover .icon {
  background-color: #fff;
}

.problems .problis .probm:hover .icon img:first-child {
  display: none;
}

.problems .problis .probm:hover .icon img:last-child {
  display: block;
}

.problems .problis .probm:hover .pix {
  color: #fff;
}

.problems .problis .probm:nth-child(3n) {
  margin-right: 0;
}

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

.Logprocess .proces {
  width: 100%;
  position: relative;
  padding: 1.75rem 0;
  font-size: 0;
}

.Logprocess .proces .procem {
  width: 100%;
  font-size: 0;
  text-align: center;
}

.Logprocess .proces .point {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  width: calc((30 / 1280) * 100%);
  margin: 0 calc((70 / 1280) * 100%);
  position: relative;
  z-index: 3;
}

.Logprocess .proces .point .pint {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
}

.Logprocess .proces .point .pint .mm {
  width: 0.29rem;
  height: 0.29rem;
  display: block;
  margin: 0 auto;
}

.Logprocess .proces .point .pint .mm img {
  width: 100%;
  display: block;
}

.Logprocess .proces .point .pint .mm img:first-child {
  display: block;
}

.Logprocess .proces .point .pint .mm img:last-child {
  display: none;
}

.Logprocess .proces .point .pint .poms {
  top: 0.29rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  width: 160px;
  background-color: #fff;
  box-shadow: 0px 0px 27px 0px rgba(22, 130, 196, 0.13);
  border-radius: 4px;
  padding: 0.2rem;
  margin-top: 0.4rem;
}

.Logprocess .proces .point .pint .poms:after {
  content: ' ';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  background-color: #b8e0de;
  height: 0.4rem;
  top: -0.4rem;
}

.Logprocess .proces .point .pint .poms .pic {
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  margin: 0 auto 0.1rem;
}

.Logprocess .proces .point .pint .poms .pic img {
  width: 100%;
  display: block;
}

.Logprocess .proces .point .pint .poms .pig {
  width: 100%;
  text-align: center;
  line-height: 1.8;
  color: #555;
}

.Logprocess .proces .point:hover .pint .mm img:first-child {
  display: none;
}

.Logprocess .proces .point:hover .pint .mm img:last-child {
  display: block;
}

.Logprocess .proces .point:hover .pint .poms:after {
  background-color: #fc7300;
}

.Logprocess .proces .point:nth-child(2n) {
  margin: 0 calc((45 / 1280) * 100%);
}

.Logprocess .proces .point:nth-child(2n) .pint .poms {
  top: auto;
  bottom: 0.29rem;
  margin-top: 0;
  margin-bottom: 0.4rem;
}

.Logprocess .proces .point:nth-child(2n) .pint .poms:after {
  top: auto;
  bottom: -0.4rem;
}

.Logprocess .proces .lmg {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  width: calc((1795 / 1920) * 100%);
}

.Logprocess .proces .point:nth-child(1) {
  top: 0.1rem;
}

.Logprocess .proces .point:nth-child(2) {
  top: -0.03rem;
}

.Logprocess .proces .point:nth-child(3) {
  top: -0.15rem;
}

.Logprocess .proces .point:nth-child(4) {
  top: -0.22rem;
}

.Logprocess .proces .point:nth-child(5) {
  top: -0.15rem;
}

.Logprocess .proces .point:nth-child(6) {
  top: -0.02rem;
}

.Logprocess .proces .point:nth-child(7) {
  top: 0.08rem;
}

@media (max-width: 900px) {
  .Logprocess .proces .point .pint .poms {
    width: 100px;
  }
}

@media (max-width: 768px) {
  .Logprocess .proces {
    padding: 0;
  }
  .Logprocess .proces .point {
    top: 0 !important;
  }
  .Logprocess .proces .point .pint {
    width: 100%;
  }
  .Logprocess .proces .point .pint .mm {
    display: none;
  }
  .Logprocess .proces .point .pint .poms {
    position: relative;
    width: 100%;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    top: auto !important;
    left: auto !important;
    bottom: 0 !important;
    transform: translateX(0) !important;
  }
  .Logprocess .proces .point .pint .poms:after {
    display: none;
  }
  .Logprocess .proces .lmg {
    display: none;
  }
}

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

.commons .anyans {
  width: 100%;
  position: relative;
  padding: 0.1rem 0;
}

.commons .anyans .aox {
  width: calc((386 / 1280) * 100%);
  display: block;
  margin: 0 auto;
  position: relative;
}

.commons .anyans .aox .amg {
  width: 100%;
  padding-top: 100%;
  position: relative;
  z-index: 2;
}

.commons .anyans .aox .pcm {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding-top: 100%;
  display: block;
  z-index: 1;
  animation: circle 16s linear infinite;
}

@keyframes circle {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

.commons .anyans .aox .inx {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.1rem;
}

.commons .anyans .aox .inx span {
  line-height: 1.3;
  font-weight: bold;
  background-image: -webkit-linear-gradient(left, #4cc8c1, #0c76c4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.commons .anyans .aox .aoxlist {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
}

.commons .anyans .aox .aoxlist .aoxm {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  width: 4rem;
  text-align: left;
  background-color: rgba(245, 252, 252, 0.2);
  border-radius: 6px;
  border: solid 1px #aae5e7;
}

.commons .anyans .aox .aoxlist .aoxm .ait {
  width: 100%;
  font-size: 0;
  padding: 0.1rem 0.2rem;
}

.commons .anyans .aox .aoxlist .aoxm .ait .num {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-weight: bold;
  width: 40px;
  text-align: center;
  line-height: 1.5;
}

.commons .anyans .aox .aoxlist .aoxm .ait .tx {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 40px);
  color: #fff;
  line-height: 1.5;
}

.commons .anyans .aox .aoxlist .aoxm .point {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 50%;
  background-color: #fff;
}

.commons .anyans .aox .aoxlist .aoxm:nth-child(1) {
  top: 0rem;
  right: calc(100% + 0.7rem);
}

.commons .anyans .aox .aoxlist .aoxm:nth-child(1) .point {
  right: -0.04rem;
  transform: rotate(15deg);
}

.commons .anyans .aox .aoxlist .aoxm:nth-child(1) .point:after {
  content: ' ';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
  width: 1.2rem;
  height: 1px;
  background-color: rgba(170, 229, 231, 0.5);
}

.commons .anyans .aox .aoxlist .aoxm:nth-child(2) {
  top: 0.7rem;
  top: 19.5%;
  right: calc(100% + 0.7rem);
}

.commons .anyans .aox .aoxlist .aoxm:nth-child(2) .point {
  right: -0.04rem;
}

.commons .anyans .aox .aoxlist .aoxm:nth-child(2) .point:after {
  content: ' ';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
  width: 0.9rem;
  height: 1px;
  background-color: rgba(170, 229, 231, 0.5);
}

.commons .anyans .aox .aoxlist .aoxm:nth-child(3) {
  top: 1.4rem;
  top: 39%;
  right: calc(100% + 0.7rem);
}

.commons .anyans .aox .aoxlist .aoxm:nth-child(3) .point {
  right: -0.04rem;
}

.commons .anyans .aox .aoxlist .aoxm:nth-child(3) .point:after {
  content: ' ';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
  width: 0.7rem;
  height: 1px;
  background-color: rgba(170, 229, 231, 0.5);
}

.commons .anyans .aox .aoxlist .aoxm:nth-child(4) {
  top: 2.1rem;
  top: 58.5%;
  right: calc(100% + 0.7rem);
}

.commons .anyans .aox .aoxlist .aoxm:nth-child(4) .point {
  right: -0.04rem;
}

.commons .anyans .aox .aoxlist .aoxm:nth-child(4) .point:after {
  content: ' ';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
  width: 0.75rem;
  height: 1px;
  background-color: rgba(170, 229, 231, 0.5);
}

.commons .anyans .aox .aoxlist .aoxm:nth-child(5) {
  top: 2.8rem;
  top: 78%;
  right: calc(100% + 0.7rem);
}

.commons .anyans .aox .aoxlist .aoxm:nth-child(5) .point {
  right: -0.04rem;
  transform: rotate(-15deg);
}

.commons .anyans .aox .aoxlist .aoxm:nth-child(5) .point:after {
  content: ' ';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
  width: 1rem;
  height: 1px;
  background-color: rgba(170, 229, 231, 0.5);
}

.commons .anyans .aox .aoxlist .aoxm:nth-child(6) {
  top: 0rem;
  left: calc(100% + 0.7rem);
}

.commons .anyans .aox .aoxlist .aoxm:nth-child(6) .point {
  left: -0.04rem;
  transform: rotate(-15deg);
}

.commons .anyans .aox .aoxlist .aoxm:nth-child(6) .point:after {
  content: ' ';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 100%;
  width: 1.2rem;
  height: 1px;
  background-color: rgba(170, 229, 231, 0.5);
}

.commons .anyans .aox .aoxlist .aoxm:nth-child(7) {
  top: 0.7rem;
  top: 19.5%;
  left: calc(100% + 0.7rem);
}

.commons .anyans .aox .aoxlist .aoxm:nth-child(7) .point {
  left: -0.04rem;
}

.commons .anyans .aox .aoxlist .aoxm:nth-child(7) .point:after {
  content: ' ';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 100%;
  width: 0.9rem;
  height: 1px;
  background-color: rgba(170, 229, 231, 0.5);
}

.commons .anyans .aox .aoxlist .aoxm:nth-child(8) {
  top: 1.4rem;
  top: 39%;
  left: calc(100% + 0.7rem);
}

.commons .anyans .aox .aoxlist .aoxm:nth-child(8) .point {
  left: -0.04rem;
}

.commons .anyans .aox .aoxlist .aoxm:nth-child(8) .point:after {
  content: ' ';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 100%;
  width: 0.7rem;
  height: 1px;
  background-color: rgba(170, 229, 231, 0.5);
}

.commons .anyans .aox .aoxlist .aoxm:nth-child(9) {
  top: 2.1rem;
  top: 58.5%;
  left: calc(100% + 0.7rem);
}

.commons .anyans .aox .aoxlist .aoxm:nth-child(9) .point {
  left: -0.04rem;
}

.commons .anyans .aox .aoxlist .aoxm:nth-child(9) .point:after {
  content: ' ';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 100%;
  width: 0.75rem;
  height: 1px;
  background-color: rgba(170, 229, 231, 0.5);
}

.commons .anyans .aox .aoxlist .aoxm:nth-child(10) {
  top: 2.8rem;
  top: 78%;
  left: calc(100% + 0.7rem);
}

.commons .anyans .aox .aoxlist .aoxm:nth-child(10) .point {
  left: -0.04rem;
  transform: rotate(15deg);
}

.commons .anyans .aox .aoxlist .aoxm:nth-child(10) .point:after {
  content: ' ';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 100%;
  width: 1rem;
  height: 1px;
  background-color: rgba(170, 229, 231, 0.5);
}

@media (max-width: 768px) {
  .commons .anyans .aox {
    width: 100%;
  }
  .commons .anyans .aox .amg {
    display: none;
  }
  .commons .anyans .aox .aoxlist {
    width: 100%;
    position: relative;
  }
  .commons .anyans .aox .aoxlist .aoxm {
    position: relative;
    width: 100%;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    margin-bottom: 10px;
  }
  .commons .anyans .aox .aoxlist .aoxm .point {
    display: none;
  }
  .commons .anyans .aox .aoxlist .aoxm .ait {
    width: 100%;
    padding: 0.2rem 0.2rem;
  }
}

.practices {
  width: 100%;
  padding: 0.5rem 0;
  background-color: #f2f9fc;
}

.practices .pracase {
  width: 100%;
  font-size: 0;
}

.practices .pracase .pracm {
  display: inline-block;
  vertical-align: middle;
  width: calc((290 / 1280) * 100%);
  overflow: hidden;
  border-radius: 4px;
  margin-right: calc((39 / 1280) * 100%);
}

.practices .pracase .pracm .imgs {
  width: 100%;
  overflow: hidden;
  border-radius: 4px;
  background-color: #fff;
}

.practices .pracase .pracm .imgs .img {
  width: 100%;
  padding-top: 70.34%;
  transition: all ease 0.3s;
}

.practices .pracase .pracm .cim {
  width: 100%;
  text-align: center;
  line-height: 3;
  padding: 0 0.2rem;
  color: #333;
}

.practices .pracase .pracm:nth-child(4n) {
  margin-right: 0;
}

.practices .pracase .pracm:hover {
  background-color: #fc7300;
}

.practices .pracase .pracm:hover .imgs .img {
  transform: scale(1.1);
}

.practices .pracase .pracm:hover .cim {
  color: #fff;
}

.vippasway {
  width: 100%;
  padding: 0.5rem 0;
  background-color: #f2f9fd;
}

.vippasway .choose {
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0px 0px 46px 0px rgba(153, 153, 153, 0.14);
  border-radius: 4px;
  padding: 0.3rem 0.5rem;
  padding: 0.4rem 0.5rem 0.5rem;
}

.vippasway .choose .pit {
  width: 100%;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  color: #3fb6b0;
  margin-bottom: 0.3rem;
}

.vippasway .choose .forms {
  width: 100%;
}

.vippasway .choose .forms form {
  width: 100%;
  display: block;
}

.vippasway .choose .forms .row {
  width: 100%;
  font-size: 0;
  margin-bottom: 0.2rem;
}

.vippasway .choose .forms .row .labels {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  font-size: 0;
  margin-right: 0.4rem;
}

.vippasway .choose .forms .row .labels .name {
  display: inline-block;
  vertical-align: middle;
  color: #555;
  line-height: 1.5;
  margin-right: 0.2rem;
}

.vippasway .choose .forms .row .labels .label {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  position: relative;
  margin-right: 0.3rem;
}

.vippasway .choose .forms .row .labels .label .icon {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background-image: url("../images/i14.png");
  background-size: 100%;
  background-repeat: no-repeat;
}

.vippasway .choose .forms .row .labels .label .text {
  display: inline-block;
  vertical-align: middle;
  color: #666;
  line-height: 1.5;
  margin-left: 0.1rem;
}

.vippasway .choose .forms .row .labels .label .inp {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2;
  opacity: 0;
  left: 0;
  top: 0;
}

.vippasway .choose .forms .row .labels .label.selected .icon {
  background-image: url("../images/i13.png");
  background-size: 100%;
  background-repeat: no-repeat;
}

.vippasway .choose .forms .selects {
  width: 100%;
  border-radius: 4px;
  border: solid 2px #3fb6b0;
  font-size: 0;
}

.vippasway .choose .forms .selects .slm {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 2rem);
}

.vippasway .choose .forms .selects .srm {
  display: inline-block;
  vertical-align: middle;
  width: 2rem;
}

.vippasway .choose .forms .selects .srm .sub {
  width: 100%;
  display: block;
  border: none;
  background-image: linear-gradient(90deg, #4cc8c1 0%, #0c76c4 100%), linear-gradient(#3fb6b0, #3fb6b0);
  background-blend-mode: normal, 
 normal;
  line-height: 3.2;
  height: 3.2em;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

.vippasway .choose .forms .selects .select {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  width: 2rem;
  width: 33%;
  box-sizing: border-box;
  background-color: #fff;
  overflow: hidden;
  position: relative;
}

.vippasway .choose .forms .selects .select .sim {
  width: 100%;
  font-size: 0;
  padding: 0 0.2rem;
}

.vippasway .choose .forms .selects .select .ic {
  display: inline-block;
  vertical-align: middle;
  width: 0.2rem;
  height: 0.2rem;
  margin-right: 0.1rem;
}

.vippasway .choose .forms .selects .select .ic img {
  width: 100%;
  display: block;
}

.vippasway .choose .forms .selects .select .select-value {
  width: calc(100% - 0.31rem);
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: 3.2;
  height: 3.2em;
  color: #333;
  padding: 0 0.3rem 0 0.1rem;
  text-align: left;
}

.vippasway .choose .forms .selects .select select {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
}

.vippasway .choose .forms .selects .select select option {
  color: #333;
  font-size: calc(12px - 0.12rem + 0.16rem);
  line-height: 3;
}

.vippasway .choose .forms .selects .select:after {
  display: inline-block;
  content: "";
  background-image: url("../images/x.png");
  background-position: center;
  background-size: 100%;
  width: 12px;
  height: 8px;
  position: absolute;
  right: 0.15rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.vippasway .choose .forms .selects .select + .select {
  border-left: solid 1px #def2f1;
}

.vippasway .choose .forms .selects .inputs {
  display: inline-block;
  vertical-align: middle;
  width: 33%;
  border-left: solid 1px #def2f1;
}

.vippasway .choose .forms .selects .inputs .sim {
  width: 100%;
  font-size: 0;
  padding: 0 0.2rem;
}

.vippasway .choose .forms .selects .inputs .sim .ic {
  display: inline-block;
  vertical-align: middle;
  width: 0.2rem;
  height: 0.2rem;
  margin-right: 0.1rem;
}

.vippasway .choose .forms .selects .inputs .sim .ic img {
  width: 100%;
  display: block;
}

.vippasway .choose .forms .selects .inputs .sim .inp {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 0.3rem);
  line-height: 3.2;
  height: 3.2em;
  color: #333;
  border: none;
  background-color: #fff;
}

.vippasway .choose .ensures {
  width: 100%;
  font-size: 0;
  margin-top: 0.3rem;
}

.vippasway .choose .ensures .emsum {
  width: calc((265 / 1180) * 100%);
  margin-right: calc((39 / 1180) * 100%);
  display: inline-block;
  vertical-align: top;
  background-color: #f0f7fb;
  border-radius: 4px;
  padding: 0.2rem 0.3rem;
}

.vippasway .choose .ensures .emsum a {
  width: 100%;
  display: block;
}

.vippasway .choose .ensures .emsum .icon {
  display: block;
  margin: 0 auto;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
}

.vippasway .choose .ensures .emsum .icon img {
  width: 100%;
  display: block;
}

.vippasway .choose .ensures .emsum .icon img:first-child {
  display: block;
}

.vippasway .choose .ensures .emsum .icon img:last-child {
  display: none;
}

.vippasway .choose .ensures .emsum .ict {
  width: 100%;
  text-align: center;
  color: #333;
  line-height: 1.5;
  margin: 0.1rem 0;
}

.vippasway .choose .ensures .emsum .vix {
  width: 100%;
  text-align: center;
  line-height: 1.5;
  color: #666;
  height: 3em;
}

.vippasway .choose .ensures .emsum:hover {
  background-color: #fc7300;
}

.vippasway .choose .ensures .emsum:hover .icon img:first-child {
  display: none;
}

.vippasway .choose .ensures .emsum:hover .icon img:last-child {
  display: block;
}

.vippasway .choose .ensures .emsum:hover .ict, .vippasway .choose .ensures .emsum:hover .vix {
  color: #fff;
}

.vippasway .choose .ensures .emsum:nth-child(4n) {
  margin-right: 0;
}

.vippasway .Package {
  width: 100%;
  background-color: #ffffff;
  border-radius: 20px;
  border: solid 8px #3fb6b0;
  padding: 100px 0.5rem 0.8rem;
  position: relative;
  margin-top: 0.6rem;
}

.vippasway .Package .patop {
  width: 6.3rem;
  position: absolute;
  top: -0.18rem;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 630px;
  max-width: 80%;
}

.vippasway .Package .patop .tmg {
  width: 100%;
  padding-top: 15.61%;
}

.vippasway .Package .patop .pox {
  position: absolute;
  width: 100%;
  top: 42%;
  transform: translateY(-50%);
}

.vippasway .Package .patop .px {
  width: 100%;
  color: #fff;
  line-height: 1.5;
}

.vippasway .Package .patop .pit {
  width: 100%;
  text-align: center;
  line-height: 1.5;
  font-weight: bold;
  color: #fff;
}

.vippasway .Package .packom {
  width: 100%;
  font-size: 0;
  position: relative;
}

.vippasway .Package .packom:after {
  content: ' ';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.07rem;
  height: 1.07rem;
  border-radius: 50%;
  background-image: url("../images/v1.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.vippasway .Package .packom .paom {
  display: inline-block;
  vertical-align: top;
  width: calc((550 / 1130) * 100%);
  border-radius: 6px;
  padding: 0.3rem 0.3rem 0.4rem;
  margin-right: calc((29 / 1130) * 100%);
}

.vippasway .Package .packom .paom .pit {
  width: 100%;
  color: #333;
  line-height: 1.5;
  margin-bottom: 0.1rem;
  font-weight: bold;
}

.vippasway .Package .packom .paom .pinp {
  width: 100%;
  color: #666;
  line-height: 1.5;
  margin: 0.15rem 0;
  height: 6em;
}

.vippasway .Package .packom .paom .pinp p {
  color: #666;
  line-height: 1.5;
}

.vippasway .Package .packom .paom .money {
  width: 100%;
  font-size: 0;
}

.vippasway .Package .packom .paom .money span {
  display: inline-block;
  color: #fc7300;
}

.vippasway .Package .packom .paom .money b {
  display: inline-block;
  color: #fc7300;
}

.vippasway .Package .packom .paom .money i {
  display: inline-block;
  font-style: normal;
  color: #888888;
}

.vippasway .Package .packom .paom:nth-child(2n) {
  margin-right: 0;
}

.vippasway .Package .pabot {
  width: auto;
  padding: 0rem 0.3rem;
  background-color: #3fb6b0;
  border-radius: 4px;
  color: #fff;
  line-height: 3;
  position: absolute;
  bottom: -1.5em;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.vippasway .Package .pabot span {
  display: inline-block;
  vertical-align: middle;
  width: 0.21rem;
  height: 0.21rem;
  margin-right: 0.12rem;
}

.vippasway .Package .pabot span img {
  width: 100%;
  display: block;
}

.vippasway.backc {
  background-color: #fff;
}

@media (max-width: 768px) {
  .vippasway .Package {
    padding-top: 20%;
  }
  .vippasway .Package .patop {
    top: -13px;
    max-width: 94%;
  }
  .vippasway .Package .patop .tmg {
    padding-top: 18.61%;
  }
  .vippasway .choose .forms .selects .select {
    border-bottom: solid 1px #24b9bb;
  }
}

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

.management .mavans {
  width: 100%;
  font-size: 0;
}

.management .mavans .man {
  width: 33.3%;
  display: inline-block;
  vertical-align: bottom;
  background-color: #eee;
  text-align: center;
  color: #333;
  line-height: 3;
  cursor: pointer;
}

.management .mavans .man.on {
  line-height: 3.5;
  background-color: #fc7300;
  color: #fff;
}

.management .movcms {
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0px 6px 16px 2px rgba(178, 178, 178, 0.15);
  border-radius: 0 0 4px 4px;
  padding: 0.4rem;
}

.management .movcms .movcm {
  width: 100%;
  display: none;
}

.management .movcms .movcm.on {
  display: block;
}

.management .movcms .movlist {
  width: 100%;
  font-size: 0;
}

.management .movcms .movlist .thoem {
  display: inline-block;
  vertical-align: top;
  width: calc((265 / 1180) * 100%);
  margin-right: calc((39 / 1180) * 100%);
  margin-bottom: 0.22rem;
}

.management .movcms .movlist .thoem a {
  width: 100%;
  display: block;
}

.management .movcms .movlist .thoem .imgs {
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 4px;
}

.management .movcms .movlist .thoem .imgs .img {
  width: 100%;
  padding-top: 66.6%;
  transition: all ease 0.3s;
}

.management .movcms .movlist .thoem .imgs .bkm {
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  background-image: linear-gradient(90deg, #4cc8c1 0%, #0c76c4 100%), linear-gradient(#1a87c9, #1a87c9);
  background-blend-mode: normal, normal;
  opacity: 0;
  transition: all ease 0.3s;
}

.management .movcms .movlist .thoem .imgs .bkm span {
  display: inline-block;
  vertical-align: middle;
  background-color: #fff;
  line-height: 2.5;
  height: 2.5em;
  padding: 0 0.2rem;
  border-radius: 4px;
  color: #2c9fc2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.management .movcms .movlist .thoem .th {
  width: 100%;
  text-align: center;
  color: #333;
  font-weight: bold;
  line-height: 1.5;
  margin: 0.1rem 0;
}

.management .movcms .movlist .thoem .tx {
  width: 100%;
  text-align: center;
  color: #888;
  line-height: 1.5;
}

.management .movcms .movlist .thoem:nth-child(4n) {
  margin-right: 0;
}

.management .movcms .movlist .thoem:hover .imgs .img {
  transform: scale(1.1);
}

.management .movcms .movlist .thoem:hover .imgs .bkm {
  opacity: 1;
}

.management .movcms .movlist .thoem:hover .th {
  color: #2c9fc2;
}

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

.doubts .doubt {
  width: 100%;
  font-size: 0;
}

.doubts .doubt .dol {
  width: calc((910 / 1280) * 100%);
  display: inline-block;
  vertical-align: top;
  margin-right: calc((29 / 1280) * 100%);
  background-color: #fff;
  box-shadow: 0px 0px 16px 0px rgba(73, 172, 209, 0.19);
}

.doubts .doubt .dol .dit {
  width: 100%;
  background-color: #32a7c2;
  color: #fff;
  line-height: 2;
  padding: 0.1rem 0.3rem;
  border-radius: 4px 4px 0 0;
}

.doubts .doubt .dol .diomp {
  width: 100%;
  font-size: 0;
  padding: 0.3rem 0.3rem 0.1rem;
}

.doubts .doubt .dol .diomp .diom {
  display: inline-block;
  vertical-align: top;
  width: calc((400 / 830) * 100%);
  margin-right: calc((29 / 830) * 100%);
  margin-bottom: 0.3rem;
}

.doubts .doubt .dol .diomp .diom .title {
  width: 100%;
  background-color: #f2f9fd;
  border-radius: 4px;
  padding: 0.1rem 0.2rem;
  font-size: 0;
}

.doubts .doubt .dol .diomp .diom .title .ic {
  display: inline-block;
  vertical-align: middle;
  width: 0.24rem;
  height: 0.24rem;
  margin-right: 0.15rem;
}

.doubts .doubt .dol .diomp .diom .title .ic img {
  width: 100%;
  display: block;
}

.doubts .doubt .dol .diomp .diom .title .cm {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 0.4rem);
  color: #333;
  line-height: 1.6;
}

.doubts .doubt .dol .diomp .diom .eim {
  width: 100%;
  padding: 0.18rem;
  font-size: 0;
}

.doubts .doubt .dol .diomp .diom .eim .ic {
  display: inline-block;
  vertical-align: top;
  width: 0.24rem;
  height: 0.24rem;
  margin-right: 0.15rem;
}

.doubts .doubt .dol .diomp .diom .eim .ic img {
  width: 100%;
  display: inline-block;
}

.doubts .doubt .dol .diomp .diom .eim .vxm {
  width: calc(100% - 0.4rem);
  display: inline-block;
  vertical-align: top;
  color: #666;
  height: 3.6em;
  line-height: 1.8;
}

.doubts .doubt .dol .diomp .diom:nth-child(2n) {
  margin-right: 0;
}

.doubts .doubt .dor {
  width: calc((340 / 1280) * 100%);
  display: inline-block;
  vertical-align: top;
  box-shadow: 0px 0px 16px 0px rgba(73, 172, 209, 0.19);
}

.doubts .doubt .dor .dit {
  width: 100%;
  background-color: #32a7c2;
  color: #fff;
  line-height: 2;
  padding: 0.1rem 0.3rem;
  border-radius: 4px 4px 0 0;
}

.doubts .doubt .dor .roms {
  width: 100%;
  background-color: #fff;
  padding: 0.3rem 0.2rem 0.4rem;
}

.doubts .doubt .dor .roms form {
  width: 100%;
}

.doubts .doubt .dor .roms .row {
  width: 100%;
  font-size: 0;
  margin-bottom: 0.2rem;
}

.doubts .doubt .dor .roms .row .name {
  display: inline-block;
  vertical-align: middle;
  width: 70px;
  text-align: justify;
  color: #555;
  line-height: 1.5;
  margin-right: 10px;
}

.doubts .doubt .dor .roms .row .aom {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 80px);
}

.doubts .doubt .dor .roms .row .aom .am {
  display: inline-block;
  vertical-align: middle;
  width: 48%;
  margin-right: 4%;
  background-color: #f4f4f4;
  border-radius: 4px;
  text-align: center;
  line-height: 3;
  cursor: pointer;
}

.doubts .doubt .dor .roms .row .aom .am:nth-child(2n) {
  margin-right: 0;
}

.doubts .doubt .dor .roms .row .aom .am.on {
  background-color: #32a7c2;
  color: #fff;
}

.doubts .doubt .dor .roms .row .aom .select {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  box-sizing: border-box;
  background-color: #f4f4f4;
  overflow: hidden;
  border-radius: 4px;
  position: relative;
}

.doubts .doubt .dor .roms .row .aom .select .sim {
  width: 100%;
  font-size: 0;
}

.doubts .doubt .dor .roms .row .aom .select .select-value {
  width: calc(100% - 0.31rem);
  width: 100%;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: 3;
  height: 3em;
  color: #888;
  padding: 0 0.3rem 0 0.2rem;
  text-align: left;
}

.doubts .doubt .dor .roms .row .aom .select select {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
}

.doubts .doubt .dor .roms .row .aom .select select option {
  color: #333;
  font-size: calc(12px - 0.12rem + 0.16rem);
  line-height: 3;
}

.doubts .doubt .dor .roms .row .aom .select:after {
  display: inline-block;
  content: "";
  background-image: url("../images/x.png");
  background-position: center;
  background-size: 100%;
  width: 12px;
  height: 8px;
  position: absolute;
  right: 0.15rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.doubts .doubt .dor .roms .row .aom .ints {
  width: 100%;
}

.doubts .doubt .dor .roms .row .aom .ints input {
  width: 100%;
  display: block;
  border: none;
  border-radius: 4px;
  background-color: #f4f4f4;
  line-height: 3;
  height: 3em;
  padding: 0 0.2rem;
  color: #888;
}

.doubts .doubt .dor .roms .sub {
  width: 100%;
}

.doubts .doubt .dor .roms .sub input {
  width: 100%;
  display: block;
  text-align: center;
  color: #fff;
  line-height: 3;
  height: 3em;
  background-color: #fc7300;
  border-radius: 4px;
  border: none;
  cursor: pointer;
}

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

.advantages .anyans {
  width: 100%;
  position: relative;
}

.advantages .anyans .aox {
  width: calc((337 / 1280) * 100%);
  display: block;
  margin: 0 auto;
  position: relative;
}

.advantages .anyans .aox .amg {
  width: 100%;
  padding-top: 100%;
  position: relative;
  z-index: 2;
}

.advantages .anyans .aox .pcm {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding-top: 100%;
  display: block;
  z-index: 1;
  animation: circle 16s linear infinite;
}

@keyframes circle {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

.advantages .anyans .aox .inx {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.3rem;
}

.advantages .anyans .aox .inx span {
  line-height: 1.3;
  font-weight: bold;
  color: #0068c0;
}

.advantages .anyans .aox .aoxlist {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
}

.advantages .anyans .aox .aoxlist .aoxm {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  width: 3.7rem;
  text-align: right;
}

.advantages .anyans .aox .aoxlist .aoxm .ait {
  width: 100%;
  color: #fff;
  line-height: 1.6;
  font-weight: bold;
  margin-bottom: 0.06rem;
}

.advantages .anyans .aox .aoxlist .aoxm .aix {
  width: 100%;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.6;
}

.advantages .anyans .aox .aoxlist .aoxm .point {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 50%;
  background-color: #80b3df;
}

.advantages .anyans .aox .aoxlist .aoxm:nth-child(2n) {
  text-align: left;
}

.advantages .anyans .aox .aoxlist .aoxm:nth-child(1) {
  top: 0.3rem;
  right: calc(100% + 0.7rem);
}

.advantages .anyans .aox .aoxlist .aoxm:nth-child(1) .point {
  right: -0.2rem;
  transform: rotate(15deg);
}

.advantages .anyans .aox .aoxlist .aoxm:nth-child(1) .point:after {
  content: ' ';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
  width: 0.6rem;
  height: 1px;
  background-color: rgba(128, 179, 223, 0.5);
}

.advantages .anyans .aox .aoxlist .aoxm:nth-child(2) {
  top: 0.3rem;
  left: calc(100% + 0.7rem);
}

.advantages .anyans .aox .aoxlist .aoxm:nth-child(2) .point {
  left: -0.2rem;
  transform: rotate(-15deg);
}

.advantages .anyans .aox .aoxlist .aoxm:nth-child(2) .point:after {
  content: ' ';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 100%;
  width: 0.6rem;
  height: 1px;
  background-color: rgba(128, 179, 223, 0.5);
}

.advantages .anyans .aox .aoxlist .aoxm:nth-child(3) {
  bottom: 0.3rem;
  right: calc(100% + 0.7rem);
}

.advantages .anyans .aox .aoxlist .aoxm:nth-child(3) .point {
  left: calc(100% + 0.1rem);
  transform: rotate(-30deg);
}

.advantages .anyans .aox .aoxlist .aoxm:nth-child(3) .point:after {
  content: ' ';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
  width: 0.5rem;
  height: 1px;
  background-color: rgba(128, 179, 223, 0.5);
}

.advantages .anyans .aox .aoxlist .aoxm:nth-child(4) {
  bottom: 0.3rem;
  left: calc(100% + 0.7rem);
}

.advantages .anyans .aox .aoxlist .aoxm:nth-child(4) .point {
  right: calc(100% + 0.1rem);
  transform: rotate(30deg);
}

.advantages .anyans .aox .aoxlist .aoxm:nth-child(4) .point:after {
  content: ' ';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 100%;
  width: 0.5rem;
  height: 1px;
  background-color: rgba(128, 179, 223, 0.5);
}

@media (max-width: 900px) {
  .advantages .anyans {
    padding: 0;
  }
  .advantages .anyans .aox {
    padding: 0 0.3rem;
    width: 100%;
  }
  .advantages .anyans .aox .aoxlist {
    position: relative;
    width: 100%;
    height: auto;
  }
  .advantages .anyans .aox .aoxlist .aoxm {
    width: 100%;
    position: relative !important;
    text-align: left !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    transform: translateY(0) !important;
    padding: 0.2rem 0;
  }
  .advantages .anyans .aox .aoxlist .aoxm .point {
    display: none !important;
  }
  .advantages .anyans .aox .amg {
    display: none;
  }
}

.certificates {
  width: 100%;
  padding: 0.5rem 0;
  background-color: #f2f9fd;
}

.certificates .certlis {
  width: 100%;
  font-size: 0;
}

.certificates .certlis .certm {
  display: inline-block;
  vertical-align: top;
  width: calc((290 / 1280) * 100%);
  margin-right: calc((39 / 1280) * 100%);
  border-radius: 4px;
  background-color: #fff;
}

.certificates .certlis .certm .imgs {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.certificates .certlis .certm .imgs .img {
  width: 100%;
  padding-top: 82.75%;
  transition: all ease 0.3s;
}

.certificates .certlis .certm .imgs .num {
  position: absolute;
  z-index: 3;
  top: 0.1rem;
  left: 0.1rem;
  color: #40b8c1;
  font-weight: bold;
}

.certificates .certlis .certm .imgs .nmg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 0;
  height: 0;
  border: solid 40px;
  border-color: #d6edf3 transparent  transparent #d6edf3;
}

.certificates .certlis .certm:nth-child(4n) {
  margin-right: 0;
}

.certificates .certlis .certm:hover .imgs .img {
  transform: scale(1.1);
}

@media (max-width: 768px) {
  .certificates .certlis .certm .imgs .nmg {
    border: solid 25px;
    border-color: #d6edf3 transparent  transparent #d6edf3;
  }
}

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

.BalticExpress .baot {
  width: 100%;
  font-size: 0;
  text-align: center;
  margin-top: 0.4rem;
}

.BalticExpress .baot a {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  width: auto;
  padding: 0 0.4rem;
  line-height: 2.5;
  background-image: linear-gradient(90deg, #4cc8c1 0%, #0c76c4 100%), linear-gradient(#2cb9bf, #2cb9bf);
  background-blend-mode: normal, 
 normal;
  border-radius: 4px;
}

.BalticExpress .baot a:hover {
  background-color: #fc7300;
  background-image: none;
}

.BalticExpress .balex {
  width: 100%;
  font-size: 0;
  border: solid 0.2rem #40b8c1;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  border-radius: 6px;
}

.BalticExpress .balex:after {
  content: ' ';
  position: absolute;
  top: -0.3rem;
  width: 0.2rem;
  height: 0.2rem;
  background-color: #fff;
  border-radius: 50%;
  left: calc((312 / 1280) * 100%);
}

.BalticExpress .balex:before {
  content: ' ';
  position: absolute;
  bottom: -0.3rem;
  width: 0.2rem;
  height: 0.2rem;
  background-color: #fff;
  border-radius: 50%;
  left: calc((312 / 1280) * 100%);
}

.BalticExpress .balex .bal {
  display: inline-block;
  vertical-align: top;
  width: calc((312 / 1240) * 100%);
  padding: 0.3rem;
}

.BalticExpress .balex .bal .blt {
  width: 100%;
  color: #fc7300;
  line-height: 1.5;
  margin-bottom: 0.3rem;
  text-align: center;
}

.BalticExpress .balex .bal .bul {
  width: 100%;
}

.BalticExpress .balex .bal .bul .bi {
  width: 100%;
  font-size: 0;
  padding: 0.1rem 0;
}

.BalticExpress .balex .bal .bul .bi .num {
  display: inline-block;
  vertical-align: middle;
  line-height: 0.6rem;
  height: 0.6rem;
  width: 0.6rem;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  margin-right: 0.15rem;
  background-color: #fc7300;
}

.BalticExpress .balex .bal .bul .bi .name {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 0.75rem);
  color: #333;
  line-height: 1.5;
}

.BalticExpress .balex .bar {
  display: inline-block;
  vertical-align: top;
  width: calc((926 / 1240) * 100%);
  padding: 0.3rem;
  background-color: #fdfefe;
  border-left: dashed 1px #d4e9ec;
}

.BalticExpress .balex .bar .bir {
  width: 100%;
  text-align: center;
  line-height: 1.5;
  color: #333;
  margin-bottom: 0.3rem;
}

.BalticExpress .balex .bar .barem {
  width: 100%;
  font-size: 0;
}

.BalticExpress .balex .bar .barem .bem {
  display: inline-block;
  vertical-align: middle;
  width: calc((176 / 880) * 100%);
  position: relative;
}
.BalticExpress .balex .bar .barem .bem a {
  width: 100%;
  display: block;
}

.BalticExpress .balex .bar .barem .bem .jt {
  position: absolute;
  top: 0.38rem;
  right: 0;
  transform: translateY(-50%);
  background-image: url("../images/v6.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 0.12rem;
  height: 0.17rem;
}

.BalticExpress .balex .bar .barem .bem .icon {
  display: block;
  width: 0.76rem;
  height: 0.76rem;
  margin: 0 auto 0.15rem;
  border-radius: 50%;
  background-color: #40b8c1;
}

.BalticExpress .balex .bar .barem .bem .icon img {
  width: 100%;
  display: block;
}

.BalticExpress .balex .bar .barem .bem .vix {
  width: 100%;
  text-align: center;
  color: #333;
  line-height: 1.5;
}
.BalticExpress .balex .bar .barem .bem:hover .icon {
  background-color: #fc7300;
}

.BalticExpress .balex .bar .barem .bem:hover .vix {
  color: #fc7300;
}

.BalticExpress .balex .bar .barem .bem:nth-child(5n) .jt {
  display: none;
}

@media (max-width: 768px) {
  .BalticExpress .balex .bar {
    border: none;
  }
}

.fasts {
  width: 100%;
  padding: 0.5rem 0;
  background-color: #eff7fb;
}

.fasts .faslit {
  width: 100%;
  font-size: 0;
}

.fasts .faslit .fasm {
  display: inline-block;
  vertical-align: top;
  width: calc((300 / 1280) * 100%);
  margin-right: calc((26 / 1280) * 100%);
  border-radius: 4px;
  overflow: hidden;
  background-color: #fff;
}

.fasts .faslit .fasm a {
  width: 100%;
  display: block;
}

.fasts .faslit .fasm .imgs {
  width: 100%;
  overflow: hidden;
}

.fasts .faslit .fasm .imgs .img {
  width: 100%;
  transition: all ease 0.3s;
  padding-top: 63.3%;
}

.fasts .faslit .fasm .fom {
  width: 100%;
  padding: 0.1rem 0.2rem 0.2rem;
}

.fasts .faslit .fasm .fom .fit {
  width: 100%;
  text-align: center;
  color: #333;
  line-height: 1.5;
  margin: 0.06rem 0;
}

.fasts .faslit .fasm .fom .fix {
  width: 100%;
  text-align: center;
  line-height: 1.5;
  height: 3em;
  color: #666;
  margin: 0.06rem 0;
}

.fasts .faslit .fasm:hover .imgs .img {
  transform: scale(1.1);
}

.fasts .faslit .fasm:nth-child(4n) {
  margin-right: 0;
}

@media (max-width: 768px) {
  .fasts .faslit .fasm .fom .fix {
    height: 4.5em;
    -webkit-line-clamp: 3;
  }
}

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

.cores .corem {
  width: 100%;
  font-size: 0;
}

.cores .corem .col {
  display: inline-block;
  vertical-align: top;
  width: calc((300 / 1280) * 100%);
  margin-right: calc((26 / 1280) * 100%);
  overflow: hidden;
  border-radius: 5px;
  position: relative;
}

.cores .corem .col a {
  width: 100%;
  display: block;
}

.cores .corem .col .imgs {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.cores .corem .col .imgs .img {
  width: 100%;
  padding-top: 130%;
  transition: all ease 0.3s;
}

.cores .corem .col .imgs .imt {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.1rem 0.2rem;
  text-align: center;
  color: #fff;
  line-height: 1.5;
}

.cores .corem .col .imgs .imt p {
  color: #fff;
  line-height: 1.5;
}

.cores .corem .col .bkm {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  opacity: 0;
  transition: all ease 0.3s;
  background-color: rgba(252, 112, 0, 0.8);
  display: flex;
  flex-wrap: wrap;
  padding: 0 0.2rem;
  align-content: center;
  transition: all ease 0.3s;
}

.cores .corem .col .bkm .bit {
  width: 100%;
  color: #fff;
  line-height: 1.5;
  text-align: center;
}

.cores .corem .col .bkm .bip {
  width: 100%;
  color: #fff;
  line-height: 1.5;
  margin: 0.15rem 0;
  text-align: center;
  height: 3em;
}

.cores .corem .col .bkm .bip p {
  color: #fff;
  line-height: 1.5;
}

.cores .corem .col .bkm .bom {
  width: 100%;
  font-size: 0;
  text-align: center;
}

.cores .corem .col .bkm .bom span {
  display: inline-block;
  vertical-align: middle;
  color: #fc7000;
  background-color: #fff;
  border-radius: 4px;
  line-height: 2.5;
  padding: 0 0.3rem;
}

.cores .corem .col:hover .bkm {
  opacity: 1;
}

.cores .corem .cor {
  display: inline-block;
  vertical-align: top;
  width: calc((953 / 1280) * 100%);
  font-size: 0;
}

.cores .corem .cor .corm {
  display: inline-block;
  vertical-align: top;
  width: calc((300 / 953) * 100%);
  margin-right: calc((26 / 953) * 100%);
  margin-bottom: 0.3rem;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}

.cores .corem .cor .corm a {
  width: 100%;
  display: block;
}

.cores .corem .cor .corm .imgs {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.cores .corem .cor .corm .imgs .img {
  width: 100%;
  padding-top: 60%;
  transition: all ease 0.3s;
}

.cores .corem .cor .corm .imgs .imt {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.1rem 0.2rem;
  text-align: center;
  color: #fff;
  line-height: 1.5;
}

.cores .corem .cor .corm .imgs .imt p {
  color: #fff;
  line-height: 1.5;
}

.cores .corem .cor .corm .bkm {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  opacity: 0;
  transition: all ease 0.3s;
  background-color: rgba(252, 112, 0, 0.8);
  display: flex;
  flex-wrap: wrap;
  padding: 0 0.2rem;
  align-content: center;
  transition: all ease 0.3;
}

.cores .corem .cor .corm .bkm .bit {
  width: 100%;
  color: #fff;
  line-height: 1.5;
  text-align: center;
}

.cores .corem .cor .corm .bkm .bip {
  width: 100%;
  color: #fff;
  line-height: 1.5;
  margin: 0.15rem 0;
  text-align: center;
}

.cores .corem .cor .corm .bkm .bip p {
  color: #fff;
  line-height: 1.5;
}

.cores .corem .cor .corm .bkm .bom {
  width: 100%;
  font-size: 0;
  text-align: center;
}

.cores .corem .cor .corm .bkm .bom span {
  display: inline-block;
  vertical-align: middle;
  color: #fc7000;
  background-color: #fff;
  border-radius: 4px;
  line-height: 2.5;
  padding: 0 0.3rem;
}

.cores .corem .cor .corm:hover .bkm {
  opacity: 1;
}

.cores .corem .cor .corm:nth-child(3n) {
  margin-right: 0;
}

@media (max-width: 768px) {
  .cores .corem .col .imgs .img {
    padding-top: 50%;
  }
}

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

.material .mater {
  width: 100%;
  font-size: 0;
}

.material .mater .mal {
  display: inline-block;
  vertical-align: middle;
  width: calc((540 / 1280) * 100%);
  box-shadow: 0px 1px 18px 0px rgba(44, 159, 194, 0.26);
}

.material .mater .mal .mit {
  width: 100%;
  background-color: #10aaa2;
  border-radius: 4px 4px 0 0;
  text-align: center;
  color: #fff;
  line-height: 3;
}

.material .mater .mal .mvm {
  width: 100%;
  padding: 0.2rem;
  font-size: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}

.material .mater .mal .mvm .mvl {
  width: calc((50 / 100) * 100%);
  display: inline-block;
  vertical-align: top;
  padding-right: 0.14rem;
  height: 2rem;
}

.material .mater .mal .mvm .mvl .mi {
  width: 100%;
  font-size: 0;
  padding: 0.06rem 0;
}

.material .mater .mal .mvm .mvl .mi .mun {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  color: #10aaa2;
  line-height: 1.5;
  font-weight: bold;
  margin-right: 0.1rem;
}

.material .mater .mal .mvm .mvl .mi .mx {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 30px - 0.1rem);
  color: #555;
  line-height: 1.5;
}

.material .mater .mal .mvm .mmg {
  width: calc((50 / 100) * 100%);
  display: inline-block;
  vertical-align: top;
}

.material .mater .mal .mvm .mmg .img {
  width: 100%;
  padding-top: 85.7%;
}

.material .mater .mam {
  display: inline-block;
  vertical-align: middle;
  width: calc((144 / 1280) * 100%);
  margin: 0 calc((27 / 1280) * 100%);
  text-align: center;
  font-size: 0;
}

.material .mater .mam .imgs {
  width: 100%;
  width: 1.4rem;
  display: inline-block;
  vertical-align: middle;
  background-color: #ffffff;
  box-shadow: 0px 1px 18px 0px rgba(44, 159, 194, 0.26);
  border-radius: 50%;
}

.material .mater .mam .imgs .img {
  width: 100%;
  padding-top: 100%;
}

.material .mater .mar {
  display: inline-block;
  vertical-align: middle;
  width: calc((540 / 1280) * 100%);
  background-color: #ffffff;
  box-shadow: 0px 1px 18px 0px rgba(44, 159, 194, 0.26);
}

.material .mater .mar .mit {
  width: 100%;
  background-color: #fc7300;
  border-radius: 4px 4px 0 0;
  text-align: center;
  color: #fff;
  line-height: 3;
}

.material .mater .mar .mvm {
  width: 100%;
  padding: 0.2rem;
  font-size: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}

.material .mater .mar .mvm .mvl {
  width: calc((50 / 100) * 100%);
  display: inline-block;
  vertical-align: top;
  padding-right: 0.14rem;
  height: 2rem;
}

.material .mater .mar .mvm .mvl .mi {
  width: 100%;
  font-size: 0;
  padding: 0.06rem 0;
}

.material .mater .mar .mvm .mvl .mi .mun {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  color: #fc7300;
  line-height: 1.5;
  font-weight: bold;
  margin-right: 0.1rem;
}

.material .mater .mar .mvm .mvl .mi .mx {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 30px - 0.1rem);
  color: #555;
  line-height: 1.5;
}

.material .mater .mar .mvm .mmg {
  width: calc((50 / 100) * 100%);
  display: inline-block;
  vertical-align: top;
}

.material .mater .mar .mvm .mmg .img {
  width: 100%;
  padding-top: 85.7%;
}

@media (max-width: 768px) {
  .material .mater .mal .mvm .mmg, .material .mater .mar .mvm .mmg {
    max-width: 70% !important;
    display: block !important;
    margin: 0 auto 10px !important;
  }
}

.Fsteps {
  width: 100%;
  padding: 0.5rem 0;
  background-color: #f2f8fc;
}

.Fsteps .proces {
  width: 100%;
  position: relative;
  padding: 1.75rem 0;
  font-size: 0;
}

.Fsteps .proces .procem {
  width: 100%;
  font-size: 0;
  text-align: center;
}

.Fsteps .proces .point {
  display: inline-block;
  vertical-align: middle;
  width: calc((310 / 1280) * 100%);
  position: relative;
  z-index: 3;
}

.Fsteps .proces .point .pint {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
}

.Fsteps .proces .point .pint .mm {
  width: 0.29rem;
  height: 0.29rem;
  display: block;
  margin: 0 auto;
}

.Fsteps .proces .point .pint .mm img {
  width: 100%;
  display: block;
}

.Fsteps .proces .point .pint .mm img:first-child {
  display: block;
}

.Fsteps .proces .point .pint .mm img:last-child {
  display: none;
}

.Fsteps .proces .point .pint .poms {
  bottom: 0.29rem;
  top: auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 0px 27px 0px rgba(22, 130, 196, 0.13);
  border-radius: 4px;
  padding: 0.2rem;
  margin-top: 0.4rem;
  margin-top: 0;
  margin-bottom: 0.4rem;
  font-size: 0;
  text-align: left;
}

.Fsteps .proces .point .pint .poms:after {
  content: ' ';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  background-color: #b8e0de;
  height: 0.4rem;
  bottom: -0.4rem;
}

.Fsteps .proces .point .pint .poms .pic {
  display: inline-block;
  vertical-align: middle;
  width: 0.46rem;
  height: 0.46rem;
  margin-right: 0.15rem;
}

.Fsteps .proces .point .pint .poms .pic img {
  width: 100%;
  display: block;
}

.Fsteps .proces .point .pint .poms .pig {
  width: calc(100% - 0.61rem);
  display: inline-block;
  vertical-align: middle;
}

.Fsteps .proces .point .pint .poms .pig .pi {
  width: 100%;
  color: #333;
  line-height: 1.5;
  font-weight: bold;
}

.Fsteps .proces .point .pint .poms .pig .pg {
  width: 100%;
  color: #666;
  line-height: 1.5;
}

.Fsteps .proces .point:hover .pint .mm img:first-child {
  display: none;
}

.Fsteps .proces .point:hover .pint .mm img:last-child {
  display: block;
}

.Fsteps .proces .point:hover .pint .poms:after {
  background-color: #fc7300;
}

.Fsteps .proces .point:nth-child(2n) .pint .poms {
  bottom: auto;
  top: 0.29rem;
  margin-top: 0;
  margin-top: 0.4rem;
}

.Fsteps .proces .point:nth-child(2n) .pint .poms:after {
  top: -0.4rem;
  bottom: auto;
}

.Fsteps .proces .lmg {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  width: calc((1795 / 1920) * 100%);
}

.Fsteps .proces .point:nth-child(1) {
  top: 0.12rem;
}

.Fsteps .proces .point:nth-child(2) {
  top: -0.16rem;
}

.Fsteps .proces .point:nth-child(3) {
  top: -0.16rem;
}

.Fsteps .proces .point:nth-child(4) {
  top: 0.09rem;
}

@media (max-width: 1300px) {
  .Fsteps .proces .point:nth-child(1) {
    top: 0.12rem;
  }
  .Fsteps .proces .point:nth-child(2) {
    top: -0.1rem;
  }
  .Fsteps .proces .point:nth-child(3) {
    top: -0.1rem;
  }
  .Fsteps .proces .point:nth-child(4) {
    top: 0.15rem;
  }
}

@media (max-width: 768px) {
  .Fsteps .proces {
    padding: 0;
  }
  .Fsteps .proces .point {
    top: 0 !important;
  }
  .Fsteps .proces .point .pint {
    width: 100%;
  }
  .Fsteps .proces .point .pint .mm {
    display: none;
  }
  .Fsteps .proces .point .pint .poms {
    position: relative;
    width: 100%;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    top: auto !important;
    left: auto !important;
    bottom: 0 !important;
    transform: translateX(0) !important;
  }
  .Fsteps .proces .point .pint .poms:after {
    display: none;
  }
  .Fsteps .proces .lmg {
    display: none;
  }
}

.Bookkeep {
  width: 100%;
  padding-bottom: 0.5rem;
}

.Bookkeep .bookep {
  width: 100%;
}

.Bookkeep .bookep .agentlis {
  width: 100%;
  font-size: 0;
}

.Bookkeep .bookep .agentlis .agem {
  display: inline-block;
  vertical-align: top;
  width: calc((400 / 1280) * 100%);
  margin-right: calc((39 / 1280) * 100%);
  background-color: #fff;
  border-radius: 5px;
  padding: 0.26rem;
  font-size: 0;
  margin-bottom: 0.3rem;
}

.Bookkeep .bookep .agentlis .agem a {
  width: 100%;
  display: block;
  margin: 0 auto 0;
  max-width: 360px;
}

.Bookkeep .bookep .agentlis .agem .icon {
  display: inline-block;
  vertical-align: top;
  width: 0.82rem;
  height: 0.82rem;
  margin-right: 0.27rem;
  border-radius: 50%;
  width: 82px;
  height: 82px;
  margin-right: 20px;
}

.Bookkeep .bookep .agentlis .agem .icon img {
  width: 100%;
  display: block;
}

.Bookkeep .bookep .agentlis .agem .gom {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 1.1rem);
  width: calc(100% - 82px - 20px);
}

.Bookkeep .bookep .agentlis .agem .gom .gt {
  width: 100%;
  color: #333;
  line-height: 1.5;
}

.Bookkeep .bookep .agentlis .agem .gom .gm {
  width: 100%;
  color: rgba(51, 51, 51, 0.5);
  line-height: 1.5;
}

.Bookkeep .bookep .agentlis .agem .gom .gix {
  width: 100%;
  color: #888;
  line-height: 1.5;
  height: 3em;
  margin: 0.1rem 0 0.15rem;
}

.Bookkeep .bookep .agentlis .agem .gom .gix p {
  color: #888;
  line-height: 1.5;
}

.Bookkeep .bookep .agentlis .agem .gom .got {
  width: 100%;
  font-size: 0;
}

.Bookkeep .bookep .agentlis .agem .gom .got span {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  background-color: #ffffff;
  border-radius: 4px;
  border: solid 1px #fc7300;
  line-height: 2.5;
  color: #fc7300;
  padding: 0 0.3rem;
}

.Bookkeep .bookep .agentlis .agem:hover .gom .got span {
  background-color: #fc7300;
  color: #fff;
}

.Bookkeep .bookep .agentlis .agem:nth-child(3n) {
  margin-right: 0;
}

.Bookkeep .bookep .projects {
  width: 100%;
  font-size: 0;
  margin-bottom: 0.2rem;
}

.Bookkeep .bookep .projects .prl {
  display: inline-block;
  vertical-align: top;
  width: calc((620 / 1280) * 100%);
  margin-right: calc((39 / 1280) * 100%);
}

.Bookkeep .bookep .projects .prl .pit {
  width: 100%;
  font-size: 0;
  padding: 0 0.3rem;
  background-color: #3fb6b0;
  border-radius: 6px 6px 0 0;
  position: relative;
}

.Bookkeep .bookep .projects .prl .pit span {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 3;
  font-weight: bold;
}

.Bookkeep .bookep .projects .prl .pren {
  width: 100%;
  background-color: #fff;
  padding: 0.24rem 0.3rem;
  border-radius: 0 0 6px 6px;
}

.Bookkeep .bookep .projects .prl .pren .pinp {
  width: 100%;
  color: #666;
  line-height: 1.8;
  height: 2.8rem;
}

.Bookkeep .bookep .projects .prl .pren .pinp p {
  color: #666;
  line-height: 1.8;
}

.Bookkeep .bookep .projects .prr {
  display: inline-block;
  vertical-align: top;
  width: calc((620 / 1280) * 100%);
}

.Bookkeep .bookep .projects .prr .pit {
  width: 100%;
  font-size: 0;
  padding: 0 0.3rem;
  background-color: #fc7300;
  border-radius: 6px 6px 0 0;
  position: relative;
}

.Bookkeep .bookep .projects .prr .pit span {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 3;
  font-weight: bold;
}

.Bookkeep .bookep .projects .prr .pren {
  width: 100%;
  background-color: #fff;
  padding: 0.24rem 0.3rem;
  border-radius: 0 0 6px 6px;
}

.Bookkeep .bookep .projects .prr .pren .pinp {
  width: 100%;
  color: #666;
  line-height: 1.8;
  height: 2.8rem;
}

.Bookkeep .bookep .projects .prr .pren .pinp p {
  color: #666;
  line-height: 1.8;
}

.Bookkeep .bookep .projects .prr .pren.tpc {
  font-size: 0;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}

.Bookkeep .bookep .projects .prr .pren.tpc .pinp {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding-right: 0.1rem;
  color: #666;
  line-height: 1.8;
  height: 2.8rem;
}

.Bookkeep .bookep .projects .prr .pren.tpc .pinp p {
  color: #666;
  line-height: 1.8;
}

.Bookkeep .bookep .projects .prr .pren.tpc .pmg {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}

.Bookkeep .bookep .projects .prr .pren.tpc .pmg .imgs {
  width: 100%;
  overflow: hidden;
}

.Bookkeep .bookep .projects .prr .pren.tpc .pmg .imgs .img {
  width: 100%;
  padding-top: 83.2%;
}

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

.commonpro .commonlis {
  width: 100%;
  font-size: 0;
}

.commonpro .commonlis .commn {
  display: inline-block;
  vertical-align: top;
  width: calc((625 / 1280) * 100%);
  margin-right: calc((29 / 1280) * 100%);
  margin-bottom: 0.2rem;
  background-color: #ecf6fb;
  padding: 0.3rem 0.4rem;
  cursor: pointer;
}

.commonpro .commonlis .commn .ask {
  width: 100%;
  font-size: 0;
  margin-bottom: 0.1rem;
}

.commonpro .commonlis .commn .ask .icon {
  display: inline-block;
  vertical-align: middle;
  width: 0.24rem;
  height: 0.24rem;
  width: 24px;
  height: 24px;
  margin-right: 0.15rem;
}

.commonpro .commonlis .commn .ask .icon img {
  width: 100%;
  display: block;
}

.commonpro .commonlis .commn .ask .icon img:first-child {
  display: block;
}

.commonpro .commonlis .commn .ask .icon img:last-child {
  display: none;
}

.commonpro .commonlis .commn .ask .ax {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 0.15rem - 24px);
  color: #333;
  font-weight: bold;
  line-height: 1.5;
}

.commonpro .commonlis .commn .answer {
  width: 100%;
  font-size: 0;
}

.commonpro .commonlis .commn .answer .icon {
  display: inline-block;
  vertical-align: top;
  width: 0.24rem;
  height: 0.24rem;
  width: 24px;
  height: 24px;
  margin-right: 0.15rem;
}

.commonpro .commonlis .commn .answer .icon img {
  width: 100%;
  display: block;
}

.commonpro .commonlis .commn .answer .icon img:first-child {
  display: block;
}

.commonpro .commonlis .commn .answer .icon img:last-child {
  display: none;
}

.commonpro .commonlis .commn .answer .ax {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 0.15rem - 24px);
  color: #666;
  line-height: 1.8;
  height: 3.6em;
  margin-top: 0.02rem;
}

.commonpro .commonlis .commn:nth-child(2n) {
  margin-right: 0;
}

.commonpro .commonlis .commn:hover {
  background-color: #41b9c1;
}

.commonpro .commonlis .commn:hover .ask .icon img:first-child {
  display: none;
}

.commonpro .commonlis .commn:hover .ask .icon img:last-child {
  display: block;
}

.commonpro .commonlis .commn:hover .ask .ax {
  color: #fff;
}

.commonpro .commonlis .commn:hover .answer .icon img:first-child {
  display: none;
}

.commonpro .commonlis .commn:hover .answer .icon img:last-child {
  display: block;
}

.commonpro .commonlis .commn:hover .answer .ax {
  color: #fff;
}

.commonpro .commonlis .commn:nth-child(4n+1) {
  border-radius: 0 40px 0 40px;
}

.commonpro .commonlis .commn:nth-child(4n+2) {
  border-radius: 40px 0  40px 0;
}

.commonpro .commonlis .commn:nth-child(4n+3) {
  border-radius: 40px 0  40px 0;
}

.commonpro .commonlis .commn:nth-child(4n+4) {
  border-radius: 0 40px 0 40px;
}

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

.difference .diffens {
  width: 100%;
  font-size: 0;
}

.difference .diffens .dil {
  display: inline-block;
  vertical-align: middle;
  width: calc((404 / 1280) * 100%);
  margin-right: calc((33 / 1280) * 100%);
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(231, 231, 231, 0.42);
  border-radius: 6px;
  padding: 0 0.4rem 0.15rem;
}

.difference .diffens .dil .dit {
  width: 100%;
  font-size: 0;
  text-align: center;
  margin-bottom: 0.1rem;
}

.difference .diffens .dil .dit span {
  display: inline-block;
  vertical-align: middle;
  background-color: #efefef;
  color: #666;
  line-height: 2.2;
  width: auto;
  position: relative;
  top: -0.15rem;
  padding: 0 0.4rem;
  border-radius: 0 0 5px 5px;
}

.difference .diffens .dil .dit span:after {
  content: ' ';
  position: absolute;
  left: -0.15rem;
  top: 0;
  width: 0;
  height: 0;
  border: solid 0.075rem;
  border-color: transparent #cecece #cecece transparent;
}

.difference .diffens .dil .dit span:before {
  content: ' ';
  position: absolute;
  right: -0.15rem;
  top: 0;
  width: 0;
  height: 0;
  border: solid 0.075rem;
  border-color: transparent transparent #cecece #cecece;
}

.difference .diffens .dil .dul {
  width: 100%;
}

.difference .diffens .dil .dul .di {
  width: 100%;
  font-size: 0;
  border: dashed 1px #e5e5e5;
  padding: 0.1rem 0.2rem;
  margin-bottom: 0.15rem;
}

.difference .diffens .dil .dul .di .icon {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-right: 0.12rem;
}

.difference .diffens .dil .dul .di .icon img {
  width: 100%;
  display: block;
}

.difference .diffens .dil .dul .di .dm {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 20px - 0.12rem);
  color: #666;
  line-height: 2;
}

.difference .diffens .dim {
  display: inline-block;
  vertical-align: middle;
  width: calc((404 / 1280) * 100%);
  margin-right: calc((33 / 1280) * 100%);
  text-align: center;
}

.difference .diffens .dim .imgs {
  display: inline-block;
  vertical-align: top;
  width: 2.91rem;
  position: relative;
}

.difference .diffens .dim .imgs .img {
  width: 100%;
  padding-top: 100.6%;
}

.difference .diffens .dim .imgs:after {
  content: ' ';
  position: absolute;
  background-image: url("../images/i22.png");
  width: 0.81rem;
  height: 0.57rem;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
}

.difference .diffens .dim .imgs:before {
  content: ' ';
  position: absolute;
  background-image: url("../images/i22.png");
  width: 0.81rem;
  height: 0.57rem;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
}

.difference .diffens .dir {
  display: inline-block;
  vertical-align: middle;
  width: calc((404 / 1280) * 100%);
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(231, 231, 231, 0.42);
  border-radius: 6px;
  padding: 0 0.4rem 0.15rem;
}

.difference .diffens .dir .dit {
  width: 100%;
  font-size: 0;
  text-align: center;
  margin-bottom: 0.1rem;
}

.difference .diffens .dir .dit span {
  display: inline-block;
  vertical-align: middle;
  background-color: #ff9228;
  color: #fff;
  line-height: 2.2;
  width: auto;
  font-weight: bold;
  position: relative;
  top: -0.15rem;
  padding: 0 0.4rem;
  border-radius: 0 0 5px 5px;
}

.difference .diffens .dir .dit span:after {
  content: ' ';
  position: absolute;
  left: -0.15rem;
  top: 0;
  width: 0;
  height: 0;
  border: solid 0.075rem;
  border-color: transparent #ed7500 #ed7500 transparent;
}

.difference .diffens .dir .dit span:before {
  content: ' ';
  position: absolute;
  right: -0.15rem;
  top: 0;
  width: 0;
  height: 0;
  border: solid 0.075rem;
  border-color: transparent transparent #ed7500 #ed7500;
}

.difference .diffens .dir .dul {
  width: 100%;
}

.difference .diffens .dir .dul .di {
  width: 100%;
  font-size: 0;
  border: dashed 1px rgba(63, 184, 194, 0.3);
  padding: 0.1rem 0.2rem;
  margin-bottom: 0.15rem;
}

.difference .diffens .dir .dul .di .icon {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-right: 0.12rem;
}

.difference .diffens .dir .dul .di .icon img {
  width: 100%;
  display: block;
}

.difference .diffens .dir .dul .di .dm {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 20px - 0.12rem);
  color: #666;
  line-height: 2;
}

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

.Accstrengths .accstr {
  width: 100%;
  font-size: 0;
}

.Accstrengths .accstr .acl {
  display: inline-block;
  vertical-align: middle;
  width: calc((290 / 1280) * 100%);
}

.Accstrengths .accstr .acl .acltm {
  width: 90%;
  display: block;
  background-color: #fff;
  padding: 0.2rem;
  font-size: 0;
  transition: all ease 0.3s;
  margin-bottom: 0.2rem;
  position: relative;
  cursor: pointer;
}

.Accstrengths .accstr .acl .acltm .ia {
  display: inline-block;
  vertical-align: middle;
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.12rem;
}

.Accstrengths .accstr .acl .acltm .ia img {
  width: 100%;
  display: block;
}

.Accstrengths .accstr .acl .acltm .ia img:first-child {
  display: block;
}

.Accstrengths .accstr .acl .acltm .ia img:last-child {
  display: none;
}

.Accstrengths .accstr .acl .acltm .ac {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 0.62rem);
  color: #333;
  line-height: 1.5;
}

.Accstrengths .accstr .acl .acltm .btn {
  position: absolute;
  right: -0.22rem;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
  width: 0.44rem;
  height: 0.44rem;
  border-radius: 50%;
  opacity: 0;
  transition: all ease 0.3s;
  box-shadow: 0px 1px 32px 0px rgba(252, 115, 0, 0.28);
}

.Accstrengths .accstr .acl .acltm .btn img {
  width: 100%;
  display: block;
}

.Accstrengths .accstr .acl .acltm.on {
  width: 100%;
  background-color: #fc7300;
}

.Accstrengths .accstr .acl .acltm.on .ia img:first-child {
  display: none;
}

.Accstrengths .accstr .acl .acltm.on .ia img:last-child {
  display: block;
}

.Accstrengths .accstr .acl .acltm.on .ac {
  color: #fff;
}

.Accstrengths .accstr .acl .acltm.on .btn {
  opacity: 1;
}

.Accstrengths .accstr .acl .acltm:hover {
  background-color: #fc7300;
}

.Accstrengths .accstr .acl .acltm:hover .ia img:first-child {
  display: none;
}

.Accstrengths .accstr .acl .acltm:hover .ia img:last-child {
  display: block;
}

.Accstrengths .accstr .acl .acltm:hover .ac {
  color: #fff;
}

.Accstrengths .accstr .acl .acltm:hover .btn {
  opacity: 1;
}

.Accstrengths .accstr .acr {
  display: inline-block;
  vertical-align: top;
  width: calc((989 / 1280) * 100%);
}

.Accstrengths .accstr .acr .acrem {
  width: 100%;
  display: none;
  font-size: 0;
  background-color: #fff;
  border-radius: 4px;
}

.Accstrengths .accstr .acr .acrem .imgs {
  width: calc((650 / 989) * 100%);
  display: inline-block;
  vertical-align: middle;
}

.Accstrengths .accstr .acr .acrem .imgs .img {
  width: 100%;
  padding-top: 64.61%;
}

.Accstrengths .accstr .acr .acrem .crm {
  display: inline-block;
  vertical-align: middle;
  width: calc((338 / 989) * 100%);
  padding: 0.2rem;
}

.Accstrengths .accstr .acr .acrem .crm .cit {
  width: 100%;
  color: #fc7300;
  text-align: center;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 0.16rem;
}

.Accstrengths .accstr .acr .acrem .crm .cinr {
  width: 100%;
  color: #555;
  line-height: 1.8;
  height: 3rem;
}

.Accstrengths .accstr .acr .acrem .crm .cinr p {
  color: #555;
  line-height: 1.8;
}

.Accstrengths .accstr .acr .acrem.on {
  display: block;
}

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

.business .corem {
  width: 100%;
  font-size: 0;
}

.business .corem .col {
  display: inline-block;
  vertical-align: top;
  width: calc((406 / 1280) * 100%);
  margin-right: calc((31 / 1280) * 100%);
  overflow: hidden;
  border-radius: 5px;
  position: relative;
}

.business .corem .col a {
  width: 100%;
  display: block;
}

.business .corem .col .imgs {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.business .corem .col .imgs .img {
  width: 100%;
  padding-top: 130%;
  transition: all ease 0.3s;
}

.business .corem .col .imgs .imt {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.2rem 0.2rem;
}

.business .corem .col .imgs .imt .ti {
  width: 100%;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 0.06rem;
}

.business .corem .col .imgs .imt .tin {
  width: 100%;
  color: #fff;
  line-height: 1.5;
}

.business .corem .col .bkm {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  opacity: 0;
  transition: all ease 0.3s;
  background-color: rgba(252, 112, 0, 0.8);
  display: flex;
  flex-wrap: wrap;
  padding: 0 0.2rem;
  align-content: center;
  transition: all ease 0.3s;
}

.business .corem .col .bkm .bit {
  width: 100%;
  color: #fff;
  line-height: 1.5;
  text-align: center;
}

.business .corem .col .bkm .bip {
  width: 100%;
  color: #fff;
  line-height: 1.5;
  margin: 0.15rem 0;
  text-align: center;
}

.business .corem .col .bkm .bip p {
  color: #fff;
  line-height: 1.5;
}

.business .corem .col .bkm .bom {
  width: 100%;
  font-size: 0;
  text-align: center;
}

.business .corem .col .bkm .bom span {
  display: inline-block;
  vertical-align: middle;
  color: #fc7000;
  background-color: #fff;
  border-radius: 4px;
  line-height: 2.5;
  padding: 0 0.3rem;
}

.business .corem .col:hover .bkm {
  opacity: 1;
}

.business .corem .cor {
  display: inline-block;
  vertical-align: top;
  width: calc((842 / 1280) * 100%);
  font-size: 0;
}

.business .corem .cor .corm {
  display: inline-block;
  vertical-align: top;
  width: calc((406 / 842) * 100%);
  margin-right: calc((29 / 842) * 100%);
  margin-bottom: 0.3rem;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}

.business .corem .cor .corm a {
  width: 100%;
  display: block;
}

.business .corem .cor .corm .imgs {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.business .corem .cor .corm .imgs .img {
  width: 100%;
  padding-top: 61%;
  transition: all ease 0.3s;
}

.business .corem .cor .corm .imgs .imt {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.1rem 0.2rem;
  text-align: center;
  color: #fff;
  line-height: 1.5;
}

.business .corem .cor .corm .imgs .imt p {
  color: #fff;
  line-height: 1.5;
}

.business .corem .cor .corm .bkm {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  opacity: 0;
  transition: all ease 0.3s;
  background-color: rgba(252, 112, 0, 0.8);
  display: flex;
  flex-wrap: wrap;
  padding: 0 0.2rem;
  align-content: center;
  transition: all ease 0.3;
}

.business .corem .cor .corm .bkm .bit {
  width: 100%;
  color: #fff;
  line-height: 1.5;
  text-align: center;
}

.business .corem .cor .corm .bkm .bip {
  width: 100%;
  color: #fff;
  line-height: 1.5;
  margin: 0.15rem 0;
  text-align: center;
}

.business .corem .cor .corm .bkm .bip p {
  color: #fff;
  line-height: 1.5;
}

.business .corem .cor .corm .bkm .bom {
  width: 100%;
  font-size: 0;
  text-align: center;
}

.business .corem .cor .corm .bkm .bom span {
  display: inline-block;
  vertical-align: middle;
  color: #fc7000;
  background-color: #fff;
  border-radius: 4px;
  line-height: 2.5;
  padding: 0 0.3rem;
}

.business .corem .cor .corm:hover .bkm {
  opacity: 1;
}

.business .corem .cor .corm:nth-child(2n) {
  margin-right: 0;
}

@media (max-width: 768px) {
  .business .corem .col .imgs .img {
    padding-top: 50%;
  }
}

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

.services .anyans {
  width: 100%;
  position: relative;
  padding: 1.2rem 0 0.5rem;
}

.services .anyans .aox {
  width: calc((434 / 1280) * 100%);
  display: block;
  margin: 0 auto;
  position: relative;
}

.services .anyans .aox .amg {
  width: 100%;
  padding-top: 100%;
  position: relative;
  z-index: 2;
}

.services .anyans .aox .pcm {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding-top: 100%;
  display: block;
  z-index: 1;
  animation: circle 16s linear infinite;
}

@keyframes circle {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

.services .anyans .aox .inx {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.12rem;
  background-image: linear-gradient(90deg, #4cc8c1 0%, #0c76c4 100%), linear-gradient(#f2f9fd, #f2f9fd);
  background-blend-mode: normal, 
 normal;
}

.services .anyans .aox .inx span {
  line-height: 1.3;
  font-weight: bold;
  color: #fff;
  width: 2.5em;
}

.services .anyans .aox .aoxlist {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
}

.services .anyans .aox .aoxlist .aoxm {
  position: absolute;
  z-index: 4;
  width: auto;
  height: auto;
  height: 1.45rem;
  max-width: 33%;
  min-width: 33%;
  text-align: center;
  border-radius: 50%;
  padding: 0.2rem;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}

.services .anyans .aox .aoxlist .aoxm .ait {
  width: 100%;
  color: #fff;
  line-height: 1.6;
  font-weight: bold;
  margin-bottom: 0.06rem;
  text-align: center;
}

.services .anyans .aox .aoxlist .aoxm .aix {
  width: 100%;
  color: #fff;
  line-height: 1.6;
  height: 4.8em;
}

.services .anyans .aox .aoxlist .aoxm .tip {
  position: absolute;
  width: auto;
  display: block;
  border-radius: 5px;
  line-height: 2.5;
  color: #fff;
  padding: 0 .3rem;
  right: calc(100% + 0.4rem);
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
}

.services .anyans .aox .aoxlist .aoxm:nth-child(1) {
  background-color: #fc7300;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.services .anyans .aox .aoxlist .aoxm:nth-child(1) .tip {
  background-color: #fc7300;
}

.services .anyans .aox .aoxlist .aoxm:nth-child(2) {
  bottom: 0.55rem;
  left: 0;
  transform: translateX(-50%);
  background-color: #24b9bb;
}

.services .anyans .aox .aoxlist .aoxm:nth-child(2) .tip {
  background-color: #24b9bb;
}

.services .anyans .aox .aoxlist .aoxm:nth-child(3) {
  bottom: 0.55rem;
  right: 0;
  transform: translateX(50%);
  background-color: #1581c4;
}

.services .anyans .aox .aoxlist .aoxm:nth-child(3) .tip {
  right: auto;
  left: calc(100% + 0.4rem);
  background-color: #1581c4;
}

.services .anyans .aox .iconlist {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
}

.services .anyans .aox .iconlist .icem {
  position: absolute;
  width: 0.46rem;
  height: 0.46rem;
  text-align: center;
  border-radius: 50%;
}

.services .anyans .aox .iconlist .icem img {
  width: 100%;
  display: block;
}

.services .anyans .aox .iconlist .icem:nth-child(1) {
  top: 19%;
  left: 0.1rem;
}

.services .anyans .aox .iconlist .icem:nth-child(2) {
  bottom: -0.23rem;
  left: 50%;
  transform: translateX(-50%);
}

.services .anyans .aox .iconlist .icem:nth-child(3) {
  top: 19%;
  right: 0.1rem;
}

@media (max-width: 1300px) {
  .services .anyans .aox .aoxlist .aoxm {
    height: 2rem;
  }
}

@media (max-width: 768px) {
  .services .anyans {
    padding-top: 0.2rem;
  }
  .services .anyans .aox {
    width: 100%;
  }
  .services .anyans .aox .iconlist {
    margin: 0 auto 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .services .anyans .aox .amg {
    max-width: 60%;
    padding-top: 60%;
    margin: 0 auto 0.5rem;
    position: relative;
  }
  .services .anyans .aox .pcm {
    max-width: 60%;
    padding-top: 60%;
    left: 20%;
  }
  .services .anyans .aox .aoxlist {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.3rem;
  }
  .services .anyans .aox .aoxlist .aoxm {
    width: 100%;
    position: relative !important;
    left: auto !important;
    top: auto !important;
    bottom: auto !important;
    transform: translate(0, 0) !important;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 10px;
    max-width: 100%;
    min-width: 0;
  }
}

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

.serprocess .mitop .mit .mt span {
  color: #10aaa2;
}

.serprocess .sercess {
  width: 100%;
  font-size: 0;
}

.serprocess .sercess .sercm {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}

.serprocess .sercess .sercm .linec {
  width: 100%;
  font-size: 0;
  text-align: center;
  position: relative;
}

.serprocess .sercess .sercm .linec span {
  display: inline-block;
  vertical-align: middle;
  width: 0.26rem;
  height: 0.26rem;
  border-radius: 50%;
  background-color: #e4f2f9;
}

.serprocess .sercess .sercm .linec:after {
  content: ' ';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 1px;
  background-color: #e4f2f9;
}

.serprocess .sercess .sercm .scysm {
  width: 100%;
  font-size: 0;
  margin-top: 0.6rem;
  margin-top: 20%;
  margin-bottom: 20%;
  position: relative;
}

.serprocess .sercess .sercm .scysm:before {
  content: ' ';
  position: absolute;
  width: 100%;
  background-image: url("../images/line6.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-top: 52.01%;
  top: -18%;
  left: 0;
  transform: scale(1.04);
}

.serprocess .sercess .sercm .scysm .sox {
  width: calc((194 / 256) * 100%);
  position: relative;
  margin: 0 auto 0;
  border-radius: 50%;
}

.serprocess .sercess .sercm .scysm .sox .mo {
  width: 100%;
  padding-top: 100%;
}

.serprocess .sercess .sercm .scysm .sox .smx {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: flex;
  margin: 0 auto 0;
  border-radius: 50%;
  background-color: #e4f2f9;
  align-content: center;
  text-align: center;
  flex-wrap: wrap;
  padding: 0.2rem;
}

.serprocess .sercess .sercm .scysm .sox .icon {
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  margin: 0 auto 0.12rem;
}

.serprocess .sercess .sercm .scysm .sox .icon img {
  width: 100%;
  display: block;
}

.serprocess .sercess .sercm .scysm .sox .icon img:first-child {
  display: block;
}

.serprocess .sercess .sercm .scysm .sox .icon img:last-child {
  display: none;
}

.serprocess .sercess .sercm .scysm .sox .ix {
  width: 100%;
  text-align: center;
  line-height: 1.5;
  color: #555;
  max-height: 4.5em;
}

.serprocess .sercess .sercm:nth-child(2n) .scysm:before {
  content: ' ';
  position: absolute;
  width: 100%;
  background-image: url("../images/line7.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-top: 51.77%;
  top: -0.33rem;
  top: auto;
  bottom: -18%;
  left: 0;
}

.serprocess .sercess .sercm:hover .linec span {
  background-color: #24b9bb;
}

.serprocess .sercess .sercm:hover .linec:after {
  background-color: #24b9bb;
}

.serprocess .sercess .sercm:hover .scysm .sox .smx {
  background-color: #24b9bb;
}

.serprocess .sercess .sercm:hover .scysm .sox .icon img:first-child {
  display: none;
}

.serprocess .sercess .sercm:hover .scysm .sox .icon img:last-child {
  display: block;
}

.serprocess .sercess .sercm:hover .scysm .sox .ix {
  color: #fff;
}

.serprocess .sercess .sercm:hover .scysm:before {
  background-image: url("../images/line6s.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.serprocess .sercess .sercm:nth-child(2n):hover .scysm:before {
  background-image: url("../images/line7s.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.posers {
  width: 100%;
  padding: 0.5rem 0;
  background-color: #f2f9fd;
}

.posers .answerss {
  width: 100%;
}

.posers .answerss .particulars {
  width: 100%;
  background-image: linear-gradient(90deg, #4cc8c1 0%, #0c76c4 100%), linear-gradient(#ffffff, #ffffff);
  background-blend-mode: normal, 
 normal;
  border-radius: 6px;
  padding: 0 0.2rem 0.2rem;
}

.posers .answerss .particulars .pit {
  width: 100%;
  font-size: 0;
  text-align: center;
  padding: 0.1rem 0 0.2rem;
}

.posers .answerss .particulars .pit .pm {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  color: #fff;
  position: relative;
  line-height: 2;
  max-height: 80%;
}

.posers .answerss .particulars .pit .pm:after {
  content: ' ';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc(100% + 0.3rem);
  background-image: url("../images/i29.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 0.31rem;
  height: 0.08rem;
}

.posers .answerss .particulars .pit .pm:before {
  content: ' ';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(100% + 0.3rem);
  background-image: url("../images/i29.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 0.31rem;
  height: 0.08rem;
}

.posers .answerss .particulars .partlis {
  width: 100%;
  background-color: #fff;
  padding: 0.3rem;
  font-size: 0;
}

.posers .answerss .particulars .partlis .partm {
  display: inline-block;
  vertical-align: top;
  width: calc((265 / 1180) * 100%);
  margin-right: calc((39 / 1180) * 100%);
  background-color: #f2f9fd;
  border-radius: 6px;
  border: solid 1px #f8f8f8;
  padding: 0.3rem 0.3rem 0.4rem;
  margin-bottom: 0.4rem;
}
.posers .answerss .particulars .partlis .partm a {
  width: 100%;
  display: block;
}

.posers .answerss .particulars .partlis .partm .icon {
  width: 0.82rem;
  height: 0.82rem;
  display: block;
  margin: 0 auto 0.25rem;
  border-radius: 50%;
  background-color: #3fb6b0;
}

.posers .answerss .particulars .partlis .partm .icon img {
  width: 100%;
  display: block;
}

.posers .answerss .particulars .partlis .partm .pt {
  width: 100%;
  text-align: center;
  line-height: 1.5;
  color: #333;
  margin: 0.1rem 0;
}

.posers .answerss .particulars .partlis .partm .pix {
  width: 100%;
  color: #666;
  line-height: 1.5;
  text-align: center;
  height: 3em;
}
.posers .answerss .particulars .partlis .partm:hover .icon {
  background-color: #fc7300;
}

.posers .answerss .particulars .partlis .partm:hover .pt {
  color: #fc7300;
}

.posers .answerss .particulars .partlis .partm:nth-child(4n) {
  margin-right: 0;
}

.posers .answerss .particulars .vcm {
  width: 100%;
  font-size: 0;
  text-align: center;
}

.posers .answerss .particulars .sib {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  padding: 0 0.5rem;
  line-height: 3;
  background-color: #2698c3;
  border-radius: 5px;
  color: #fff;
  position: relative;
}

.posers .answerss .particulars .sib:hover {
  background-color: #fc7300;
}

.posers .answerss .obstacle {
  width: 100%;
}

.posers .answerss .obstacle .obmg {
  margin: 0 auto 0;
  display: block;
  width: calc((380 / 1280) * 100%);
  position: relative;
}

.posers .answerss .obstacle .obmg .img {
  width: 100%;
  padding-top: 100%;
}

.posers .answerss .obstacle .obmg .obstlis {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 100%;
}

.posers .answerss .obstacle .obmg .obstlis .obsm {
  position: absolute;
  background-color: #ffffff;
  box-shadow: 0px 1px 9px 0px rgba(37, 202, 207, 0.08);
  color: #444;
  border-radius: 1.5em;
  line-height: 3;
  padding: 0 0.3rem;
  text-align: center;
  transition: all ease 0.3s;
}

.posers .answerss .obstacle .obmg .obstlis .obsm:hover {
  color: #fff;
  background-image: linear-gradient(90deg, #4cc8c1 0%, #0c76c4 100%), linear-gradient(#ffffff, #ffffff);
  background-blend-mode: normal, 
 normal;
}

.posers .answerss .obstacle .obmg .obstlis .obsm:nth-child(1) {
  width: 3.2rem;
  right: calc(100% + 0.25rem);
  bottom: 13%;
  border-radius: 1.5em 1.5em 0 1.5em;
}

.posers .answerss .obstacle .obmg .obstlis .obsm:nth-child(2) {
  width: 3.2rem;
  left: calc(100% + 0.25rem);
  bottom: 0.5rem;
  border-radius: 1.5em 1.5em  1.5em 0;
}

.posers .answerss .obstacle .obmg .obstlis .obsm:nth-child(3) {
  width: 3.5rem;
  right: calc(100% + 0.3rem);
  bottom: 31%;
  border-radius: 1.5em 1.5em 0 1.5em;
}

.posers .answerss .obstacle .obmg .obstlis .obsm:nth-child(4) {
  width: 3.5rem;
  left: calc(100% + 0.3rem);
  bottom: 1.2rem;
  border-radius: 1.5em 1.5em  1.5em 0;
}

.posers .answerss .obstacle .obmg .obstlis .obsm:nth-child(5) {
  width: 3.8rem;
  right: calc(100% + 0.35rem);
  bottom: 50%;
  border-radius: 1.5em 1.5em 0 1.5em;
}

.posers .answerss .obstacle .obmg .obstlis .obsm:nth-child(6) {
  width: 3.8rem;
  left: calc(100% + 0.35rem);
  bottom: 2rem;
  border-radius: 1.5em 1.5em  1.5em 0;
}

.posers .answerss .obstacle .obmg .obstlis .obsm:nth-child(7) {
  width: 4rem;
  right: calc(100% + 0.4rem);
  bottom: 70%;
  border-radius: 1.5em 1.5em 0 1.5em;
}

.posers .answerss .obstacle .obmg .obstlis .obsm:nth-child(8) {
  width: 4rem;
  left: calc(100% + 0.4rem);
  bottom: 2.7rem;
  border-radius: 1.5em 1.5em  1.5em 0;
}

@media (max-width: 768px) {
  .posers .answerss .obstacle .obmg {
    width: 100%;
    overflow: hidden;
  }
  .posers .answerss .obstacle .obmg .img {
    max-width: 60%;
    margin: 0 auto;
    display: block;
    padding-top: 60%;
  }
  .posers .answerss .obstacle .obmg .obstlis {
    width: 100%;
    position: relative;
  }
  .posers .answerss .obstacle .obmg .obstlis .obsm {
    position: relative;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    width: 100% !important;
    border-radius: 1.5em !important;
    margin-bottom: 10px;
  }
}

.consulting {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 15;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
}

.consulting .conx {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 6.4rem;
  width: 460px;
  max-width: 96%;
  border-radius: 5px;
}

.consulting .conx a {
  width: 100%;
  display: block;
}

.consulting .conx .pcimg {
  width: 100%;
  /*padding-top: 75%;*/
}

.consulting .conx .phimg {
  width: 100%;
  /*padding-top: 78.125%;*/
  display: none;
}

.consulting .conx .closy {
  width: 36px;
  height: 36px;
  position: absolute;
  right: 0.2rem;
  top: calc(-36px - 0.4rem);
  cursor: pointer;
}

.consulting .conx .closy img {
  width: 100%;
  display: block;
}

.consulting .conx .closy:after {
  content: ' ';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 0.4rem;
  background-color: #fff;
}

@media (max-width: 768px) {
  .consulting .conx .phimg {
    display: block;
  }
}

.cforms {
  width: 100%;
  margin-top: 0.6rem;
}

.cforms form {
  width: 100%;
  display: block;
}

.cforms .cif {
  width: 100%;
  color: #fff;
  line-height: 3;
  background-image: linear-gradient(90deg, #44bec1 0%, #1581c4 100%), linear-gradient(#153b96, #153b96);
  text-align: center;
}

.cforms .pors {
  width: 100%;
  background-color: #fff;
  padding: 0.3rem 0.4rem;
}

.cforms .pors .row {
  width: 100%;
  font-size: 0;
}

.cforms .pors .row .inputs {
  display: inline-block;
  vertical-align: middle;
  width: calc((100% - 20px) / 2);
  margin-right: 20px;
  background-color: #f8f8f8;
  border-radius: 4px;
  padding: 0 0.3rem;
}

.cforms .pors .row .inputs .icon {
  display: inline-block;
  vertical-align: middle;
  width: 0.22rem;
  height: 0.22rem;
  margin-right: 0.18rem;
}

.cforms .pors .row .inputs .icon img {
  width: 100%;
  display: block;
}

.cforms .pors .row .inputs .int {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 0.41rem);
}

.cforms .pors .row .inputs .int .mt {
  width: 100%;
  display: block;
  line-height: 3;
  height: 3em;
  color: #888;
  border: none;
  background-color: transparent;
}

.cforms .pors .row .inputs:nth-child(2n) {
  margin-right: 0;
}

.cforms .pors .row .text {
  width: 100%;
  font-size: 0;
  background-color: #f8f8f8;
  border-radius: 4px;
  padding: 0.2rem 0.3rem;
}

.cforms .pors .row .text .icon {
  display: inline-block;
  vertical-align: top;
  width: 0.22rem;
  height: 0.22rem;
  margin-right: 0.18rem;
  margin-top: 0.04rem;
}

.cforms .pors .row .text .icon img {
  width: 100%;
  display: block;
}

.cforms .pors .row .text .area {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 0.41rem);
  color: #888;
  border: none;
  background-color: transparent;
  line-height: 1.5;
}

.cforms .pors .row + .row {
  margin-top: 0.2rem;
}

.cforms .pors .cots {
  width: 100%;
  margin-top: 0.35rem;
  font-size: 0%;
  text-align: center;
}

.cforms .pors .cots a {
  display: inline-block;
  vertical-align: middle;
  background-image: linear-gradient(90deg, #44bec1 0%, #1581c4 100%), linear-gradient(#fc7300, #fc7300);
  background-blend-mode: normal, 
 normal;
  border-radius: 4px;
  color: #fff;
  padding: 0 0.4rem;
  line-height: 3;
}
.cforms .pors .cots button {
  display: inline-block;
  vertical-align: middle;
  background-image: linear-gradient(90deg, #44bec1 0%, #1581c4 100%), linear-gradient(#fc7300, #fc7300);
  background-blend-mode: normal, 
 normal;
  border-radius: 4px;
  color: #fff;
  padding: 0 0.4rem;
  line-height: 3;
  border: none;
}

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

.fields .fidlist {
  width: 100%;
}

.fields .fidlist .fidem {
  display: inline-block;
  vertical-align: middle;
  width: calc((625 / 1280) * 100%);
  margin-right: calc((29 / 1280) * 100%);
  font-size: 0;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  margin-bottom: 0.25rem;
}

.fields .fidlist .fidem .imgs {
  width: 100%;
  overflow: hidden;
}

.fields .fidlist .fidem .imgs .img {
  width: 100%;
  padding-top: 40%;
  transition: all ease 0.3s;
}

.fields .fidlist .fidem a {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.fields .fidlist .fidem .fov {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  background-image: none;
}

.fields .fidlist .fidem .fol {
  display: flex;
  align-content: center;
  width: calc((150 / 625) * 100%);
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
  background-image: linear-gradient(90deg, #4cc8c1 0%, #0c76c4 100%), linear-gradient(#f1f7fd, #f1f7fd);
  background-blend-mode: normal, 
 normal;
  border-radius: 4px;
}

.fields .fidlist .fidem .fol .icon {
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  margin: 0 auto 0.1rem;
}

.fields .fidlist .fidem .fol .icon img {
  width: 100%;
  display: block;
}

.fields .fidlist .fidem .fol .fx {
  width: 100%;
  color: #fff;
  line-height: 1.5;
}

.fields .fidlist .fidem .for {
  display: flex;
  width: calc((474 / 625) * 100%);
  position: relative;
  width: 0;
  transition: all ease 0.3s;
  overflow: hidden;
}

.fields .fidlist .fidem .for .forlist {
  width: 100%;
  height: 100%;
  display: block;
  padding: 0.5rem 0.3rem;
}

.fields .fidlist .fidem .for .forlist .fil {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  line-height: 1.5;
  color: #fff;
  padding: 0.05rem 0;
  padding-right: 0.2rem;
}

.fields .fidlist .fidem:nth-child(2n) {
  margin-right: 0;
}

.fields .fidlist .fidem:hover .fov {
  background-image: url("../images/xg9.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.fields .fidlist .fidem:hover .fol {
  background-color: transparent;
  background-image: none;
}

.fields .fidlist .fidem:hover .for {
  width: calc((474 / 625) * 100%);
}

@media (max-width: 768px) {
  .fields .fidlist .fidem {
    width: 100%;
  }
}

.consul {
  position: fixed;
  z-index: 10;
  right: 0.2rem;
  bottom: 10%;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background-color: #10aaa2;
  cursor: pointer;
  display: none;
  padding: 0.1rem;
}

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

@media (max-width: 768px) {
  .consul {
    display: block;
  }
}

