@charset "UTF-8";
.top {
  background: #000;
}

.top .top_fiex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 14px  0;
}

.top .top_fiex .contact_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.top .top_fiex .contact_box span {
  margin-right: 15px;
  font-size: 14px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top .top_fiex .contact_box span i {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 6px;
}

.top .top_fiex .contact_box span i img {
  width: 100%;
}

.top .top_fiex .share_box a {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 20px;
}

.top .top_fiex .share_box a img {
  width: 100%;
}

.gather-icon {
  position: fixed;
  top: 62%;
  right: 16px;
  width: 100px;
  height: 100px;
    background-size: contain !important;
    background: no-repeat center;
    overflow: hidden;
  z-index: 20;
  animation: gather 1s linear;
  -webkit-animation: gather 1s infinite;
  cursor: pointer;
}

.gather-icon:hover {
  animation-play-state: initial;
  -webkit-animation-play-state: paused;
}

@-webkit-keyframes gather {
  0% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}

@keyframes gather {
  0% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}

.suspend-box {
  position: fixed;
  top: 50%;
  right: 42px;
  z-index: 5;
}

.suspend-box .item {
  width: 50px;
  height: 50px;
  cursor: pointer;
}

.suspend-box .service {
  margin-bottom: 1px;
  background: url("https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/ea5cbb0c7ce2e756d9c1c20e86a6628c.png?imageMogr2/format/webp/rquality/50") no-repeat center;
  background-size: 100%;
  position: relative;
}

.suspend-box .service:hover {
  background: url("https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/6c84956e9d347700485764a2f2799a4f.png?imageMogr2/format/webp/rquality/50") no-repeat center;
  background-size: 100%;
}

.suspend-box .service .ser-inner {
  display: none;
  position: absolute;
  top: 0;
  left: -250px;
  padding: 14px 24px;
  background: #fff;
  -webkit-box-shadow: 0 3px 8px #99999957;
          box-shadow: 0 3px 8px #99999957;
  border-radius: 6px;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.suspend-box .service .ser-inner .ser-inner-item {
  padding-left: 25px;
  font-size: 14px;
  color: #222222;
}
.suspend-box .service .ser-inner .ser-inner-item a {
  color: #222;
}

.suspend-box .service .ser-inner .ser-inner-item.email {
  background: url("https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/a3e12af066a872a77deb58a7beedcb18.png?imageMogr2/format/webp/rquality/50") no-repeat;
  background-size: 20px;
}

.suspend-box .item.service .ser-inner .ser-inner-item.phone {
  display: flex;
  flex-direction: column;
  margin: 10px 0;
  background: url("https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/ba02fec96f127e44c2838088cc2f08f5.png") no-repeat;
  background-size: 20px;
}

.suspend-box .service .ser-inner .ser-inner-item.whatsapp {
  margin: 10px 0;
  background: url('https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/42d39aa817956b36615d5cfd33fd36a1.png?imageMogr2/format/webp/rquality/50') no-repeat;
  background-size: 20px;
}

.suspend-box .service .ser-inner .ser-inner-item.skype {
  background: url("https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/0752f13f15074605af1776e45dcd74aa.png?imageMogr2/format/webp/rquality/50") no-repeat;
  background-size: 20px;
}

.suspend-box .service .ser-inner::after {
  content: '';
  position: absolute;
  top: 10px;
  right: -5px;
  width: 10px;
  height: 10px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-box-shadow: 2px 0 8px #99999957;
          box-shadow: 2px 0 8px #99999957;
}

.suspend-box .stick {
  background: url("https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/90c415ba940e3256a98ff4ba02915b0c.png?imageMogr2/format/webp/rquality/50") no-repeat center;
  background-size: 100%;
}

.suspend-box .stick:hover {
  background: url("https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/65804317227257abf56cee31a6293b5e.png?imageMogr2/format/webp/rquality/50") no-repeat center;
  background-size: 100%;
}

.heads_f {
  width: 100%;
  height: 80px;
  display: none;
}

.heads .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.heads .header .logo_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
}

.heads .header .logo_box .img {
  height: 60px;
  margin-right: 10px;
}

.heads .header .logo_box .img img {
  height: 60px;
}

.heads .header .logo_box h1 {
  margin-left: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #222;
}

.heads .header .nav_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.heads .header .nav_box .nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.heads .header .nav_box .nav_list a {
  margin: 0 5px;
  line-height: 80px;
  display: inline-block;
  padding: 0 15px;
  font-size: 16px;
  color: #222;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.heads .header .nav_box .nav_list a:hover {
  background: #8BC24A;
  color: #fff;
}

.heads .header .nav_box .nav_list .eleProduct {
  position: relative;
}

.heads .header .nav_box .nav_list .nav_activate {
  background: #8BC24A;
  color: #fff;
}

.heads .header .nav_box .nav_list .nav_activate a {
  color: #fff;
}

.heads .header .nav_box .lang-list-box {
  height: 40px;
    padding: 0 28px 0 8px;
    position: relative;
  cursor: pointer;
}

.heads .header .nav_box .lang-list-box p {
  line-height: 40px;
  font-size: 16px;
  color: #222222;
}

.heads .header .nav_box .lang-list-box ul {
  display: none;
  position: absolute;
  top: 57px;
  width: 100%;
  left: 0;
  background: #fff;
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
          box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  z-index: 10;
}

.heads .header .nav_box .lang-list-box ul li {
  list-style: none;
  height: 40px;
  padding: 0 8px;
  line-height: 40px;
  font-size: 16px;
  color: #222222;
  cursor: pointer;
}

.heads .header .nav_box .lang-list-box ul li.act-color {
  color: #8bc24a;
}

.heads .header .nav_box .lang-list-box ul li:hover {
  color: #8bc24a;
}

.heads .header .nav_box .lang-list-box ul::before {
  content: '';
  position: absolute;
  top: -6px;
  left: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px;
  border-color: #fff #fff transparent transparent;
  -webkit-transform: rotate(-42deg);
          transform: rotate(-42deg);
  -webkit-box-shadow: 2px -2px 2px #ccc;
          box-shadow: 2px -2px 2px #ccc;
}

.heads .header .nav_box .lang-list-box::after {
  content: '';
  display: inline-block;
  border: 6px solid transparent;
  border-bottom-color: #222222;
  position: absolute;
  top: 50%;
  right: 8px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.heads .header .nav_box .login_box {
  line-height: 45px;
  margin-left: 15px;
  padding: 0 10px;
  border: 1px solid #8bc24a;
  border-radius: 5px;
  font-size: 16px;
  color: #8bc24a;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.heads .header .nav_box .login_box:hover {
  background: #8bc24a;
  color: #fff;
}

.heads .header .left_nav_box {
  width: 10px;
  position: relative;
  right: 0;
  top: 0;
  cursor: pointer;
  display: none;
  padding: 14px;
}

.heads .header .left_nav_box span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 2px;
  background: #000;
  -webkit-transition-duration: 0.086s;
  transition-duration: 0.086s;
  -webkit-transition-property: background-color, opacity, -webkit-transform;
  transition-property: background-color, opacity, transform, -webkit-transform;
}

.heads .header .left_nav_box span:nth-child(1) {
  margin-top: -7px;
}

.heads .header .left_nav_box span:nth-child(3) {
  margin-top: 7px;
}

.heads .header .navbar-burger-drop span:nth-child(2) {
  opacity: 0;
}

.heads .header .navbar-burger-drop span:first-child {
  -webkit-transform: translateY(7px) rotate(45deg);
  transform: translateY(7px) rotate(45deg);
}

.heads .header .navbar-burger-drop span:last-child {
  -webkit-transform: translateY(-7px) rotate(-45deg);
  transform: translateY(-7px) rotate(-45deg);
}

.heads .header .menus_box {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.54);
  z-index: 22;
}

