/* 手机版*/

body {
  position: relative;
  overflow-x: hidden;
  background: #333;
}

.m-top {
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  background: #fff;
}

.m-logo {
  display: block;
  position: absolute;
  left: 10px;
  top: 11px;
}

.m-logo img {
  height: 38px;
}

.m-top .btn {
  position: absolute;
  z-index: 100;
  top: 0;
  right: 0;
  height: 60px;
  padding: 22px 128px 0 10px;
  text-align: center;
}

.m-top .btn::before {
  content: "navigation";
  position: absolute;
  right: 10px;
  top: 20px;
  font-size: 18px;
  line-height: 20px;
  color: #000;
  text-transform: uppercase;
}

.m-top .btn span {
  display: block;
  width: 20px;
  height: 3px;
  background: #000;
  transition: 0.3s;
}

.m-top .btn span:nth-child(2) {
  margin: 4px 0;
}

.cross span:nth-of-type(1) {
  transform: translateY(7px) rotate(-45deg);
}

.cross span:nth-of-type(2) {
  opacity: 0;
}

.cross span:nth-of-type(3) {
  transform: translateY(-7px) rotate(45deg);
}

header {
  position: absolute;
  z-index: 99;
  right: -150px;
  top: 0;
  width: 0;
  height: 100%;
  overflow: hidden;
  padding-top: 86px;
  background: #333;
}

.logo {
  display: none;
}

header li a {
  display: block;
  font: 400 16px/36px "微软雅黑";
  color: #fff;
  text-align: center;
}

.sub-arrow {
  display: none;
}

.sub-menu {
  display: none;
}

.lang {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 0 10px 0 32px;
  background: #021fbb url(/assets/images/lang.png) no-repeat 46px center/16px;
  border-radius: 16px;
}

.lang-text {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 36px;
  color: #fff;
}

.lang-text i {
  padding-left: 10px;
}

.lang-text img {
  width: 0.2rem;
}

.lang-list {
  display: none;
}

.wrapper {
  position: relative;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 60px 0 0;
  background: #fff;
}

@media (min-width: 1200px) {
    .wrapper {
      padding: 0;
    }
  header {
    display: block;
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    padding: 0;
    background: none;
    overflow: visible;
  }

  .head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 3.5vw;
    background: #fff;
  }

  .head .logo {
    display: block;
  }

  .head .logo img {
    height: 3.2vw;
  }

  .nav ul {
    display: flex;
  }

  .nav ul li {
    position: relative;
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 1.2vw;
  }

  .nav ul a {
    display: block;
    position: relative;
    overflow: hidden;
    font: 400 0.9vw/5vw "微软雅黑";
    color: #333;
    text-align: center;
    text-transform: capitalize;
  }

  .nav ul li .sub-arrow {
    display: block;
    padding-left: 0.4vw;
  }

  .nav ul li .sub-arrow img {
    width: 0.6vw;
  }

  .sub-menu {
    display: none;
    position: absolute;
    z-index: 10;
    left: -10%;
    top: 5vw;
    width: 120%;
    background: #fff;
  }

  .nav ul .sub-menu a {
    padding: 0.6vw 0;
    font-size: 0.8vw;
    line-height: 1vw;
  }

  .nav ul li:hover .sub-menu {
    display: block;
  }

  .nav ul a:hover {
    color: #021fbb;
  }

  .nav ul .sub-menu a:hover {
    color: #fff;
    background: #021fbb;
  }

  .lang {
    position: relative;
    width: auto;
    padding: 0 0.8vw 0 2.4vw;
    background: #021fbb url(/assets/images/lang.png) no-repeat 0.8vw
      center/1.1vw;
    border-radius: 16px;
  }

  .lang-text {
    display: flex;
    align-items: center;
    font-size: 0.8vw;
    line-height: 1.8vw;
    color: #fff;
  }

  .lang-text i {
    padding-left: 0.4vw;
  }

  .lang-text img {
    width: 0.5vw;
  }

  .lang-list {
    display: none;
  }
}

/* public */
.public {
  background: #f6f6f6;
}

.public-main {
  padding: 0.2rem;
  border-bottom: 1px solid #e7e7e7;
}

.public-left {
}

