.success {
  padding-bottom: 80px;
  max-height: 70vh;
  min-height: 57vh;
}
.success .ncon {
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  flex-direction: column;
}
.success .ncon svg {
  width: 60px;
  margin-top: 110px;
  margin-bottom: 20px;
}
.success .ncon h3 {
  text-align: center;
  font-size: 30px;
  margin-bottom: 5px;
}
.success .ncon p {
  text-align: center;
  margin-bottom: 5px;
}
.success .ncon a {
  width: auto;
  padding: 0 12px;
  height: 40px;
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #2CB148;
  margin-top: 20px;
  text-align: center;
}
.success .ncon a:hover,
.success .ncon a.active {
  width: auto;
  padding: 0 12px;
  background: #fff;
  color: #333333;
  border: 1px solid #2CB148;
}
.pages {
  width: 100%;
  text-align: center;
}
.pages .el-pagination.is-background .el-pager li {
  color: #4d4b46;
}
.pages .el-pagination.is-background .el-pager li {
  background: transparent;
}
.pages .el-pager .number {
  width: 40px !important;
  height: 40px !important;
  line-height: 40px !important;
  cursor: pointer;
  font-family: Arial;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  background: #f4f4f5 !important;
}
.pages .el-pager .number:hover {
  color: #ffffff !important;
  background: #f8991e !important;
}
.pages .el-pager .active {
  color: #ffffff !important;
  background: #f8991e !important;
}
.pages button {
  cursor: pointer;
  width: 40px !important;
  height: 40px !important;
  line-height: 40px !important;
  background: #f8991e !important;
  border-radius: 4px;
}
.pages button .el-icon {
  color: #fff;
}
.pages .el-pagination.is-background .btn-prev:disabled {
  background: #F8F8F8 !important;
  border: 1px solid transparent;
}
.pages .el-pagination.is-background .btn-prev:disabled .el-icon {
  color: #333333;
}
.pages .btn-next:disabled {
  background: transparent !important;
  border: 1px solid #f8991e;
}
.pages .btn-next:disabled .el-icon {
  color: #f8991e;
}
.headerDom .navbox {
  width: 100%;
  height: 0;
  background: #222222;
  position: absolute;
  top: 70px;
  left: 0;
  padding-top: 0;
  transition: .5s;
  overflow: hidden;
}
.headerDom .navbox.active {
  padding-top: 90px;
  height: 492px;
  transition: .5s;
}
.headerDom .navbox .center {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.headerDom .navbox .navitem {
  width: 33%;
  padding-bottom: 70px;
  font-size: 18px;
  color: #6E6B6A;
  position: relative;
}
.headerDom .navbox .navitem span {
  cursor: pointer;
}
.headerDom .navbox .navitem span:after {
  content: '';
  width: 0px;
  height: 2px;
  background: #FFFFFF;
  position: absolute;
  left: -100px;
  top: 8px;
  display: block;
  transition: .5s;
}
.headerDom .navbox .navitem a {
  color: #6E6B6A;
  transition: .5s;
}
.headerDom .navbox .navitem a:hover {
  color: #fff;
  transition: .5s;
}
.headerDom .navbox .navitem.active span,
.headerDom .navbox .navitem:hover span {
  color: #fff;
}
.headerDom .navbox .navitem.active span:after,
.headerDom .navbox .navitem:hover span:after {
  width: 94px;
  transition: .5s;
}
.headerDom .navbox .navitem.active .nside,
.headerDom .navbox .navitem:hover .nside {
  display: block;
}
.headerDom .navbox .navitem.nsmall:hover span:after {
  display: none;
}
.headerDom .navbox .navitem.nsmall:hover:after {
  display: none;
}
.headerDom .navbox .navitem .nside {
  position: absolute;
  width: 80vw;
  top: 40px;
  z-index: 3;
  display: none;
}
.headerDom .navbox .navitem .nside.smart {
  left: -100px;
}
.headerDom .navbox .navitem .nside a {
  font-size: 12px;
  margin-right: 25px;
  transition: .5s;
}
.headerDom .navbox .navitem .nside a:hover {
  color: #fff;
  transition: .5s;
}
.headerDom .navbox .nsmall {
  font-size: 12px;
  color: #6E6B6A;
  margin-top: 12px;
}
.headerDom .navbox .nside a {
  color: #6E6B6A;
  display: inline-block;
}
.headerDom .navicon {
  width: 30px;
  height: 19px;
  background: url("/img/navicon.png");
  margin-left: 60px;
  cursor: pointer;
}
.headerDom .phone::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 1px;
  width: 0;
  right: 0;
  margin: 0 auto;
  transition: 0.5s;
  background: #a8a8a8;
}
.headerDom .phone {
  margin-left: 30px;
  transition: 0.5s;
  position: relative;
}
.headerDom .phone:hover {
  color: #a8a8a8 !important;
}
.headerDom .phone:hover::after {
  width: 100%;
}
.headerDom .email {
  margin-left: 30px;
}
.headerDom .email:before {
  content: "";
  width: 15px;
  height: 15px;
  background: url(/image/rnav_xtb2a.png);
  display: inline-block;
  background-size: 100% 100%;
  margin-right: 10px;
  position: relative;
  top: 3px;
}
.headerDom .email:hover {
  color: #a8a8a8 !important;
}
.headerDom .whatsappp {
  width: 60px;
  height: 60px;
  position: fixed;
  right: 0;
  bottom: 15%;
  z-index: 20;
}
.headerDom .whatsappp img {
  width: 100%;
  height: 100%;
}
.headerDom .mnavs {
  display: none;
}
.headerDom .nav {
  width: 90%;
  height: 70px;
  background: #242322;
  position: fixed;
  z-index: 99;
  top: 40px;
  left: 5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: .5s;
}
.headerDom .nav.active {
  width: 100%;
  height: 100px;
  top: 0;
  left: 0;
  transition: .5s;
}
.headerDom .nav .logo {
  width: 130px;
  margin-left: 50px;
}
.headerDom .nav .logo img {
  width: 100%;
  display: block;
}
.headerDom .nav .nright {
  display: flex;
  align-items: center;
}
.headerDom .nav .navs {
  display: flex;
  align-items: center;
}
.headerDom .nav .navs a {
  color: #999999;
  display: block;
  font-size: 14px;
  margin-right: 30px;
  position: relative;
}
.headerDom .nav .navs a:after {
  content: '';
  width: 0;
  height: 1px;
  display: block;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: -8px;
  transition: .5s;
}
.headerDom .nav .navs a:hover {
  color: #fff;
}
.headerDom .nav .navs a:hover:after {
  width: 100%;
  transition: .5s;
}
.headerDom .nav .navs a.active,
.headerDom .nav .navs a.nuxt-link-active {
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
}
.headerDom .nav .searchbtn {
  width: 13px;
  height: 12px;
  margin-right: 30px;
}
.headerDom .nav .yuyan {
  margin-right: 18px;
  color: #999999;
}
.headerDom .nav .yuyan a {
  color: #999999;
  font-size: 14px;
  margin-right: 10px;
}
.headerDom .nav .yuyan a:hover,
.headerDom .nav .yuyan a.active {
  color: #fff;
}
.headerDom .nav a.phone {
  font-size: 14px;
  color: #fff;
}
.headerDom .nav a.custom {
  min-width: 100px;
  padding: 0 5px;
  height: 36px;
  background: #E50000;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  margin-left: 20px;
  margin-right: 20px;
  transition: .5s;
}
.headerDom .nav a.custom:hover {
  background: #fff;
  color: #E50000;
  transition: .5s;
}
.headerDom .nav .menu {
  font-size: 14px;
  color: #999999;
}
.headerDom .nav .menu:hover {
  color: #fff;
}
.headerDom .nav .menu.closei i {
  display: inline-block;
  margin-right: 30px;
  margin-left: 7px;
}
.headerDom .nav .menu.closei:after {
  display: none;
}
.headerDom .nav .menu i {
  display: none;
}
.headerDom .nav .menu:after {
  content: '';
  width: 14px;
  height: 11px;
  margin-left: 7px;
  display: inline-block;
  background: url("../images/menu.png");
  margin-right: 30px;
}
.headerDom .mc_left_navbox {
  display: none;
  position: absolute;
  left: 0;
  top: 125px;
  bottom: auto;
  z-index: 98;
}
.headerDom .mc_list_img {
  width: 100%;
  height: auto;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}