.heads .header .menus_box .shade {
  width: 50%;
  height: 100%;
  background: #fff;
  overflow: auto;
  position: relative;
  left: -50%;
  top: 0;
  -webkit-transition: left .2s;
  transition: left .2s;
}

.heads .header .menus_box .shade h1 {
  line-height: 100px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

.heads .header .menus_box .shade h1 a {
  color: black;
}

.heads .header .menus_box .shade a {
  width: 100%;
  display: block;
  line-height: 102px;
  font-size: 30px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.54);
  border-bottom: 1px solid #999999;
  text-align: center;
}

.heads .header .menus_box .shade a:last-child {
  border: none;
}

.heads .header .menus_box .shade .menus_eleProduct {
  position: relative;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #999999;
}

.heads .header .menus_box .shade .menus_eleProduct a {
  border-bottom: none;
}

.heads .header .menus_box .shade .menus_eleProduct .product-list-mxo {
  display: none;
  width: 100%;
  padding-bottom: 10px;
  background: rgba(51, 51, 51, 0.8);
  z-index: 5;
}

.heads .header .menus_box .shade .menus_eleProduct .product-list-mxo .item {
  padding: 0 20px;
  line-height: 35px;
  border-bottom: 1px solid rgba(207, 207, 207, 0.8);
  font-size: 14px;
  color: #fff;
  text-align: center;
}

