@charset "UTF-8";
html {
  -webkit-font-smoothing: antialiased;
  height: 100%;
}

blockquote, body, code, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, legend, li, ol, p, pre, td, textarea, th, ul {
  margin: 0;
  padding: 0;
}

header, hgroup, nav, menu, main, section, article, summary, details, aside, figure, figcaption, footer {
  display: block;
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

table, th, td {
  border: 1px solid black;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, var {
  font-style: normal;
  font-weight: 400;
}

dl, ol, ul {
  list-style-type: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
  outline: 0;
  outline: none;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

textarea {
  resize: none;
  outline: none;
  font-family: Arial,Microsoft YaHei;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

button, input {
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
  outline: 0;
  -webkit-appearance: none;
}

button {
  -webkit-appearance: none;
}

.clear {
  clear: both;
}

body * {
  box-sizing: border-box;
  line-height: 1;
}

body {
  font-size: 14px;
}

.w1300 {
  width: 13rem;
  margin: 0 auto;
  font-size: 0;
  position: relative;
}

.header {
  width: 100%;
  font-size: 0;
  background: #fff;
}

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

.header .hop .logo {
  display: inline-block;
  vertical-align: middle;
  width: 1.37rem;
  height: 0.7rem;
  margin: 0.25rem 0;
  margin-right: 0.3rem;
}

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

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

.header .hop .cname {
  width: calc(100% - 1.67rem - 2.5rem);
  display: inline-block;
  vertical-align: middle;
}

.header .hop .cname .cn {
  width: 100%;
  color: #333;
  font-size: calc(12px - 0.12rem + 0.24rem);
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.header .hop .cname .en {
  color: #333;
  font-size: calc(12px - 0.12rem + 0.12rem);
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  letter-spacing: 0.00rem;
}

.header .hop .call {
  width: 2.2rem;
  display: inline-block;
  margin-left: 0.3rem;
  vertical-align: middle;
  text-align: right;
}

.header .hop .call .c1 {
  width: 100%;
  color: #999;
  font-size: calc(12px - 0.12rem + 0.16rem);
  line-height: 1.8;
  margin-bottom: 0.08rem;
}

.header .hop .call .c2 {
  width: 100%;
  color: #0e62c2;
  font-size: calc(12px - 0.12rem + 0.24rem);
  line-height: 1.3;
}

.header .hop .menu {
  display: inline-block;
  vertical-align: middle;
  width: 0.5rem;
  height: 0.5rem;
  display: none;
}

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

.header .nav {
  width: 100%;
  background: #125a0e;
}

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

.header .nav .navem > a {
  width: auto;
  height: 100%;
  display: block;
  color: #fff;
  padding: 0 0.55rem;
  line-height: 0.62rem;
  font-size: calc(12px - 0.12rem + 0.14rem);
}

.header .nav .navem .navTul {
  position: absolute;
  width: 100%;
  top: 0.62rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: none;
}

.header .nav .navem .navTul .li-2 {
  width: 100%;
  line-height: 0.5rem;
  display: block;
  background: #22ac38;
}

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

.header .nav .navem.on {
  background: #22ac38;
}

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

@media (max-width: 900px) {
  .header .nav {
    width: 60%;
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    background-color: #125a0e;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: auto;
    z-index: 1000;
    transform: translate(100%, 0);
    transition: transform .3s;
  }
  .header .nav .navem.has-nav:after {
    content: "+";
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    background: none;
    right: 0;
    transform: translateX(0);
    top: 0;
    font-size: 20px;
    color: #fff;
  }
  .header .nav .navem {
    display: block;
    width: 100%;
    padding: 0;
  }
  .header .nav .navem > a {
    line-height: 40px;
    padding-left: 0.25rem;
    width: auto;
    display: inline-block;
    vertical-align: top;
  }
  .header .nav .navem .navTul {
    position: relative;
    width: 100%;
    top: -0.1rem;
    left: 0;
    transform: translateX(0);
  }
  .header .nav .navem .navTul .li-2 {
    background: none;
  }
  .header .nav .navem .navTul .li-2 a {
    text-align: left;
    padding-left: 0.4rem;
    line-height: 0.8rem;
  }
  .header .nav .navem.has-nav.show:after {
    content: "-";
  }
  .header .nav .navem.on {
    background: none;
  }
  .header .hop .menu {
    display: inline-block;
  }
  .header .hop .cname {
    width: calc(100% - 0.76rem - 1.67rem);
  }
  .header .hop .cname .cn {
    font-size: calc(12px - 0.12rem + 0.14rem);
    margin-bottom: 0;
  }
  .header .hop .cname .en {
    font-size: calc(12px - 0.12rem + 0.12rem);
  }
  .header .hop .call {
    display: none;
  }
  .header.menu-state .nav {
    transform: translate(0, 0);
  }
  .header.menu-state .h-opa {
    display: block;
  }
}

@media (max-width: 540px) {
  .header .hop .menu {
    display: inline-block;
    margin-left: calc(100% - 1.67rem - 0.5rem);
  }
  .header .hop .cname {
    display: none;
  }
  .header .hop .call {
    display: none;
  }
}

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

.modules .mol {
  display: inline-block;
  vertical-align: top;
  width: 5.8rem;
  margin-right: 0.2rem;
}

.modules .mol .moltem {
  width: 2.8rem;
  height: 2.1rem;
  display: inline-block;
  vertical-align: top;
  margin-right: 0.2rem;
  margin-bottom: 0.2rem;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  transition: all ease 0.3s;
}

.modules .mol .moltem a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 0.3rem;
}

.modules .mol .moltem .en {
  color: #6fa0d9;
  font-size: calc(12px - 0.12rem + 0.3rem);
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 0.2rem;
}

.modules .mol .moltem .cn {
  color: #333;
  font-size: calc(12px - 0.12rem + 0.24rem);
  line-height: 2;
}

.modules .mol .moltem:nth-child(2n) {
  margin-right: 0;
}

.modules .mol .moltem:hover {
  transform: scale(1.1);
}

.modules .mor {
  display: inline-block;
  vertical-align: top;
  height: 4.4rem;
  background-position: center;
  background-size: cover;
  width: calc(100% - 6rem);
  padding: 0.7rem 1rem;
  transition: all ease 0.3s;
}

.modules .mor .en {
  font-size: calc(12px - 0.12rem + 0.3rem);
  line-height: 1.6;
  color: #6fa0d9;
  margin-bottom: 0.1rem;
}

.modules .mor .cn {
  font-size: calc(12px - 0.12rem + 0.24rem);
  line-height: 2;
  color: #333;
}

.modules .mor .txt {
  margin: 0.3rem 0;
  font-size: calc(12px - 0.12rem + 0.14rem);
  line-height: 2;
  color: #666;
}

.modules .mor .btn {
  width: 100%;
}

.modules .mor .btn a {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  padding: 0 0.45rem;
  line-height: 0.4rem;
  font-size: calc(12px - 0.12rem + 0.14rem);
  border-radius: 0.2rem;
  color: #0e62c2;
  border: solid 1px #0e62c2;
  transition: all ease 0.3s;
}

.modules .mor .btn a:hover {
  background: #0e62c2;
  color: #fff;
}

.modules .mor:hover {
  transform: scale(1.05);
}

@media (max-width: 900px) {
  .modules .mol {
    width: 100%;
    margin-right: 0;
  }
  .modules .mol .moltem {
    width: 48%;
    height: 25vw;
    margin-right: 4%;
    background-color: #fff;
  }
  .modules .mol .moltem .en {
    font-size: 16px;
    margin-bottom: 0.05rem;
  }
  .modules .mol .moltem .cn {
    font-size: 14px;
  }
  .modules .mor {
    width: 100%;
    height: auto;
  }
}

.partner {
  width: 100%;
  padding: 0.6rem 0;
  background: #fafafa;
  position: relative;
}

.partner .partswiper {
  width: 100%;
  position: relative;
}

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

.partner .partswiper .pp {
  position: absolute;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
  width: 0.4rem;
  height: 0.4rem;
  cursor: pointer;
}

.partner .partswiper .pp img {
  width: 100%;
  height: 100%;
  display: block;
}

.partner .partswiper .pp img:first-child {
  display: block;
}

.partner .partswiper .pp img:last-child {
  display: none;
}

.partner .partswiper .pp:hover img:first-child {
  display: none;
}

.partner .partswiper .pp:hover img:last-child {
  display: block;
}

.partner .partswiper .pl {
  left: -0.4rem;
}

.partner .partswiper .pr {
  right: -0.4rem;
}

.partner .title {
  width: 100%;
  color: #ccc;
  font-size: calc(12px - 0.12rem + 0.3rem);
  line-height: 1.6;
  margin-bottom: 0.3rem;
}

.partner .title span {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  font-size: calc(12px - 0.12rem + 0.24rem);
  line-height: 2;
  font-weight: normal;
}

@media (max-width: 768px) {
  .partner .partswiper {
    padding: 0 0.2rem;
  }
  .partner .partswiper .pl {
    left: -0.2rem;
  }
  .partner .partswiper .pr {
    right: -0.2rem;
  }
}

.banner {
  width: 100%;
}

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

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

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

.banner .swiper-slide .son {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc((100% - 13rem) / 2);
}

.banner .swiper-slide .son .s1 {
  font-size: calc(12px - 0.12rem + 0.5rem);
  color: #fff;
  line-height: 1.3;
}

.banner .swiper-slide .son .s2 {
  font-size: calc(12px - 0.12rem + 0.3rem);
  color: #fff;
  line-height: 1.3;
  margin: 0.2rem 0;
}

.banner .swiper-slide .son .btn {
  font-size: 0;
  margin-top: 0.3rem;
}

.banner .swiper-slide .son .btn a {
  display: inline-block;
  vertical-align: middle;
  border: solid 1px #ffffff;
  line-height: 0.6rem;
  width: auto;
  padding: 0 0.5rem;
  text-align: center;
  color: #fff;
  font-size: calc(12px - 0.12rem + 0.18rem);
}

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

.banner .swiper-pagination-bullet {
  width: 1rem;
  height: 0.12rem;
  background-color: #ffffff;
  opacity: 0.5;
  border-radius: 0;
}

.banner .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 0.3rem;
}

.banner .swiper-pagination-bullet-active {
  background: #22ac38;
  opacity: 1;
}

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

.apply .apptem {
  width: 4.1rem;
  display: inline-block;
  vertical-align: middle;
  background: #565656;
  margin-bottom: 0.2rem;
  margin-right: calc((100% - 3 * 4.1rem) / 2);
  font-size: 0;
  transition: all ease 0.3s;
}

.apply .apptem .apl {
  display: inline-block;
  vertical-align: middle;
  padding-left: 0.3rem;
  width: calc(100% - 2.4rem);
}

.apply .apptem .apl .t1 {
  font-size: calc(12px - 0.12rem + 0.2rem);
  color: #fff;
  line-height: 1.3;
}

.apply .apptem .apl .tox {
  width: 100%;
  font-size: calc(12px - 0.12rem + 0.14rem);
  color: #fff;
  height: 3em;
  line-height: 1.5;
  margin: 0.15rem 0;
}

.apply .apptem .apl .tox .tx {
  font-size: calc(12px - 0.12rem + 0.14rem);
  color: #fff;
  line-height: 1.5;
}

.apply .apptem .apl .btn {
  width: 0.8rem;
  height: 0.3rem;
  text-align: center;
  border: solid 1px #fff;
  border-radius: 0.15rem;
}

.apply .apptem .apl .btn img {
  width: 0.2rem;
  height: 0.2rem;
  margin: 0.04rem auto;
  display: inline-block;
}

.apply .apptem .apr {
  width: 2.4rem;
  height: 1.7rem;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
}

.apply .apptem .apr .img {
  width: 100%;
  height: 100%;
  display: block;
}

.apply .apptem .apr .img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all ease 0.3s;
}

.apply .apptem .apr .Triangle {
  position: absolute;
  top: 0rem;
  left: 0rem;
  width: 0;
  height: 0;
  border: 1.7rem solid;
  border-top-width: 0;
  border-right-width: 0;
  border-color: #565656;
  border-bottom-color: transparent;
  transition: all ease 0.3s;
}

.apply .apptem:hover {
  background: #0e62c2;
}

.apply .apptem:hover .apr .Triangle {
  border: 1.7rem solid;
  border-top-width: 0;
  border-right-width: 0;
  border-color: #0e62c2;
  border-bottom-color: transparent;
}

.apply .apptem:hover .apr .img img {
  transform: scale(1.1);
}

.apply .apptem:nth-child(3n) {
  margin-right: 0;
}

.system {
  width: 100%;
  background: #fafafa;
}

.system .tops {
  width: 100%;
  background: #fff;
  height: 1.5rem;
  font-size: 0;
}

.system .tops .sip {
  display: inline-block;
  vertical-align: top;
  min-width: 2rem;
  min-height: 2rem;
  position: relative;
  background: #0e62c2;
}

.system .tops .sip .son {
  position: absolute;
  min-width: 1.4rem;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.system .tops .sip .son .en {
  font-size: calc(12px - 0.12rem + 0.3rem);
  color: #a6bbe2;
  line-height: 1.3;
  margin-bottom: 0.1rem;
}

.system .tops .sip .son .cn {
  font-size: calc(12px - 0.12rem + 0.24rem);
  color: #fff;
  line-height: 1.3;
}

.system .tops .tnav {
  display: inline-block;
  vertical-align: top;
  margin-left: 0.2rem;
  width: calc(100% - 2.2rem);
  text-align: right;
  font-size: 0;
}

.system .tops .tnav .item {
  display: inline-block;
  vertical-align: top;
  width: 1.2rem;
  text-align: center;
  cursor: pointer;
  margin: 0.1rem 0em;
}

.system .tops .tnav .item a {
  width: 100%;
  height: 100%;
  display: block;
}

.system .tops .tnav .item .img {
  width: 0.6rem;
  height: 0.6rem;
  margin: 0.1rem auto;
}

.system .tops .tnav .item .img img {
  width: 100%;
  height: 100%;
  display: block;
}

.system .tops .tnav .item .img img:first-child {
  display: block;
}

.system .tops .tnav .item .img img:last-child {
  display: none;
}

.system .tops .tnav .item .ix {
  width: 100%;
  font-size: calc(12px - 0.12rem + 0.18rem);
  color: #333;
  line-height: 1.3;
}

.system .tops .tnav .item.on .img img:first-child {
  display: none;
}

.system .tops .tnav .item.on .img img:last-child {
  display: block;
}

.system .tops .tnav .item.on .ix {
  color: #0e62c2;
}

.system .tops .tnav .item:hover .img img:first-child {
  display: none;
}

.system .tops .tnav .item:hover .img img:last-child {
  display: block;
}

.system .tops .tnav .item:hover .ix {
  color: #0e62c2;
}

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

.system .bops .bopstem {
  width: 100%;
  display: none;
}

.system .bops .bopstem .swiper-slide {
  width: 100%;
  font-size: 0;
  position: relative;
}

.system .bops .bopstem .swiper-slide .bopl {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 6.5rem);
  padding-right: 1rem;
}

.system .bops .bopstem .swiper-slide .bopl .title {
  font-size: calc(12px - 0.12rem + 0.3rem);
  line-height: 1.6;
  font-weight: bold;
  color: #0e62c2;
  margin-bottom: 0.1rem;
}

.system .bops .bopstem .swiper-slide .bopl .txt {
  font-size: calc(12px - 0.12rem + 0.16rem);
  line-height: 1.8;
  color: #666;
  margin-bottom: 0.3rem;
}

.system .bops .bopstem .swiper-slide .bopl .Range {
  width: 100%;
  margin-bottom: 0.4rem;
}

.system .bops .bopstem .swiper-slide .bopl .Range .Rtitle {
  width: 100%;
  color: #333;
  font-size: calc(12px - 0.12rem + 0.2rem);
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 0.15rem;
}

.system .bops .bopstem .swiper-slide .bopl .Range .Rtitle span {
  width: 0.1rem;
  display: inline-block;
  vertical-align: middle;
  height: 3px;
  background: #333;
  margin-right: 0.1rem;
}

.system .bops .bopstem .swiper-slide .bopl .Range .Rlist {
  width: 100%;
  font-size: 0;
}

.system .bops .bopstem .swiper-slide .bopl .Range .Rlist .Rtem {
  display: inline-block;
  vertical-align: top;
  margin: 0 0.1rem;
}

.system .bops .bopstem .swiper-slide .bopl .Range .Rlist .Rtem .img {
  width: 0.7rem;
  height: 0.7rem;
  margin: 0.15rem auto;
  border: solid 1px #ccc;
}

.system .bops .bopstem .swiper-slide .bopl .Range .Rlist .Rtem .img img {
  width: 100%;
  height: 100%;
  display: block;
}

.system .bops .bopstem .swiper-slide .bopl .Range .Rlist .Rtem .tx {
  width: 100%;
  text-align: center;
  color: #333;
  font-size: calc(12px - 0.12rem + 0.16rem);
}

.system .bops .bopstem .swiper-slide .bopl .btn {
  width: 100%;
  font-size: 0;
}

.system .bops .bopstem .swiper-slide .bopl .btn a {
  display: inline-block;
  vertical-align: middle;
  background-color: #ffffff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  line-height: 0.5rem;
  width: auto;
  padding: 0 0.45rem;
  font-size: calc(12px - 0.12rem + 0.16rem);
  color: #0e62c2;
  border-radius: 0.25rem;
  margin-left: 0.2rem;
}

.system .bops .bopstem .swiper-slide .bopr {
  width: 6.5rem;
  display: inline-block;
  vertical-align: middle;
}

.system .bops .bopstem .swiper-slide .bopr img {
  width: 100%;
  height: 100%;
  display: block;
}

.system .bops .bopstem .bb {
  position: absolute;
  z-index: 3;
  top: 55%;
  transform: translateY(-50%);
  width: 0.4rem;
  height: 0.4rem;
  cursor: pointer;
}

.system .bops .bopstem .bb img {
  width: 100%;
  height: 100%;
  display: block;
}

.system .bops .bopstem .bb img:first-child {
  display: block;
}

.system .bops .bopstem .bb img:last-child {
  display: none;
}

.system .bops .bopstem .bb:hover img:first-child {
  display: none;
}

.system .bops .bopstem .bb:hover img:last-child {
  display: block;
}

.system .bops .bopstem .bl {
  left: -0.6rem;
}

.system .bops .bopstem .br {
  right: -0.6rem;
}

.system .bops .bopstem.on {
  display: block;
}

@media (max-width: 1380px) {
  .system .bops .bopstem .bl {
    left: -0.2rem;
    display: none;
  }
  .system .bops .bopstem .br {
    right: -0.2rem;
    display: none;
  }
}

@media (max-width: 900px) {
  .banner .swiper-slide .son {
    left: 0.5rem;
  }
  .banner .swiper-slide .son .s1 {
    font-size: calc(12px - 0.12rem + 0.2rem);
  }
  .banner .swiper-slide .son .s2 {
    font-size: calc(12px - 0.12rem + 0.16rem);
  }
  .banner .swiper-slide .son .btn a {
    line-height: 0.4rem;
    padding: 0 0.2rem;
    font-size: 12px;
  }
  .banner .swiper-pagination {
    bottom: 0.2rem;
  }
  .banner .swiper-pagination-bullet {
    width: 0.4rem;
  }
  .banner .swiper-pagination-bullet + .swiper-pagination-bullet {
    margin-left: 0.15rem;
  }
  .apply {
    width: 100%;
  }
  .apply .apptem {
    width: 100%;
    margin-right: 0;
  }
  .apply .apptem .apl {
    width: calc(100% - 3.7rem);
  }
  .apply .apptem .apr {
    width: 3.7rem;
    height: 2.6rem;
  }
  .apply .apptem .apr .Triangle {
    border: 2.6rem solid;
    border-top-width: 0;
    border-right-width: 0;
    border-color: #565656;
    border-bottom-color: transparent;
  }
  .apply .apptem:hover .apr .Triangle {
    border: 2.6rem solid;
    border-top-width: 0;
    border-right-width: 0;
    border-color: #0e62c2;
    border-bottom-color: transparent;
  }
  .system .tops {
    width: 100%;
    height: auto;
  }
  .system .tops .tnav {
    text-align: left;
    width: 100%;
    padding: 0.25rem 0;
    margin-left: 0;
  }
  .system .tops .tnav .item {
    margin: 0.1rem 0;
  }
  .system .tops .sip {
    width: auto;
    height: auto;
    min-height: 0;
    padding: 0.3rem 0.3rem;
  }
  .system .tops .sip .son {
    width: auto;
    position: relative;
    left: 0;
    top: 0;
    transform: translate(0, 0);
  }
  .system .tops .sip .son .en {
    width: 100%;
  }
  .system .bops .bopstem .swiper-slide .bopl {
    width: 100%;
    padding: 0.5rem 0 0;
  }
  .system .bops .bopstem .swiper-slide .bopr {
    width: 100%;
  }
  .system .bops .bopstem .swiper-slide .bopr:last-child {
    display: none;
  }
}

.Casecen {
  width: 100%;
  padding: 0.8rem 0;
  background: #f1f1f1;
}

.Casecen .Cop {
  width: 100%;
  font-size: 0;
}

.Casecen .Cop .cl {
  display: inline-block;
  vertical-align: middle;
  width: 40%;
}

.Casecen .Cop .cl .en {
  width: 100%;
  font-size: calc(12px - 0.12rem + 0.36rem);
  color: #ccc;
  line-height: 1.3;
}

.Casecen .Cop .cl .cn {
  font-size: calc(12px - 0.12rem + 0.24rem);
  color: #333;
  line-height: 2;
}

.Casecen .Cop .cr {
  display: inline-block;
  vertical-align: middle;
  width: 60%;
  font-size: 0;
  text-align: right;
}

.Casecen .Cop .cr .crtem {
  display: inline-block;
  vertical-align: top;
  width: 1.3rem;
  text-align: center;
  cursor: pointer;
  margin: 0 0.15rem;
}

.Casecen .Cop .cr .crtem .img {
  width: 0.44rem;
  height: 0.44rem;
  margin: 0.15rem auto;
}

.Casecen .Cop .cr .crtem .img img {
  width: 100%;
  height: 100%;
  display: block;
}

.Casecen .Cop .cr .crtem .img img:first-child {
  display: block;
}

.Casecen .Cop .cr .crtem .img img:last-child {
  display: none;
}

.Casecen .Cop .cr .crtem .tx {
  width: 100%;
  font-size: calc(12px - 0.12rem + 0.18rem);
  color: #333;
  line-height: 1.3;
}

.Casecen .Cop .cr .crtem.on .img img:first-child {
  display: none;
}

.Casecen .Cop .cr .crtem.on .img img:last-child {
  display: block;
}

.Casecen .Cop .cr .crtem.on .tx {
  color: #0e62c2;
}

.Casecen .Cop .cr .swiper-wrapper {
  justify-content: flex-end;
}

.Casecen .Cot {
  width: 100%;
  font-size: 0;
  text-align: right;
  margin: 0.4rem 0 0;
}

.Casecen .Cot .Cotem {
  width: 100%;
  display: none;
}

.Casecen .Cot .Cotem .swiper-slide {
  width: 100%;
  font-size: 0;
  position: relative;
}

.Casecen .Cot .Cotem .swiper-slide .cor {
  display: inline-block;
  vertical-align: middle;
  width: 7.4rem;
  height: 5.2rem;
}

.Casecen .Cot .Cotem .swiper-slide .cor img {
  width: 100%;
  height: 100%;
  display: block;
}

.Casecen .Cot .Cotem .swiper-slide .col {
  display: inline-block;
  vertical-align: middle;
  width: 6.5rem;
  min-height: 4.6rem;
  max-height: 5.2rem;
  background-color: #ffffff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: left;
  padding: 0.5rem 0.6rem;
}

.Casecen .Cot .Cotem .swiper-slide .col .title {
  font-size: calc(12px - 0.12rem + 0.3rem);
  color: #333;
  line-height: 1.3;
  margin-bottom: 0.1rem;
}

.Casecen .Cot .Cotem .swiper-slide .col .tx {
  max-height: 9em;
  font-size: calc(12px - 0.12rem + 0.16rem);
  color: #999;
  line-height: 1.8;
}

.Casecen .Cot .Cotem .swiper-slide .col .tx .txt {
  font-size: calc(12px - 0.12rem + 0.16rem);
  color: #999;
  line-height: 1.8;
}

.Casecen .Cot .Cotem .swiper-slide .col .data {
  width: 100%;
  font-size: 0;
  border: solid 1px #eaeaea;
  margin: 0.25rem 0;
}

.Casecen .Cot .Cotem .swiper-slide .col .data .daem {
  width: 33.33%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding: 0.1rem 0;
}

.Casecen .Cot .Cotem .swiper-slide .col .data .daem .d1 {
  font-size: calc(12px - 0.12rem + 0.28rem);
  line-height: 1.3;
  color: #0e62c2;
  font-weight: bold;
}

.Casecen .Cot .Cotem .swiper-slide .col .data .daem .d2 {
  font-size: calc(12px - 0.12rem + 0.16rem);
  line-height: 1.5;
  color: #333;
}

.Casecen .Cot .Cotem .swiper-slide .col .data .daem + .daem {
  border-left: solid 1px #eaeaea;
}

.Casecen .Cot .Cotem .swiper-slide .col .btn {
  width: 100%;
  font-size: 0;
}

.Casecen .Cot .Cotem .swiper-slide .col .btn a {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  padding: 0 0.55rem;
  border: solid 1px #eaeaea;
  color: #999;
  border-radius: 0.2rem;
  line-height: 0.4rem;
  font-size: calc(12px - 0.12rem + 0.14rem);
}

.Casecen .Cot .Cotem .cc {
  position: absolute;
  z-index: 3;
  top: 55%;
  transform: translateY(-50%);
  width: 0.4rem;
  height: 0.4rem;
  cursor: pointer;
}

.Casecen .Cot .Cotem .cc img {
  width: 100%;
  height: 100%;
  display: block;
}

.Casecen .Cot .Cotem .cc img:first-child {
  display: block;
}

.Casecen .Cot .Cotem .cc img:last-child {
  display: none;
}

.Casecen .Cot .Cotem .cc:hover img:first-child {
  display: none;
}

.Casecen .Cot .Cotem .cc:hover img:last-child {
  display: block;
}

.Casecen .Cot .Cotem .cl {
  left: -0.6rem;
}

.Casecen .Cot .Cotem .cr {
  right: -0.6rem;
}

.Casecen .Cot .Cotem.on {
  display: block;
}

@media (max-width: 1380px) {
  .Casecen .Cot .Cotem .cl {
    left: -0.2rem;
    display: none;
  }
  .Casecen .Cot .Cotem .cr {
    right: -0.2rem;
    display: none;
  }
  .Casecen .Cop .cr .crtem {
    width: 20%;
    margin: 0;
  }
  .Casecen .Cop .cr .crtem .tx {
    font-size: 12px;
  }
}

@media (max-width: 900px) {
  .Casecen .Cot .Cotem .cl {
    left: -0.2rem;
  }
  .Casecen .Cot .Cotem .cr {
    right: -0.2rem;
  }
  .Casecen .Cot .Cotem .swiper-slide .cor {
    width: 100%;
    height: auto;
  }
  .Casecen .Cot .Cotem .swiper-slide .col {
    height: auto;
    max-height: 100%;
    min-height: 0%;
    width: 100%;
    position: relative;
    top: 0%;
    transform: translateY(0%);
    padding: 0.3rem;
  }
  .Casecen .Cot .Cotem .swiper-slide .col .tx {
    max-height: 100%;
    height: auto;
  }
  .Casecen .Cot .Cotem .swiper-slide .col .btn a {
    line-height: 0.6rem;
  }
  .Casecen .Cop {
    width: 100%;
  }
  .Casecen .Cop .cl {
    width: 100%;
  }
  .Casecen .Cop .cr {
    width: 100%;
  }
}

.Newcen {
  width: 100%;
  padding: 0.7rem 0;
  background: #fafafa;
}

.Newcen .nel {
  display: inline-block;
  vertical-align: top;
  width: 8.9rem;
  background-color: #ffffff;
  box-shadow: 0px 0px 30px 0px rgba(4, 0, 0, 0.05);
}

.Newcen .nel .title {
  width: 100%;
  color: #ccc;
  font-size: calc(12px - 0.12rem + 0.3rem);
  line-height: 0.8rem;
  padding: 0 .4rem;
  border-bottom: solid 1px #ececec;
}

.Newcen .nel .title span {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  font-size: calc(12px - 0.12rem + 0.24rem);
  line-height: 0.8rem;
  font-weight: normal;
}

.Newcen .nel .nelist {
  width: 100%;
  padding: 0.3rem 0.3rem 0.1rem;
  font-size: 0;
}

.Newcen .nel .nelist .netem {
  width: 2.6rem;
  display: inline-block;
  vertical-align: top;
  margin-right: calc((100% - 3 * 2.61rem) / 2);
  margin-bottom: 0.2rem;
}

.Newcen .nel .nelist .netem .img {
  width: 100%;
  height: 1.95rem;
  margin-bottom: 0.2rem;
  overflow: hidden;
}

.Newcen .nel .nelist .netem .img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all ease 0.3s;
}

.Newcen .nel .nelist .netem .t1 {
  font-size: calc(12px - 0.12rem + 0.18rem);
  line-height: 1.3;
  color: #333;
}

.Newcen .nel .nelist .netem .time {
  font-size: calc(12px - 0.12rem + 0.14rem);
  line-height: 1.5;
  color: #ccc;
  margin: 0.1rem 0;
}

.Newcen .nel .nelist .netem .time span {
  display: inline-block;
  vertical-align: middle;
  width: 0.2rem;
  height: 0.2rem;
  margin-right: 0.08rem;
}

.Newcen .nel .nelist .netem .time span img {
  width: 100%;
  height: 100%;
  display: block;
}

.Newcen .nel .nelist .netem .t2x {
  height: 3em;
  font-size: calc(12px - 0.12rem + 0.14rem);
  line-height: 1.5;
  color: #666;
}

.Newcen .nel .nelist .netem .t2x .tx {
  font-size: calc(12px - 0.12rem + 0.14rem);
  line-height: 1.5;
  color: #666;
}

.Newcen .nel .nelist .netem .btn {
  width: 100%;
  font-size: 0;
  margin-top: 0.15rem;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  border: solid 1px #eaeaea;
  line-height: 0.32rem;
  border-radius: 0.16rem;
  text-align: center;
  padding: 0 0.4rem;
}

.Newcen .nel .nelist .netem .btn img {
  width: 0.22rem;
  height: 0.22rem;
  margin: 0.05rem auto;
}

.Newcen .nel .nelist .netem .btn img:first-child {
  display: block;
}

.Newcen .nel .nelist .netem .btn img:last-child {
  display: none;
}

.Newcen .nel .nelist .netem:hover .img img {
  transform: scale(1.1);
}

.Newcen .nel .nelist .netem:hover .t1 {
  color: #0e62c2;
}

.Newcen .nel .nelist .netem:hover .btn {
  background: #0e62c2;
  border: solid 1px #0e62c2;
}

.Newcen .nel .nelist .netem:hover .btn img:first-child {
  display: none;
}

.Newcen .nel .nelist .netem:hover .btn img:last-child {
  display: block;
}

.Newcen .nel .nelist .netem:nth-child(3n) {
  margin-right: 0;
}

.Newcen .ner {
  display: inline-block;
  vertical-align: top;
  width: 3.9rem;
  margin-left: 0.2rem;
  background-color: #ffffff;
  box-shadow: 0px 0px 30px 0px rgba(4, 0, 0, 0.05);
}

.Newcen .ner .title {
  width: 100%;
  color: #ccc;
  font-size: calc(12px - 0.12rem + 0.3rem);
  line-height: 0.8rem;
  padding: 0 0.3rem;
  border-bottom: solid 1px #ececec;
}

.Newcen .ner .title span {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  font-size: calc(12px - 0.12rem + 0.24rem);
  line-height: 0.8rem;
  font-weight: normal;
}

.Newcen .ner .nerlist {
  width: 100%;
  padding-bottom: 0.15rem;
}

.Newcen .ner .nerlist .nerem {
  font-size: 0;
  margin: 0 0.3rem;
  cursor: pointer;
  border-bottom: dashed 1px #eaeaea;
}

.Newcen .ner .nerlist .nerem .el {
  display: inline-block;
  vertical-align: top;
  width: 0.24rem;
  height: 0.24rem;
  margin-top: 0.18rem;
  margin-right: 0.2rem;
}

.Newcen .ner .nerlist .nerem .el img {
  width: 100%;
  height: 100%;
  display: block;
}

.Newcen .ner .nerlist .nerem .el img:first-child {
  display: block;
}

.Newcen .ner .nerlist .nerem .el img:last-child {
  display: none;
}

.Newcen .ner .nerlist .nerem .er {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 0.44rem);
}

