html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

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

body {
  font: 14px/1.4286  Arial,"Helvetica Neue",Helvetica,sans-serif;
}

a {
  text-decoration: none;
}

input {
  outline: none;
}

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

.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix {
  *zoom: 1;
}

.clearfix:after {
  content: '';
  display: table;
  clear: both;
}

input,
select,
button,
textarea {
  font-family: inherit;
}

.gradient-block {
  height: 5px;
  background: -webkit-gradient(linear, left top, right top, from(#afda2c), to(#e94287));
  background: -webkit-linear-gradient(left, #afda2c, #e94287);
  background: -moz-linear-gradient(left, #afda2c, #e94287);
  background: linear-gradient(90deg, #afda2c, #e94287);
}

.index-item-text {
  text-align: center;
}

.index-item-text .title {
  font-weight: bold;
  font-size: .5rem;
  margin-bottom: .2rem;
  background-image: -webkit-linear-gradient(360deg, #afda2d 30%, #57c4c6 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.index-item-text .text {
  font-size: .28rem;
  color: #fff;
}

@-webkit-keyframes loading {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@-moz-keyframes loading {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes loading {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.loading-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: black;
  z-index: 11;
}

.loading-middle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
}

.loading-middle .loading-text {
  margin-bottom: 30px;
}

.loading {
  width: 30px;
  height: 30px;
  margin: auto;
}

.loading .line {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 3px;
  height: 8px;
  margin: auto;
  background: #fff;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  -webkit-animation: loading 1s linear infinite;
     -moz-animation: loading 1s linear infinite;
          animation: loading 1s linear infinite;
}

.loading .line:nth-child(1) {
  -webkit-transform: translate(0, -10px);
     -moz-transform: translate(0, -10px);
      -ms-transform: translate(0, -10px);
          transform: translate(0, -10px);
  -webkit-animation-delay: 0s;
     -moz-animation-delay: 0s;
          animation-delay: 0s;
}

.loading .line:nth-child(2) {
  -webkit-transform: rotate(30deg) translate(0, -10px);
     -moz-transform: rotate(30deg) translate(0, -10px);
      -ms-transform: rotate(30deg) translate(0, -10px);
          transform: rotate(30deg) translate(0, -10px);
  -webkit-animation-delay: -0.9167s;
     -moz-animation-delay: -0.9167s;
          animation-delay: -0.9167s;
}

.loading .line:nth-child(3) {
  -webkit-transform: rotate(60deg) translate(0, -10px);
     -moz-transform: rotate(60deg) translate(0, -10px);
      -ms-transform: rotate(60deg) translate(0, -10px);
          transform: rotate(60deg) translate(0, -10px);
  -webkit-animation-delay: -0.833s;
     -moz-animation-delay: -0.833s;
          animation-delay: -0.833s;
}

.loading .line:nth-child(4) {
  -webkit-transform: rotate(90deg) translate(0, -10px);
     -moz-transform: rotate(90deg) translate(0, -10px);
      -ms-transform: rotate(90deg) translate(0, -10px);
          transform: rotate(90deg) translate(0, -10px);
  -webkit-animation-delay: -0.75s;
     -moz-animation-delay: -0.75s;
          animation-delay: -0.75s;
}

.loading .line:nth-child(5) {
  -webkit-transform: rotate(120deg) translate(0, -10px);
     -moz-transform: rotate(120deg) translate(0, -10px);
      -ms-transform: rotate(120deg) translate(0, -10px);
          transform: rotate(120deg) translate(0, -10px);
  -webkit-animation-delay: -0.667s;
     -moz-animation-delay: -0.667s;
          animation-delay: -0.667s;
}

.loading .line:nth-child(6) {
  -webkit-transform: rotate(150deg) translate(0, -10px);
     -moz-transform: rotate(150deg) translate(0, -10px);
      -ms-transform: rotate(150deg) translate(0, -10px);
          transform: rotate(150deg) translate(0, -10px);
  -webkit-animation-delay: -0.5833s;
     -moz-animation-delay: -0.5833s;
          animation-delay: -0.5833s;
}

.loading .line:nth-child(7) {
  -webkit-transform: rotate(180deg) translate(0, -10px);
     -moz-transform: rotate(180deg) translate(0, -10px);
      -ms-transform: rotate(180deg) translate(0, -10px);
          transform: rotate(180deg) translate(0, -10px);
  -webkit-animation-delay: -0.5s;
     -moz-animation-delay: -0.5s;
          animation-delay: -0.5s;
}

.loading .line:nth-child(8) {
  -webkit-transform: rotate(210deg) translate(0, -10px);
     -moz-transform: rotate(210deg) translate(0, -10px);
      -ms-transform: rotate(210deg) translate(0, -10px);
          transform: rotate(210deg) translate(0, -10px);
  -webkit-animation-delay: -0.41667s;
     -moz-animation-delay: -0.41667s;
          animation-delay: -0.41667s;
}

.loading .line:nth-child(9) {
  -webkit-transform: rotate(240deg) translate(0, -10px);
     -moz-transform: rotate(240deg) translate(0, -10px);
      -ms-transform: rotate(240deg) translate(0, -10px);
          transform: rotate(240deg) translate(0, -10px);
  -webkit-animation-delay: -0.333s;
     -moz-animation-delay: -0.333s;
          animation-delay: -0.333s;
}

.loading .line:nth-child(10) {
  -webkit-transform: rotate(270deg) translate(0, -10px);
     -moz-transform: rotate(270deg) translate(0, -10px);
      -ms-transform: rotate(270deg) translate(0, -10px);
          transform: rotate(270deg) translate(0, -10px);
  -webkit-animation-delay: -0.25s;
     -moz-animation-delay: -0.25s;
          animation-delay: -0.25s;
}

.loading .line:nth-child(11) {
  -webkit-transform: rotate(300deg) translate(0, -10px);
     -moz-transform: rotate(300deg) translate(0, -10px);
      -ms-transform: rotate(300deg) translate(0, -10px);
          transform: rotate(300deg) translate(0, -10px);
  -webkit-animation-delay: -0.1667s;
     -moz-animation-delay: -0.1667s;
          animation-delay: -0.1667s;
}

.loading .line:nth-child(12) {
  -webkit-transform: rotate(330deg) translate(0, -10px);
     -moz-transform: rotate(330deg) translate(0, -10px);
      -ms-transform: rotate(330deg) translate(0, -10px);
          transform: rotate(330deg) translate(0, -10px);
  -webkit-animation-delay: -0.0833s;
     -moz-animation-delay: -0.0833s;
          animation-delay: -0.0833s;
}

.gradient, .item-header-title .title {
  background-image: -webkit-linear-gradient(360deg, #afda2d 30%, #57c4c6 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.item-header-title {
  padding: .5rem 0 .4rem;
  text-align: center;
}

.item-header-title .title {
  font-size: .4rem;
  font-weight: bold;
  margin-bottom: 0.2rem;
  display: inline-block;
}

.item-header-title .title i {
  font-size: .54rem;
  font-style: italic;
}

.item-header-title .text {
  font-size: .28rem;
  color: #fff;
}

.header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 1.2rem;
  padding: 0 14px 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 10;
  max-width: 750px;
  margin: 0 auto;
}

.header .logo {
  display: block;
  width: 2.69rem;
}

.header .nav-btn {
  width: .46rem;
  direction: rtl;
  position: relative;
  cursor: pointer;
  margin-top: 0.15rem;
}

.header .nav-btn:after {
  content: '';
  position: absolute;
  top: -10px;
  right: -7px;
  left: -10px;
  bottom: -10px;
}

.header .nav-btn span {
  display: block;
  height: 4px;
  -webkit-border-radius: .04rem;
          border-radius: .04rem;
  background: #fff;
  margin-bottom: .06rem;
  -webkit-transition: .2s ease;
  -moz-transition: .2s ease;
  transition: .2s ease;
}

.header .nav-btn span:nth-child(1) {
  width: 100%;
}

.header .nav-btn span:nth-child(2) {
  width: .33rem;
}

.header .nav-btn span:nth-child(3) {
  width: .23rem;
}

.header .nav-btn.on span:nth-child(3) {
  width: 0;
  height: 0;
}

.header .nav-btn.on span {
  width: 100%;
  height: 2px;
  margin: 0;
}

.header .nav-btn.on span:nth-child(1) {
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.header .nav-btn.on span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-top: -2px;
}

.footer {
  text-align: center;
  background: #161616;
  margin: 0 -7px;
  padding: .75rem 7px .5rem;
}

.footer .footer-logo img {
  width: 5.33rem;
}

.footer .share {
  font-size: 0;
  margin: 0.5rem 0 .6rem;
}

.footer .share a {
  display: inline-block;
  width: 1.08rem;
  margin: 0 .2rem;
}

.footer .text {
  margin-bottom: 0.05rem;
}

.footer .text, .footer a {
  font-size: .28rem;
  color: #737373;
}

html {
  max-width: 750px;
  min-width: 320px;
  margin: 0 auto;
}

body {
  background: #393f43;
  padding: 0 7px;
  overflow: auto !important;
}

.home {
  background: url("../images/home-bg.jpg") no-repeat center;
  margin: 0 -7px;
  padding: 0 7px 1.3rem;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.banner {
  padding-top: 1.3rem;
}

.banner .banner-item {
  text-align: center;
}

.banner .banner-img {
  margin-bottom: 20px;
}

.banner .banner-icon {
  font-size: 0;
  margin-top: 25px;
}

.banner .banner-icon .icon {
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px;
  width: 1.2rem;
}

.home-arrow {
  text-align: center;
  margin-top: 30px;
  display: none;
}

.nav-wrapper {
  position: fixed;
  z-index: 9;
  right: 0;
  left: 0;
  min-height: 100vh;
  background: #333 url("../images/home-bg.jpg") no-repeat center;
}

.nav-wrapper .nav {
  padding-top: 100px;
}

.nav-wrapper .nav a {
  display: block;
  text-align: center;
  font-size: .5rem;
  color: #fff;
  line-height: 1rem;
}

.nav-wrapper .lang {
  font-size: 0;
  text-align: center;
  margin-top: .8rem;
}

.nav-wrapper .lang a {
  display: inline-block;
  font-size: .4rem;
  color: #fff;
  width: 1.8rem;
  height: .6rem;
  line-height: .6rem;
  border: 1px solid #a3a3a3;
  -webkit-border-radius: .1rem;
          border-radius: .1rem;
  margin: 0 .22rem;
}

.fade-enter-active, .fade-leave-active {
  -webkit-transition: opacity .5s;
  -moz-transition: opacity .5s;
  transition: opacity .5s;
}

.fade-enter, .fade-leave-to {
  opacity: 0;
}

.pursuit {
  padding-bottom: 0.6rem;
}

.pursuit-content {
  margin: 0 -7px;
  margin-bottom: .6rem;
}

.number-wrapper {
  font-size: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0.6rem;
}

.number-wrapper .number-item {
  display: inline-block;
  margin-bottom: 0.4rem;
  font-size: .67rem;
  font-weight: bold;
  color: #a4c639;
}

.number-wrapper .number-item p {
  font-size: .27rem;
  color: #fff;
  font-weight: normal;
}

.number-wrapper .number-item:nth-child(3n) {
  margin-right: 0;
}

.gradient-block {
  height: 2px;
  background: -webkit-gradient(linear, left top, right bottom, from(#afda2c), to(#e94287));
  background: -webkit-linear-gradient(left top, #afda2c, #e94287);
  background: -moz-linear-gradient(left top, #afda2c, #e94287);
  background: linear-gradient(left top, #afda2c, #e94287);
  margin: 0 -7px;
}

.features {
  background: url("../images/features-bg.jpg") no-repeat center;
  -webkit-background-size: cover;
          background-size: cover;
  margin: 0 -7px;
  padding: 0 7px .5rem;
}

.features-scroll-item {
  color: #fff;
  text-align: center;
  font-size: .3rem;
}

.features-scroll-item .item-icon {
  display: block;
  padding: 0 .1rem;
  height: 1.8rem;
  line-height: 1.8rem;
}

.features-scroll-item .item-icon img {
  width: 1.4rem;
}

#features-swiper {
  position: relative;
  margin-top: 0.2rem;
}

#features-swiper .swiper-container {
  padding-bottom: 1rem;
}

.features-next, .features-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  width: .15rem;
  height: .39rem;
  margin: auto 0;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
}

.features-next {
  right: 0;
  background-image: url("../images/features-next.png");
}

.features-prev {
  left: 0;
  background-image: url("../images/features-prev.png");
}

.formats {
  background: #31363a;
  margin: 0 -7px;
  padding: 0 7px .4rem;
}

.formats-content {
  margin-top: .5rem;
}

.formats-item {
  text-align: center;
  margin: 0 auto 1.4rem;
  color: #fff;
}

.formats-item img {
  width: 4.57rem;
}

.formats-item .title {
  font-size: .45rem;
  font-weight: bold;
  color: #a4c639;
  position: relative;
  padding-bottom: 0.17rem;
  margin-bottom: 0.15rem;
}

.formats-item .title:after {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  display: block;
  width: .4rem;
  height: .03rem;
  margin: 0 auto;
  background: #40bfed;
}

.formats-item .text {
  font-size: .28rem;
}

.formats-item:last-of-type {
  margin-bottom: .6rem;
}

.about {
  text-align: center;
  padding: 1.2rem 0 1.2rem 0;
  overflow: hidden;
  position: relative;
  margin: 0 -7px;
}

.about .aboutus-img {
  width: 5.31rem;
}

.about .gouwuche {
  margin-top: 0.2rem;
}

.about:after, .about:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  width: 5rem;
  height: 0.8rem;
  -webkit-border-radius: .4rem;
          border-radius: .4rem;
  background: #31363a;
  margin: 0 auto;
}

.about:after {
  bottom: -.55rem;
}

.about:before {
  top: -.55rem;
}

.companies-scroll-title {
  font-size: .28rem;
  color: #a4c639;
  margin-bottom: 0.15rem;
}

.dotted {
  text-align: center;
  margin-bottom: 0.3rem;
}

.dotted img {
  width: 0.06rem;
  height: 1.19rem;
}

.companies-scroll-wrapper {
  font-size: 0;
}

.companies-scroll-wrapper .companies-item {
  display: inline-block;
  vertical-align: middle;
}

.news {
  background: #31363a;
  margin: 0 -7px;
  padding: 0 7px 1.5rem;
}

.news-item {
  background: #fff;
  text-align: center;
  margin-bottom: 0.6rem;
}

.news-item a {
  display: block;
}

.news-item .news-item-img img {
  width: 100%;
  height: auto;
}

.news-item .item-content {
  padding: .25rem;
}

.news-item .item-content .title {
  font-size: .28rem;
  color: #a6c73a;
  font-weight: bold;
}

.news-item .item-content .text {
  font-size: .28rem;
  color: #7c7c7c;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.news-item .item-content .button {
  display: block;
  width: 2.3rem;
  line-height: .64rem;
  margin: 0 auto;
  text-align: center;
  font-size: .28rem;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(top, left), color-stop(top, #afda2d), color-stop(top, #e94287));
  background: -webkit-linear-gradient(left top, #afda2d, #e94287);
  background: -moz-linear-gradient(left top, #afda2d, #e94287);
  background: linear-gradient(left top, #afda2d, #e94287);
  -webkit-border-radius: .1rem;
          border-radius: .1rem;
  margin-top: 0.4rem;
}

.paginate-links {
  font-size: 0;
  text-align: center;
}

.paginate-links li {
  display: inline-block;
  vertical-align: middle;
  width: .7rem;
  line-height: .7rem;
  margin: 0 .1rem;
}

.paginate-links li a {
  display: block;
  font-size: .32rem;
  color: #fff;
}

.paginate-links li.ellipses {
  margin: 0;
}

.paginate-links li.active {
  border-color: #a4c639;
  background: #a4c639;
}

.paginate-links li.active a {
  color: #31363a;
}

.paginate-links .number, .paginate-links .left-arrow, .paginate-links .right-arrow {
  border: 1px solid #6a6a6a;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}

.contactUs-content {
  background: #fff;
  margin: 0 -7px 0;
  overflow: hidden;
}

.contactUs-banner {
  height: 4.78rem;
  background: url("../images/contactUs-banner.png") no-repeat center;
  -webkit-background-size: cover;
          background-size: cover;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1rem 7px 0;
}

.contact-form {
  font-size: .24rem;
  color: #808080;
  padding: .85rem .3rem 0;
}

.contact-form .form-select, .contact-form .control-item {
  margin-bottom: .4rem;
}

.contact-form .form-select {
  position: relative;
  font-size: 0;
  text-align: center;
  -webkit-border-radius: .5rem;
          border-radius: .5rem;
  border: 1px solid #86d073;
}

.contact-form .form-select .title {
  font-size: .32rem;
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #fff;
}

.contact-form .form-select .title span {
  background-image: -webkit-linear-gradient(360deg, #afda2d, #42c0e9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.contact-form .form-select .item {
  float: left;
  display: inline-block;
  width: 33.333333%;
  font-size: .28rem;
  line-height: 1rem;
}

.contact-form .form-select input[name="ima"] {
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border: 1px solid #959595;
  position: relative;
  vertical-align: middle;
  margin: 0 .1rem 0 0;
}

.contact-form .form-select input[name="ima"]:checked:after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: #959595;
  position: absolute;
  left: 3px;
  top: 3px;
}

.contact-form .control-item input[type="text"] {
  width: 100%;
  height: 1rem;
  border: none;
  font-size: 20px;
  color: #808080;
  padding-left: .75rem;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #86d073;
  -webkit-border-radius: .5rem;
          border-radius: .5rem;
  font-size: .34rem;
}

.contact-form .control-item input[type="text"]::-webkit-input-placeholder {
  color: rgba(128, 128, 128, 0.5);
}

.contact-form .control-item input[type="text"].w245 {
  width: 245px;
}

.contact-form .control-item input[type="text"].is-danger {
  border-color: red;
}

.contact-form .control-item .company, .contact-form .control-item .contact, .contact-form .control-item .country, .contact-form .control-item .email, .contact-form .control-item .skype {
  background-repeat: no-repeat;
  background-position: .25rem center;
}

.contact-form .control-item .company {
  background-image: url("../images/company.png");
  -webkit-background-size: .34rem .35rem;
          background-size: .34rem .35rem;
}

.contact-form .control-item .contact {
  background-image: url("../images/contact.png");
  -webkit-background-size: .26rem .39rem;
          background-size: .26rem .39rem;
}

.contact-form .control-item .country {
  background-image: url("../images/country.png");
  -webkit-background-size: .39rem .4rem;
          background-size: .39rem .4rem;
}

.contact-form .control-item .email {
  background-image: url("../images/email.png");
  -webkit-background-size: .38rem .29rem;
          background-size: .38rem .29rem;
}

.contact-form .control-item .skype {
  background-image: url("../images/skype.png");
  -webkit-background-size: .34rem .35rem;
          background-size: .34rem .35rem;
}

.contact-submit {
  display: block;
  border: none;
  width: 2rem;
  height: 2rem;
  line-height: 1.1rem;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: #78cc8d;
  font-size: .24rem;
  color: #fff;
  text-align: center;
  margin: 1rem auto -1.1rem;
  cursor: pointer;
}

.submit-success {
  height: 5.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: .47rem;
  color: #808080;
}

.submit-success .submit-succes-img {
  width: 1.6rem;
  margin-bottom: 0.4rem;
}

.news-detail {
  padding: 1.5rem 0 .5rem 0;
}

.news-detail * {
  color: #fff !important;
  font-size: .24rem !important;
  background: transparent !important;
}

.news-detail img {
  height: auto !important;
  margin-bottom: 0.2rem;
}

.swiper-pagination {
  text-align: center;
  font-size: 0;
}

.swiper-pagination span {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin: 0 8px;
  border: 2px solid #5c6165;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
  background: transparent;
  opacity: 1;
  -webkit-transform: scale(0.8);
     -moz-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
}

.swiper-pagination span.swiper-pagination-bullet-active {
  border: none;
  background: -webkit-gradient(linear, left top, right top, from(#abd933), to(#44bde1));
  background: -webkit-linear-gradient(left, #abd933, #44bde1);
  background: -moz-linear-gradient(left, #abd933, #44bde1);
  background: linear-gradient(90deg, #abd933, #44bde1);
}

.swiper-pagination span.swiper-pagination-bullet-active:after, .swiper-pagination span.swiper-pagination-bullet-active:before {
  content: '';
  display: block;
  position: absolute;
  -webkit-border-radius: inherit;
          border-radius: inherit;
}

.swiper-pagination span.swiper-pagination-bullet-active:after {
  top: 2px;
  bottom: 2px;
  right: 2px;
  left: 2px;
  background: #242b30;
}

.swiper-pagination span.swiper-pagination-bullet-active:before {
  right: 5px;
  left: 5px;
  bottom: 5px;
  top: 5px;
  background: -webkit-gradient(linear, left top, right top, from(#abd933), to(#44bde1));
  background: -webkit-linear-gradient(left, #abd933, #44bde1);
  background: -moz-linear-gradient(left, #abd933, #44bde1);
  background: linear-gradient(90deg, #abd933, #44bde1);
  z-index: 2;
}

/* new  contactUs */
.contact-btn-icon {
  position: fixed;
  right: 0.2rem;
  bottom: 0.2rem;
  z-index: 10;
  width: 1.01rem;
  height: 1.01rem;
  background: url("../images/contact-btn-icon.png") no-repeat center;
  -webkit-background-size: cover;
          background-size: cover;
}

.contact-btn-icon {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 8;
}

.new-contact-form {
  overflow: auto;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 11;
  max-width: 750px;
  margin: 0 auto;
  padding-bottom: 0.3rem;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  background: #333 url("../images/home-bg.jpg") no-repeat 0;
  -webkit-background-size: cover;
          background-size: cover;
  background-attachment: fixed;
}

.new-contact-form .title {
  line-height: .9rem;
  text-align: center;
  font-size: .5rem;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  position: relative;
}

.new-contact-form .title .close {
  position: absolute;
  right: .36rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: .36rem;
  height: .37rem;
  background: url("../images/contact-close.png") no-repeat center;
  -webkit-background-size: cover;
          background-size: cover;
}

.new-contact-form .title .close:after {
  content: '';
  position: absolute;
  top: -10px;
  bottom: -10px;
  left: -10px;
  right: -10px;
}

.new-contact-form .content {
  padding: .65rem .3rem 0;
}

.new-contact-form .success {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background: url("../images/new-success.png") no-repeat center;
  -webkit-background-size: 1.8rem 1.8rem;
          background-size: 1.8rem 1.8rem;
  z-index: -1;
}

.new-contact-form .message, .new-contact-form .border-radius {
  display: block;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: .4rem;
}

.new-contact-form .message.is-danger, .new-contact-form .border-radius.is-danger {
  border-color: red;
}

.new-contact-form .border-radius {
  height: 1rem;
  line-height: 1rem;
  -webkit-border-radius: .5rem;
          border-radius: .5rem;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 .3rem;
}

.new-contact-form .border-radius input[type="text"] {
  width: 100%;
  border: none;
  background: transparent;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: .7rem;
  font-size: .28rem;
  color: #fff;
}

.new-contact-form .border-radius.company {
  background: url("../images/company.png") no-repeat 18px center;
  -webkit-background-size: .37rem .38rem;
          background-size: .37rem .38rem;
}

.new-contact-form .border-radius.email {
  margin-bottom: 0;
  background: url("../images/email.png") no-repeat 18px center;
  -webkit-background-size: .41rem .32rem;
          background-size: .41rem .32rem;
}

.new-contact-form .border-radius.skype {
  background: url("../images/skype.png") no-repeat 18px center;
  -webkit-background-size: .37rem .38rem;
          background-size: .37rem .38rem;
}

.new-contact-form .help {
  display: block;
  height: .4rem;
  line-height: .4rem;
  text-align: center;
  color: red;
}

.new-contact-form .message {
  -webkit-border-radius: 15px;
          border-radius: 15px;
}

.new-contact-form .message textarea {
  width: 100%;
  height: 2.4rem;
  border: none;
  outline: none;
  background: transparent;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: .2rem .2rem 0;
  font-size: .28rem;
  color: #fff;
}

.new-contact-form .ima {
  position: relative;
  font-size: 0;
}

.new-contact-form .ima .ima-title {
  position: absolute;
  top: 0;
  left: 50%;
  display: inline-block;
  width: 1.2rem;
  margin-left: -.6rem;
  margin-top: -.2rem;
  text-align: center;
  font-size: .32rem;
  line-height: normal;
  background: url("../images/home-bg.jpg") no-repeat 0;
  -webkit-background-size: cover;
          background-size: cover;
  background-attachment: fixed;
}

.radio-group {
  height: 50px;
}

.radio-group .item {
  display: inline-block;
  width: 33.333333%;
  text-align: center;
  font-size: .28rem;
}

.radio-group .item input[name="ima"] {
  vertical-align: middle;
  -webkit-appearance: none;
  border: 1px solid #fff;
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin: 0 5px 0 0;
}

.radio-group .item input[name="ima"]:checked:after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: #fff;
  margin: 3px 0 0 3px;
}

.new-contact-form input::-webkit-input-placeholder, .new-contact-form textarea::-webkit-input-placeholder {
  color: #fff;
}

.new-contact-form .submit {
  display: block;
  height: 1rem;
  line-height: 1rem;
  -webkit-border-radius: .5rem;
          border-radius: .5rem;
  background: -webkit-gradient(linear, left top, right bottom, from(#afda2d), to(#41bfeb));
  background: -webkit-linear-gradient(left top, #afda2d, #41bfeb);
  background: -moz-linear-gradient(left top, #afda2d, #41bfeb);
  background: linear-gradient(left top, #afda2d, #41bfeb);
  text-align: center;
}

.new-contact-form .submit img {
  width: 0.9rem;
}

.contact-enter-active, .contact-leave-active {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}

.contact-enter, .contact-leave-to {
  opacity: 0;
}

.policies {
  background: #fff;
  margin: 0 -7px;
  padding: 1.6rem 7px 1rem;
}

.policies-head {
  text-align: center;
  font-size: 18px;
  margin-bottom: .30rem;
}

.policies-content p {
  font-size: 14px;
  color: #000;
}