.heads .header .menus_box .shade .menus_eleProduct .product-list-mxo .item:hover {
  color: #8BC24A;
}

.heads .header .menus_box .shade .lang-list-box {
  width: 100%;
  height: 100px;
  line-height: 100px;
  border: 1px solid gray;
  border-left: 0;
  border-right: 0;
  text-align: center;
  position: relative;
}

.heads .header .menus_box .shade .lang-list-box p {
  font-size: 30px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.54);
}

.heads .header .menus_box .shade .lang-list-box ul {
  display: none;
  position: absolute;
  top: 100px;
  left: 0;
  width: inherit;
  list-style: none;
  text-align: center;
  z-index: 2;
}

.heads .header .menus_box .shade .lang-list-box ul li {
  width: 100%;
  line-height: 102px;
  background: #cbd4d8;
  border-bottom: 1px solid #666666;
  font-size: 30px;
  color: #fff;
}

.heads .header .menus_box .shade .lang-list-box ul li.act-color {
  color: #8bc24a;
}

.heads .header .menus_box .shade .lang-list-box ul li:hover {
  background: #b8cfd9;
}

.heads .header .menus_box .shade .lang-list-box::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 40px;
  width: 0;
  height: 0;
  border: 10px solid;
  border-color: transparent transparent #222222;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.heads_fixed {
  position: fixed;
  top: 0;
  background: #fff;
  z-index: 5;
  width: 100%;
  -webkit-box-shadow: 0 0 10px #a8a8a8;
          box-shadow: 0 0 10px #a8a8a8;
}

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

.poster_box img {
  width: 100%;
}

.poster_box .about_box {
  width: 22%;
  padding: 12px;
  position: absolute;
  top: 53%;
  right: 246px;
  background: rgba(139, 194, 74, 0.8);
  border-radius: 8px;
  -webkit-box-shadow: 13px 13px 70px rgba(0, 0, 0, 0.4);
          box-shadow: 13px 13px 70px rgba(0, 0, 0, 0.4);
  z-index: 3;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.poster_box .about_box .inner {
  padding: 0 56px;
  border: 1px dashed #fff;
  color: #fff;
  text-align: center;
}

.poster_box .about_box .inner .in-ms {
  height: 270px;
  margin-top: 30px;
  margin-bottom: 48px;
  overflow-x: hidden;
}

.poster_box .about_box .inner .in-ms h1 {
  margin-bottom: 30px;
  font-size: 25px;
  font-weight: bold;
}

.poster_box .about_box .inner .in-ms p {
  line-height: 30px;
  font-size: 20px;
  text-align: left;
}

.poster_box .about_box .inner .in-ms::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}

.poster_box .about_box .inner .in-ms::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #535353;
}

.poster_box .about_box .inner .in-ms::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #ededed;
}