.Newcen .ner .nerlist .nerem .er .tip {
  line-height: 0.6rem;
  color: #333;
  font-size: calc(12px - 0.12rem + 0.16rem);
}

.Newcen .ner .nerlist .nerem .er .ton {
  position: relative;
  top: -0.1rem;
  width: 100%;
  padding-bottom: 0.05rem;
  display: none;
}

.Newcen .ner .nerlist .nerem .er .ton .tx {
  color: #333;
  font-size: calc(12px - 0.12rem + 0.14rem);
  line-height: 1.5;
}

.Newcen .ner .nerlist .nerem .er .ton .tx a {
  color: #0e62c2;
}

.Newcen .ner .nerlist .nerem.on {
  background: #f1f1f1;
  margin: 0;
  padding: 0 0.3rem;
}

.Newcen .ner .nerlist .nerem.on .el img:first-child {
  display: none;
}

.Newcen .ner .nerlist .nerem.on .el img:last-child {
  display: block;
}

@media (max-width: 900px) {
  .Newcen {
    padding: 0.4rem 0;
  }
  .Newcen .nel {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  .Newcen .nel .nelist .netem {
    width: 48%;
    margin-right: 4%;
  }
  .Newcen .nel .nelist .netem .img {
    height: auto;
  }
  .Newcen .nel .nelist .netem:nth-child(2n) {
    margin-right: 0;
  }
  .Newcen .ner {
    width: 100%;
    margin-left: 0rem;
    display: none;
  }
}

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

.nbanner .img {
  width: 100%;
}

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

.nbanner .ton {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc((100% - 13rem) / 2);
}

.nbanner .ton .txt {
  color: #fff;
  font-size: calc(12px - 0.12rem + 0.3rem);
  line-height: 1.3;
}

.tabnav {
  width: 100%;
  background: #fff;
  border: solid 1px #ccc;
}

.tabnav .mnav {
  width: 8rem;
  display: inline-block;
  vertical-align: middle;
}

.tabnav .mnav .swiper-slide {
  width: 1.6rem;
}

.tabnav .mnav .swiper-slide a {
  width: 100%;
  height: 100%;
  display: block;
  line-height: 0.7rem;
  color: #333;
  text-align: center;
  font-size: calc(12px - 0.12rem + 0.18rem);
  position: relative;
}

.tabnav .mnav .swiper-slide a span {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: block;
  height: 2px;
  background: #0e62c2;
  display: none;
}

.tabnav .mnav .swiper-slide.on a {
  color: #0e62c2;
}

.tabnav .mnav .swiper-slide.on a span {
  display: block;
}

.tabnav .tnav {
  width: calc(100% - 8rem);
  display: inline-block;
  vertical-align: middle;
  text-align: right;
}

.tabnav .tnav .home {
  display: inline-block;
  vertical-align: middle;
  width: 0.18rem;
  height: 0.18rem;
  margin-right: 0.2rem;
}

.tabnav .tnav .home img {
  width: 100%;
  height: 100%;
  display: block;
}

.tabnav .tnav .tnem {
  display: inline-block;
  vertical-align: middle;
}

.tabnav .tnav .tnem a {
  display: block;
  color: #585858;
  font-size: calc(12px - 0.12rem + 0.14rem);
  line-height: 0.7rem;
}

.tabnav .tnav .tnem a span {
  color: #585858;
  font-size: calc(12px - 0.12rem + 0.14rem);
  line-height: 0.7rem;
  margin: 0 0.1rem;
}

.tabnav .tnav .tnem:last-child a {
  color: #0e62c2;
}

.tabnav .tnav .tnem:last-child a span {
  display: none;
}

@media (max-width: 1000px) {
  .nbanner .ton {
    left: 10%;
  }
  .nbanner .ton .txt {
    font-size: calc(12px - 0.12rem + 0.2rem);
  }
  .tabnav .mnav {
    width: 100%;
  }
  .tabnav .mnav .swiper-slide {
    width: 2rem;
  }
  .tabnav .tnav {
    width: 100%;
    text-align: left;
  }
}

.logistics {
  width: 100%;
}

.logistics .top {
  width: 100%;
  text-align: center;
  background: #fff;
  padding: 0.5rem 0 0.3rem;
}

.logistics .top .en {
  color: #ccc;
  font-size: calc(12px - 0.12rem + 0.36rem);
  line-height: 1.3;
  margin-bottom: 0.1rem;
}

.logistics .top .cn {
  color: #333;
  font-size: calc(12px - 0.12rem + 0.24rem);
  line-height: 2;
}

.logistics .loglist {
  width: 100%;
  background: #f1f1f1;
  padding-top: 0.7rem;
  padding-bottom: 0.01rem;
}

.logistics .loglist .logtem {
  width: 100%;
  font-size: 0;
  box-shadow: 0px -5px 30px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 0.5rem;
  background-color: #ffffff;
}

.logistics .loglist .logtem .imgswiper {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 6.66rem;
  height: 4.68rem;
}

.logistics .loglist .logtem .imgswiper img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all ease 0.3s;
}