.public-title {
  margin: 0 0 0.2rem;
  font-weight: bold;
  font-size: 14px;
  line-height: 30px;
  color: #000;
}

.public-ul {
  display: flex;
  flex-wrap: wrap;
}

.public-ul li {
  display: flex;
  align-items: center;
  width: 60%;
  padding: 0 0 0.4rem;
}

.public-ul li:nth-child(2n + 1) {
  width: 40%;
}

.public-li-icon {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.4rem;
  height: 0.4rem;
  border: 1px solid #000;
  border-radius: 50%;
}

.public-li-icon img {
  width: 0.3rem;
}

.public-li-text {
  padding-left: 0.1rem;
  text-align: left;
  color: #000;
}

.public-li-small {
  font-size: 12px;
  line-height: 16px;
}

.public-li-big {
  font-size: 16px;
  line-height: 24px;
}

.public-center {
}

.public-nav {
  display: flex;
  flex-wrap: wrap;
}

.public-nav li {
  width: 50%;
  padding: 0 0 0.2rem;
}

.public-nav a {
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #000;
}

.public-right {
}

.public-ewm {
  display: flex;
}

.public-ewm p {
  padding: 0 0.1rem;
}

.public-ewm img {
  width: 1.5rem;
}

footer {
  padding: 0.2rem 0;
  background: #f6f6f6;
}

.foot-main {
  padding: 0.2rem;
}

.foot-logo {
  padding: 0 0 0.2rem;
}

.foot-logo img {
  width: 1.6rem;
}

.foot-info {
  font-size: 14px;
  line-height: 20px;
  color: #999999;
}

@media (min-width: 1200px) {
  .public-main {
    display: flex;
    justify-content: space-between;
    width: 80vw;
    margin: 0 auto;
    padding: 5vw 0;
  }

  .public-left {
    width: 36vw;
  }

  .public-title {
    margin: 0 0 1.5vw;
    font-size: 1.2vw;
    line-height: 1.5vw;
  }

  .public-ul li {
    width: 60%;
    padding: 0 0 2vw;
  }

  .public-li-icon {
    width: 2.4vw;
    height: 2.4vw;
  }

  .public-li-icon img {
    width: 2.3vw;
  }

  .public-li-text {
    padding-left: 0.5vw;
  }

  .public-li-big {
    font-size: 0.9vw;
    line-height: 1.4vw;
  }

  .public-center {
    width: 22vw;
  }

  .public-nav li {
    padding: 0 0 1vw;
  }

  .public-nav a {
    font-size: 0.8vw;
    line-height: 1vw;
  }

  .public-right {
    width: 18vw;
  }

  .public-ewm p {
    padding: 0 0.5vw;
  }

  .public-ewm img {
    width: 7.5vw;
  }

  footer {
    padding: 1.5vw 0;
  }

  .foot-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 80vw;
    margin: 0 auto;
    padding: 0;
  }

  .foot-logo {
    padding: 0;
  }

  .foot-logo img {
    width: 8vw;
  }

  .foot-info {
    font-size: 0.8vw;
    line-height: 1.2vw;
    color: #999999;
  }
}

/* message */
.message {
  padding: 0.4rem 0 0;
}

.pic-message.message {
  padding: 0;
}

.message-title {
  font-weight: bold;
  font-size: 0.4rem;
  line-height: 0.48rem;
  color: #333;
  text-align: center;
}

.message-info {
  padding: 0.2rem;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  text-align: center;
}

.message form {
  padding: 0.2rem;
  background: #f6f6f6;
}

.pic-message form {
  padding: 0.2rem;
}

.form-line {
}

.form-item {
  padding: 0.1rem;
}

.form-item input {
  width: 100%;
  padding: 0.1rem 0.2rem;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  border: 0;
}

.form-textarea {
  padding: 0.1rem;
}

.form-textarea textarea {
  width: 100%;
  padding: 0.1rem;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  border: 0;
}

.form-captcha {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0.1rem;
  background: #fff;
}

.form-captcha input {
  width: 3rem;
  padding: 0.1rem;
  font-size: 14px;
  line-height: 20px;
  border: 0;
  background: none;
}

.form-captcha .captcha-img {
  width: 1rem;
  flex-shrink: 0;
}