.poster_box .about_box .inner .but {
  line-height: 56px;
  margin-bottom: 60px;
  font-size: 18px;
  border: 1px solid #fff;
  border-radius: 30px;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.poster_box .about_box .inner .but:hover {
  background: #fff;
  color: #8bc24a;
}

.poster_box .login_area {
  display: none;
  position: absolute;
  top: 50%;
  right: 246px;
  width: 17%;
    padding: 57px 60px 0;
    background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 13px 13px 70px rgba(0, 0, 0, 0.4);
          box-shadow: 13px 13px 70px rgba(0, 0, 0, 0.4);
  z-index: 3;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.poster_box .login_area .form_area .close {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 20px;
  height: 20px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.poster_box .login_area .form_area .close.trans {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.poster_box .login_area .form_area .hea {
  margin-bottom: 73px;
  font-size: 25px;
  font-weight: bold;
  color: #222;
  text-align: center;
}

.poster_box .login_area .form_area .input_s {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #d8d8d8;
  border-radius: 5px;
  margin-bottom: 15px;
  padding: 13px 0;
}

.poster_box .login_area .form_area .input_s .img {
  width: 5%;
  margin-left: 15px;
  margin-right: 10px;
}

.poster_box .login_area .form_area .input_s input {
  font-size: 16px;
  font-weight: bold;
  border: none;
}

.poster_box .login_area .form_area textarea {
  width: 100%;
  height: 125px;
  margin-bottom: 55px;
  padding: 13px;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  font-size: 16px;
  color: #999999;
  resize: none;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.poster_box .login_area .form_area textarea:focus {
  border-color: black;
}

.poster_box .login_area .form_area .buttom {
  width: 100%;
  margin-bottom: 85px;
  line-height: 56px;
  background: #192d37;
  border: none;
  border-radius: 37px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  -webkit-transition: all .2s;
  transition: all .2s;
  cursor: pointer;
}

.poster_box .login_area .form_area .buttom:hover {
  background: #8bc24a;
}

.about_are {
  display: none;
  margin-top: 50px;
  height: 618px;
  position: relative;
}

.about_are .about_box {
  position: absolute;
  right: 0;
  left: 0;
  width: 62%;
  padding: 12px;
  margin: auto;
  background: rgba(139, 194, 74, 0.8);
  border-radius: 8px;
  -webkit-box-shadow: 13px 13px 70px rgba(0, 0, 0, 0.4);
          box-shadow: 13px 13px 70px rgba(0, 0, 0, 0.4);
}

.about_are .about_box .inner {
  padding: 0 56px;
  border: 1px dashed #fff;
  color: #fff;
  text-align: center;
}

.about_are .about_box .inner .in-ms {
  height: 270px;
  margin-top: 30px;
  margin-bottom: 48px;
  overflow: auto;
}

.about_are .about_box .inner .in-ms h1 {
  margin-bottom: 30px;
  font-size: 25px;
  font-weight: bold;
}

.about_are .about_box .inner .in-ms p {
  line-height: 30px;
  font-size: 20px;
  text-align: left;
}

.about_are .about_box .inner .in-ms::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}

.about_are .about_box .inner .in-ms::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #535353;
}

.about_are .about_box .inner .in-ms::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #ededed;
}

.about_are .about_box .inner .but {
  line-height: 58px;
  margin-bottom: 60px;
  font-size: 18px;
  border: 1px solid #fff;
  border-radius: 30px;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.about_are .about_box .inner .but:hover {
  background: #fff;
  color: #8bc24a;
}

.about_are .login_area {
  display: none;
  position: absolute;
  right: 0;
  left: 0;
  width: 49%;
    padding: 57px 60px 0;
    margin: auto;
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 13px 13px 70px rgba(0, 0, 0, 0.4);
          box-shadow: 13px 13px 70px rgba(0, 0, 0, 0.4);
}

.about_are .login_area .form_area .close {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 20px;
  height: 20px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.about_are .login_area .form_area .close.trans {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.about_are .login_area .form_area .hea {
  margin-bottom: 73px;
  font-size: 25px;
  font-weight: bold;
  color: #222;
  text-align: center;
}

.about_are .login_area .form_area .input_s {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #d8d8d8;
  border-radius: 5px;
  margin-bottom: 15px;
  padding: 13px 0;
}

.about_are .login_area .form_area .input_s .img {
  width: 5%;
  margin-left: 15px;
  margin-right: 10px;
}

.about_are .login_area .form_area .input_s input {
  font-size: 16px;
  font-weight: bold;
  border: none;
}

.about_are .login_area .form_area textarea {
  width: 100%;
  height: 125px;
  margin-bottom: 55px;
  padding: 13px;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  font-size: 16px;
  color: #999999;
  resize: none;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.about_are .login_area .form_area textarea:focus {
  border-color: black;
}

.about_are .login_area .form_area .buttom {
  width: 100%;
  margin-bottom: 85px;
  line-height: 56px;
  background: #192d37;
  border: none;
  border-radius: 37px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.about_are .login_area .form_area .buttom:hover {
  background: #8bc24a;
}

.main .our.advantage_s {
  padding: 150px 0;
}

.main .our.advantage_s .hea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 82px;
}

.main .our.advantage_s .hea .title {
  margin-bottom: 18px;
  padding-bottom: 17px;
  font-size: 25px;
  font-weight: bold;
  color: #8bc24a;
  border-bottom: 1px solid #cccccc;
  position: relative;
}

.main .our.advantage_s .hea .title::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  width: 65px;
  height: 4px;
  margin: auto;
  background: black;
}

.main .our.advantage_s .hea p {
  max-width: 36%;
  font-size: 16px;
  color: #222;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.main .our.advantage_s .m_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.main .our.advantage_s .m_box .item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 11px;
  padding: 40px 44px;
  text-align: center;
  border: 1px solid #d8d8d8;
}

.main .our.advantage_s .m_box .item img {
  width: 50%;
  margin-bottom: 34px;
}

.main .our.advantage_s .m_box .item .info_box h5 {
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: bold;
  color: #222222;
}

.main .our.advantage_s .m_box .item .info_box p {
  height: 100px;
  font-size: 16px;
  color: #666666;
  text-align: left;
  overflow: auto;
}

.main .our.advantage_s .m_box .item .info_box p::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}

.main .our.advantage_s .m_box .item .info_box p::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #535353;
}

.main .our.advantage_s .m_box .item .info_box p::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #ededed;
}

.main .our.product_s {
  background: #f3ffe6;
  padding-top: 80px;
  padding-bottom: 60px;
}

.main .our.product_s .hea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 82px;
}

.main .our.product_s .hea .title {
  margin-bottom: 18px;
  padding-bottom: 17px;
  font-size: 25px;
  font-weight: bold;
  color: #8bc24a;
  border-bottom: 1px solid #cccccc;
  position: relative;
}

.main .our.product_s .hea .title::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  width: 65px;
  height: 4px;
  margin: auto;
  background: black;
}