.logistics .loglist .logtem .img {
  display: inline-block;
  vertical-align: middle;
  width: 6.66rem;
  height: 4.68rem;
}

.logistics .loglist .logtem .img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all ease 0.3s;
}

.logistics .loglist .logtem .ion {
  width: calc(100% - 6.66rem);
  display: inline-block;
  vertical-align: middle;
  padding: 0  0.5rem;
}

.logistics .loglist .logtem .ion .title {
  font-size: calc(12px - 0.12rem + 0.3rem);
  color: #333;
  line-height: 1.3;
  margin-bottom: 0.1rem;
}

.logistics .loglist .logtem .ion .tx {
  max-height: 7.2em;
  font-size: calc(12px - 0.12rem + 0.16rem);
  color: #999;
  line-height: 1.8;
}

.logistics .loglist .logtem .ion .tx .txt {
  font-size: calc(12px - 0.12rem + 0.16rem);
  color: #999;
  line-height: 1.8;
}

.logistics .loglist .logtem .ion .data {
  width: 100%;
  font-size: 0;
  border: solid 1px #eaeaea;
  margin: 0.25rem 0;
}

.logistics .loglist .logtem .ion .data .daem {
  width: 33.33%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding: 0.1rem 0;
}

.logistics .loglist .logtem .ion .data .daem .d1 {
  font-size: calc(12px - 0.12rem + 0.28rem);
  line-height: 1.3;
  color: #0e62c2;
  font-weight: bold;
}