.headerDom .mc_left_navbox.mc_fixed {
  position: fixed;
  top: 190px;
  bottom: auto;
}
.headerDom .mc_left_navbox.mc_bot {
  position: absolute;
  top: auto;
  bottom: 30px;
}
.headerDom .mc_lnav_li {
  padding: 20px 0 20px 28px;
  font-size: 16px;
  color: #333;
  cursor: pointer;
  transition: all .36s;
}
.headerDom .mc_lnav_nav {
  position: relative;
}
.headerDom .mc_lnav_li.on {
  color: #006cb8;
}
.headerDom .mc_right_navbox {
  display: none;
  position: fixed;
  right: 0px;
  top: 50%;
  z-index: 99;
  margin-top: -150px;
}
.headerDom .mc_right_navbox.mc_fixed {
  position: fixed;
  top: 184px;
  bottom: auto;
}
.headerDom .mc_right_navbox.mc_bot {
  position: absolute;
  top: auto;
  bottom: 30px;
}
.headerDom .mc_rnav_xtbbox {
  width: 28px;
  position: relative;
  text-align: center;
}
.headerDom .mc_rnav_libox {
  width: 72px;
  padding: 10px 0;
  border-bottom: 1px solid #e1e1e1;
  background: #E50000;
  transition: all .36s;
}
.headerDom .mc_rnav_xtbbox {
  width: 28px;
  margin: 0 auto 0px;
}
.headerDom .mc_rnav_libox p {
  font-size: 14px;
  text-align: center;
  color: #fff;
  transition: all .36s;
}
.headerDom .mc_rnav_xtbbox img {
  transition: all .36s;
}
.headerDom .mc_rnav_xtbbox .mc_list_img {
  opacity: 0;
}
.headerDom .mc_rnav_xtbbox .mc_list_png {
  opacity: 1;
  width: 25px;
}
.headerDom .mc_rnav_li {
  position: relative;
  cursor: default;
}
.headerDom .mc_rnav_li:last-child .mc_rnav_libox {
  border-bottom: 0;
}
.headerDom .mc_rnav_zk {
  position: absolute;
  right: 100%;
  top: 0;
  min-height: 100%;
  background: #e50301;
  border-radius: 8px 0px 0 8px;
  padding: 13px 13px;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transition: all .36s;
  display: flex;
  align-items: center;
}
.headerDom .mc_rnav_zk.smalls {
  right: 108%;
  top: 7px;
  min-height: 40px;
  border-radius: 8px 8px 8px 8px;
  padding: 4px 13px;
  height: 40px;
}
.headerDom .mc_rnav_ewm {
  height: auto;
}
.headerDom .mc_rnavtel_box p {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  white-space: nowrap;
}
.headerDom .mc_rnavtel_box p img {
  width: 14px;
  margin-top: -1px;
  margin-right: 5px;
}
.headerDom .mc_rnavtel_box p a {
  font-size: 16px;
  line-height: inherit;
  color: #fff;
}
.headerDom .mc_rnavtel_num {
  padding-left: 22px;
  padding-right: 5px;
}
.headerDom .mc_rnavtel_box:not(:last-child) {
  padding-bottom: 8px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
  margin-bottom: 15px;
}
.headerDom .mc_rnav_email .mc_rnav_zk p {
  padding: 10px 0;
  font-size: 19px;
}
.headerDom .mc_rnav_qrbox {
  width: 100px;
}
.headerDom .mc_rnav_top {
  cursor: pointer;
}
.headerDom .pc_fenye li:hover {
  color: #fff;
  background-color: #6fb92c;
}
.headerDom .mc_nav_a:hover {
  color: #6fb92c !important;
}
.headerDom .mc_language_a:hover {
  color: #6fb92c;
}
.headerDom .mc_nav_li:hover .mc_nav_a::before {
  width: 100%;
}
.headerDom .mc_btn_more:hover {
  opacity: .75;
}
.headerDom .mc_inds4_lisbox:hover::before {
  opacity: 1;
  background: linear-gradient(-156deg, #6fba2c, #006cb8);
}
.headerDom .mc_inds4_lisbox:hover .mc_inds4_txt h3 {
  color: #fff;
}
.headerDom .mc_inds4_lisbox:hover .mc_inds4_txt p {
  color: #fff;
  opacity: .5;
}
.headerDom .mc_inds4_lisbox:hover .mc_inds4_xtb1 {
  opacity: 0;
}
.headerDom .mc_inds4_lisbox:hover .mc_inds4_xtb2 {
  opacity: 1;
}
.headerDom .mc_inds5_lisbox:hover .mc_readmore_btn {
  color: #6fb92c;
}
.headerDom .mc_inds5_lisbox:hover .mc_inds5_imgbox img {
  transform: scale(1.1);
}
.headerDom .mc_inds5_lisbox:hover .mc_readmore_btn span {
  background: #6fb92c;
  color: #fff;
}
.headerDom .mc_inds5_lisbox:hover .mc_inds5_txt h3 {
  color: #6fb92c;
}
.headerDom .mc_ft_nav p a:hover {
  opacity: 1;
}
.headerDom .mc_ft_gotop:hover {
  color: #fff;
}
.headerDom .mc_inds3_tab .mc_tabhd_li:hover {
  color: #016cb7;
}
.headerDom .mc_inds3_tab .mc_tabhd_li:hover img {
  opacity: 1;
}
.headerDom .mc_inds2_li a:hover {
  background: #6fb92c;
  border-color: #6fb92c;
}
.headerDom .mc_subnav_a:hover {
  color: #6fb92c;
}
.headerDom .mc_thirnav_a:hover {
  color: #6fb92c;
}
.headerDom .mc_thirnav_a:hover::before {
  background: #6fb92c;
}
.headerDom .mc_rnav_li:hover p {
  color: #fff;
}
.headerDom .mc_rnav_li:hover .mc_list_png {
  opacity: 1;
}
.headerDom .mc_rnav_li:hover .mc_list_img {
  opacity: 0;
}
.headerDom .mc_rnav_li:hover .mc_rnav_libox {
  background: #E50000;
}
.headerDom .mc_rnav_li:hover .mc_rnav_zk {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
}
.headerDom .lan_list {
  display: flex;
  width: 120px;
  background: #fff;
  padding: 5px 0px 5px 0px;
  position: absolute;
  z-index: 99;
  top: 35px;
  left: -50px;
  font-size: 13px;
  box-shadow: 0px 0px 10px 0px #000000;
  opacity: 0;
  visibility: hidden;
  transform: translate(0, 20px);
  transition: all .3s ease;
  flex-direction: column;
}
.headerDom .lan_list .iconfont {
  position: absolute;
  width: 20px;
  top: -10px;
  overflow: visible;
  left: 50px;
}
.headerDom .lan_list p {
  color: #666;
  display: flex;
  align-items: center;
  text-align: center;
  padding: 2px 5px;
  height: 30px;
  line-height: 30px;
  transition: all .3s ease;
}
.headerDom .lan_list p span {
  position: relative;
  line-height: 1px;
  display: inline-block;
  height: 1px;
  width: 100%;
}
.headerDom a.btnmnav {
  color: #666;
  font-size: 24px;
  margin-left: 15px;
  display: none;
}
.headerDom .el-icon-close {
  display: none;
}
.headerDom .mnav {
  width: 23px;
  height: 20px;
  background-size: 100% 100%;
  float: right;
  cursor: pointer;
  display: none;
  margin-right: 5px;
  font-size: 20px;
}
.headerDom .mnavbox {
  display: none;
  position: fixed;
  top: 80px;
  left: 0;
  right: 0;
  height: 0;
  overflow: hidden;
  z-index: 999;
  background: #fff;
  transition: all .5s ease;
}
.headerDom .mnavbox .closenav {
  height: 40px;
  width: 100%;
  text-align: center;
  margin-top: 5px;
}
.headerDom .mnavbox .closenav img {
  width: auto;
  height: 40px;
  cursor: pointer;
}
.headerDom .mnavbox ul {
  background: #fff;
  overflow: hidden;
}
.headerDom .mnavbox ul li {
  height: 46px;
  width: 100%;
  line-height: 46px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}
.headerDom .mnavbox ul li a {
  position: relative;
  padding: 0 5%;
  font-size: 14px;
  transition: all .5s ease;
  color: #333;
  display: block;
}
.headerDom .mnavbox.active {
  height: 100vh;
  display: block;
}
.indexPage-inner {
  width: 94%;
  max-width: 1800px;
  margin: 0 auto;
  position: relative;
}
.indexPage-outer {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.footer {
  line-height: 1;
}
.footer .center {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .footer-top {
  background: #191919;
  padding: 40px 0;
}
.footer .footer-top .footl .foot-nav {
  width: 450px;
}
.footer .footer-top .footl .foot-nav a {
  font-size: 18px;
  color: #6E6B6A;
  width: 145px;
  display: inline-block;
  margin-bottom: 30px;
  transition: .5s;
}
.footer .footer-top .footl .foot-nav a:hover {
  color: #fff;
  transition: .5s;
}
.footer .footer-top .footl a.custom {
  width: 190px;
  height: 40px;
  background: #fff;
  color: #333333;
  font-size: 16px;
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 0px;
  justify-content: center;
  transition: .5s;
}
.footer .footer-top .footl a.custom:after {
  content: '';
  width: 6px;
  height: 100%;
  background: #e50000;
  transition: .5s;
  left: -6px;
  position: absolute;
  top: 0;
  z-index: 1;
}
.footer .footer-top .footl a.custom:hover:after {
  width: calc(106%);
  transition: .5s;
}
.footer .footer-top .footl a.custom:before {
  content: '';
  width: 17px;
  height: 19px;
  background: url("../images/customer.png");
  display: block;
  margin-right: 8px;
  position: relative;
  left: 0;
  transition: .5s;
}
.footer .footer-top .footl a.custom:hover {
  background: #E50000;
  color: #fff;
  transition: .5s;
}
.footer .footer-top .footl a.custom:hover:before {
  background: url("../images/custom.png");
  z-index: 2;
}
.footer .footer-top .footl a.custom:hover span {
  color: #fff;
  position: relative;
  z-index: 2;
}
.footer .footer-top .footr p {
  width: 433px;
  color: #666666;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 10px;
  white-space: nowrap;
  display: flex;
}
.footer .footer-top .footr p em {
  font-style: normal;
  margin: 0 5px;
  display: inline-block;
}
.footer .footer-top .footr p a {
  color: #666666;
  transition: .5s;
}
.footer .footer-top .footr p a:hover {
  color: #fff;
  transition: .5s;
}
.footer .footer-top .footr .footr-two {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.footer .footer-top .footr .footr-two p {
  width: auto;
}
.footer .footer-bottom {
  height: 80px;
  background: #141414;
  color: #999999;
  font-size: 14px;
}
.footer .footer-bottom .center {
  height: 100%;
}
.footer .footer-bottom p span {
  margin-left: 20px;
}
.footer .footer-bottom a {
  color: #999999;
  transition: .5s;
}
.footer .footer-bottom a:hover {
  color: #fff;
  transition: .5s;
}
.footer .iShare {
  display: flex;
  align-items: center;
  position: relative;
}
.footer img.wxewm {
  width: 100px;
  height: 100px;
  position: absolute;
  bottom: 36px;
  right: -40px;
  z-index: 99;
  display: none;
}
.footer .iShare a {
  width: 32px;
  height: 32px;
  display: inline-block;
  font-size: 0;
  margin: 0px;
  background: none;
  border-radius: 30px;
  text-align: center;
  line-height: 32px;
  transform: scale(0.9);
}
.footer .iShare a:hover .wxewm {
  display: block;
}
.footer .iShare a img {
  vertical-align: middle;
}
.footer .iShare .fxdf {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  margin-top: 5px;
}
.footer .iShare {
  display: flex;
  align-items: center;
  position: relative;
}
.footer .iShare a {
  width: 32px;
  height: 32px;
  display: inline-block;
  font-size: 0;
  margin: 0px;
  background: none;
  border-radius: 30px;
  text-align: center;
  line-height: 32px;
  transform: scale(0.9);
}
.footer .iShare a:hover .wxewm {
  display: block;
}
.footer .iShare a img {
  vertical-align: middle;
}
.footer .iShare .fxdf {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  margin-top: 5px;
}
.footer.other .footer-top .footr p {
  width: 500px;
  max-width: 100%;
}
.whatsappp-footer {
  position: fixed;
  bottom: 50px;
  right: 10px;
  z-index: 1000;
  width: 60px;
  height: 60px;
  display: block;
}
.whatsappp-footer img {
  width: 100%;
}
.sidefixed {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-60%);
  z-index: 998;
  display: flex;
  width: 46px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.sidefixed .sideitemTop {
  border-radius: 10px 10px 0px 0px;
  padding: 8px 10px 0;
}
.sidefixed .sideitemTop .icon-box {
  color: #fff;
}
.sidefixed .sideitemTop .icon-box img {
  width: 19px;
  transition: 0.5s;
}
.sidefixed .sideitemTop:hover .icon-box img {
  transform: scale(1.1);
}
.sidefixed .sideitem3 {
  cursor: pointer;
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  background: #e50000;
  transition: 0.5s;
  position: relative;
  right: 0px;
  border-bottom: 1px solid #fff;
}
.sidefixed .sideitem3:hover {
  background: #e50000;
  transition: .5s;
  right: 160px;
  border-radius: 10px !important;
}
.sidefixed .sideitem3:hover .icon-box {
  border-radius: 10px 0px 0px 10px !important;
  background: #e50000;
  transition: .5s;
}
.sidefixed .sideitem3:hover .sideins {
  border-radius: 0px 10px 10px 0px;
  transition: .5s;
}
.sidefixed .sideitem3 .p {
  font-size: 12px;
}
.sidefixed .sideitem3 .p a {
  color: #fff;
  width: 100%;
  display: block;
}
.sidefixed .sideitem3 .p a span {
  white-space: wrap;
}
.sidefixed .sideitem3 .icon-box {
  z-index: 801;
  padding: 10px 0px;
  align-items: center;
  flex-direction: column;
  width: 46px;
  display: flex;
  transition: .5s;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  background: #e50000;
}
.sidefixed .sideitem3 .icon-box p {
  margin-top: 4px;
  font-size: 12px;
  background: transparent !important;
  text-align: center;
  word-break: break-word;
}
.sidefixed .sideitem3 svg {
  width: 19px;
  height: 19px;
}
.sidefixed .sideitem3 .sideins {
  width: 180px;
  background: #e50000;
  padding: 10px 10px;
  min-height: 65px;
  transition: all .5s;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.6;
}
.sidefixed .sideitem3 .sideins .contactWays-value {
  position: relative;
}
.sidefixed .sideitem3 .sideins .contactWays-value::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background: #fff;
  transition: 0.5s;
}
.sidefixed .sideitem3 .sideins .contactWays-value:hover::after {
  width: 100%;
  background: #fff;
  transition: 0.5s;
}
.sidefixed .sideitem3 .sideins p {
  line-height: 20px;
  padding: 8px 0px;
  white-space: nowrap;
  position: relative;
}
.sidefixed .sideitem3 .sideins p::after {
  content: '';
  position: absolute;
  top: 14%;
  height: 80%;
  left: -20px;
  width: 1px;
  background: #fff;
}
.sidefixed .sideitem4:hover {
  right: 180px;
}
.sidefixed .sideitem4 .sideins {
  width: 180px;
}
.sidefixed .sideitem1 {
  width: 46px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  background: #e50000;
  transition: .5s;
  position: relative;
  right: 0px;
  border-bottom: 1px solid #fff;
  overflow: hidden;
}
.sidefixed .sideitem1:hover {
  overflow: visible;
  background: #e50000;
  transition: .5s;
}
.sidefixed .sideitem1:hover .sideins {
  transform: translateX(-5px) translateY(-50%);
  opacity: 1;
  transition: all .5s;
}
.sidefixed .sideitem1 .p {
  font-size: 11px;
}
.sidefixed .sideitem1 .p a {
  color: #fff;
}
.sidefixed .sideitem1 .icon-box {
  z-index: 801;
  padding: 10px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 46px;
}
.sidefixed .sideitem1 .icon-box p {
  margin-top: 4px;
  font-size: 11px;
  background: transparent !important;
  text-align: center;
  word-break: break-word;
}
.sidefixed .sideitem1 svg {
  width: 30px;
  height: 30px;
}
.sidefixed .sideitem1 .sideins {
  opacity: 0;
  z-index: 800;
  border-radius: 8px;
  transform: translateX(10px) translateY(-50%);
  background: #e50000;
  padding: 10px 10px;
  position: absolute;
  top: 0;
  right: 100%;
  min-height: 74px;
  transition: all .5s;
  display: flex;
}
.sidefixed .sideitem1 .sideins .sideins-one {
  width: 50%;
  margin: 5px 4px 0px;
}
.sidefixed .sideitem1 .sideins p {
  line-height: 26px;
  padding: 5px 0px;
  white-space: nowrap;
  text-align: center;
}
.sidefixed .sideitem1 .sideins img {
  width: 100px;
  height: 100px;
  display: block;
}
.sidefixed .sideitem2 {
  cursor: pointer;
  width: 46px;
  display: flex;
  padding-bottom: 8px;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  background: #e50000;
  transition: .5s;
  overflow: hidden;
  position: relative;
  right: 0px;
  border-radius: 0px 0px 10px 10px;
}
.sidefixed .sideitem2:hover {
  background: #e50000;
}
.sidefixed .sideitem2 .p {
  font-size: 16px;
}
.sidefixed .sideitem2 .p a {
  color: #fff;
}
.sidefixed .sideitem2 .sideins {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sidefixed .sideitem2 .icon-box {
  padding: 10px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
.sidefixed .sideitem2 .icon-box svg {
  width: 10px;
  height: 10px;
  margin-right: 4px;
}
.sidefixed .sideitem2 .icon-box p {
  font-size: 12px;
  background: transparent !important;
}
.sidefixed .sideitemBase {
  border-radius: 23px;
}
.sidefixed .sideitemOther {
  display: none !important;
  border-radius: 20px;
  background: #fff;
  flex-direction: column;
  align-items: flex-end;
  position: absolute;
  right: -12px;
  bottom: -80%;
  transform: scale(0.7);
}
.sidefixed .sideitemOther .sideitemOther-title {
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  text-align: center;
  padding: 15px 10px;
  width: 100%;
  background: #F8F8F8;
  border-radius: 20px 20px 0 0;
}
.sidefixed .sideitemOther .sideitem-chat {
  width: 100px;
  padding: 10px;
  cursor: pointer;
  border-bottom: 1px solid #EFEFEF;
  transition: 0.3s;
  position: relative;
}
.sidefixed .sideitemOther .sideitem-chat:last-child {
  border-bottom: none;
}
.sidefixed .sideitemOther .sideitem-chat:last-child:hover::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #EFEFEF;
  position: absolute;
  top: -1px;
  left: 0;
}
.sidefixed .sideitemOther .sideitem-chat .link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  box-sizing: border-box;
  border-radius: 10px;
  opacity: 0;
  transition: 0.5s;
  background: #fff;
  position: absolute;
  right: 10px;
  top: 10px;
  bottom: 10px;
  left: 10px;
}
.sidefixed .sideitemOther .sideitem-chat .link:hover {
  background: #EFEFEF;
}
.sidefixed .sideitemOther .sideitem-chat .link:focus {
  background: #EFEFEF;
}
.sidefixed .sideitemOther .sideitem-chat .link span {
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  text-decoration: underline;
  white-space: nowrap;
}
.sidefixed .sideitemOther .sideitem-chat .link img {
  display: block;
  width: 50px;
}
.sidefixed .sideitemOther .sideitem-chat .gif {
  display: block;
  width: 76px;
  margin: 0 auto;
  transition: 0.5s;
  transform: scale(0.9);
  opacity: 1;
}
.sidefixed .sideitemOther .sideitem-chat:hover {
  width: 210px;
}
.sidefixed .sideitemOther .sideitem-chat:hover .link {
  opacity: 1;
}
.sidefixed .sideitemOther .sideitem-chat:hover .gif {
  opacity: 0;
}
.sidefixed .sideitemOther-show {
  display: flex !important;
  margin-top: 20px;
  min-height: 120px;
}
.sidefixedM {
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 998;
  left: 0;
  display: none;
  justify-content: space-between;
  background: #e50000;
}
.sidefixedM .sideitem1 {
  width: 25%;
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  transition: .5s;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.sidefixedM .sideitem1:hover {
  overflow: visible;
}
.sidefixedM .sideitem1:hover .sideins {
  bottom: calc(100% + 5px);
  opacity: 1;
  transition: .5s;
}
.sidefixedM .sideitem1 .p {
  font-size: 12px;
}
.sidefixedM .sideitem1 .p a {
  color: #fff;
}
.sidefixedM .sideitem1 .sideins1 {
  display: flex;
}
.sidefixedM .sideitem1 .sideins-one {
  width: 50%;
  margin: 5px 5px 0;
}
.sidefixedM .sideitem1 .sideins-one p {
  text-align: center;
  padding: 2px 0;
  line-height: 20px !important;
}
.sidefixedM .sideitem1 .icon-box {
  padding: 10px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  color: #fff;
}
.sidefixedM .sideitem1 .icon-box p {
  margin-top: 4px;
  font-size: 12px;
  word-break: break-word;
  background: transparent !important;
}
.sidefixedM .sideitem1 .icon-box img {
  width: 20px;
  height: 20px;
}
.sidefixedM .sideitem1 svg {
  width: 20px;
  height: 20px;
}
.sidefixedM .sideitem1 .sideins {
  border-radius: 6px 6px 6px 6px;
  background: #e50000;
  padding: 5px 5px;
  opacity: 0;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  transition: .5s;
}
.sidefixedM .sideitem1 .sideins p {
  line-height: 50px;
  white-space: nowrap;
}
.sidefixedM .sideitem1 .sideins img {
  width: 100px;
  height: 100px;
  display: block;
}
.sidefixedM .sideitem2 {
  width: 25%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  transition: .5s;
  overflow: hidden;
  position: relative;
}
.sidefixedM .sideitem2 .p {
  font-size: 12px;
}
.sidefixedM .sideitem2 .p a {
  color: #fff;
}
.sidefixedM .sideitem2 .sideins {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sidefixedM .sideitem2 .icon-box {
  padding: 5px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.sidefixedM .sideitem2 .icon-box svg {
  width: 15px;
  height: 10px;
  margin-bottom: 2px;
  margin-top: 5px;
}
.sidefixedM .sideitem2 .icon-box p {
  margin-top: 4px;
  font-size: 12px;
  background: transparent !important;
}
textarea {
  resize: none;
}
.nban {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.nban img {
  width: 100%;
  display: block;
}
.nban video {
  width: 100%;
  display: block;
}
.nban .pagetit {
  position: absolute;
  top: 5%;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.nban .pagetit p.en {
  font-size: 45px;
  margin-bottom: 45px;
  font-weight: bold;
  text-align: center;
}
.nban .pagetit .line {
  width: 70px;
  height: 3px;
  background: #FFFFFF;
  margin: 0 auto;
}
.side {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 30px;
}
.side img {
  width: 20px;
  height: 18px;
  margin-right: 10px;
  display: inline-block;
}
.side span {
  margin: 0 8px;
}
.side a {
  color: #fff;
}
.success {
  padding-bottom: 80px;
  max-height: 70vh;
  min-height: 57vh;
}
.success .ncon {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  flex-direction: column;
}
.success .ncon svg {
  width: 60px;
  height: 60px;
  margin-top: 110px;
  margin-bottom: 20px;
}
.success .ncon h3 {
  text-align: center;
  font-size: 30px;
  margin-bottom: 5px;
}
.success .ncon p {
  text-align: center;
  margin-bottom: 5px;
}
.success .ncon a {
  width: 120px;
  height: 40px;
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #2CB148;
  margin-top: 20px;
  text-align: center;
}
.success .ncon a:hover,
.success .ncon a.active {
  background: #fff;
  color: #333333;
  border: 1px solid #2CB148;
}
/* 滚动条整体 */
::-webkit-scrollbar {
  height: 2px;
  width: 4px;
}
/* 两个滚动条交接处 -- x轴和y轴 */
::-webkit-scrollbar-corner {
  background-color: transparent;
}
/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px #E50000;
  background: #E50000 !important;
}
/* 滚动条轨道 */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #ededed;
}
@media only screen and (max-width: 1440px) {
  .headerDom .nav .navbox .navitem {
    width: 25%;
    margin-left: 7%;
  }
  .headerDom .navbox .center {
    width: 90%;
  }
}
@media only screen and (max-width: 1280px) {
  header .header-main nav .nav-item {
    font-size: 18px;
    padding: 0 1%;
  }
}
@media only screen and (max-width: 1200px) {
  .headerDom .navs {
    display: none;
  }
  .headerDom .nav .navbox .navitem {
    width: 32%;
    margin: 0;
  }
  .headerDom .nav a.phone {
    margin-left: 0;
  }
  .footer .center {
    width: 90%;
  }
  .nban .pagetit {
    margin-top: 0;
    left: 0;
  }
  .nban .pagetit p.en {
    font-size: 30px;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .nban .pagetit p.cn {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  header .language-dropdown {
    padding: 7px 18px;
  }
  .pagesPros {
    margin-top: 20px;
  }
  header .header-logo {
    max-width: 145px;
  }
  header .header-logo img {
    width: 100%;
  }
  header .header-bottom {
    height: 76px;
  }
  header .language-dropdown {
    margin-left: 15px;
  }
  header .header-main {
    width: calc(100% - 160px);
  }
  header .header-main nav {
    width: calc(100% - 125px);
  }
  header .header-main nav .nav-item {
    padding: 0 16px 0 0;
  }
  header .header-main nav .nav-item {
    font-size: 14px;
  }
  header .header-main nav .nav-item .nav-item-first {
    height: 76px;
  }
  header .header-back-active {
    height: 76px;
  }
  .nban .nban-p .nban-p-desc {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1000px) {
  .headerDom .nav {
    top: 24px;
    left: 3%;
    width: 94%;
  }
  .nban .pagetit {
    top: 8%;
  }
  .side {
    margin-bottom: 22px;
  }
  .footer .center {
    flex-direction: column;
  }
  .footer .footer-top .footl .foot-nav {
    width: 100%;
  }
  .footer .footer-top .footl .foot-nav a {
    width: 120px;
    font-size: 14px;
  }
  .footer .footer-top .footl a.custom {
    width: 150px;
    height: 30px;
    font-size: 14px;
  }
  .footer .footer-bottom {
    height: auto;
    padding: 20px 0;
  }
  .footer .footl {
    width: 100%;
  }
  .footer .footer-top .footr {
    width: 100%;
    margin-top: 30px;
  }
  .footer .footer-top .footr p {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 821px) {
  .footer .footer-bottom {
    padding-bottom: 110px;
  }
  .sidefixed .sideitemBase {
    display: none;
  }
  .sidefixedM {
    display: flex;
  }
  .sidefixed .sideitemOther {
    top: 0;
    transform: scale(0.8) translateX(10%);
    bottom: auto;
  }
  .sidefixedM .sideitem1 .sideins img {
    width: 60px;
    height: 60px;
  }
  .whatsappp-footer {
    right: 5px;
    bottom: 80px;
  }
}
@media only screen and (max-width: 768px) {
  .headerDom .nav .navs {
    display: none;
  }
}
@media only screen and (max-width: 750px) {
  .side {
    margin-bottom: 16px;
  }
  .nban {
    margin-top: 60px;
  }
  .nban .pagetit .line {
    width: 56px;
  }
  .nban .pagetit p.en {
    padding-bottom: 6px;
  }
  .headerDom .nav .logo {
    width: 80px;
  }
  .headerDom .nside a:hover {
    border-bottom: 1px solid #fff;
  }
  .mc_right_navbox .mc_rnav_nav {
    display: flex;
    justify-content: space-between;
    background: #E50000;
    padding: 0 10px;
  }
  .mc_right_navbox {
    bottom: 0;
    top: auto !important;
    margin-top: 0 !important;
    width: 100%;
  }
  .mc_rnav_zk.mc_rnav_ewm {
    top: -140px;
    right: auto;
    left: -20px;
    border-radius: 8px;
  }
  .mc_rnav_li {
    display: flex;
    align-items: center;
  }
  .mc_rnav_li .mc_rnav_libox {
    border-bottom: none;
    width: auto;
  }
  .mc_rnav_zk.smalls {
    bottom: 80px;
    top: auto !important;
    left: 0;
    right: auto !important;
  }
  .mc_rnav_zk.smalls p a {
    font-size: 14px;
  }
  .mc_rnav_xtbbox {
    line-height: 30px;
  }
  .headerDom .nav {
    width: 100%;
    height: 60px;
    top: 0;
    left: 0;
    transition: 0.5s;
  }
  .headerDom .nav.active {
    height: 60px;
  }
  .headerDom .navbox {
    top: 60px;
  }
  .headerDom .navbox.active {
    height: 100vh;
    padding-top: 30px;
  }
  .headerDom .nav .navbox .navitem {
    width: 50%;
  }
  .headerDom .nav a.phone {
    display: none;
  }
  .headerDom .nav a.custom {
    display: none;
  }
  .headerDom .navbox .navitem .nside.smart {
    left: 0;
  }
  .headerDom .navbox .navitem .nside {
    top: 30px;
  }
  .nban .pagetit p.en {
    text-align: center;
    display: block;
  }
  .nban .pagetit p.en {
    font-size: 20px;
  }
  .nban .pagetit p.cn {
    font-size: 30px;
  }
  .nban .pagetit {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    width: 100%;
    line-height: 1;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-left: 0;
  }
  .nban .nside {
    font-size: 12px;
    bottom: 5px;
  }
  .nban .nside img {
    width: 13px;
    margin-right: 5px;
  }
}
@media only screen and (max-width: 640px) {
  .whatsappp-footer {
    width: 44px;
  }
}
@media only screen and (max-width: 580px) {
  .success .ncon h3 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 550px) {
  .headerDom .nav .logo {
    margin-left: 20px;
  }
  .headerDom .nav .navbox .navitem.nsmall {
    width: 100%;
    margin-bottom: 0px;
    padding-bottom: 20px;
  }
  .headerDom .nav .navbox .navitem {
    width: 100%;
  }
  .headerDom .nav .navbox .navitem:nth-child(2) {
    padding-bottom: 20px;
  }
  .headerDom .navbox .navitem .nside {
    display: block;
  }
  .footer .footer-top .footr p {
    font-size: 12px;
  }
  .footer .footer-bottom {
    font-size: 12px;
  }
  .footer .footer-bottom p span {
    display: block;
    margin-left: 0;
    text-align: center;
    margin-top: 14px;
  }
  .footer .footer-top {
    padding: 20px 0;
  }
}
@media only screen and (max-width: 521px) {
  .pagesPros {
    margin-top: 6px;
  }
  .sidefixedM .sideitem1 .sideins img {
    width: 50px;
    height: 50px;
  }
}
@media only screen and (max-width: 500px) {
  .nban .pagetit p.en {
    margin-bottom: 10px;
  }
  .side {
    display: none;
  }
  .nban .pagetit p.en {
    font-size: 18px;
  }
  .nban .pagetit p.cn {
    font-size: 20px;
  }
  .side {
    margin-bottom: 20px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 365px) {
  .headerDom .nav .yuyan {
    margin-right: 10px;
  }
  .headerDom .nav .menu:after {
    margin-right: 20px;
  }
}