.main .our.product_s .hea p {
  max-width: 36%;
  font-size: 16px;
  color: #222;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.main .our.product_s .product-are {
  margin-bottom: 20px;
  padding-left: 40px;
  font-size: 14px;
  font-weight: 700;
  position: relative;
}

.main .our.product_s .product-are::before {
  content: '';
  position: absolute;
  left: 20px;
  top: 50%;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-left-color: #f97200;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.main .our.product_s .m_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.main .our.product_s .m_box .item {
  width: 22.44%;
    margin: 0 16px 32px;
    text-align: center;
  border: 1px solid #d8d8d8;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.main .our.product_s .m_box .item .imgs {
  height: 264px;
  padding: 20px;
  background-color: #fff;
}

.main .our.product_s .m_box .item .imgs img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.main .our.product_s .m_box .item .info_box {
  padding: 20px;
  background: #fff;
}

.main .our.product_s .m_box .item .info_box h4 {
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: bold;
  color: #222;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.main .our.product_s .m_box .item .info_box .price_box {
  line-height: 50px;
  background: #FF0D00;
  border-radius: 5px;
}

.main .our.product_s .m_box .item .info_box .price_box .price_iner {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

.main .our.product_s .m_box .item .info_box .price_box .price_iner i {
  font-style: normal;
}

.main .our.product_s .m_box .item:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
  -webkit-box-shadow: 5px 6px 18px rgba(0, 0, 0, 0.2);
          box-shadow: 5px 6px 18px rgba(0, 0, 0, 0.2);
}

.main .our.support_s {
  padding-top: 150px;
}

.main .our.support_s .hea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 115px;
}

.main .our.support_s .hea .title {
  margin-bottom: 18px;
  padding-bottom: 17px;
  font-size: 25px;
  font-weight: bold;
  color: #8bc24a;
  border-bottom: 1px solid #cccccc;
  position: relative;
}

.main .our.support_s .hea .title::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  width: 65px;
  height: 4px;
  margin: auto;
  background: black;
}

.main .our.support_s .min_baner .head {
  display: table;
    margin: auto auto 78px;
    padding-bottom: 20px;
  border-bottom: 1px solid #d8d8d8;
}