.logistics .loglist .logtem .ion .data .daem .d2 {
  font-size: calc(12px - 0.12rem + 0.16rem);
  line-height: 1.5;
  color: #333;
}

.logistics .loglist .logtem .ion .data .daem + .daem {
  border-left: solid 1px #eaeaea;
}

.logistics .loglist .logtem .ion .btn {
  width: 100%;
  font-size: 0;
}

.logistics .loglist .logtem .ion .btn a {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  padding: 0 0.55rem;
  border: solid 1px #eaeaea;
  color: #999;
  border-radius: 0.2rem;
  line-height: 0.4rem;
  font-size: calc(12px - 0.12rem + 0.14rem);
}

.logistics .loglist .logtem .ion .btn a:hover {
  border: solid 1px #0e62c2;
  background: #0e62c2;
  color: #fff;
}

.logistics .logen {
  width: 100%;
  background: #fafafa;
}

.logistics .logen .logens {
  width: 100%;
  font-size: 0;
  padding: 0.6rem 0;
}

.logistics .logen .logens .imgswiper {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 5.92rem;
}

.logistics .logen .logens .imgswiper img {
  width: 100%;
  height: 100%;
  display: block;
}

.logistics .logen .logens .imgswiper .itn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 0.6rem;
  height: 0.6rem;
  cursor: pointer;
}

.logistics .logen .logens .imgswiper .itn img {
  width: 100%;
  height: 100%;
  display: block;
}

.logistics .logen .logens .imgswiper .itn img:first-child {
  display: block;
}

.logistics .logen .logens .imgswiper .itn img:last-child {
  display: none;
}

.logistics .logen .logens .imgswiper .itn:hover img:first-child {
  display: none;
}

.logistics .logen .logens .imgswiper .itn:hover img:last-child {
  display: block;
}

.logistics .logen .logens .imgswiper .il {
  left: 0;
}

.logistics .logen .logens .imgswiper .ir {
  right: 0;
}

.logistics .logen .logens .lon {
  width: calc(100% - 5.92rem - 0.85rem);
  display: inline-block;
  margin-left: 0.85rem;
  vertical-align: middle;
}

.logistics .logen .logens .lon .title {
  font-size: calc(12px - 0.12rem + 0.3rem);
  color: #333;
  line-height: 1.3;
  margin-bottom: 0.1rem;
}

.logistics .logen .logens .lon .tx {
  font-size: calc(12px - 0.12rem + 0.16rem);
  color: #999;
  line-height: 1.8;
}

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

.Proint .top {
  width: 100%;
  text-align: center;
}

.Proint .top .t1 {
  color: #333;
  font-size: calc(12px - 0.12rem + 0.3rem);
  line-height: 1.3;
  margin-bottom: 0.1rem;
}

.Proint .top .t2 {
  color: #666;
  font-size: calc(12px - 0.12rem + 0.16rem);
  line-height: 1.5;
}

.Proint .data {
  width: 100%;
  font-size: 0;
  margin: 0.45rem 0;
  text-align: center;
}

.Proint .data .daem {
  width: 3.5rem;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding: 0.1rem 0;
  margin: 0.6rem auto;
}

.Proint .data .daem .d1 {
  font-size: calc(12px - 0.12rem + 0.4rem);
  line-height: 1.3;
  color: #0e62c2;
}

.Proint .data .daem .d2 {
  font-size: calc(12px - 0.12rem + 0.2rem);
  line-height: 1.5;
  color: #333;
}

.Proint .data .daem + .daem {
  border-left: solid 1px #eaeaea;
}

.Proint .pot {
  width: 100%;
}

.Proint .pot .pt {
  color: #333;
  font-size: calc(12px - 0.12rem + 0.2rem);
  line-height: 1.3;
  font-weight: bold;
}

.Proint .pot .px {
  width: 100%;
  color: #333;
  font-size: calc(12px - 0.12rem + 0.16rem);
  line-height: 2;
}

.Proint .pot .px p {
  color: #666;
  font-size: calc(12px - 0.12rem + 0.16rem);
  line-height: 2;
  margin: 0.3rem 0;
}

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

.pages .page {
  display: inline-block;
  vertical-align: middle;
  height: 0.4rem;
  border-radius: 6px;
  background: #fff;
  margin: 0 0.1rem;
  border: solid 1px #eaeaea;
}

.pages .page a {
  min-width: 0rem;
  padding: 0 0.15rem;
  height: 100%;
  display: block;
  line-height: 0.4rem;
  text-align: center;
  color: #555;
  font-size: calc(12px - 0.12rem + 0.16rem);
}

.pages .page a.blue {
  color: #0e62c2;
  font-weight: bold;
}

.pages .page:hover {
  background: #0e62c2;
  border: solid 1px #0e62c2;
}

.pages .page:hover a {
  color: #fff;
}

.pages .page.on {
  background: #0e62c2;
  border: solid 1px #0e62c2;
}

.pages .page.on a {
  color: #fff;
}

@media (max-width: 900px) {
  .logistics .loglist .logtem {
    width: 100%;
  }
  .logistics .loglist .logtem .img {
    width: 100%;
    height: auto;
  }
  .logistics .loglist .logtem .ion {
    width: 100%;
    padding: 0.3rem 0.3rem;
  }
  .logistics .loglist .logtem .ion .tx {
    height: auto;
    max-height: 100%;
  }
  .logistics .loglist .logtem .ion .btn a {
    line-height: 0.6rem;
  }
  .logistics .logen .logens {
    padding: 0.3rem 0;
  }
  .logistics .logen .logens .imgswiper {
    width: 100%;
    height: auto;
  }
  .logistics .logen .logens .lon {
    width: 100%;
    margin-left: 0;
    padding: 0.3rem;
  }
  .pages .page {
    width: 0.6rem;
    height: 0.6rem;
  }
  .pages .page a {
    line-height: 0.6rem;
    font-size: 12px;
    padding: 0;
  }
  .Proint .data .daem {
    width: 33%;
  }
  .Proint .data .daem .d1 {
    font-size: calc(12px - 0.12rem + 0.24rem);
  }
  .Proint .data .daem .d2 {
    font-size: calc(12px - 0.12rem + 0.12rem);
  }
}

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

.syswiper .swiper-slide {
  margin: 0.35rem 0;
  text-align: center;
}

.syswiper .swiper-slide a {
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
}

.syswiper .swiper-slide .img {
  width: 0.6rem;
  height: 0.6rem;
  display: block;
  margin: 0.15rem auto;
}

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

.syswiper .swiper-slide .img img:first-child {
  display: block;
}

.syswiper .swiper-slide .img img:last-child {
  display: none;
}

.syswiper .swiper-slide .tx {
  line-height: 2;
  text-align: center;
  color: #333;
  font-size: calc(12px - 0.12rem + 0.18rem);
}

.syswiper .swiper-slide.on .img img:first-child, .syswiper .swiper-slide:hover .img img:first-child {
  display: none;
}

.syswiper .swiper-slide.on .img img:last-child, .syswiper .swiper-slide:hover .img img:last-child {
  display: block;
}

.syswiper .swiper-slide.on .tx, .syswiper .swiper-slide:hover .tx {
  color: #0e62c2;
}

.systlist {
  width: 100%;
  background: #f1f1f1;
  padding-top: 0.6rem;
}

.systlist .top {
  width: 100%;
  text-align: center;
  padding: 0.5rem 0 0.3rem;
}

.systlist .top .en {
  color: #ccc;
  font-size: calc(12px - 0.12rem + 0.36rem);
  line-height: 1.3;
  margin-bottom: 0.1rem;
}

.systlist .top .cn {
  color: #333;
  font-size: calc(12px - 0.12rem + 0.24rem);
  line-height: 2;
}

.systlist .syxlist {
  width: 100%;
  font-size: 0;
}

.systlist .syxlist .swstem {
  display: inline-block;
  vertical-align: top;
  width: 4.1rem;
  background: #fff;
  text-align: center;
  margin-bottom: 0.3rem;
  padding-bottom: 0.42rem;
  margin-right: calc((100% - 3 * 4.1rem) / 2);
}

