@import "../iconfont/iconfont.css";
.fyc {
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: box;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-pack: center;
  box-pack: center;
}
.wrap {
  width: 92vw;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
.ver > * {
  display: inline-block;
  vertical-align: middle;
}
.table-cell {
  display: table;
  width: 100%;
}
.table-cell > * {
  display: table-cell;
  vertical-align: middle;
}
.row-pv0 {
  margin-left: 0;
  margin-right: 0;
}
.row-pv0 > * {
  padding-left: 0;
  padding-right: 0;
}
.mv0 {
  margin-left: 0!important;
  margin-right: 0!important;
}
.pv0 {
  padding-left: 0!important;
  padding-right: 0!important;
}
.pt0 {
  padding-top: 0px !important;
}
.pb0 {
  padding-bottom: 0px !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mt0 {
  margin-top: 0!important;
}
.bggray {
  background: #f9f9f9;
}
.c {
  color: #f5c61c;
}
.bgc {
  background-color: #f5c61c;
}
.cf {
  color: #fff;
}
.c-red {
  color: red;
}
.bg-red {
  background: red;
}
.hv:hover {
  color: #f5c61c;
}
.hv-f:hover {
  color: #fff;
}
.hvr:hover {
  color: red;
}
.bghover {
  transition: 0.6s;
}
.bghover:Hover {
  background-color: #f5c61c;
  color: #fff;
}
.l {
  border: 1px solid #dddddd;
}
.lb {
  border-bottom: 1px solid #dddddd;
}
.lt {
  border-top: 1px solid #dddddd;
}
.cover-box {
  position: relative;
  display: block;
  overflow: hidden;
}
.cover-box .coverimg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1;
  transition: transform 0.6s ease 0s;
}
.cover-box .coverimg.contain {
  background-size: contain;
}
.cover-box ._bg {
  width: 100%;
  visibility: hidden;
  display: block;
}
.cover-box .icon-bofang1 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 5;
  font-size: 0.4rem;
  color: #fff;
  transition: 0.6s;
}
@media (min-width: 993px) {
  .cover-box:hover .cover-tip {
    opacity: 1;
    filter: alpha(opacity=1);
  }
  .cover-box:hover .coverimg {
    transform: scale(1.05, 1.05);
  }
  .cover-box:hover .icon-bofang1 {
    font-size: 0.6rem;
  }
}
.cover-tip {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.4s ease 0s;
  z-index: 55;
}
.cover-tip .bgbox {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.cover-tip .bgbox.blue {
  background-color: rgba(0, 161, 230, 0.8);
}
.cover-tip .stit {
  font-size: 16px;
  line-height: 30px;
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -15px;
  color: #fff;
}
.cover-tip .stit {
  font-size: 16px;
  line-height: 30px;
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -15px;
  color: #fff;
}
.cover-tip .line {
  display: inline-block;
  width: 100px;
  height: 1px;
  background-color: #f2f2f2;
  position: absolute;
  left: 50%;
  margin-left: -50px;
  transition: all 0.6s ease 0s;
}
.cover-tip .linet {
  top: 0;
}
.cover-tip .lineb {
  bottom: 0;
}
.cover-tip:hover .line {
  width: 6px;
  margin-left: -3px;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.red {
  color: red;
}
.cItem {
  display: none;
}
.cItem.active {
  display: block;
}
.mb100 {
  margin-bottom: 1rem;
}
.pb0 {
  padding-bottom: 0!important;
}
.m0 {
  margin: 0 !important;
}
.mt40 {
  margin-top: 0.4rem;
}
#totop {
  width: 50px;
  height: 50px;
  background: url('../images/top.png') no-repeat center center;
  background-color: #a8a8a8;
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 5555;
  cursor: pointer;
  border-radius: 50%;
  transition: 0.6s;
  opacity: 0;
  transform: translateY(20px);
}
@media (max-width: 640px) {
  #totop {
    right: 10px;
    bottom: 10px;
    width: 40px;
    height: 40px;
    background-size: 20px;
  }
}
@media (min-width: 768px) {
  #totop:hover {
    background-color: #f5c61c;
  }
}
#totop.show {
  transform: translateY(0px);
  opacity: 1;
}
.fadeIntop {
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translateY(30px);
}
.fadeIntop.show {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translateY(0);
  transition: all 0.3s ease 0s;
}
.vtxt {
  font-size: 16px;
  color: #666;
  line-height: 1.86;
}
.medium {
  font-family: medium;
}
.iconfont {
  font-size: inherit;
}
main {
  margin-top: 80px;
}
@media (max-width: 992px) {
  main {
    margin-top: 1rem;
  }
}
.spot p {
  padding-left: 0.24rem;
  position: relative;
}
.spot p::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #f5c61c;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  left: 0;
}
.header {
  transition: 1s;
  width: 100%;
  background: #fff;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9999;
}
.hd-inner {
  background-color: #202121;
  padding: 0 0.4rem;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: box;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  box-align: center;
  -webkit-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: 0.6s;
  height: 80px;
}
.hd-inner .logo {
  width: 360px;
  height: inherit;
  display: block;
  background: url('../images/logo_f.png') no-repeat left center;
  background-size: contain;
}
@media (max-width: 768px) {
  .hd-inner .logo {
    height: 1.2rem;
    position: relative;
    top: -0.1rem;
  }
}
@media (max-width: 992px) {
  .hd-inner {
    height: 1rem;
  }
}
@media (max-width: 640px) {
  .hd-inner {
    padding: 0 0.2rem;
  }
}
.hd-menu {
  max-width: 856px;
  width: 55%;
}
.hd-right {
  color: #fff;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: box;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  box-align: center;
}
.hd-right .wx {
  display: inline-block;
  font-size: 18px;
  cursor: pointer;
  position: relative;
}
.hd-right .wx:hover {
  color: #f5c61c;
}
.hd-right .wx .code {
  padding: 5px;
  background: #fff;
  border-radius: 2px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  top: 100%;
  margin-top: 10px;
  display: none;
}
.hd-right .wx .code::before {
  content: '';
  display: block;
  width: 0px;
  height: 0px;
  border: 6px solid transparent;
  border-bottom-color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  top: -12px;
}
.hd-right .wx .code img {
  max-width: 110px;
}
.hd-right .wx:hover .code {
  display: block;
}
.hd-right .space {
  margin: 0 16px;
  display: block;
  width: 1px;
  height: 11px;
  background: #fff;
  opacity: 0.4;
}
.hd-right .repair {
  color: #f5c61c;
  font-size: 16px;
  display: inline-block;
  padding-left: 30px;
  background: url('../images/bx.png') no-repeat left center;
  background-size: 16px;
}
.pc-menus {
  height: 80px;
  font-size: 16px;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: box;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  box-align: center;
  -webkit-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.pc-menus .mitem {
  transition: 0.6s;
  position: relative;
}
.pc-menus .mitem .tit {
  line-height: 80px;
}
.pc-menus .mitem::before {
  content: '';
  width: 0;
  height: 2px;
  bottom: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  background-color: #f5c61c;
  transition: 0.6s;
}
.pc-menus .mitem .tit {
  cursor: pointer;
  display: inline-block;
  color: #fff;
  position: relative;
}
.pc-menus .mitem .tit .iconfont {
  font-size: 12px;
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
}
.pc-menus .mitem:hover .tit,
.pc-menus .mitem.active .tit {
  color: #f5c61c;
}
.pc-menus .mitem:hover:before,
.pc-menus .mitem.active:before {
  width: 2em;
}
.pc-menus .pc-menu-drop {
  position: absolute;
  left: 50%;
  width: 180px;
  margin-left: -90px;
  top: 100%;
  z-index: 55;
  text-align: center;
  opacity: 0;
}
.pc-menus .pc-menu-drop::before {
  content: '';
  display: block;
  width: 0px;
  height: 0px;
  border: 10px solid transparent;
  border-bottom-color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  top: -7px;
}
.pc-menus .pc-menu-drop .links {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: 0.6s;
  position: relative;
  font-size: 16px;
  border-radius: 2px;
}
.pc-menus .pc-menu-drop li {
  height: 0;
  overflow: hidden;
  transition: 0.6s;
}
.pc-menus .pc-menu-drop a {
  position: relative;
  display: inline-block;
  padding: 0 20px;
  text-align: center;
  transition: 0.6s;
}
.pc-menus .pc-menu-drop a:hover {
  color: #f5c61c;
}
.pc-menus .pc-menu-drop a:hover::after {
  width: 100%;
}
.pc-menus .mitem:hover .pc-menu-drop {
  padding-top: 10px;
  opacity: 1;
}
.pc-menus .mitem:hover .pc-menu-drop .links {
  padding: 20px 0;
}
.pc-menus .mitem:hover .pc-menu-drop .links::before {
  border-bottom-color: rgba(0, 0, 0, 0.7);
  border-bottom-color: #fff;
}
.pc-menus .mitem:hover .pc-menu-drop li {
  height: 40px;
}
.pc-menus .mitem:hover .pc-menu-drop a {
  line-height: 40px;
}
.m-menus {
  width: 100%;
  max-width: 640px;
  height: 100vh;
  position: fixed;
  top: 1rem;
  right: -100%;
  background: #202121;
  overflow: hidden;
  line-height: 40px;
  font-size: 15px;
  z-index: -999;
  padding-top: 2%;
  color: #fff;
}
.m-menus .inner {
  height: calc((100vh - 1rem ));
  padding-bottom: 30px;
  overflow-x: hidden;
  overflow-y: auto;
}
.m-menus a {
  color: #fff;
}
.m-menus.active {
  z-index: 999;
  transition: 0.6s;
  right: 0;
}
.m-menus .item {
  cursor: pointer;
  transition: 0.3s;
  position: relative;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}
.m-menus .item .tit {
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: box;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  box-align: center;
}
.m-menus .item.repair-item .tit {
  color: #f5c61c;
}
.m-menus .item .ic-repair {
  width: 16px;
  height: 16px;
  background: url('../images/bx.png') no-repeat center center;
  background-size: contain;
  display: inline-block;
  margin-right: 5px;
}
.m-menus .item > a,
.m-menus .tit {
  display: block;
  margin: 0 5%;
  line-height: 50px;
  color: #fff;
  position: relative;
  font-size: 16px;
  text-align: left !important;
}
.m-menus .tit {
  position: relative;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: box;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  box-align: center;
  -webkit-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.m-menus .tit a {
  display: block;
  min-width: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  margin-right: 0.3rem;
}
.m-menus .tit .iconfont {
  color: inherit;
  z-index: 55;
}
.m-menus .xs-menu {
  display: none;
  text-align: left;
  margin: 0 6%;
  padding-left: 3%;
}
.m-menus .xs-menu dd {
  line-height: 36px;
}
.m-menus .active .tit,
.m-menus .open .tit {
  color: #f5c61c;
}
.m-menus .active .iconfont::before,
.m-menus .open .iconfont::before {
  content: "\e8b1";
}
.m-menus .active .xs-menu,
.m-menus .open .xs-menu {
  padding-bottom: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}
.menu_btn {
  width: 50px;
  height: 60px;
  z-index: 101;
  cursor: pointer;
  transform-origin: center center;
  position: relative;
  display: block;
}
@media (max-width: 480px) {
  .menu_btn {
    top: -5px;
  }
}
.menu_btn i {
  position: absolute;
  width: 26px;
  height: 2px;
  background-color: #f5c61c;
  left: 12px;
  display: block;
  transition: all 0.4s ease-in-out;
}
.menu_btn i:nth-of-type(1) {
  top: 20px;
}
.menu_btn i:nth-of-type(2) {
  top: 30px;
}
.menu_btn i:nth-of-type(3) {
  top: 40px;
  width: 14px;
}
.menu_btn.active i:nth-of-type(1) {
  transform: rotate(225deg) translate(-7px, -7px);
}
.menu_btn.active i:nth-of-type(3) {
  opacity: 0;
}
.menu_btn.active i:nth-of-type(2) {
  transform: rotate(-225deg) translate(0, 0);
}
.menu_btn:hover i:nth-of-type(3) {
  width: 14px;
}
footer {
  background-color: #202121;
  color: #fff;
  border-top: 4px solid #f5c61c;
}
footer .wrap {
  position: relative;
  max-width: 1740px;
}
footer .ft-logo .logo {
  max-width: 177px;
  display: block;
  position: relative;
}
footer .ft-logo .code {
  max-width: 96px;
  display: block;
  margin: 0.3rem auto 0;
}
footer a {
  color: #999;
}
footer a:hover {
  color: #fff;
}
footer .content {
  font-size: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (min-width: 992px) {
  footer .content {
    padding: 0.75rem 0 1.3rem;
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: box;
    -webkit-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
footer .ft-tel {
  max-width: 350px;
  min-width: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
footer .ft-tel h4 {
  font-size: 16px;
  margin-bottom: 20px;
}
footer .ft-tel .tel {
  font-size: 36px;
  font-family: medium;
  color: #fff;
  line-height: 30px;
  display: block;
  margin-bottom: 26px;
}
footer .ft-tel p {
  color: #666;
  line-height: 1.8;
}
@media (max-width: 992px) {
  footer .ft-tel {
    text-align: center;
    max-width: none;
    padding-bottom: 0.5rem;
  }
  footer .ft-tel .code {
    margin-top: 10px;
  }
}
@media (max-width: 640px) {
  footer .ft-tel {
    font-size: 14px;
  }
}
footer .bottom {
  padding: 0.24rem 0 0.3rem;
  font-size: 14px;
  color: #999;
  line-height: 1.7;
}
footer .bottom a {
  color: #999;
  display: inline-block;
}
footer .bottom a:hover {
  color: #fff;
}
@media (min-width: 768px) {
  footer .bottom {
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: box;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    box-align: center;
    -webkit-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
.ft-navs {
  padding: 0 0.5rem;
}
@media (min-width: 1200px) {
  .ft-navs {
    max-width: 790px;
  }
}
@media (min-width: 992px) {
  .ft-navs {
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: box;
    -webkit-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 40%;
  }
}
.ft-navs .navitem h4 {
  position: relative;
  margin-bottom: 16px;
}
.ft-navs .navitem .icon-jia {
  float: right;
  transition: 0.3s;
  display: none;
  margin-right: 10px;
}
.ft-navs .navitem .info {
  line-height: 37px;
}
.ft-navs .navitem .info a {
  color: #999;
  display: block;
}
.ft-navs .navitem .info a:hover {
  color: #fff;
}
@media (max-width: 991px) {
  .ft-navs {
    margin-bottom: 0.5rem;
  }
  .ft-navs .navitem {
    float: none;
    width: 100%;
  }
  .ft-navs .navitem .icon-jia {
    display: block;
  }
  .ft-navs .navitem h4 {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    height: 46px;
    line-height: 46px;
    margin: 0;
  }
  .ft-navs .navitem .info {
    display: none;
    font-size: 15px;
    padding: 10px 30px;
    line-height: 2;
  }
  .ft-navs .navitem.active h4 {
    font-weight: bold;
  }
  .ft-navs .navitem.active .iconfont {
    transform: rotate(135deg);
  }
}
@media (max-width: 1199px) {
  .ft-navs {
    padding: 0;
  }
  .ft-navs .navitem h4 {
    font-weight: normal;
  }
}
@media (max-width: 768px) {
  .ft-navs .navitem h4 {
    font-size: 16px;
  }
}
.banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  height: 7.6rem;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(80px);
    transform: translateY(80px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(80px);
    -ms-transform: translateY(80px);
    transform: translateY(80px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.banner .inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 5;
  top: 48%;
  color: #fff;
}
.banner .inner:hover .desc::after {
  width: 60%;
}
.banner .desc {
  font-size: 0.6rem;
  padding-bottom: 0.28rem;
  margin-bottom: 0.26rem;
  position: relative;
  display: inline-block;
}
.banner .desc::after {
  content: '';
  display: block;
  position: absolute;
  width: 36px;
  height: 3px;
  background: #fff;
  bottom: 0;
  left: 0;
  transition: 0.6s;
}
.banner h5 {
  font-size: 0.3rem;
}
@media (max-width: 992px) {
  .banner {
    height: 5rem;
  }
}
.banner .bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: all 5.6s cubic-bezier(0.04, 0.79, 1, 1) !important;
  transform: scale(1.2);
}
.banner .bg.animated {
  transform: scale(1);
}
@media (max-width: 992px) {
  .banner .desc {
    font-size: 0.5rem;
  }
  .banner h5 {
    font-size: 20px;
  }
}
@media (max-width: 640px) {
  .banner h5 {
    font-size: 16px;
  }
  .banner .desc {
    font-size: 28px;
  }
  .banner .desc::after {
    height: 1px;
    width: 30px;
  }
}
.pagination {
  text-align: center;
  display: block;
}
.pagination li {
  margin: 0 2px;
}
@media (max-width: 480px) {
  .pagination li {
    margin: 0 4px;
  }
  .pagination li > * {
    padding: 5px 12px !important;
  }
}
.pagination .active > a,
.pagination .active > span,
.pagination .active > a:hover,
.pagination .active > span:hover,
.pagination .active > a:focus,
.pagination .active > span:focus {
  color: #fff;
  background-color: #f5c61c;
}
.pagination li > a,
.pagination li > span {
  float: none;
  display: inline-block;
  cursor: pointer;
  color: #333;
  border: 0;
  padding: 10px 16px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #f5c61c;
}
.index-banner {
  width: 100%;
  height: 8.2rem;
  max-height: calc((100vh - 80px ));
  position: relative;
  color: #fff;
}
.index-banner .swiper-scrollbar {
  bottom: 0;
}
.index-banner .swiper-scrollbar-drag {
  background-color: #f5c61c;
  border-radius: 0;
}
.index-banner .swiper-pagination {
  height: 0.32rem;
  bottom: 0.7rem;
}
.index-banner .swiper-pagination .swiper-pagination-bullet {
  height: 0.32rem;
  opacity: 1;
  background: none;
  margin: 0 0.09rem;
  position: relative;
  width: 8px;
  transition: 0.6s;
}
.index-banner .swiper-pagination .swiper-pagination-bullet::before {
  content: '';
  display: block;
  width: 0.08rem;
  height: 0.08rem;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 5;
}
.index-banner .swiper-pagination .swiper-pagination-bullet-active {
  width: 0.32rem;
  border: 1px solid #fff;
}
.index-banner li {
  position: relative;
  overflow: hidden;
}
.index-banner li .img {
  display: block;
}
.index-banner li .bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: all 5.6s cubic-bezier(0.04, 0.79, 1, 1) !important;
  transform: scale(1.3);
}
.index-banner .content {
  position: absolute;
  width: 80%;
  left: 10%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 55;
  color: #fff;
}
.index-banner h5 {
  font-size: 0.6rem;
  line-height: 1;
  display: inline-block;
  position: relative;
  transition: all 1s cubic-bezier(0.24, 0.77, 0.25, 1);
  transition-delay: 0.1s;
  line-height: 1.2;
  margin-bottom: 0.2rem;
}
.index-banner .desc {
  font-size: 18px;
  transition: all 1s cubic-bezier(0.24, 0.77, 0.25, 1);
  transition-delay: 0.2s;
  margin: 0.2rem 0 0.24rem;
  line-height: 2;
}
@media (max-width: 1360px) {
  .index-banner .swiper-pagination {
    bottom: 0.2rem;
  }
  .index-banner .desc {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .index-banner h5 {
    font-size: 24px;
  }
  .index-banner .desc {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .index-banner {
    height: 7rem;
  }
}
.index-banner .ani011 {
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(0, 1rem);
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: ease-out;
}
.index-banner .ani012 {
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(0, -20vh);
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: ease-out;
}
.index-banner .swiper-slide-active .bg {
  transform: scale(1);
}
.index-banner .swiper-slide-active .ani011,
.index-banner .swiper-slide-active .ani012 {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translate(0, 0);
}
.index-banner .swiper-pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.2rem;
}
@media (min-width: 1920px) {
  .index-banner li {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .index-banner li .img {
    visibility: hidden;
  }
}
@media (max-width: 1919px) and (min-width: 993px) {
  .index-banner li {
    background: none !important;
  }
}
@media (max-width: 992px) {
  .index-banner .swiper-pagination {
    bottom: 10px;
  }
  .index-banner li {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .index-banner li .img {
    visibility: hidden;
  }
}
.crumbs {
  color: #999;
  padding: 0.2rem 0;
}
.crumbs.s2 {
  padding: 0.3rem 0 0.5rem;
}
.crumbs a {
  color: #999;
}
.crumbs a:hover {
  color: #f5c61c;
}
.index-partner {
  background: #f9f9f9;
  padding: 0.7rem 0 1.1rem;
  position: relative;
}
.index-partner .vmore {
  background: #f9f9f9;
}
.index-partner .itag {
  right: 0;
  bottom: 0;
  background: url('../images/PARTNER.png') no-repeat center center;
  background-size: contain;
  width: 7.79rem;
  height: 1.3rem;
}
.index-partner .wrap {
  max-width: 1740px;
}
.index-partner .ihd {
  text-align: center;
  margin-bottom: 0.4rem;
}
.index-partner ul {
  margin-bottom: 0.4rem;
}
.index-partner li {
  float: left;
  width: 33.33%;
  margin-bottom: 0.2rem;
  padding: 0 0.1rem;
  transition: 0.6s;
}
@media (min-width: 992px) {
  .index-partner li .img .coverimg {
    background-size: inherit;
  }
}
@media (min-width: 992px) {
  .index-partner li {
    width: 25%;
  }
  .index-partner li:hover .cover-box {
    overflow: visible;
  }
  .index-partner li:hover .coverimg {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transform: scale(1);
  }
}
@media (min-width: 1200px) {
  .index-partner li {
    width: 20%;
  }
}
.index-good {
  padding: 0.7rem 0 0.9rem;
  position: relative;
  overflow: hidden;
  background: url('../images/product.png') no-repeat left center;
}
@media (max-width: 1919px) {
  .index-good {
    background-size: auto 90%;
  }
}
@media (max-width: 992px) {
  .index-good {
    background: none;
  }
}
.index-good .good-inner {
  position: relative;
  display: inline-block;
  max-width: 1059px;
}
.index-good .links a {
  width: 1.1rem;
  height: 1.1rem;
  line-height: 1;
  border-radius: 50%;
  background-color: #f5c61c;
  color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: box;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-pack: center;
  box-pack: center;
  text-align: center;
  font-size: 16px;
  border: 4px solid #ffecb2;
  transition: 0.6s;
}
.index-good .links a:hover {
  background: #333;
}
.index-good .links a:nth-child(1) {
  left: 10%;
  top: 13%;
}
.index-good .links a:nth-child(2) {
  left: 2%;
  top: 32%;
}
.index-good .links a:nth-child(3) {
  left: 10%;
  top: 53%;
}
.index-good .links a .ic {
  width: 0.5rem;
  height: 0.5rem;
  display: block;
  margin: 0 auto 0.04rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.index-good .links a .ic.ic1 {
  background-image: url('../images/ic_xx1.png');
}
.index-good .links a .ic.ic2 {
  background-image: url('../images/ic_xx2.png');
}
.index-good .links a .ic.ic3 {
  background-image: url('../images/ic_xx3.png');
}
@media (max-width: 1680px) {
  .index-good .links a {
    width: 0.9rem;
    height: 0.9rem;
    font-size: 14px;
  }
  .index-good .links a .ic {
    width: 0.3rem;
    height: 0.3rem;
  }
}
@media (max-width: 992px) {
  .index-good .links a {
    width: 1.4rem;
    height: 1.4rem;
    font-size: 14px;
  }
  .index-good .links a .ic {
    width: 0.5rem;
    height: 0.5rem;
  }
  .index-good .links a:nth-child(3) {
    top: 53%;
  }
}
@media (max-width: 640px) {
  .index-good .links a {
    width: 1.1rem;
    height: 1.1rem;
    font-size: 12px;
    border-width: 2px;
  }
  .index-good .links a .ic {
    width: 0.4rem;
    height: 0.4rem;
  }
}
.index-good .wrap {
  max-width: 1740px;
}
@media (min-width: 992px) {
  .index-good .wrap {
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: box;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    box-align: center;
  }
  .index-good .wrap .leftbox {
    width: 44%;
    margin-right: 0.6rem;
    max-width: 580px;
    padding-left: 1rem;
  }
}
@media (max-width: 991px) {
  .index-good .wrap {
    text-align: center;
  }
  .index-good .wrap .leftbox {
    margin-bottom: 0.5rem;
  }
}
.index-good .itag {
  writing-mode: vertical-lr;
  /*从左向右 从右向左是 writing-mode: vertical-rl;*/
  writing-mode: tb-lr;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  left: 0;
}
.index-good .leftbox h2 {
  line-height: 1.2;
}
.index-good .leftbox .desc {
  font-size: 0.24rem;
  color: #f5c61c;
  margin: 0.3rem 0 0.2rem;
}
@media (max-width: 768px) {
  .index-good .leftbox .desc {
    font-size: 16px;
  }
}
.index-good .leftbox .txt {
  margin-bottom: 0.76rem;
  font-size: 16px;
  line-height: 30px;
  color: #666;
}
.index-good .rightbox {
  min-width: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
.index-brand {
  margin-top: 0.86rem;
}
@media (min-width: 992px) {
  .index-brand .inner {
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: box;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    box-align: center;
    position: relative;
  }
  .index-brand .inner .itag {
    background: url('../images/PARTNER.png') no-repeat right top;
    background-size: contain;
    width: 7.8rem;
    height: 1.3rem;
    right: 1.3rem;
    top: -0.2rem;
    width: 30%;
  }
  .index-brand .inner .leftbox,
  .index-brand .inner .rightbox {
    width: 50%;
  }
  .index-brand .inner .leftbox {
    width: 41%;
  }
  .index-brand .inner .rightbox {
    min-width: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    padding: 0 1.3rem 0 1.2rem;
  }
}
@media (min-width: 992px) and (max-width: 1360px) {
  .index-brand .inner .rightbox {
    padding: 0 0.4rem 0 0.5rem;
  }
}
.index-brand .wrap {
  position: relative;
  max-width: 1740px;
  padding: 1.1rem 0 1.2rem;
}
.index-brand .wrap::before {
  content: '';
  display: block;
  position: absolute;
  background: #f9f9f9;
  left: 2.7rem;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.index-brand .wrap .itag {
  position: absolute;
  background: url('../images/brand.png') no-repeat right top;
  background-size: contain;
  right: 0.5rem;
  top: -0.24rem;
  width: 5.75rem;
  height: 1.3rem;
}
@media (max-width: 1360px) {
  .index-brand .wrap .itag {
    width: 4rem;
  }
}
@media (max-width: 1200px) {
  .index-brand .wrap .itag {
    top: 0.2rem;
  }
}
@media (max-width: 1200px) {
  .index-brand {
    background: #f9f9f9;
    margin-top: 0;
  }
  .index-brand .ihd {
    margin-bottom: 0.3rem;
    text-align: center;
  }
}
.index-brand .leftbox {
  position: relative;
}
.index-brand .leftbox .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 5;
  z-index: 55;
  cursor: pointer;
}
.index-brand .leftbox .play i {
  width: 0.93rem;
  height: 0.93rem;
  background: url('../images/play.png') no-repeat center center;
  background-size: contain;
  display: block;
}
@media (max-width: 640px) {
  .index-brand .leftbox .play i {
    width: 70px;
    height: 70px;
  }
}
.index-brand .txt {
  font-size: 16px;
  line-height: 30px;
  margin: 0.46rem 0 0.7rem;
}
@media (max-width: 1360px) {
  .index-brand .txt {
    margin: 0 0 0.4rem;
  }
}
@media (max-width: 992px) {
  .index-brand .leftbox {
    margin: 0 0 0.5rem;
    text-align: center;
  }
}
.ihd .en {
  color: #f5c61c;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 3px;
}
.ihd .en2 {
  font-size: 0.48rem;
  text-transform: uppercase;
  font-style: italic;
}
.ihd h2 {
  font-size: 0.4rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .ihd h2 {
    font-size: 24px;
  }
}
.itag {
  text-transform: uppercase;
  font-size: 1.8rem;
  font-family: medium;
  position: absolute;
  font-weight: bold;
  color: #f9f9f9 !important;
  text-shadow: 0 0 1px #666;
  line-height: 0.8;
  opacity: 0.5;
}
@media (max-width: 992px) {
  .itag {
    display: none;
  }
}
.vmore {
  width: 2rem;
  height: 0.6rem;
  line-height: 0.6rem;
  text-align: center;
  border: 1px solid #666;
  display: inline-block;
  position: relative;
  font-size: 16px;
  background: #fff;
  transition: 0.6s;
}
@media (max-width: 640px) {
  .vmore {
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
  }
}
.vmore i {
  padding-left: 5px;
}
.vmore:hover {
  background: #333;
  color: #fff;
}
.vmore.middle {
  left: 50%;
  transform: translateX(-50%);
}
.swiper-pagination .swiper-pagination-bullet {
  width: 0.3rem;
  height: 3px;
  background-color: #5b626d;
  border-radius: 0;
}
.vbanner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  height: 5.7rem;
  margin-bottom: 1rem;
}
@media (max-width: 640px) {
  .vbanner {
    height: 2rem;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(80px);
    transform: translateY(80px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(80px);
    -ms-transform: translateY(80px);
    transform: translateY(80px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.vbanner .wrap {
  width: 92vw;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 5;
  text-align: center;
  color: #fff;
}
.vbanner h2 {
  font-size: 0.36rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0.1rem;
  padding-top: 0.06rem;
}
.vbanner .desc {
  font-size: 0.48rem;
  text-transform: uppercase;
}
.vbanner .bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: all 5.6s cubic-bezier(0.04, 0.79, 1, 1) !important;
  transform: scale(1.2);
}
.vbanner .bg.animated {
  transform: scale(1);
}
@media (max-width: 1200px) {
  .vbanner {
    height: 5rem;
  }
}
@media (max-width: 768px) {
  .vbanner {
    height: 4rem;
  }
}
.fixed-nav {
  width: 92vw;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  height: 0.8rem;
  background: #fff;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: box;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  box-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  font-size: 20px;
  z-index: 55;
}
.fixed-nav .item {
  min-width: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  display: block;
  text-align: center;
  position: relative;
}
.fixed-nav .item + .item::before {
  content: '';
  width: 1px;
  height: 18px;
  background: #e5e5e5;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  left: 0;
}
.fixed-nav .active {
  color: #f5c61c;
}
@media (max-width: 1360px) {
  .fixed-nav {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .fixed-nav {
    font-size: 16px;
    height: 1rem;
  }
}
@media (max-width: 480px) {
  .fixed-nav {
    width: 100%;
    font-size: 15px;
    margin-top: 0;
  }
}
.vbanner + .fixed-nav {
  position: relative;
  margin-top: -0.7rem;
  top: -0.7rem;
}
.logos-box {
  width: 92vw;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 1rem;
}
.logos-box .tip {
  text-align: right;
  font-size: 16px;
}
.mainbox {
  padding-bottom: 1.2rem;
}
.good-list {
  margin-left: -0.21rem !important;
  margin-right: -0.21rem !important;
}
.good-list > * {
  padding-left: 0.21rem !important;
  padding-right: 0.21rem !important;
}
@media (max-width: 768px) {
  .good-list {
    margin-left: -0.13rem !important;
    margin-right: -0.13rem !important;
  }
  .good-list > * {
    padding-left: 0.13rem !important;
    padding-right: 0.13rem !important;
  }
}
.good-list li {
  margin-bottom: 0.4rem;
}
.good-list .inner {
  background: #fff;
  transition: 0.6s;
  font-size: 18px;
}
.good-list .inner .tit {
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: box;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  box-align: center;
  -webkit-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 70px;
  line-height: 1.2;
  padding: 0 0.1rem;
  border: 1px solid #e9e9e9;
  border-top: 0;
}
.good-list .inner:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1200px) {
  .good-list .inner {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .good-list .inner {
    font-size: 14px;
  }
  .good-list .inner .tit {
    height: 1rem;
  }
}
.news-list {
  margin-bottom: 0.4rem;
}
.news-list li {
  background: #fff;
}
@media (min-width: 640px) {
  .news-list li {
    padding: 0.5rem 0.8rem;
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: box;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    box-align: center;
    -webkit-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    transition: 0.6s;
  }
  .news-list li:hover {
    background: #fff;
    position: relative;
    z-index: 2;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
  }
  .news-list li:hover .tit {
    color: #f5c61c;
  }
  .news-list li .img {
    max-width: 40%;
  }
}
@media (min-width: 640px) and (max-width: 1200px) {
  .news-list li {
    padding: 0.3rem 0.3rem;
  }
}
@media (max-width: 639px) {
  .news-list li {
    margin-bottom: 0.3rem;
  }
}
.news-list .info {
  min-width: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  margin-left: 0.76rem;
}
@media (max-width: 1200px) {
  .news-list .info {
    margin-left: 0.4rem;
  }
}
@media (max-width: 640px) {
  .news-list .info {
    margin-left: 0.3rem;
  }
}
.news-list .tit {
  font-size: 24px;
}
.news-list .txt {
  font-size: 16px;
  line-height: 24px;
  height: 48px;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  margin: 0.1rem 0 0.2rem;
  max-width: 760px;
}
.news-list .time {
  font-size: 16px;
  color: #666;
  font-family: medium;
}
@media (max-width: 1200px) {
  .news-list .tit {
    font-size: 20px;
  }
  .news-list .time {
    font-size: 14px;
  }
}
@media (max-width: 639px) {
  .news-list .info {
    padding: 0.3rem;
    margin: 0;
  }
  .news-list .tit {
    font-size: 19px;
  }
  .news-list .txt {
    font-size: 15px;
  }
}
.crumbs-box {
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: box;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  box-align: center;
  -webkit-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-top: 2px solid #f5c61c;
  height: 40px;
  background-color: #f5f5f5;
  padding: 0 0.24rem;
}
.crumbs-box h2 {
  font-size: 18px;
  font-weight: bold;
  position: relative;
}
.crumbs-box h2::before {
  content: '';
  display: block;
  width: 0px;
  height: 0px;
  border: 4px solid transparent;
  border-top-color: #f5c61c;
  right: 0;
  top: 50%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  top: -7px;
}
.crumbs-box .vcrumbs {
  font-size: 12px;
  color: #444;
  padding-left: 48px;
  background: url('../images/location.png') no-repeat left -2px;
}
.crumbs-box .vcrumbs a {
  color: #444;
}
.crumbs-box .vcrumbs a:hover {
  color: #f5c61c;
}
article {
  font-size: 16px;
  line-height: 1.8;
  padding-bottom: 1rem;
}
article p {
  margin-bottom: 1em;
}
.article-box {
  background: #fff;
  width: 92vw;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 0.6rem 1.5rem 1rem;
}
@media (max-width: 992px) {
  .article-box {
    padding: 0.6rem 0.3rem;
  }
}
.article-box .hd {
  text-align: center;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 0.34rem;
  margin-bottom: 0.4rem;
}
.article-box .hd h1 {
  text-align: center;
}
.article-box .hd .time {
  font-size: 16px;
  color: #999;
  font-family: medium;
}
.article-box h1 {
  font-size: 30px;
  margin-bottom: 15px;
  text-align: left;
}
@media (max-width: 768px) {
  .article-box h1 {
    font-size: 26px;
  }
}
@media (max-width: 640px) {
  .article-box h1 {
    font-size: 22px;
  }
}
.article-box .data span {
  display: inline-block;
  margin: 0 0.1rem;
}
.pnext-btn {
  border-top: 1px solid #ccc;
  padding-top: 0.36rem;
  font-size: 16px;
}
@media (min-width: 992px) {
  .pnext-btn {
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: box;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    box-align: center;
    -webkit-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .pnext-btn p {
    max-width: 40%;
  }
}
.pnext-btn p {
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: box;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  box-align: center;
  margin-top: 0.2rem;
}
.pnext-btn a {
  display: block;
  min-width: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.pnext-btn i {
  display: block;
}
.pnext-btn .prev i {
  margin-right: 10px;
}
.pnext-btn .next i {
  margin-left: 10px;
}
.videobox {
  text-align: center;
}
.videobox .inner {
  position: relative;
  display: inline-block;
}
.videobox .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 5;
  z-index: 1;
  cursor: pointer;
}
.videobox .play i {
  width: 0.93rem;
  height: 0.93rem;
  background: url('../images/play.png') no-repeat center center;
  background-size: contain;
  display: block;
}
@media (max-width: 640px) {
  .videobox .play i {
    width: 70px;
    height: 70px;
  }
}
.videobox video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  display: none;
  z-index: 55;
}
.videobox.active {
  display: block;
}
.sg-box {
  padding-bottom: 1rem;
}
.sg-box h2 {
  text-align: center;
  font-size: 0.36rem;
  margin-bottom: 0.4rem;
}
.recruit-box ol li {
  width: 24%;
}
.recruit-box ol li._arrow {
  width: 2%;
}
.recruit-box .arrow {
  transition: 0.6s;
}
.recruit-box .item-hd,
.recruit-box .hd-wrap {
  overflow: hidden;
}
.recruit-box .item-hd li,
.recruit-box .hd-wrap li {
  float: left;
}
.recruit-box .hd-wrap {
  background-color: #9b9b9b;
}
.recruit-box .hd {
  height: 48px;
  line-height: 48px;
  color: #fff;
  padding: 0 22px;
}
.recruit-box .item-hd {
  padding: 13px 0;
  position: relative;
}
.recruit-box li {
  padding-left: 0.22rem;
}
.recruit-box li p {
  display: inline-block;
}
.recruit-box .item + .item {
  border-top: 1px solid #ebebeb;
}
.recruit-box .item-hd {
  cursor: pointer;
  line-height: 1.8;
}
.recruit-box .item-hd .tit {
  display: none;
}
@media (max-width: 992px) {
  .recruit-box .item-hd {
    position: relative;
  }
  .recruit-box .item-hd li:not(._arrow) {
    width: 50%;
    padding: 0 10px;
  }
  .recruit-box .item-hd li:not(._arrow) .tit {
    display: block;
    display: inline-block;
  }
  .recruit-box .item-hd ._arrow {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.recruit-box .item-bd {
  color: #666;
  display: none;
  padding: 30px 22px 10px;
}
.recruit-box .active .item-bd {
  border-top: 1px solid #ebebeb;
  color: #333;
  line-height: 1.8;
}
.recruit-box .active .arrow {
  color: #fff !important;
}
.recruit-box .active .arrow::before {
  content: "\e7e1";
}
.recruit-box .arrow {
  float: right;
  font-size: 14px;
  color: #333;
}
.recruit-box dd {
  margin: 5px 0 30px;
  line-height: 1.8;
}
.dot {
  padding-left: 17px;
  position: relative;
}
.dot::before {
  content: '';
  width: 3px;
  height: 3px;
  background-color: #666666;
  position: absolute;
  left: 0;
  top: 10px;
}
.swiper-round-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #cccccc;
  color: #fff;
}
.swiper-round-btn::after {
  font-size: 12px;
  color: inherit;
  font-weight: bold;
}
.swiper-round-btn:hover {
  background-color: #f5c61c;
  color: #333;
}
.zs-box {
  padding: 0.8rem 0 1rem;
}
.zs-box .ihd {
  text-align: center;
  margin-bottom: 0.3rem;
}
.zs-box .bd {
  width: 92vw;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0.6rem;
  position: relative;
}
@media (max-width: 992px) {
  .zs-box .bd {
    padding: 0;
  }
  .zs-box .bd .zs-swiper {
    padding-bottom: 1rem;
  }
}
.zs-box .inner {
  margin: 0 0.16rem;
}
.zs-box .inner .img {
  margin-bottom: 0.2rem;
  padding: 0.3rem;
  background: #fff;
  border: 1px solid #ddd;
}
.zs-box .inner .img:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
.zs-box .inner .tit {
  text-align: center;
  font-size: 18px;
  line-height: 1.2;
}
@media (max-width: 1360px) {
  .zs-box .inner .tit {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .zs-box .inner .tit {
    font-size: 14px;
  }
}
.zs-box li {
  width: 25%;
}
@media (max-width: 992px) {
  .zs-box li {
    width: 33.3%;
  }
}
@media (max-width: 640px) {
  .zs-box li {
    width: 50%;
  }
}
.fz-box {
  background: url('../images/fzbg.jpg') no-repeat center center;
  background-size: cover;
  padding: 0.6rem 0 1.8rem;
  min-height: 9.2rem;
}
.fz-box .ihd {
  text-align: center;
  margin-bottom: 0.5rem;
}
@media (max-width: 768px) {
  .fz-box {
    background-size: auto;
    background-position: center bottom;
    padding-bottom: 3rem;
    background-color: #cfdfef;
  }
}
.wx-swiper-bd {
  position: relative;
  overflow: hidden;
  width: 92vw;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .wx-swiper-bd {
    padding: 0 90px;
  }
  .wx-swiper-bd::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #f5c61c;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 55;
  }
  .wx-swiper-bd .pnext {
    cursor: pointer;
    top: 50%;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: #fff;
    color: #f5c61c;
    margin-top: -18px;
    position: absolute;
    border-radius: 50%;
    z-index: 5555;
    opacity: 1;
  }
  .wx-swiper-bd .pnext::after {
    font-size: 14px;
    font-style: normal;
    color: inherit;
  }
  .wx-swiper-bd .pnext:hover {
    background-color: #f5c61c;
    color: #fff;
  }
  .wx-swiper-bd .swiper-button-prev {
    left: 0;
  }
  .wx-swiper-bd .swiper-button-next {
    right: 0;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .wx-swiper-bd {
    padding: 0 40px;
  }
}
@media (min-width: 768px) {
  .wx-swiper {
    position: relative;
    height: 500px;
  }
  .wx-swiper .wrapper {
    white-space: nowrap;
    overflow: hidden;
    display: flex;
    opacity: 0;
    position: absolute;
    z-index: 5;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: 0.6s;
  }
  .wx-swiper .wrapper.active {
    opacity: 1;
  }
  .wx-swiper li {
    flex: 1;
    height: 500px;
    position: relative;
  }
  .wx-swiper li:nth-child(6) {
    flex: 2;
  }
  .wx-swiper li:nth-child(6) .inner {
    width: 100%;
  }
  .wx-swiper li .inner {
    position: absolute;
    left: 0;
    width: 200%;
    max-width: 340px;
  }
  .wx-swiper li:nth-child(2n) .inner {
    top: 50%;
  }
  .wx-swiper li:nth-child(2n) dl {
    padding: 40px 20px 0 22px;
  }
  .wx-swiper li:nth-child(2n) dl::before {
    top: 0px;
    height: 72px;
  }
  .wx-swiper li:nth-child(2n+1) .inner {
    top: auto;
    bottom: 50%;
  }
  .wx-swiper li:nth-child(2n+1) dl {
    padding: 0 20px 40px 22px;
  }
}
.wx-swiper dl {
  position: relative;
  font-style: italic;
  border-left: 1px solid #f5c61c;
}
.wx-swiper dl dt {
  font-weight: bold!important;
  font-size: 0.36rem;
  transition: 0.5s ease-in-out;
  position: relative;
  line-height: 40px;
  line-height: 1.3;
  padding-bottom: 0.2rem;
  transition: 0.6s;
}
.wx-swiper dl dt span {
  font-size: 0.18rem;
  display: block;
  margin-top: 2px;
  font-style: normal;
}
@media (max-width: 992px) {
  .wx-swiper dl dt {
    font-size: 24px;
  }
  .wx-swiper dl dt span {
    font-size: 16px;
  }
}
.wx-swiper dl dd {
  font-size: 14px;
  color: #666;
  white-space: normal;
  line-height: 1.6;
}
.wx-swiper dl p {
  padding-bottom: 5px;
}
@media (max-width: 768px) {
  .wx-swiper dl {
    padding-left: 20px;
    margin-left: 4px;
    font-style: normal;
    border-color: #ccc;
    padding-bottom: 40px;
  }
  .wx-swiper dl::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    border-bottom: 1px dashed #ccc;
  }
  .wx-swiper dl dt {
    font-family: medium;
  }
  .wx-swiper dl dt span {
    color: #333;
    display: inline-block;
    padding-left: 0.1rem;
  }
  .wx-swiper dl dt::before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background-color: #f5c61c;
    border-radius: 50%;
    position: absolute;
    top: 14px;
    left: -24px;
    z-index: 55;
  }
}
.main-step ul {
  position: relative;
}
.main-step ul::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  border-left: 1px solid #e5e5e5;
}
.main-step .status {
  text-align: center;
  font-size: 0.24rem;
  color: #999;
  text-transform: uppercase;
  position: relative;
}
.main-step .status::after,
.main-step .status::before {
  content: '';
  display: block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
}
.main-step .start::after {
  margin: 0.1rem auto 0;
  border: 1px solid #e5e5e5;
}
.main-step .end::before {
  margin: 0 auto 0.1rem;
  border: 1px solid #e5e5e5;
}
.main-step .time {
  font-size: 30px;
  font-family: medium;
  margin-bottom: 0.1rem;
  position: relative;
}
.main-step .time::before {
  content: '';
  display: block;
  width: 13px;
  height: 13px;
  border: 2px solid #f5c61c;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  background: #fff;
}
.main-step .info {
  font-size: 16px;
  color: #666;
  line-height: 1.76;
}
.main-step .info p + p {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .main-step ul {
    padding: 0.7rem 0;
  }
  .main-step ul::after {
    left: 50%;
  }
  .main-step li {
    width: 50%;
  }
  .main-step li:nth-child(2n+1) {
    margin-left: 50%;
    padding-left: 0.57rem;
  }
  .main-step li:nth-child(2n+1) .time::before {
    left: -0.57rem;
    margin-left: -6px;
  }
  .main-step li:nth-child(2n) {
    text-align: right;
    padding-right: 0.57rem;
  }
  .main-step li:nth-child(2n) .time::before {
    right: -0.57rem;
    margin-right: -7px;
  }
}
.main-step li {
  padding-top: 0.36rem;
  padding-bottom: 0.36rem;
}
@media (max-width: 768px) {
  .main-step ul {
    padding-top: 0.5rem;
    margin-left: 0.2rem;
    padding-left: 0.5rem;
  }
  .main-step ul::after {
    left: 0;
  }
  .main-step .time {
    font-size: 20px;
  }
  .main-step .time::before,
  .main-step .time::after {
    left: -0.5rem;
    margin-left: -6px;
  }
  .main-step .info {
    font-size: 14px;
  }
  .main-step .status {
    text-align: left;
  }
  .main-step .status::before,
  .main-step .status::after {
    margin-left: 5px;
  }
}
.company-box1 {
  background: #f9f9f9;
  background: url('../images/ppbg.jpg') no-repeat center center;
  background-size: cover;
  padding: 1.5rem 0 1.3rem;
  position: relative;
  margin-top: -1.1rem;
}
.company-box1 .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.company-box1 .row > * {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.company-box1 .inner {
  padding-left: 0.9rem;
}
.company-box1 .logo {
  width: 3.32rem;
  height: 0.72rem;
  background: url('../images/logo_0_en.png') no-repeat center center;
  background-size: contain;
  display: block;
  margin-bottom: 0.3rem;
}
.company-box1 .txt {
  font-size: 16px;
  color: #666;
  line-height: 1.9;
}
.company-box1 .txt + .txt {
  margin-top: 0.5rem;
}
@media (max-width: 1360px) {
  .company-box1 .inner {
    padding-left: 0.4rem;
  }
  .company-box1 .txt {
    line-height: 1.6;
  }
  .company-box1 .txt + .txt {
    margin-top: 0.2rem;
  }
}
@media (max-width: 992px) {
  .company-box1 .inner {
    padding-left: 0;
  }
  .company-box1 .img {
    margin-bottom: 0.4rem;
    text-align: center;
  }
  .company-box1 .logo {
    display: block;
    margin: 0 auto 0.4rem;
  }
}
.company-box2 h3 {
  font-size: 0.3rem;
  margin-bottom: 0.3rem;
}
@media (min-width: 992px) {
  .company-box2 .bd {
    display: table;
    width: 100%;
  }
  .company-box2 .bd > * {
    display: table-cell;
    vertical-align: middle;
  }
  .company-box2 .bd > * {
    width: 50%;
  }
}
.company-box2 .txt {
  font-size: 16px;
  color: #666;
  line-height: 1.9;
}
.company-box2 .txt p + p {
  margin-top: 0.2rem;
}
.company-box2 .bottom {
  margin-top: 0.5rem;
}
.company-box2 .bottom .c {
  color: #f5c61c;
  font-family: medium;
  font-size: 0.36rem;
}
.company-box2 .info {
  padding-right: 1rem;
  vertical-align: middle;
}
@media (max-width: 1360px) {
  .company-box2 .info {
    padding-right: 0.4rem;
  }
}
.company-box2 .imgbox {
  position: relative;
}
@media (min-width: 992px) {
  .company-box2 .imgbox {
    padding: 0.6rem 0 1.3rem;
  }
  .company-box2 .imgbox::before {
    content: '';
    display: block;
    position: absolute;
    left: 1.78rem;
    width: 50vw;
    top: 0;
    bottom: 0;
    background-color: #f5c61c;
    z-index: -1;
  }
  .company-box2 .imgbox .company {
    padding-left: 2rem;
  }
}
.company-box2 .imgbox .company {
  line-height: 1.2;
  margin-bottom: 0.2rem;
}
.company-box2 .imgbox .company .en {
  font-size: 0.48rem;
  font-style: italic;
}
.company-box2 .imgbox .company .tit {
  font-size: 0.36rem;
}
@media (max-width: 992px) {
  .company-box2 {
    padding: 0.6rem 0 1rem;
  }
  .company-box2 h3 {
    font-size: 22px;
    text-align: center;
  }
  .company-box2 .info {
    margin-bottom: 0.5rem;
  }
  .company-box2 .bottom {
    text-align: right;
  }
  .company-box2 .imgbox {
    text-align: center;
  }
}
.step-box {
  padding: 0.7rem 0 0;
  width: 92vw;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
.step-box .start {
  width: 74px;
  height: 74px;
  line-height: 74px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #f5c61c;
  color: #f5c61c;
  font-size: 16px;
  margin: 0 auto;
  background: #fff;
}
@media (max-width: 768px) {
  .step-box {
    background: #fff;
    width: 100%;
    padding: 0 6vw;
  }
}
@media (min-width: 768px) {
  .step-box ul {
    padding: 0.2rem 0 0;
    position: relative;
  }
  .step-box ul::before {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #e4e4e4;
    z-index: 5;
    left: 50%;
    top: 0;
  }
  .step-box ul::after {
    border: 7px solid transparent;
    border-bottom-color: #e4e4e4;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    top: -12px;
  }
}
.step-box li {
  clear: both;
  padding: 0.4rem 0;
  position: relative;
  z-index: 55;
}
.step-box li:last-child {
  padding-bottom: 1.2rem;
}
@media (min-width: 768px) {
  .step-box li .img,
  .step-box li .info {
    width: 50%;
    position: relative;
    z-index: 5;
  }
  .step-box li .img {
    float: left;
    padding-right: 0.6rem;
  }
  .step-box li .img .cover-box {
    float: right;
    max-width: 344px;
    width: 70%;
  }
  .step-box li .info {
    float: right;
    padding-left: 0.6rem;
  }
  .step-box li:nth-child(2n) .img::before {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    top: -0.4rem;
    bottom: -0.4rem;
    background: #e4e4e4;
    left: 0;
  }
}
.step-box .info .year {
  display: flex;
  align-items: flex-end;
  line-height: 1;
  padding: 0 0 10px;
  position: relative;
  transition: 0.6s;
  transform-origin: 0 center;
}
.step-box .info .year b {
  font-size: 48px;
  font-family: medium;
  color: #f5c61c;
  padding-right: 5px;
  display: block;
  position: relative;
  top: 2px;
}
.step-box .info .year span {
  font-size: 24px;
  display: block;
}
@media (min-width: 768px) {
  .step-box .info ._line {
    position: relative;
    z-index: 55555;
  }
  .step-box .info ._line::before {
    content: '';
    display: block;
    position: absolute;
    width: 50vw;
    height: 1px;
    background-color: #e4e4e4;
    left: -0.6rem;
    top: 0;
  }
  .step-box .info ._line::after {
    content: '';
    width: 7px;
    height: 7px;
    background-color: #f5c61c;
    border-radius: 50%;
    left: -0.6rem;
    margin-left: -3px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    z-index: 5555;
    transition: 0.6s;
  }
}
.step-box .info .txt {
  padding: 20px 0 0;
  font-size: 16px;
  color: #666;
}
.step-box .info .txt p {
  padding-left: 24px;
  margin-bottom: 10px;
  position: relative;
}
.step-box .info .txt p::before {
  content: '◎';
  position: absolute;
  left: 0;
  top: 0px;
}
.step-box li:nth-child(2n)::before {
  content: '';
  display: block;
  width: 100vw;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  top: 0;
  z-index: 1;
}
@media (min-width: 768px) {
  .step-box li:nth-child(2n) .img {
    float: right;
    padding-left: 0.6rem;
  }
  .step-box li:nth-child(2n) .img .cover-box {
    float: left;
  }
  .step-box li:nth-child(2n) .info {
    float: left;
    padding-left: 0;
    padding-right: 0.6rem;
    text-align: right;
  }
}
.step-box li:nth-child(2n) ._line::before {
  left: auto;
  right: -0.6rem;
  background: #e4e4e4;
}
.step-box li:nth-child(2n) ._line::after {
  left: auto;
  right: -0.6rem;
  margin-right: -4px;
}
@media (min-width: 992px) {
  .step-box li:nth-child(2n) .txt p {
    padding: 0 24px 0 0 ;
  }
  .step-box li:nth-child(2n) .txt p::before {
    left: auto;
    right: 0;
  }
}
@media (max-width: 992px) {
  .step-box .info .year {
    font-size: 30px;
  }
  .step-box .info .txt {
    font-size: 14px;
  }
  .step-box .info .txt p {
    padding-left: 50px;
  }
}
@media (max-width: 768px) {
  .step-box .img,
  .step-box .info {
    float: none!important;
    width: 100%;
  }
  .step-box .img {
    max-width: 400px;
  }
  .step-box ul {
    padding-left: 0.5rem;
    position: relative;
    border-left: 1px solid #e4e4e4;
  }
  .step-box li {
    padding-left: 0.5rem 0;
  }
  .step-box li:nth-child(2n)::before {
    transform: translateX(0);
    left: -0.5rem;
    width: auto;
    right: -0.5rem;
    z-index: -1;
    background: #f9f9f9;
  }
  .step-box .info {
    margin-top: 0.2rem;
  }
  .step-box .info .year {
    position: relative;
  }
  .step-box .info .year::before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background-color: #f5c61c;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    left: -0.5rem;
    margin-left: -4px;
    margin-top: -5px;
    border-radius: 50%;
  }
  .step-box .info .year b {
    font-size: 26px;
  }
  .step-box .info .year span {
    font-size: 18px;
  }
  .step-box .info .txt {
    padding-top: 10px;
  }
  .step-box .info .txt p {
    padding-left: 20px;
  }
}
.hd2 {
  font-size: 0.36rem;
  position: relative;
  padding-left: 20px;
  margin-bottom: 0.4rem;
}
.hd2::before {
  content: '';
  display: block;
  width: 0.06rem;
  height: 60%;
  background-color: #f5c61c;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  left: 0;
}
@media (max-width: 768px) {
  .hd2 {
    font-size: 22px;
    padding-left: 14px;
  }
}
.vbox {
  padding: 0.8rem 0 1rem;
}
.cptip-box {
  position: relative;
  margin-top: -0.5rem;
}
@media (max-width: 1200px) {
  .cptip-box {
    padding-bottom: 0.8rem;
  }
}
.cptip-box .hd {
  margin-bottom: 0;
  font-size: 0.28rem;
}
@media (max-width: 992px) {
  .cptip-box .hd {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .cptip-box .hd {
    font-size: 20px;
  }
}
.cptip-box.s1 {
  padding: 0.5rem 0;
}
.cptip-box.s2 {
  padding: 0.5rem 0;
}
@media (min-width: 768px) {
  .cptip-box .bd {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
  }
  .cptip-box .item + .item {
    margin-left: 0.54rem;
  }
}
@media (min-width: 768px) and (max-width: 1360px) {
  .cptip-box .item + .item {
    margin-left: 0.2rem;
  }
}
.cptip-box .item {
  background: #fff;
  margin-bottom: 0.2rem;
  padding: 0.3rem 0;
  width: 47%;
  font-size: 16px;
}
.cptip-box .item h4 {
  color: #f5c61c;
  font-size: 24px;
  padding: 5px 16px;
  background-color: #202121;
  display: inline-block;
  margin-bottom: 0.4rem;
}
.cptip-box .item .txt {
  min-height: 2.7rem;
  padding-bottom: 0.3rem;
  color: #666;
  line-height: 2.5;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 0.2rem;
}
.cptip-box .item .tip {
  color: #666;
}
@media (max-width: 768px) {
  .cptip-box .item {
    padding: 0.5rem 0;
    font-size: 15px;
    width: 100%;
  }
  .cptip-box .item h4 {
    font-size: 20px;
  }
  .cptip-box .item .txt {
    line-height: 1.8;
  }
}
@media (max-width: 768px) and (max-width: 640px) {
  .cptip-box .item {
    padding: 0.3rem 0 0;
  }
  .cptip-box .item h4 {
    font-size: 18px;
  }
}
.cpset-box {
  padding-bottom: 0.4rem;
}
.cpset-box .row {
  margin-left: -0.75rem !important;
  margin-right: -0.75rem !important;
}
.cpset-box .row > * {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}
.cpset-box li {
  position: relative;
  margin-bottom: 0.6rem;
}
.cpset-box li:first-child {
  border-right: 1px solid #dedede;
}
.cpset-box .info {
  margin-top: 0.2rem;
}
.cpset-box .info .tit {
  font-size: 24px;
}
.cpset-box .info .desc {
  font-size: 16px;
  line-height: 30px;
  color: #666;
  padding-top: 10px;
}
@media (max-width: 1200px) {
  .cpset-box .row {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }
  .cpset-box .row > * {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .cpset-box .info .tit {
    font-size: 20px;
  }
  .cpset-box .info .desc {
    line-height: 1.6;
  }
}
@media (max-width: 992px) {
  .cpset-box .row {
    margin-left: -0.15rem !important;
    margin-right: -0.15rem !important;
  }
  .cpset-box .row > * {
    padding-left: 0.15rem !important;
    padding-right: 0.15rem !important;
  }
  .cpset-box li:first-child {
    border-right: 0;
  }
}
@media (max-width: 479px) {
  .cpset-box li {
    width: 100%;
  }
  .cpset-box li + li {
    margin-top: 0.7rem;
  }
  .cpset-box .info .tit {
    font-size: 18px;
  }
}
.cpys-box {
  width: 92vw;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
.cpys-box .info {
  font-size: 16px;
}
@media (min-width: 992px) {
  .cpys-box {
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: box;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    box-align: center;
  }
  .cpys-box > * {
    width: 50%;
  }
  .cpys-box .img {
    padding-right: 0.4rem;
  }
  .cpys-box .info {
    padding-left: 0.3rem;
    padding-right: 0.5rem;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    color: #666;
    line-height: 2.2;
  }
}
@media (max-width: 1360px) {
  .cpys-box {
    padding: 0.5rem 0;
  }
  .cpys-box .hd2 {
    margin-bottom: 0.2rem;
  }
  .cpys-box .info {
    padding-left: 0;
  }
  .cpys-box .info {
    line-height: 1.8;
  }
  .cpys-box .img {
    padding-right: 0.7rem;
  }
}
@media (max-width: 991px) {
  .cpys-box .img {
    margin-bottom: 0.5rem;
    text-align: center;
    padding-right: 0;
  }
  .cpys-box .img img {
    width: 100%;
    max-width: 600px;
  }
}
@media (max-width: 480px) {
  .cpys-box .txt {
    font-size: 14px;
  }
}
.good-box .row {
  margin-left: -0.17rem !important;
  margin-right: -0.17rem !important;
}
.good-box .row > * {
  padding-left: 0.17rem !important;
  padding-right: 0.17rem !important;
}
.good-box .row li {
  margin-bottom: 0.3rem;
}
.good-box .inner {
  background: #fff;
  padding: 0.2rem 0.2rem 0.3rem;
  position: relative;
}
.good-box .inner::after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 2px;
  background-color: #f5c61c;
  transition: 0.6s;
  left: 0;
  bottom: 0;
}
.good-box .inner:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.good-box .inner:hover::after {
  width: 100%;
}
.good-box .inner .info {
  margin-top: 0.2rem;
}
.good-box .inner .tit {
  font-size: 24px;
  display: block;
  margin-bottom: 5px;
}
.good-box .inner .desc {
  font-size: 16px;
  color: #666;
  line-height: 20px;
  height: 40px;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}
@media (max-width: 1200px) {
  .good-box .row {
    margin-left: -0.1rem !important;
    margin-right: -0.1rem !important;
  }
  .good-box .row > * {
    padding-left: 0.1rem !important;
    padding-right: 0.1rem !important;
  }
  .good-box .inner .tit {
    font-size: 20px;
  }
  .good-box .inner .desc {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .good-box .inner {
    padding-bottom: 0.4rem;
  }
  .good-box .inner .tit {
    font-size: 18px;
  }
}
.cpinfo-box {
  padding: 0.7rem 0 0.5rem;
  position: relative;
  overflow: hidden;
}
.cpinfo-box .wrap {
  max-width: 1740px;
}
@media (min-width: 992px) {
  .cpinfo-box .wrap {
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: box;
  }
  .cpinfo-box .wrap .leftbox {
    width: 50%;
    margin-right: 0.6rem;
    max-width: 520px;
    padding-left: 1rem;
    padding-top: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cpinfo-box .wrap .leftbox {
    margin-bottom: 0.5rem;
  }
  .cpinfo-box .wrap .leftbox dt {
    font-size: 20px;
  }
}
@media (max-width: 1360px) {
  .cpinfo-box .wrap .leftbox {
    padding-top: 0;
    margin-right: 0;
  }
}
.cpinfo-box .leftbox h2 {
  line-height: 1.2;
}
.cpinfo-box .leftbox .txt {
  margin: 0.2rem 0 0.46rem;
}
.cpinfo-box .leftbox dl,
.cpinfo-box .leftbox .txt {
  font-size: 16px;
  line-height: 30px;
}
.cpinfo-box .leftbox dt {
  font-size: 24px;
  margin-bottom: 10px;
}
.cpinfo-box .leftbox dd {
  line-height: 30px;
}
.cpinfo-box .rightbox {
  min-width: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  text-align: center;
}
.good-topper {
  background: #f9f9f9;
  padding: 20px 0;
  position: relative;
}
.good-topper .pnext {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 0.6rem;
  height: 0.8rem;
  line-height: 0.8rem;
  text-align: center;
  background-color: #f5c61c;
  font-size: 0.3rem;
}
.good-topper .pnext.prev {
  left: 0;
}
.good-topper .pnext.next {
  right: 0;
}
.good-topper .pnext:hover {
  background: #333;
  color: #fff;
}
@media (max-width: 1680px) {
  .good-topper .pnext {
    background: none;
    font-size: 0.4rem;
    width: 0.4rem;
    color: #f5c61c;
  }
}
@media (max-width: 768px) {
  .good-topper .pnext {
    background: none;
    font-size: 0.5rem;
    width: 0.8rem;
    color: #f5c61c;
  }
}
@media (min-width: 768px) {
  .good-topper .wrap {
    display: flex;
    align-items: center;
  }
  .good-topper .wrap > * {
    flex: 1;
  }
  .good-topper .wrap .info {
    margin-left: 0.5rem;
  }
  .good-topper .wrap .cover-box {
    max-width: 540px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .good-topper {
    padding-bottom: 0.8rem;
  }
  .good-topper .img {
    margin-bottom: 0.5rem;
  }
}
.good-topper .info h2 {
  font-size: 0.36rem;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 0.2rem;
}
@media (max-width: 768px) {
  .good-topper .info h2 {
    font-size: 22px;
  }
}
.good-topper .info .txt {
  font-size: 16px;
  color: #666;
  line-height: 26px;
  margin-bottom: 0.6rem;
}
.good-topper .info .contact {
  background-color: #f5c61c;
  display: inline-block;
  width: 2.14rem;
  height: 0.6rem;
  line-height: 0.6rem;
  text-align: center;
  font-size: 16px;
  transition: 0.6s;
}
.good-topper .info .contact i {
  font-size: 18px;
  padding-right: 0.1rem;
}
@media (max-width: 768px) {
  .good-topper .info .contact {
    width: 140px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 16px;
  }
  .good-topper .info .contact i {
    font-size: 16px;
  }
}
.good-topper .info .contact:hover {
  background: #333;
  color: #fff;
}
.good-info-box {
  padding-bottom: 1rem;
}
.good-info-box nav {
  position: relative;
  margin-bottom: 0.4rem;
  border-bottom: 1px solid #dddddd;
}
.good-info-box nav .wrap {
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: box;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  box-align: center;
  font-size: 20px;
  color: #666;
}
.good-info-box nav .wrap a {
  line-height: 0.8rem;
  padding: 0 0.5rem;
  position: relative;
  display: block;
}
.good-info-box nav .wrap .active {
  color: #f5c61c;
}
.good-info-box nav .wrap .active::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  height: 0.04rem;
  background-color: #f5c61c;
  bottom: 0;
}
@media (max-width: 768px) {
  .good-info-box nav .wrap a {
    height: 1rem;
    line-height: 1rem;
    font-size: 18px;
    padding: 0 0.3rem;
  }
  .good-info-box nav .wrap a + a {
    margin-left: 0.2rem;
  }
}
.good-info-box .box {
  padding: 0.4rem 0;
  width: 92vw;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
.good-info-box .box h2 {
  font-size: 0.3rem;
  padding-left: 0.32rem;
  position: relative;
  margin-bottom: 0.3rem;
}
.good-info-box .box h2::before {
  content: '';
  display: block;
  width: 0.12rem;
  height: 70%;
  background-color: #f5c61c;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  left: 0;
}
@media (max-width: 768px) {
  .good-info-box .box h2 {
    font-size: 22px;
  }
}
.good-info-box .box .txt {
  font-size: 16px;
  color: #666;
  line-height: 36px;
}
.contact-nav-box {
  background-color: #f5c61c;
  padding: 0.5rem 0 0;
  font-size: 16px;
}
.contact-nav-box .wrap {
  display: flex;
  text-align: center;
}
@media (min-width: 1200px) {
  .contact-nav-box .wrap {
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: box;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    box-align: center;
    -webkit-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .contact-nav-box .wrap li {
    width: 16.66%;
  }
}
@media (max-width: 1199px) {
  .contact-nav-box .wrap {
    flex-wrap: wrap;
  }
  .contact-nav-box .wrap li {
    width: 25%;
    transition: 0.6s;
  }
  .contact-nav-box .wrap li:hover {
    transform: translateY(-5px);
  }
}
@media (max-width: 768px) {
  .contact-nav-box .wrap li {
    width: 33.3%;
    font-size: 14px;
  }
  .contact-nav-box .wrap li .inner {
    padding: 0 0.2rem;
  }
  .contact-nav-box .wrap li i {
    width: 40px;
    height: 40px;
  }
}
.contact-nav-box li {
  margin-bottom: 0.6rem;
}
.contact-nav-box i {
  width: 0.5rem;
  height: 0.5rem;
  display: block;
  margin: 0 auto 0.2rem;
}
.contact-nav-box .ic {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.contact-nav-box .ic.ic1 {
  background-image: url('../images/ic_fw_1.png');
}
.contact-nav-box .ic.ic2 {
  background-image: url('../images/ic_fw_2.png');
}
.contact-nav-box .ic.ic3 {
  background-image: url('../images/ic_fw_3.png');
}
.contact-nav-box .ic.ic4 {
  background-image: url('../images/ic_fw_4.png');
}
.contact-nav-box .ic.ic5 {
  background-image: url('../images/ic_fw_5.png');
}
.contact-nav-box .ic.ic6 {
  background-image: url('../images/ic_fw_6.png');
}
.contact-nav-box .ic.ic7 {
  background-image: url('../images/ic_fw_7.png');
}
.contact-nav-box .ic.ic8 {
  background-image: url('../images/ic_fw_8.png');
}
.contact-box .ihd {
  text-align: center;
  margin-bottom: 1rem;
}
.contact-box .info {
  margin-bottom: 0.7rem;
}
@media (min-width: 1280px) {
  .contact-box .info {
    padding: 0 5%;
  }
}
@media (min-width: 768px) {
  .contact-box .info {
    display: flex;
  }
  .contact-box .info li {
    padding: 0.2rem 0 0.3rem 3%;
    flex: 1;
  }
  .contact-box .info li:nth-child(2) {
    flex: 1.5;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
  }
}
.contact-box .info .ic {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  margin-bottom: 12px;
}
.contact-box .info .ic.ic-tel {
  background-image: url('../images/fw_a1.png');
}
.contact-box .info .ic.ic-addr {
  background-image: url('../images/fw_a2.png');
}
.contact-box .info .ic.ic-email {
  background-image: url('../images/fw_a3.png');
}
.contact-box .info .tit {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.contact-box .info .val {
  font-size: 16px;
}
@media (max-width: 992px) {
  .contact-box .info .tit {
    font-size: 16px;
  }
  .contact-box .info .val {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .contact-box .info {
    padding-left: 5%;
  }
  .contact-box .info li {
    margin-bottom: 0.5rem;
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: box;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    box-align: center;
  }
  .contact-box .info li .ic {
    width: 30px;
    height: 30px;
    margin-right: 0.2rem;
  }
}
.contact-box .map {
  height: 5.5rem;
}
.network-box {
  background-color: #3a3a3a;
}
.network-box .wrap {
  position: relative;
}
@media (min-width: 992px) {
  .network-box .wrap {
    padding-right: 10%;
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: box;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    box-align: center;
    -webkit-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
.network-box .ihd {
  color: #fff;
}
.network-box .info {
  color: #bbb;
  margin-top: 3rem;
  font-size: 18px;
}
.network-box .info b {
  color: #f5c61c;
  font-weight: normal;
  display: block;
  margin-bottom: 5px;
}
.network-box .rightbox {
  position: relative;
  color: #bbb;
  width: 7.28rem;
  height: 5.87rem;
}
.network-box .rightbox .cn {
  width: 100%;
  height: 100%;
  display: block;
  background: url('../images/map2.png') no-repeat center center;
  background-size: contain;
}
.network-box .rightbox .addr {
  display: none;
  width: 240px;
  color: #333;
  padding: 0.2rem;
  border-radius: 10px;
  font-size: 16px;
  line-height: 24px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  bottom: 100%;
  margin-bottom: 0.14rem;
  background-color: #f5c61c;
}
.network-box .rightbox li {
  position: absolute;
  font-size: 16px;
  cursor: pointer;
}
.network-box .rightbox li:hover {
  color: #f5c61c;
}
.network-box .rightbox li i {
  font-size: 18px;
  color: #f5c61c;
}
.network-box .rightbox li .tag {
  line-height: 0.3rem;
  height: 0.3rem;
  position: relative;
}
.network-box .rightbox li .tag > * {
  display: inline-block;
  vertical-align: middle;
}
.network-box .rightbox li .tag::after {
  content: '';
  display: block;
  width: 0px;
  height: 0px;
  border: 10px solid transparent;
  border-top-color: #f5c61c;
  position: absolute;
  left: -1px;
  top: -14px;
  display: none;
}
.network-box .rightbox li.active {
  color: #f5c61c;
}
.network-box .rightbox li.active .addr {
  display: block;
}
.network-box .rightbox li.active .tag::after {
  display: block;
}
.network-box .rightbox .li1 {
  left: 3.3rem;
  top: 3.7rem;
}
.network-box .rightbox .li2 {
  left: 5.72rem;
  top: 3.4rem;
}
.network-box .rightbox .li3 {
  left: 5.7rem;
  top: 3.85rem;
}
.network-box .rightbox .li4 {
  left: 5rem;
  top: 4.66rem;
}
.network-box .rightbox .li5 {
  left: 5.1rem;
  top: 4.9rem;
}
@media (max-width: 1200px) {
  .network-box .rightbox .li1 {
    left: 3.3rem;
    top: 3.7rem;
  }
  .network-box .rightbox .li2 {
    left: 5.62rem;
    top: 3.4rem;
  }
  .network-box .rightbox .li3 {
    left: 5.6rem;
    top: 3.85rem;
  }
  .network-box .rightbox .li4 {
    left: 4.8rem;
    top: 4.66rem;
  }
  .network-box .rightbox .li5 {
    left: 5rem;
    top: 4.9rem;
  }
  .network-box .rightbox .li5 .tag::after {
    top: 15px!important;
  }
}
.network-box .rightbox .li5.active .tag::after {
  border-top-color: transparent;
  border-bottom-color: #f5c61c;
  top: 20px;
}
.network-box .rightbox .li5.active .addr {
  bottom: auto;
  top: 100%;
  margin-top: 10px;
}
@media (max-width: 992px) {
  .network-box .rightbox {
    margin: 0 auto;
  }
  .network-box .ihd {
    text-align: center;
  }
  .network-box .ihd br {
    display: none;
  }
  .network-box .info {
    margin-top: 0.5rem;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .network-box .rightbox li {
    font-size: 14px;
  }
  .network-box .rightbox li .addr {
    display: none!important;
  }
  .network-box .rightbox li .tag::after {
    display: none!important;
  }
}
.network-box .xs-addr {
  color: #fff;
}
.network-box .xs-addr .tag {
  color: #f5c61c;
  font-size: 18px;
  margin-bottom: 5px;
}
.network-box .xs-addr .addr {
  font-size: 16px;
}
.warranty-box {
  line-height: 1.6;
  background: url('../images/fwbg.png') no-repeat left bottom;
  background-size: contain;
  background-size: 5.8rem;
}
@media (max-width: 992px) {
  .warranty-box {
    background: none;
  }
}
.warranty-box .txt {
  margin-top: 0.4rem;
  margin-bottom: 0.3rem;
  font-size: 16px;
  color: #666;
}
.warranty-box .tel {
  font-size: 24px;
  font-family: medium;
}
.warranty-box form {
  margin-right: 0.5rem;
  display: block;
  max-width: 610px;
}
.warranty-box form .layui-form-label {
  width: 140px;
  padding: 15px 15px 15px 0;
  font-size: 16px;
}
.warranty-box form .layui-form-label em {
  color: #f84654;
}
.warranty-box form .layui-form-item {
  margin-bottom: 0.2rem;
}
.warranty-box form .layui-input-block {
  margin-left: 140px;
  position: relative;
}
.warranty-box form .smsbox {
  display: flex;
}
.warranty-box form .smsbox input {
  flex: 1;
  margin-right: 5px;
}
.warranty-box form .smsbox .sms {
  height: 48px;
}
.warranty-box form .layui-textarea,
.warranty-box form .layui-input {
  height: 48px;
  font-size: 16px;
  border-color: #d4d4d4;
  width: 100%;
}
.warranty-box form .layui-input:hover,
.warranty-box form .layui-textarea:hover {
  border-color: #f5c61c !important;
}
.warranty-box form .layui-textarea {
  height: 140px;
}
.warranty-box .leftbox {
  margin-bottom: 1rem;
}
.warranty-box .infobox {
  margin-bottom: 1rem;
  max-width: 610px;
  margin: 0 auto;
}
.warranty-box .submit {
  background-color: #f5c61c;
  height: 64px;
  line-height: 64px;
  display: block;
  color: #fff;
  width: 100%;
  font-size: 18px;
  letter-spacing: 4px;
  transition: 0.6s;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.warranty-box .submit i {
  font-size: 14px;
}
.warranty-box .submit:hover {
  background: #333;
}
.warranty-box .layui-form-select dl dd.layui-this {
  background-color: #f5c61c;
}
@media (max-width: 1200px) {
  .warranty-box form {
    margin-right: 0;
    margin: 0 auto;
  }
}
@media (max-width: 640px) {
  .warranty-box .leftbox {
    margin-bottom: 0.6rem;
  }
  .warranty-box .infobox {
    text-align: left;
  }
  .warranty-box .infobox .ihd {
    text-align: center;
    margin-bottom: 0.6rem;
  }
  .warranty-box form .layui-input-block {
    margin-left: 110px;
  }
  .warranty-box form .layui-input-block .sms {
    height: 38px;
  }
  .warranty-box form .layui-form-label {
    width: 110px;
    padding-right: 10px;
    padding: 8px 10px 8px 0;
  }
  .warranty-box form .layui-form-label,
  .warranty-box form .layui-input {
    height: 38px;
  }
  .warranty-box form .layui-form-label,
  .warranty-box form .layui-textarea,
  .warranty-box form .layui-input {
    font-size: 14px;
  }
  .warranty-box form .submit {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    letter-spacing: 2px;
    margin-top: 0.5rem;
  }
}
/*  map */
.BMap_cpyCtrl,
.anchorBL {
  display: none;
}
#map label,
#map img {
  max-width: none;
  max-height: none;
}
.line-mapbox {
  height: 7.6rem;
}
#map {
  height: 500px;
}
.logos-main {
  padding-bottom: 1rem;
}
.logos-main ul {
  display: flex;
  flex-wrap: wrap;
  border-left: 1px solid #eeeeee;
  border-top: 1px solid #eeeeee;
}
.logos-main .tip {
  text-align: right;
  margin-top: 40px;
  font-size: 16px;
}
.logos-main li {
  text-align: center;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  position: relative;
  width: 25%;
}
.logos-main li::before,
.logos-main li::after {
  content: '';
  display: block;
  position: absolute;
  width: 11px;
  height: 11px;
  z-index: 55;
}
.logos-main li::before {
  background: url('../images/add2.png') no-repeat center center;
  left: -6px;
  top: -6px;
}
.logos-main li::after {
  background: url('../images/add2.png') no-repeat center center;
  left: -6px;
  bottom: -6px;
}
.logos-main li li {
  width: 25%;
}
.logos-main li .inner {
  padding: 0.4rem 0.2rem;
}
.logos-main li .inner::before,
.logos-main li .inner::after {
  content: '';
  display: block;
  position: absolute;
  width: 11px;
  height: 11px;
  z-index: 55;
  background: url('../images/add2.png') no-repeat center center;
}
.logos-main li .inner::before {
  right: -6px;
  top: -6px;
}
.logos-main li .inner::after {
  right: -6px;
  bottom: -6px;
}
@media (max-width: 992px) {
  .logos-main li {
    width: 33.33%;
  }
  .logos-main .inner {
    padding: 0.2rem;
  }
}
@media (max-width: 768px) {
  .logos-main .inner {
    padding: 2px;
  }
  .logos-main li {
    width: 50%;
  }
}
.uploads {
  display: flex;
  flex-wrap: wrap;
}
.uploads li {
  margin: 0 2% 0.1rem 0;
  text-align: center;
  border: 1px solid #dddddd;
  position: relative;
  width: 32%;
}
.uploads li:nth-child(3n) {
  margin-right: 0;
}
.uploads li button,
.uploads li img {
  width: 100%;
}
.uploads li img {
  object-fit: contain;
}
.uploads li ._bg {
  width: 100%;
}
.uploads .updel {
  position: absolute;
  right: -5px;
  top: -5px;
  opacity: 0.6;
  line-height: 1;
  font-size: 0.32rem;
  width: 0.26rem;
  height: 0.26rem;
  z-index: 55;
  background: url('../images/ic_del.png') no-repeat center center;
  background-size: contain;
  cursor: pointer;
}
.uploads .updel:hover {
  transform: scale(1.1);
}
.uploads .upbtn {
  line-height: 1;
  color: #999;
  cursor: pointer;
  position: relative;
}
.uploads .upbtn .upbtn-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 5;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: box;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-pack: center;
  box-pack: center;
}
.uploads .upbtn .upbtn-inner:hover {
  color: #f5c61c;
}
.uploads .upbtn .iconfont {
  font-size: 0.4rem;
  line-height: 1.3;
  display: block;
  margin-bottom: 5px;
}
.uploads .upbtn em {
  font-size: 14px;
  display: block;
  white-space: nowrap;
}