.main .our.support_s .min_baner .head span {
  font-size: 20px;
  color: #666;
  cursor: pointer;
}

.main .our.support_s .min_baner .head span:nth-child(2) {
  margin-left: 80px;
}

.main .our.support_s .min_baner .head span:nth-child(3) {
  margin-left: 80px;
}

.main .our.support_s .min_baner .head .activate_xian {
  padding-bottom: 18px;
  font-weight: bold;
  color: #8bc24a;
  border-bottom: 5px solid #8bc24a;
}

.main .our.support_s .min_baner .info_list .item .custom_swiper.swiper-container {
  text-align: center;
}

.main .our.support_s .min_baner .info_list .item .custom_swiper.swiper-container iframe {
  width: 100%;
}

.main .our.support_s .min_baner .info_list .item .custom_swiper.swiper-container .custom_prev {
  width: 80px;
  height: 80px;
  background: url("https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/4ed985d32d2da7d9bcbccba36460acd8.png?imageMogr2/format/webp/rquality/50") no-repeat;
  background-size: cover;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.main .our.support_s .min_baner .info_list .item .custom_swiper.swiper-container .custom_next {
  width: 80px;
  height: 80px;
  background: url("https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/4ed985d32d2da7d9bcbccba36460acd8.png?imageMogr2/format/webp/rquality/50") no-repeat;
  background-size: cover;
}

.main .our.support_s .min_baner .info_list .item .custom_swiper.swiper-container .swiper-button-next.swiper-button-disabled {
  background: url("https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/8f43cd2dd7b793574fe160ef8f21f2d9.png?imageMogr2/format/webp/rquality/50") no-repeat;
  background-size: cover;
  opacity: 1;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.main .our.support_s .min_baner .info_list .item .custom_swiper.swiper-container .swiper-button-prev.swiper-button-disabled {
  background: url("https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/8f43cd2dd7b793574fe160ef8f21f2d9.png?imageMogr2/format/webp/rquality/50") no-repeat;
  background-size: cover;
  opacity: 1;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.main .our.support_s .min_baner .info_list .item .custom_swiper.swiper-container .download_box .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main .our.support_s .min_baner .info_list .item .custom_swiper.swiper-container .download_box .info a {
  display: block;
  width: 24%;
}

.main .our.support_s .min_baner .info_list .item .custom_swiper.swiper-container .download_box .info a p {
  font-size: 20px;
  font-weight: bold;
  color: #7dca2d;
}

.main .our.customers {
  padding-top: 150px;
}

.main .our.customers .hea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 80px;
}

.main .our.customers .hea .title {
  margin-bottom: 18px;
  padding-bottom: 17px;
  font-size: 25px;
  font-weight: bold;
  color: #8bc24a;
  border-bottom: 1px solid #cccccc;
  position: relative;
}

.main .our.customers .hea .title::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  width: 65px;
  height: 4px;
  margin: auto;
  background: black;
}

.main .our.customers .customers_ban_box {
  margin-bottom: 40px;
}

.main .our.customers .customers_ban_box #customer_ban .swiper-slide {
  position: relative;
  margin-bottom: 110px;
}

.main .our.customers .customers_ban_box #customer_ban .swiper-slide .inner_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 303px;
  margin-bottom: 28px;
  background: url("https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/ca3e9521002c5728ce5ad8b85066d984.png?imageMogr2/format/webp/rquality/50") no-repeat;
  background-size: contain;
  font-size: 25px;
  color: #fff;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.main .our.customers .customers_ban_box #customer_ban .swiper-slide .inner_box p {
  height: 150px;
  padding: 0 8%;
  font-size: 25px;
  overflow: auto;
}

.main .our.customers .customers_ban_box #customer_ban .swiper-slide .inner_box p::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}

.main .our.customers .customers_ban_box #customer_ban .swiper-slide .inner_box p::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #535353;
}

.main .our.customers .customers_ban_box #customer_ban .swiper-slide .inner_box p::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #ededed;
}

.main .our.customers .customers_ban_box #customer_ban .swiper-slide .user_heas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 39px;
}

.main .our.customers .customers_ban_box #customer_ban .swiper-slide .user_heas .img {
  width: 100px;
}

.main .our.customers .customers_ban_box #customer_ban .swiper-slide .user_heas .img img {
  width: 100%;
}