.systlist .syxlist .swstem a {
  width: 100%;
  height: 100%;
  display: block;
}

.systlist .syxlist .swstem .img {
  width: 100%;
}

.systlist .syxlist .swstem .img img {
  width: 100%;
  height: 100%;
  display: block;
}

.systlist .syxlist .swstem .tip {
  line-height: 1.5;
  text-align: center;
  color: #333;
  font-size: calc(12px - 0.12rem + 0.24rem);
  padding: 0 0.3rem;
}

.systlist .syxlist .swstem .line {
  width: 0.5rem;
  height: 2px;
  background: #0e62c2;
  margin: 0.25rem auto;
}

.systlist .syxlist .swstem .tox {
  height: 3.6em;
  line-height: 1.8;
  text-align: center;
  color: #999;
  font-size: calc(12px - 0.12rem + 0.16rem);
  padding: 0 0.3rem 0rem;
  position: relative;
}

.systlist .syxlist .swstem .tox .tx {
  opacity: 1;
  line-height: 1.8;
  text-align: center;
  color: #999;
  font-size: calc(12px - 0.12rem + 0.16rem);
  transition: all ease 0.3s;
}

.systlist .syxlist .swstem .btn {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all ease 0.3s;
}

.systlist .syxlist .swstem .btn span {
  width: auto;
  padding: 0 0.5rem;
  display: inline-block;
  vertical-align: middle;
  line-height: 0.5rem;
  background: #0e62c2;
  border-radius: 0.25rem;
  text-align: center;
  color: #fff;
  font-size: calc(12px - 0.12rem + 0.16rem);
}

.systlist .syxlist .swstem:nth-child(3n) {
  margin-right: 0;
}

.systlist .syxlist .swstem.on .tox .tx {
  opacity: 0;
}

.systlist .syxlist .swstem.on .tox .btn {
  opacity: 1;
}

@media (max-width: 900px) {
  .systlist .syxlist .swstem {
    width: 48%;
    margin-right: 4%;
  }
  .systlist .syxlist .swstem .img {
    height: 3rem;
    height: auto;
  }
  .systlist .syxlist .swstem .btn span {
    line-height: 0.6rem;
    border-radius: 0.3rem;
  }
  .systlist .syxlist .swstem:nth-child(3n) {
    margin-right: 4%;
  }
  .systlist .syxlist .swstem:nth-child(2n) {
    margin-right: 0%;
  }
}

.Sysinr {
  width: 100%;
  background: #f1f1f1;
  padding: 0.6rem 0;
}

.Sysinr .sysins {
  width: 100%;
  font-size: 0;
  background: #fff;
  padding: 0.5rem;
}

.Sysinr .sysins .img {
  width: 5.74rem;
  height: 4.76rem;
  display: inline-block;
  vertical-align: middle;
}

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

.Sysinr .sysins .son {
  width: calc(100% - 5.74rem - 0.8rem);
  margin-left: 0.8rem;
  display: inline-block;
  vertical-align: middle;
}

.Sysinr .sysins .son .title {
  font-size: calc(12px - 0.12rem + 0.3rem);
  line-height: 1.6;
  font-weight: bold;
  color: #0e62c2;
  margin-bottom: 0.1rem;
}

.Sysinr .sysins .son .txt {
  font-size: calc(12px - 0.12rem + 0.16rem);
  line-height: 1.8;
  color: #666;
  margin-bottom: 0.3rem;
}

.Sysinr .sysins .son .Range {
  width: 100%;
  margin-bottom: 0.4rem;
}

.Sysinr .sysins .son .Range .Rtitle {
  width: 100%;
  color: #333;
  font-size: calc(12px - 0.12rem + 0.2rem);
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 0.15rem;
}

.Sysinr .sysins .son .Range .Rtitle span {
  width: 0.1rem;
  display: inline-block;
  vertical-align: middle;
  height: 3px;
  background: #333;
  margin-right: 0.1rem;
}

.Sysinr .sysins .son .Range .Rlist {
  width: 100%;
  font-size: 0;
}

.Sysinr .sysins .son .Range .Rlist .Rtem {
  display: inline-block;
  vertical-align: top;
  margin: 0 0.1rem;
}

.Sysinr .sysins .son .Range .Rlist .Rtem .img {
  width: 0.7rem;
  height: 0.7rem;
  margin: 0.15rem auto;
  display: block;
  border: solid 1px #ccc;
}

.Sysinr .sysins .son .Range .Rlist .Rtem .img img {
  width: 100%;
  height: 100%;
  display: block;
}

.Sysinr .sysins .son .Range .Rlist .Rtem .tx {
  width: 100%;
  text-align: center;
  color: #333;
  font-size: calc(12px - 0.12rem + 0.16rem);
}

.describe {
  width: 100%;
  background: #fff;
  padding-bottom: 0.5rem;
}

.describe .data {
  width: 100%;
  font-size: 0;
  margin: 0.45rem 0;
  text-align: center;
}

.describe .data .daem {
  width: 3.5rem;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding: 0.1rem 0;
  margin: 0.6rem auto;
}

.describe .data .daem .d1 {
  font-size: calc(12px - 0.12rem + 0.4rem);
  line-height: 1.3;
  color: #0e62c2;
}

.describe .data .daem .d2 {
  font-size: calc(12px - 0.12rem + 0.2rem);
  line-height: 1.5;
  color: #333;
}

.describe .data .daem + .daem {
  border-left: solid 1px #eaeaea;
}

.describe .pot {
  width: 100%;
}

.describe .pot .pt {
  color: #333;
  font-size: calc(12px - 0.12rem + 0.2rem);
  line-height: 1.3;
  font-weight: bold;
  margin: 0.5rem 0 0.1rem;
}

.describe .pot .px {
  width: 100%;
  color: #333;
  font-size: calc(12px - 0.12rem + 0.16rem);
  line-height: 2;
}

.describe .pot .px p {
  color: #666;
  font-size: calc(12px - 0.12rem + 0.16rem);
  line-height: 2;
  margin: 0.3rem 0;
}

.describe .pot .px img {
  max-width: 100%;
  width: auto;
  display: inline-block;
  margin: 0.1rem 0;
}

.describe .pot .norms {
  width: 100%;
  margin: 0.3rem 0;
}

.describe .pot .norms .nortem {
  width: 100%;
  font-size: 0;
  border-bottom: solid 1px #eaeaea;
}

.describe .pot .norms .nortem .cate {
  display: inline-block;
  vertical-align: top;
  width: calc((260 / 1300) * 100%);
  line-height: 0.42rem;
  color: #333;
  font-size: calc(12px - 0.12rem + 0.16rem);
}

.describe .pot .norms .nortem .nort {
  width: calc((1040 / 1300) * 100%);
  color: #333;
  font-size: calc(12px - 0.12rem + 0.16rem);
  display: inline-block;
  vertical-align: top;
  line-height: 0.42rem;
}

.describe .pot .norms .nortem:first-child {
  border-top: solid 1px #eaeaea;
}

@media (max-width: 900px) {
  .Sysinr .sysins .img {
    width: 100%;
  }
  .Sysinr .sysins .son {
    width: 100%;
    margin-left: 0;
    padding: 0.3rem;
  }
  .describe .data .daem {
    width: 33%;
  }
  .describe .data .daem .d1 {
    font-size: calc(12px - 0.12rem + 0.24rem);
  }
  .describe .data .daem .d2 {
    font-size: calc(12px - 0.12rem + 0.12rem);
  }
  .describe .pot .norms .nortem .cate, .describe .pot .norms .nortem .nort {
    line-height: 0.7rem;
    font-size: 12px;
  }
  .describe .pot .norms .nortem .cate {
    width: calc((360 / 1300) * 100%);
  }
  .describe .pot .norms .nortem .nort {
    width: calc((940 / 1300) * 100%);
  }
}

.Supplier {
  width: 100%;
}

.Supplier .topx {
  width: 100%;
  text-align: center;
  background: #fff;
  padding: 0.5rem 0 0.3rem;
}

.Supplier .topx .en {
  color: #ccc;
  font-size: calc(12px - 0.12rem + 0.36rem);
  line-height: 1.3;
  margin-bottom: 0.1rem;
}

.Supplier .topx .cn {
  color: #333;
  font-size: calc(12px - 0.12rem + 0.24rem);
  line-height: 2;
}

.Supplier .Suplist {
  width: 100%;
  margin: 0.5rem 0 0;
}

.Supplier .Suplist .top {
  width: 100%;
  font-size: 0;
  padding: 0 0.55rem;
  line-height: 0.6rem;
  background: #e6e6e6;
}

.Supplier .Suplist .top span {
  width: 20%;
  display: inline-block;
  vertical-align: middle;
  color: #333;
  font-size: calc(12px - 0.12rem + 0.16rem);
}

.Supplier .Suplist .top .name {
  width: calc((100% - 0.4rem) * 0.26);
}

.Supplier .Suplist .top .icon {
  width: calc((100% - 0.4rem) * 0.18);
}