.form-submit {
  display: block;
  width: 5rem;
  margin: 0.1rem auto;
  padding: 0.1rem 0;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background: #021fbb;
  border: 1px solid #021fbb;
  cursor: pointer;
}

.form-submit:hover {
  background: #fff;
  color: #021fbb;
}

@media (min-width: 1200px) {
  .message {
    padding: 4vw 0 0;
  }

  .pic-message.message {
    padding: 0;
  }

  .message-title {
    font-weight: bold;
    font-size: 2vw;
    line-height: 2.4vw;
    color: #333;
    text-align: center;
  }

  .message-info {
    width: 30vw;
    margin: 2vw auto;
    padding: 0;
    font-size: 0.9vw;
    line-height: 1.2vw;
    color: #333;
    text-align: center;
  }

  .message form {
    padding: 2vw 1vw;
    background: #f6f6f6;
  }

  .pic-message form {
    padding: 2vw 10vw;
  }

  .form-line {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .form-item {
    width: 33.3%;
    padding: 0.5vw;
  }

  .form-item input {
    width: 100%;
    padding: 0.5vw;
    font-size: 0.9vw;
    line-height: 1.5vw;
    color: #333;
    border: 0;
  }

  .form-textarea {
    padding: 0.5vw;
  }

  .form-textarea textarea {
    width: 100%;
    padding: 0.5vw;
    font-size: 0.9vw;
    line-height: 1.5vw;
    color: #333;
    border: 0;
  }

  .form-captcha {
    display: flex;
    align-items: center;
    width: 15.6vw;
    margin-left: 0.5vw;
    background: #fff;
  }

  .form-captcha input {
    width: 11vw;
    padding: 0.5vw;
    font-size: 0.9vw;
    line-height: 1.5vw;
    border: 0;
    background: none;
  }

  .form-captcha .captcha-img {
    display: flex;
    align-items: center;
    width: 4.6vw;
    flex-shrink: 0;
  }
  .captcha-img svg {
    width: 100%;
  }

  .form-submit {
    display: block;
    width: 12.8vw;
    margin: 0.5vw auto;
    padding: 0.5vw 0;
    font-size: 0.9vw;
    line-height: 1.5vw;
    color: #fff;
    text-align: center;
    background: #021fbb;
    border: 1px solid #021fbb;
    cursor: pointer;
  }

  .form-submit:hover {
    background: #fff;
    color: #021fbb;
  }
}

/* fix */
.fixed {
  display: none;
}
@media (min-width: 1200px) {
  .fixed {
    display: block;
    position: fixed;
    z-index: 99;
    right: 0;
    top: 40%;
  }
}

.fixed li a {
  display: block;
  position: relative;
  width: 110px;
  margin: 0 0 5px;
}

.fixed-icon {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  border-radius: 20px 0 0 20px;
}
.fixed-info {
  position: absolute;
  z-index: 1;
  top: 0;
  right: -500%;
  display: flex;
  align-items: center;
  border-radius: 20px 0 0 20px;
}

.fixed li:nth-child(1) .fixed-icon {
  background: #9778ff;
}

.fixed li:nth-child(2) .fixed-icon {
  background: #45a4eb;
}

.fixed li:nth-child(3) .fixed-icon {
  background: #66b433;
}

.fixed li:nth-child(4) .fixed-icon {
  background: #ffc000;
}

.fixed li:nth-child(5) .fixed-icon {
  background: #66b433;
}

.fixed a i {
  display: flex;
  align-items: center;
  height: 40px;
  padding: 0 5px 0 10px;
}

.fixed a i img {
  width: 36px;
}

.fixed a span,
.fixed a p {
  padding: 0 10px 0 0;
  font-size: 16px;
  line-height: 40px;
  white-space: nowrap;
  color: #fff;
}

.fixed li:nth-child(1) .fixed-info {
  background: #9778ff;
}

.fixed li:nth-child(2) .fixed-info {
  background: #45a4eb;
}

.fixed li:nth-child(3) .fixed-info {
  background: #66b433;
}

.fixed li:nth-child(4) .fixed-info {
  background: #ffc000;
}

.fixed li:nth-child(5) .fixed-info {
  background: #66b433;
}