.main .our.customers .customers_ban_box #customer_ban .swiper-slide .user_heas .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 20px;
}

.main .our.customers .customers_ban_box #customer_ban .swiper-slide .user_heas .text p {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #222;
}

.main .our.customers .customers_ban_box #customer_ban .swiper-slide .user_heas .text .xin span {
  display: inline-block;
  width: 20px;
}

.main .our.customers .customers_ban_box #customer_ban .swiper-slide.swiper-slide-prev .user_heas .img {
  opacity: .7;
}

.main .our.customers .customers_ban_box #customer_ban .swiper-slide.swiper-slide-prev .user_heas .text {
  opacity: .7;
}

.main .our.customers .customers_ban_box #customer_ban .swiper-slide.swiper-slide-next .user_heas .img {
  opacity: .7;
}

.main .our.customers .customers_ban_box #customer_ban .swiper-slide.swiper-slide-next .user_heas .text {
  opacity: .7;
}

.main .our.customers .customers_ban_box #customer_ban .swiper-slide-active .inner_box, .main .our.customers .customers_ban_box #customer_ban .swiper-slide-duplicate-active .inner_box {
  background: url("https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/ce33b7e1981d2589864f53f8de075271.png?imageMogr2/format/webp/rquality/50") no-repeat;
  background-size: contain;
}

.main .our.customers .customers_ban_box #customer_ban .swiper-pagination .swiper-pagination-bullet {
  border: 1px solid #8bc24a;
  background: #fff;
}

.main .our.customers .customers_ban_box #customer_ban .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #8bc24a;
}

.main .our.freevip_s {
  padding-top: 48px;
  padding-bottom: 49px;
  margin-bottom: 150px;
  background: no-repeat;
  background-size: cover;
}

.main .our.freevip_s .fre_warp .hea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 45px;
}

.main .our.freevip_s .fre_warp .hea .title {
  margin-bottom: 16px;
  padding-bottom: 15px;
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  border-bottom: 1px solid #cccccc;
  position: relative;
}

.main .our.freevip_s .fre_warp .hea .title::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  width: 65px;
  height: 4px;
  margin: auto;
  background: black;
}

.main .our.freevip_s .fre_warp .hea p {
  width: 33%;
  font-size: 16px;
  color: #fff;
}

.main .our.freevip_s .fre_warp .freevip {
  width: 68%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main .our.freevip_s .fre_warp .freevip .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main .our.freevip_s .fre_warp .freevip .item .input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 47%;
  background: #fff;
  border: 1px solid #cfcfcf;
  border-radius: 5px;
}

.main .our.freevip_s .fre_warp .freevip .item .input .img {
  margin: 0 10px 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main .our.freevip_s .fre_warp .freevip .item .input input {
  width: 100%;
  line-height: 53px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  color: #222;
}

.main .our.freevip_s .fre_warp .freevip .item .sels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 47%;
  border-radius: 5px;
  position: relative;
  background: #fff;
}

.main .our.freevip_s .fre_warp .freevip .item .sels .ico {
  position: absolute;
  top: 50%;
  left: 10px;
  width: 24px;
  height: 24px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.main .our.freevip_s .fre_warp .freevip .item .sels select {
  width: 100%;
  height: 100%;
  padding-left: 44px;
  border: 1px solid #cfcfcf;
  border-radius: 5px;
  outline: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: no-repeat 98%;
  font-size: 16px;
}

.main .our.freevip_s .fre_warp .freevip .item .sels select:focus {
  border-color: #000;
}

.main .our.freevip_s .fre_warp .item:nth-child(1) {
  margin-bottom: 15px;
}

.main .our.freevip_s .fre_warp .buttom {
  width: 50%;
  height: 60px;
  line-height: 60px;
    margin: 35px auto auto;
    background: #192D37;
  border: none;
  border-radius: 5px;
  font-size: 18px;
  color: #fff;
  -webkit-transition: all .2s;
  transition: all .2s;
  cursor: pointer;
  text-align: center;
}

.main .our.freevip_s .fre_warp .buttom:hover {
  background: #59a100;
}

.main .our.faq_s {
  background-color: #fff;
}

.main .our.faq_s .faq_s_wap {
  margin-bottom: 150px;
}

.main .our.faq_s .faq_s_wap .hea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 90px;
}