.Supplier .Suplist .con-item {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.Supplier .Suplist .con-item .title {
  width: 100%;
  line-height: 0.6rem;
  position: relative;
  background: #fff;
  font-size: 0;
  padding: 0 0.55rem;
}

.Supplier .Suplist .con-item .title span {
  display: inline-block;
  vertical-align: middle;
  width: 20%;
  color: #333;
  font-size: calc(12px - 0.12rem + 0.14rem);
  line-height: 0.6rem;
}

.Supplier .Suplist .con-item .title .name {
  width: calc((100% - 0.4rem) * 0.26);
}

.Supplier .Suplist .con-item .title .icon {
  width: calc((100% - 0.4rem) * 0.18);
}

.Supplier .Suplist .con-item .title:after {
  content: ' ';
  position: absolute;
  width: 0.2rem;
  height: 0.2rem;
  background: url("/themes/pc_cn/public/assets/images/xm.png") no-repeat;
  background-size: 100%;
  right: 0.2rem;
  top: calc(50% - 0.1rem);
  transform: rotate(-180deg);
  transition: all ease 0.3s;
  cursor: pointer;
}

.Supplier .Suplist .con-item .contents {
  display: none;
  width: 100%;
  padding: 0.2rem;
  height: auto;
  background: #fff;
}

.Supplier .Suplist .con-item .contents .column {
  width: 100%;
  height: auto;
  font-size: 0;
  padding: 0.3rem 0.3rem;
}

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

.Supplier .Suplist .con-item .contents .column .column-item .column-name {
  height: 0.4rem;
  line-height: 0.4rem;
  font-size: calc(12px - 0.12rem + 0.16rem);
  color: #0e62c2;
  text-align: left;
  display: block;
}

.Supplier .Suplist .con-item .contents .column .column-item .column-list {
  width: 100%;
  padding: 0rem 0 0.15rem;
}

.Supplier .Suplist .con-item .contents .column .column-item .column-list ul {
  width: 100%;
}

.Supplier .Suplist .con-item .contents .column .column-item .column-list ul li {
  width: 100%;
  line-height: 2;
  font-size: calc(12px - 0.12rem + 0.14rem);
  color: #666;
  margin: 0.1rem 0;
}

.Supplier .Suplist .con-item .contents .column .column-item .email {
  margin-top: 0.15rem;
  height: 0.6rem;
  line-height: 0.6rem;
  font-size: calc(12px - 0.12rem + 0.14rem);
  color: #333;
}

.Supplier .Suplist .con-item .contents .column .column-item:nth-child(2n) {
  margin-right: 0;
}

.Supplier .Suplist .con-item .contents .column .column-item.w100 {
  width: 100%;
  margin-right: 0;
}

.Supplier .Suplist .con-item .contents .column .btn {
  width: 100%;
  display: inline-block;
  font-size: 0;
  height: 0.6rem;
  text-align: left;
}

.Supplier .Suplist .con-item .contents .column .btn a {
  display: inline-block;
  width: auto;
  padding: 0 0.45rem;
  text-align: center;
  color: #fff;
  line-height: 2.5;
  border-radius: 6px;
  font-size: calc(12px - 0.12rem + 0.16rem);
  background: #0e62c2;
  transition: all ease 0.3s;
}

.Supplier .Suplist .con-item .contents .column .btn a:hover {
  transform: scale(1.1);
}

.Supplier .Suplist .con-item + .con-item {
  border-top: solid 1px #f5f5f5;
}

.Supplier .Suplist .con-item:last-child {
  border-bottom: solid 1px #f5f5f5;
}

.Supplier .Suplist .con-item.show .title {
  cursor: pointer;
}

.Supplier .Suplist .con-item.show .title .name {
  color: #333;
}

.Supplier .Suplist .con-item.show .title:after {
  top: calc(50% - 0.1rem);
  transform: rotate(0deg);
}

@media (max-width: 900px) {
  .Supplier .Suplist .top {
    padding: 0 0.2rem;
  }
  .Supplier .Suplist .top .icon {
    padding: 0 0.15rem;
    text-align: center;
  }
  .Supplier .Suplist .con-item .title {
    padding: 0rem 0.2rem;
  }
  .Supplier .Suplist .con-item .contents .column {
    padding: 0;
  }
  .Supplier .Suplist .con-item .contents .column .column-item {
    width: 100%;
  }
}

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

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

.company .comy .cons {
  width: calc(100% - 4.86rem - 1rem);
  display: inline-block;
  vertical-align: top;
  margin-right: 1rem;
}

.company .comy .cons .en {
  font-size: calc(12px - 0.12rem + 0.36rem);
  line-height: 1.5;
  color: #ccc;
}

.company .comy .cons .cn {
  font-size: calc(12px - 0.12rem + 0.24rem);
  line-height: 2;
  color: #333;
}

.company .comy .cons .con {
  width: 100%;
  color: #333;
  font-size: calc(12px - 0.12rem + 0.16rem);
  line-height: 2;
  max-height: 4rem;
}

.company .comy .cons .con p {
  color: #666;
  font-size: calc(12px - 0.12rem + 0.16rem);
  line-height: 2;
  margin: 0.3rem 0;
}

.company .comy .img {
  display: inline-block;
  vertical-align: top;
  width: 4.86rem;
  height: 5.86rem;
}

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

@media (max-width: 900px) {
  .company .comy .img {
    width: 100%;
    height: auto;
  }
  .company .comy .cons {
    width: 100%;
    margin-right: 0;
    padding: 0.3rem 0;
  }
  .company .comy .cons .con {
    height: auto;
    max-height: 100%;
  }
  .company .comy .img:last-child {
    display: none;
  }
}

.problem {
  width: 100%;
}

.problem .top {
  width: 100%;
  text-align: center;
  background: #fff;
  padding: 0.5rem 0 0.3rem;
}

.problem .top .en {
  color: #ccc;
  font-size: calc(12px - 0.12rem + 0.36rem);
  line-height: 1.3;
  margin-bottom: 0.1rem;
}

.problem .top .cn {
  color: #333;
  font-size: calc(12px - 0.12rem + 0.24rem);
  line-height: 2;
}

.problem .problist {
  width: 100%;
}

.problem .problist .protem {
  width: 100%;
  font-size: 0;
  border: solid 1px #eaeaea;
  margin-bottom: 0.3rem;
}

.problem .problist .protem .protop {
  width: 100%;
  padding-right: 0.8rem;
  line-height: 0.7rem;
  position: relative;
  background: #fafafa;
  font-size: calc(12px - 0.12rem + 0.2rem);
  color: #333;
  padding-left: 0.5rem;
}

.problem .problist .protem .protop .icon {
  width: 0.7rem;
  height: 0.7rem;
  position: absolute;
  right: 0;
  top: 0;
  border-left: solid 1px #eaeaea;
}

.problem .problist .protem .protop .icon:after {
  content: '+';
  line-height: 0.7rem;
  text-align: center;
  display: block;
  width: 100%;
  height: 100%;
  color: #0e62c2;
  font-size: calc(12px - 0.12rem + 0.36rem);
}

.problem .problist .protem .procon {
  display: none;
  background: #fff;
  padding: 0.25rem 0.5rem;
  color: #333;
  font-size: calc(12px - 0.12rem + 0.18rem);
  line-height: 1.3;
}

.problem .problist .protem.show .protop {
  border-bottom: solid 1px #eaeaea;
}

.problem .problist .protem.show .protop .icon:after {
  content: '-';
}

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

.After .top {
  width: 100%;
  text-align: center;
  background: #fff;
  padding: 0.5rem 0 0.3rem;
}

.After .top .en {
  color: #ccc;
  font-size: calc(12px - 0.12rem + 0.36rem);
  line-height: 1.3;
  margin-bottom: 0.1rem;
}

.After .top .cn {
  color: #333;
  font-size: calc(12px - 0.12rem + 0.24rem);
  line-height: 2;
}

.After .salelist {
  width: 100%;
  font-size: 0;
}

.After .salelist .saltem {
  width: calc((100% - 0.2rem) / 2);
  margin-bottom: 0.2rem;
  margin-right: 0.2rem;
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  background: #f7f7f7;
}

.After .salelist .saltem .img {
  display: inline-block;
  vertical-align: middle;
  width: 2.5rem;
  height: 2.5rem;
}

.After .salelist .saltem .img img {
  width: 100%;
  height: 100%;
  display: block;
}

.After .salelist .saltem .xon {
  width: calc(100% - 2.5rem);
  display: inline-block;
  vertical-align: middle;
  padding: 0rem 0.3rem 0;
  height: 1.7rem;
}

.After .salelist .saltem .xon .tx {
  color: #333;
  font-size: calc(12px - 0.12rem + 0.14rem);
  line-height: 2;
}

.After .salelist .saltem:nth-child(2n) {
  margin-right: 0;
}

@media (max-width: 900px) {
  .After .salelist .saltem {
    width: 100%;
  }
}

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

.Solution .top {
  width: 100%;
  text-align: center;
  background: #fff;
  padding: 0.5rem 0 0.3rem;
}

.Solution .top .en {
  color: #ccc;
  font-size: calc(12px - 0.12rem + 0.36rem);
  line-height: 1.3;
  margin-bottom: 0.1rem;
}

.Solution .top .cn {
  color: #333;
  font-size: calc(12px - 0.12rem + 0.24rem);
  line-height: 2;
}

.Solution .Solulist {
  width: 100%;
  font-size: 0;
}

.Solution .Solulist .sotem {
  width: 4rem;
  display: inline-block;
  vertical-align: middle;
  background-color: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  margin-right: calc((100% - 3 * 4rem) / 2);
  margin-bottom: 0.5rem;
}

.Solution .Solulist .sotem .img {
  width: 100%;
  height: 2.64rem;
  overflow: hidden;
}

.Solution .Solulist .sotem .img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all ease 0.3s;
}

.Solution .Solulist .sotem .con {
  padding: 0.4rem 0.3rem;
  width: 100%;
}

.Solution .Solulist .sotem .con .tip {
  color: #333;
  font-size: calc(12px - 0.12rem + 0.24rem);
  line-height: 1.5;
  margin-bottom: 0.1rem;
}

.Solution .Solulist .sotem .con .tox {
  height: 4em;
  color: #999;
  font-size: calc(12px - 0.12rem + 0.16rem);
  line-height: 2;
}

.Solution .Solulist .sotem .con .tox .tx {
  color: #999;
  font-size: calc(12px - 0.12rem + 0.16rem);
  line-height: 2;
}

.Solution .Solulist .sotem:hover .img img {
  transform: scale(1.1);
}

.Solution .Solulist .sotem:nth-child(3n) {
  margin-right: 0;
}

@media (max-width: 900px) {
  .Solution .Solulist .sotem {
    width: 48%;
    margin-right: 4%;
  }
  .Solution .Solulist .sotem:nth-child(3n) {
    margin-right: 4%;
  }
  .Solution .Solulist .sotem:nth-child(2n) {
    margin-right: 0%;
  }
}

@media (max-width: 400px) {
  .Solution .Solulist .sotem {
    width: 100%;
    margin-right: 0%;
  }
  .Solution .Solulist .sotem:nth-child(3n) {
    margin-right: 0%;
  }
  .Solution .Solulist .sotem:nth-child(2n) {
    margin-right: 0%;
  }
}

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

.solu-detail .tip {
  color: #333;
  font-size: calc(12px - 0.12rem + 0.3rem);
  line-height: 1.6;
  margin-bottom: 0.3rem;
  text-align: center;
}

.solu-detail .ton {
  width: 100%;
  color: #666666;
  font-size: calc(12px - 0.12rem + 0.16rem);
  line-height: 2;
  text-align: center;
}

.solu-detail .ton p {
  color: #666666;
  font-size: calc(12px - 0.12rem + 0.16rem);
  line-height: 2;
  margin: 0.2rem 0;
}

.solu-detail .ton img {
  max-width: 100%;
  width: auto;
  display: inline-block;
  margin: 0.2rem 0;
}

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

.contact .top {
  width: 100%;
  text-align: center;
  background: #fff;
  padding: 0.5rem 0 0.3rem;
}

.contact .top .en {
  color: #ccc;
  font-size: calc(12px - 0.12rem + 0.36rem);
  line-height: 1.3;
  margin-bottom: 0.1rem;
}

.contact .top .cn {
  color: #333;
  font-size: calc(12px - 0.12rem + 0.24rem);
  line-height: 2;
}

.contact .cont {
  width: 100%;
  font-size: 0;
  background: #f7f7f7;
}

.contact .cont .map {
  display: inline-block;
  vertical-align: middle;
  width: 6.58rem;
  height: 4.2rem;
  position: relative;
}

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

.contact .cont .map .tip {
  position: absolute;
  line-height: 0.6rem;
  font-size: calc(12px - 0.12rem + 0.18rem);
  color: #3486c1;
  text-align: center;
  display: inline-block;
  width: auto;
  top: 0.7rem;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 0.2rem;
  box-shadow: 3px 4px 10px 0px rgba(0, 0, 0, 0.05), 5px 9px 20px 0px rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  background: #fff;
  white-space: nowrap;
}

.contact .cont .con {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 6.58rem);
  padding: 0.2rem 0.6rem;
}

.contact .cont .con .tip {
  color: #0e62c2;
  font-size: calc(12px - 0.12rem + 0.3rem);
  line-height: 1.3;
  margin-bottom: 0.3rem;
}

.contact .cont .con .conlist {
  width: 100%;
}

.contact .cont .con .conlist .cons {
  width: 100%;
  font-size: 0;
  margin: 0.15rem 0;
}

.contact .cont .con .conlist .cons span {
  display: inline-block;
  vertical-align: middle;
}

.contact .cont .con .conlist .cons .icon {
  width: 0.2rem;
  height: 0.2rem;
  position: relative;
  top: 0.01rem;
}

.contact .cont .con .conlist .cons .icon img {
  width: 100%;
  height: 100%;
  display: inline-block;
}

.contact .cont .con .conlist .cons .name {
  color: #999;
  font-size: calc(12px - 0.12rem + 0.16rem);
  line-height: 1.5;
  margin: 0 0.1rem;
}

.contact .cont .con .conlist .cons .non {
  color: #333;
  font-size: calc(12px - 0.12rem + 0.16rem);
  line-height: 1.5;
}

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

.usein .tip {
  color: #666;
  font-size: calc(12px - 0.12rem + 0.16rem);
  line-height: 2;
  margin-bottom: 0.3rem;
}

.usein .uon {
  width: 100%;
  color: #666;
  font-size: calc(12px - 0.12rem + 0.16rem);
  line-height: 2;
}

.usein .uon p {
  color: #666;
  font-size: calc(12px - 0.12rem + 0.16rem);
  line-height: 2;
  margin: 0.2rem 0;
}

@media (max-width: 900px) {
  .contact .cont .map {
    width: 100%;
    height: auto;
  }
  .contact .cont .con {
    width: 100%;
    padding: 0.3rem;
  }
}

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

.website .weblist {
  width: 100%;
}

.website .weblist .webtem {
  width: 100%;
  margin-bottom: 0.3rem;
}

.website .weblist .webtem .tip {
  width: 100%;
  line-height: 0.6rem;
  background: #eeeeee;
  padding: 0 0.3rem;
  font-weight: bold;
  color: #0e62c2;
  font-size: calc(12px - 0.12rem + 0.2rem);
}

.website .weblist .webtem .wetlist {
  width: 100%;
  font-size: 0;
  padding: 0.3rem;
}

.website .weblist .webtem .wetlist .wetli {
  display: inline-block;
  vertical-align: top;
  width: 20%;
}

.website .weblist .webtem .wetlist .wetli a {
  display: block;
  color: #333;
  font-size: calc(12px - 0.12rem + 0.16rem);
  line-height: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .website .weblist .webtem .wetlist .wetli {
    width: 25%;
  }
}

@media (max-width: 500px) {
  .website .weblist .webtem .wetlist .wetli {
    width: 50%;
  }
}

.Newx {
  width: 100%;
}

.Newx .top {
  width: 100%;
  text-align: center;
  background: #fff;
  padding: 0.5rem 0 0.3rem;
}

.Newx .top .en {
  color: #ccc;
  font-size: calc(12px - 0.12rem + 0.36rem);
  line-height: 1.3;
  margin-bottom: 0.1rem;
}

.Newx .top .cn {
  color: #333;
  font-size: calc(12px - 0.12rem + 0.24rem);
  line-height: 2;
}

.Newx .newlist {
  width: 100%;
}

.Newx .newlist .netem {
  width: 100%;
  font-size: 0;
  padding: 0.4rem 0;
  border-bottom: solid 1px #eaeaea;
}

.Newx .newlist .netem .img {
  display: inline-block;
  vertical-align: middle;
  width: 3.6rem;
  height: 2.7rem;
  overflow: hidden;
}

.Newx .newlist .netem .img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all ease 0.3s;
}

.Newx .newlist .netem .nxn {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 3.6rem - 0.5rem);
  margin-left: 0.5rem;
}

.Newx .newlist .netem .nxn .tip {
  color: #333;
  font-size: calc(12px - 0.12rem + 0.24rem);
  line-height: 1.3;
}

.Newx .newlist .netem .nxn .time {
  color: #999;
  font-size: calc(12px - 0.12rem + 0.14rem);
  line-height: 1.5;
  margin: 0.2rem 0;
}

.Newx .newlist .netem .nxn .time span {
  display: inline-block;
  color: #999;
  font-size: calc(12px - 0.12rem + 0.14rem);
  line-height: 1.5;
  margin-left: 0.2rem;
}

.Newx .newlist .netem .nxn .tox {
  color: #666;
  font-size: calc(12px - 0.12rem + 0.16rem);
  line-height: 1.8;
  height: 5.4em;
}

.Newx .newlist .netem .nxn .tox .tx {
  color: #666;
  font-size: calc(12px - 0.12rem + 0.16rem);
  line-height: 1.8;
}

.Newx .newlist .netem .nxn .btn {
  width: 100%;
  font-size: 0;
  margin-top: 0.2rem;
}

.Newx .newlist .netem .nxn .btn span {
  display: inline-block;
  vertical-align: middle;
  line-height: 0.46rem;
  border-radius: 0.23rem;
  border: solid 1px #eaeaea;
  color: #999;
  width: auto;
  font-size: calc(12px - 0.12rem + 0.16rem);
  padding: 0 0.4rem;
}

.Newx .newlist .netem:first-child {
  border-top: solid 1px #eaeaea;
}

.Newx .newlist .netem:hover .img img {
  transform: scale(1.1);
}

.Newx .newlist .netem:hover .nxn .tip {
  color: #0e62c2;
}

.Newx .newlist .netem:hover .nxn .btn span {
  background: #0e62c2;
  border: #0e62c2 solid 1px;
  color: #fff;
}

@media (max-width: 768px) {
  .Newx .newlist .netem .img {
    width: 100%;
    height: auto;
  }
  .Newx .newlist .netem .nxn {
    width: 100%;
    margin-left: 0;
    padding: 0.3rem 0.1rem 0;
  }
  .Newx .newlist .netem .nxn .tox {
    height: auto;
  }
  .Newx .newlist .netem .nxn .btn span {
    line-height: 0.6rem;
  }
}

.history {
  width: 100%;
  padding-top: 0.5rem;
}

.history .top {
  width: 100%;
  text-align: center;
  background: #fff;
  padding: 0.5rem 0 0.3rem;
}

.history .top .en {
  color: #ccc;
  font-size: calc(12px - 0.12rem + 0.36rem);
  line-height: 1.3;
  margin-bottom: 0.1rem;
}

.history .top .cn {
  color: #333;
  font-size: calc(12px - 0.12rem + 0.24rem);
  line-height: 2;
}

.history .hisyear {
  width: 100%;
  background-color: #f1f1f1;
  background-position: center 0.875rem;
  background-repeat: repeat-x;
  position: relative;
}

.history .hisyear .swiper-slide {
  padding: 0.6rem 0;
  cursor: pointer;
}

.history .hisyear .swiper-slide .point {
  width: 0.15rem;
  height: 0.15rem;
  position: relative;
  margin: 0.2rem auto;
  transition: all ease 0.3s;
}

.history .hisyear .swiper-slide .point img {
  width: 100%;
  height: 100%;
  display: block;
}

.history .hisyear .swiper-slide .point img:first-child {
  display: block;
}

.history .hisyear .swiper-slide .point img:last-child {
  display: none;
}

.history .hisyear .swiper-slide .year {
  width: 100%;
  text-align: center;
  color: #666;
  font-size: calc(12px - 0.12rem + 0.24rem);
  line-height: 1.4;
}

.history .hisyear .swiper-slide.on .point, .history .hisyear .swiper-slide:hover .point {
  width: 0.17rem;
  height: 0.24rem;
  position: relative;
  margin: 0.14rem auto;
}

.history .hisyear .swiper-slide.on .point img:first-child, .history .hisyear .swiper-slide:hover .point img:first-child {
  display: none;
}

.history .hisyear .swiper-slide.on .point img:last-child, .history .hisyear .swiper-slide:hover .point img:last-child {
  display: block;
}

.history .hisyear .hh {
  position: absolute;
  z-index: 3;
  top: 0.9rem;
  transform: translateY(-50%);
  width: 0.37rem;
  height: 0.37rem;
  cursor: pointer;
}

.history .hisyear .hh img {
  width: 100%;
  height: 100%;
  display: block;
}

.history .hisyear .hh img:first-child {
  display: block;
}

.history .hisyear .hh img:last-child {
  display: none;
}

.history .hisyear .hh:hover img:first-child {
  display: none;
}

.history .hisyear .hh:hover img:last-child {
  display: block;
}

.history .hisyear .hl {
  left: -0.6rem;
}

.history .hisyear .hr {
  right: -0.6rem;
}

.history .summary {
  width: 100%;
  background: #f1f1f1;
  padding-bottom: 0.6rem;
}

.history .summary .sumtem {
  width: 100%;
  padding: 0.5rem;
  background: #fff;
  font-size: 0;
  position: relative;
  display: none;
}

.history .summary .sumtem .sumimg {
  display: inline-block;
  vertical-align: middle;
  width: 5.2rem;
  height: 3rem;
}

.history .summary .sumtem .sumimg img {
  width: 100%;
  height: 100%;
  display: block;
}

.history .summary .sumtem .son {
  width: calc(100% - 5.2rem - 0.6rem);
  margin-left: 0.6rem;
  display: inline-block;
  vertical-align: middle;
}

.history .summary .sumtem .son .s1 {
  color: #0e62c2;
  font-size: calc(12px - 0.12rem + 0.36rem);
  line-height: 1.3;
  margin-bottom: 0.1rem;
}

.history .summary .sumtem .son .s2 {
  color: #333;
  font-size: calc(12px - 0.12rem + 0.2rem);
  line-height: 1.4;
}

.history .summary .sumtem .ss {
  position: absolute;
  z-index: 3;
  top: 55%;
  transform: translateY(-50%);
  width: 0.4rem;
  height: 0.4rem;
  cursor: pointer;
}

.history .summary .sumtem .ss img {
  width: 100%;
  height: 100%;
  display: block;
}

.history .summary .sumtem .ss img:first-child {
  display: block;
}

.history .summary .sumtem .ss img:last-child {
  display: none;
}

.history .summary .sumtem .ss:hover img:first-child {
  display: none;
}

.history .summary .sumtem .ss:hover img:last-child {
  display: block;
}

.history .summary .sumtem .sl {
  left: -0.6rem;
}

.history .summary .sumtem .sr {
  right: -0.6rem;
}

.history .summary .sumtem.on {
  display: block;
}

@media (max-width: 1400px) {
  .history .hisyear .hl {
    left: 0rem;
  }
  .history .hisyear .hr {
    right: 0rem;
  }
  .history .summary .sumtem .sl {
    left: 0rem;
  }
  .history .summary .sumtem .sr {
    right: 0rem;
  }
}

@media (max-width: 768px) {
  .history .hisyear .hh {
    width: 0.5rem;
    height: 0.5rem;
  }
  .history .hisyear .hl {
    left: 0rem;
  }
  .history .hisyear .hr {
    right: 0rem;
  }
  .history .summary .sumtem .sumimg {
    width: 100%;
    height: auto;
  }
  .history .summary .sumtem .son {
    width: 100%;
    margin-left: 0;
    padding: 0.4rem 0;
  }
}

.honer {
  width: 100%;
  padding-bottom: 0.1rem;
}

.honer .top {
  width: 100%;
  text-align: center;
  background: #fff;
  padding: 0.5rem 0 0.3rem;
}

.honer .top .en {
  color: #ccc;
  font-size: calc(12px - 0.12rem + 0.36rem);
  line-height: 1.3;
  margin-bottom: 0.1rem;
}

.honer .top .cn {
  color: #333;
  font-size: calc(12px - 0.12rem + 0.24rem);
  line-height: 2;
}

.honer .rowlist {
  width: 100%;
  font-size: 0;
}

.honer .rowlist .rows {
  display: inline-block;
  vertical-align: top;
  width: 4rem;
  padding: 0.4rem 0.5rem;
  background-color: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 0.5rem;
  margin-right: calc((100% - 3 * 4rem) / 2);
  cursor: pointer;
}

.honer .rowlist .rows .img {
  width: 3rem;
  height: 2rem;
  display: block;
  margin: 0 auto;
}

.honer .rowlist .rows .img img {
  width: 100%;
  height: 100%;
  display: block;
}