.main .our.faq_s .faq_s_wap .hea .title {
  height: 58px;
  margin-bottom: 15px;
  font-size: 25px;
  font-weight: bold;
  color: #222;
  border-bottom: 1px solid #c4c6cb;
  position: relative;
}

.main .our.faq_s .faq_s_wap .hea .title::after {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  bottom: -2px;
  width: 30px;
  height: 4px;
  margin: auto;
  background: #192d37;
}

.main .our.faq_s .faq_s_wap .list-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 20px;
}

.main .our.faq_s .faq_s_wap .list-box .item {
  margin-bottom: 36px;
  margin-right: 64px;
  width: 28.33%;
}

.main .our.faq_s .faq_s_wap .list-box .item .item-head {
  height: 90px;
  margin-bottom: 20px;
  padding-left: 40px;
  font-size: 24px;
  font-weight: bold;
  color: #222222;
  position: relative;
  overflow: auto;
}

.main .our.faq_s .faq_s_wap .list-box .item .item-head::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}

.main .our.faq_s .faq_s_wap .list-box .item .item-head::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #535353;
}

.main .our.faq_s .faq_s_wap .list-box .item .item-head::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #ededed;
}

.main .our.faq_s .faq_s_wap .list-box .item .item-head::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 28px;
  height: 30px;
  background: url("https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/9879ec150d8773f901b6339636877238.png?imageMogr2/format/webp/rquality/50") no-repeat;
  background-size: cover;
}

.main .our.faq_s .faq_s_wap .list-box .item p {
  height: 156px;
  padding-left: 40px;
  padding-right: 20px;
  font-size: 20px;
  color: #666666;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  overflow: auto;
}

.main .our.faq_s .faq_s_wap .list-box .item p::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}

.main .our.faq_s .faq_s_wap .list-box .item p::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #535353;
}

.main .our.faq_s .faq_s_wap .list-box .item p::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #ededed;
}

.main .our.faq_s .faq_s_wap .list-box .item p .ico {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 6%;
  cursor: pointer;
}

.main .our.faq_s .faq_s_wap .list-box .item p .ico img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.main .our.faq_s .faq_s_wap .list-box .item p.active_faq {
  -webkit-line-clamp: initial;
  word-break: break-all;
}

.main .our.partner_s {
  padding-top: 86px;
  padding-bottom: 134px;
  background: #f7f4f8;
}

.main .our.partner_s .partner-warp .hea {
  margin-bottom: 80px;
}

.main .our.partner_s .partner-warp .hea .title {
  width: 100%;
  height: 58px;
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: bold;
  color: #222;
  border-bottom: 1px dashed #c4c6cb;
  text-align: center;
  position: relative;
}

.main .our.partner_s .partner-warp .hea .title::after {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  bottom: -2px;
  width: 65px;
  height: 4px;
  margin: auto;
  background: #192d37;
}

.main .our.partner_s .partner-warp .hea p {
  font-size: 20px;
  color: #222;
  text-align: center;
}

.main .our.partner_s .partner-warp .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  max-height: 280px;
}

.main .our.partner_s .partner-warp .img-box .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main .our.partner_s .partner-warp .img-box .item a .imgs {
  max-width: 260px;
}

.main .our.partner_s .partner-warp .img-box .item a .imgs .img {
  width: 100%;
  height: 100%;
}

.main .our.partner_s .partner-warp .img-box .item a .imgs.ts {
  max-width: 220px;
}

.main .our.partner_s .partner-warp .img-box .item p {
  font-size: 22px;
  font-weight: bold;
  color: #222;
  text-align: center;
}

footer .f_message_are {
  background: url("https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/582dd3e043c495a5209e76e56cd6300a.png?imageMogr2/format/webp/rquality/50") no-repeat;
}

footer .f_message_are .info_box .item h3 {
  color: #fff;
}

footer .f_message_are .info_box .item p {
  color: #fff;
}

footer .f_message_are .info_box .item a {
  color: #fff;
}

footer .f_message_are .info_box .item i {
  background: #d8d8d8;
}

footer .f_message_are .info_box .item a:hover span {
  color: #8bc24a;
}

footer .copyright_are {
  color: #222;
}

footer .copyright_are span a {
  color: #222;
}