.honer .rowlist .rows .tx {
  margin-top: 0.25rem;
  text-align: center;
  color: #333;
  font-size: calc(12px - 0.12rem + 0.16rem);
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.honer .rowlist .rows:nth-child(3n) {
  margin-right: 0;
}

.honer .lowlist {
  width: 100%;
  font-size: 0;
}

.honer .lowlist .lows {
  display: inline-block;
  vertical-align: top;
  width: 4rem;
  padding: 0.4rem 0.5rem;
  background-color: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 0.5rem;
  margin-right: calc((100% - 3 * 4rem) / 2);
  cursor: pointer;
}

.honer .lowlist .lows .img {
  width: 2.5rem;
  height: 3.5rem;
  display: block;
  margin: 0 auto;
}

.honer .lowlist .lows .img img {
  width: 100%;
  height: 100%;
  display: block;
}

.honer .lowlist .lows .tx {
  margin-top: 0.25rem;
  text-align: center;
  color: #333;
  font-size: calc(12px - 0.12rem + 0.16rem);
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.honer .lowlist .lows:nth-child(3n) {
  margin-right: 0;
}

@media (max-width: 768px) {
  .honer .rowlist .rows {
    width: 48%;
    margin-right: 4%;
  }
  .honer .rowlist .rows .img {
    width: 100%;
    height: auto;
  }
  .honer .rowlist .rows .tx {
    font-size: 14px;
  }
  .honer .rowlist .rows:nth-child(3n) {
    margin-right: 4%;
  }
  .honer .rowlist .rows:nth-child(2n) {
    margin-right: 0;
  }
  .honer .lowlist .lows {
    width: 48%;
    margin-right: 4%;
  }
  .honer .lowlist .lows .img {
    width: 100%;
    height: auto;
  }
  .honer .lowlist .lows .tx {
    font-size: 14px;
  }
  .honer .lowlist .lows:nth-child(3n) {
    margin-right: 4%;
  }
  .honer .lowlist .lows:nth-child(2n) {
    margin-right: 0;
  }
}

.New-detail {
  width: 100%;
  padding: 0.6rem 0;
}

.New-detail .nel {
  width: 8.9rem;
  display: inline-block;
  vertical-align: top;
}

.New-detail .nel .tip {
  color: #333;
  font-size: calc(12px - 0.12rem + 0.24rem);
  line-height: 1.5;
  margin-bottom: 0.2rem;
}

.New-detail .nel .time {
  width: 100%;
  font-size: 0;
}

.New-detail .nel .time .t1 {
  display: inline-block;
  vertical-align: middle;
  color: #999;
  line-height: 2;
  font-size: calc(12px - 0.12rem + 0.16rem);
}

.New-detail .nel .time .t2 {
  display: inline-block;
  vertical-align: middle;
  color: #999;
  line-height: 2;
  font-size: calc(12px - 0.12rem + 0.16rem);
  margin: 0 0.2rem;
}

.New-detail .nel .time .share {
  display: inline-block;
  vertical-align: middle;
  color: #999;
  line-height: 2;
  font-size: calc(12px - 0.12rem + 0.16rem);
}

.New-detail .nel .time .share a {
  display: inline-block;
  vertical-align: middle;
  width: 0.2rem;
  height: 0.2rem;
  margin: 0 0.08rem;
  position: relative;
  top: -0.02rem;
}

.New-detail .nel .time .share a img {
  width: 100%;
  height: 100%;
  display: block;
}

.New-detail .nel .time .share a img:first-child {
  display: block;
}

.New-detail .nel .time .share a img:last-child {
  display: none;
}

.New-detail .nel .time .share a:hover img:first-child {
  display: none;
}

.New-detail .nel .time .share a:hover img:last-child {
  display: block;
}

.New-detail .nel .ncon {
  width: 100%;
  padding: 0.3rem 0;
  border-top: solid 1px #eaeaea;
  border-bottom: solid 1px #eaeaea;
}

.New-detail .nel .ncon p {
  color: #666;
  font-size: calc(12px - 0.12rem + 0.16rem);
  line-height: 2;
  margin: 0.2rem 0;
}

.New-detail .nel .ncon img {
  max-width: 100%;
  margin: 0.2rem 0;
}

.New-detail .nel .nbot {
  width: 100%;
  font-size: 0;
  margin-top: 0.2rem;
}

.New-detail .nel .nbot .nbl {
  width: 70%;
  display: inline-block;
  vertical-align: middle;
}

.New-detail .nel .nbot .nbl .atem {
  width: 100%;
  color: #666;
  font-size: calc(12px - 0.12rem + 0.16rem);
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.New-detail .nel .nbot .nbl .atem a {
  display: inline-block;
  vertical-align: middle;
  color: #666;
  font-size: calc(12px - 0.12rem + 0.16rem);
  line-height: 2;
}

.New-detail .nel .nbot .nbl .atem a:hover {
  color: #0e62c2;
}

.New-detail .nel .nbot .nbr {
  width: 30%;
  display: inline-block;
  vertical-align: middle;
}

.New-detail .nel .nbot .nbr .btn {
  width: 100%;
  font-size: 0;
  text-align: right;
}

.New-detail .nel .nbot .nbr .btn a {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  padding: 0 0.3rem;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  background: #0e62c2;
  line-height: 0.42rem;
  font-size: calc(12px - 0.12rem + 0.16rem);
}

.New-detail .nel .nbot .nbr .btn a span {
  display: inline-block;
  vertical-align: middle;
  width: 0.2rem;
  height: 0.2rem;
  margin-right: 0.08rem;
}

.New-detail .nel .nbot .nbr .btn a span img {
  width: 100%;
  height: 100%;
  display: block;
}

.New-detail .ner {
  width: 3.2rem;
  width: calc(100% - 8.9rem - 0.9rem);
  display: inline-block;
  vertical-align: top;
  margin-left: 0.9rem;
}

.New-detail .ner .title {
  width: 100%;
  color: #444;
  font-size: calc(12px - 0.12rem + 0.24rem);
  line-height: 1.5;
  margin-bottom: 0.1rem;
}

.New-detail .ner .nerem {
  width: 100%;
  padding-bottom: 0.2rem;
  border-bottom: solid 1px #eaeaea;
  margin-bottom: 0.2rem;
}

.New-detail .ner .nerem .img {
  width: 100%;
  margin-bottom: 0.1rem;
}

.New-detail .ner .nerem .img img {
  width: 100%;
  height: 100%;
  display: block;
}

.New-detail .ner .nerem .txt {
  color: #333;
  font-size: calc(12px - 0.12rem + 0.18rem);
  line-height: 1.5;
}

.New-detail .ner .nerlist {
  width: 100%;
}

.New-detail .ner .nerlist .nerli {
  width: 100%;
  margin-bottom: 0.08rem;
  position: relative;
}

.New-detail .ner .nerlist .nerli a {
  color: #666;
  display: block;
  padding-left: 0.15rem;
  font-size: calc(12px - 0.12rem + 0.16rem);
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.New-detail .ner .nerlist .nerli:after {
  position: absolute;
  content: ' ';
  width: 0.06rem;
  height: 0.06rem;
  border-radius: 50%;
  font-size: calc(12px - 0.12rem + 0.16rem);
  background: #ccc;
  left: 0;
  top: calc(1em - 0.03rem);
}

.New-detail .ner .nerlist .nerli:hover:after {
  background: #0e62c2;
}

.New-detail .ner .nerlist .nerli:hover a {
  color: #0e62c2;
}

@media (max-width: 900px) {
  .New-detail .nel {
    width: 100%;
  }
  .New-detail .nel .time .share {
    width: 100%;
  }
  .New-detail .nel .time .share a {
    width: 0.3rem;
    height: 0.3rem;
  }
  .New-detail .nel .nbot .nbl {
    width: 100%;
  }
  .New-detail .nel .nbot .nbr {
    width: 100%;
  }
  .New-detail .nel .nbot .nbr .btn a {
    line-height: 0.6rem;
  }
  .New-detail .ner {
    display: none;
  }
}

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

.rightnav .rtem {
  width: 0.8rem;
  background: #1798FC;
  padding: 0.1rem 0;
  position: relative;
  box-shadow: inset 0 1px 0 0 #49affc;
}

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

.rightnav .rtem .img {
  width: 0.3rem;
  height: 0.3rem;
  margin: 0 auto 0.06rem;
}

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

.rightnav .rtem .txt {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: calc(12px - 0.12rem + 0.12rem);
  transform: scale(0.9);
  line-height: 1.5;
}

.rightnav .rtem .num {
  position: absolute;
  right: calc( 100% + 0.1rem);
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  color: #fff;
  font-size: calc(12px - 0.12rem + 0.14rem);
  line-height: 2;
  background: #1798FC;
  padding: 0.1rem;
  white-space: nowrap;
  display: none;
}

.rightnav .rtem:hover {
  background: #1798FC;
}

.rightnav .rtem:hover .num {
  display: block;
}

@media (max-width: 900px) {
  .rightnav .rtem {
    width: 1rem;
  }
}

.footer {
  width: 100%;
}

.footer .fop {
  width: 100%;
  background: #333333;
  padding: 0.56rem 0;
}

.footer .fop .flist {
  width: 2rem;
  display: inline-block;
  vertical-align: top;
}

.footer .fop .flist .tip {
  color: #fff;
  font-size: calc(12px - 0.12rem + 0.16rem);
  line-height: 2;
  margin-bottom: 0.3rem;
}

.footer .fop .flist .ul {
  width: 100%;
}

.footer .fop .flist .ul li {
  width: 100%;
}

.footer .fop .flist .ul li a {
  width: 100%;
  font-size: calc(12px - 0.12rem + 0.14rem);
  line-height: 2;
  color: #999;
  position: relative;
}

.footer .fop .flist .ul li a:hover {
  color: #0e62c2;
}

.footer .fop .flist .ul li a:hover:after {
  display: block;
}

.footer .fop .right {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 2rem * 5);
}

.footer .fop .right .tip {
  text-align: center;
  width: 100%;
  font-size: calc(12px - 0.12rem + 0.32rem);
  line-height: 1.3;
  color: #fff;
  margin-bottom: 0.3rem;
}

.footer .fop .right .tip span {
  display: inline-block;
  vertical-align: middle;
  width: 0.4rem;
  height: 0.4rem;
  margin-right: 0.2rem;
}

.footer .fop .right .tip span img {
  width: 100%;
  height: 100%;
  display: block;
}

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

.footer .fop .right .codes .code {
  display: inline-block;
  vertical-align: middle;
  width: 0.98rem;
  height: 0.98rem;
}

.footer .fop .right .codes .code img {
  width: 100%;
  height: 100%;
  display: block;
}

.footer .fop .right .codes .name {
  text-align: center;
  width: calc(100% - 1rem);
  margin-right: 0.02rem;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: calc(12px - 0.12rem + 0.16rem);
  line-height: 1.5;
}

.footer .fot {
  width: 100%;
  background: #1b1b1b;
  padding: 0.35rem 0;
}

.footer .fot .tx {
  width: 100%;
  text-align: center;
  color: #ccc;
  font-size: calc(12px - 0.12rem + 0.14rem);
  line-height: 1.6;
  margin-bottom: 0.1rem;
}

.footer .fot .bx {
  width: 100%;
  text-align: center;
  color: #ccc;
  font-size: calc(12px - 0.12rem + 0.14rem);
  line-height: 1.6;
}

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

@media (max-width: 768px) {
  .footer .fop .flist {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  .footer .fop .flist .tip {
    margin-bottom: 0.1rem;
  }
  .footer .fop .flist .ul {
    font-size: 0;
  }
  .footer .fop .flist .ul li {
    width: auto;
    margin-right: 0.2rem;
    display: inline-block;
    vertical-align: middle;
  }
  .footer .fop .right {
    width: 100%;
  }
  .footer .fop .right .tip {
    text-align: left;
  }
  .footer .fop .right .codes .name {
    width: auto;
    margin-right: 0.3rem;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.delay2 {
  transition-delay: 0.2s;
}

.delay4 {
  transition-delay: 0.4s;
}

.delay6 {
  transition-delay: 0.6s;
}

.delay8 {
  transition-delay: 0.8s;
}

.delay10 {
  transition-delay: 1s;
}

.company .con .mCSB_scrollTools .mCSB_draggerRail {
  background-color: #999;
  filter: none;
  -ms-filter: none;
}

.company .con .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.4);
  filter: none;
  -ms-filter: none;
  width: 4px;
}

.company .con .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.4);
  filter: none;
  -ms-filter: none;
}

.saltem .xon .mCSB_scrollTools .mCSB_draggerRail {
  background-color: #eee;
  filter: none;
  -ms-filter: none;
}

.saltem .xon .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.4);
  filter: none;
  -ms-filter: none;
  width: 4px;
}

.saltem .xon .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.4);
  filter: none;
  -ms-filter: none;
}
<!--0.00024294853210449-->