html,
body {
  font-size: 62.5%;
}

body {
  max-width: 1920px;
  position: relative;
  margin: 0 auto;
  font-family: "Poppins";
}

#new-index-body .container {
  width: 1530px;
  padding: 0 15px;
  position: relative;
  margin: 0 auto;
}

h1.h1,
h2.h2,
h3.h3,
h4.h4,
h5.h5,
h6.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}

p {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}

li {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}

a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
  font-style: inherit;
}

span {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
  font-style: inherit;
}

img {
  width: auto;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
}


#pups_shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 21;
  display: none;
}

#pups_from {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 80%;
  width: 500px;
  max-width: 90%;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 22;
  background: white;
  padding: 30px;
  overflow: auto;
}

#pups_from h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

#pups_from form {
  margin-top: 40px;
}

#pups_from i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

#pups_from i.close::after,
#pups_from i.close::before {
  content: '';
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#pups_from i.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#pups_from i.close:hover {
  background: #6076f1;
}

#pups_from i.close:hover::before,
#pups_from i.close:hover::after {
  background: white;
}

#pups_from ul li {
  margin-bottom: 10px;
  position: relative;
}

#pups_from ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}

#pups_from ul li label em {
  color: red;
  margin-right: 2px;
}

#pups_from ul li input,
#pups_from ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
}

#pups_from ul li input:focus,
#pups_from ul li textarea:focus {
  border-color: #6076f1;
}

#pups_from ul li textarea {
  height: 80px;
}

#pups_from ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: #6076f1;
  color: white;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

#pups_from ul li input[type="submit"]:hover {
  opacity: 0.7;
}

#pups_from ul li:last-child {
  margin-bottom: 0;
}

.right_nav_list {
  position: fixed;
  bottom: 40px;
  right: 20px;
  z-index: 10;
}

.right_nav_list ul li {
  margin-top: 2px;
  width: 56px;
  height: 56px;
  cursor: pointer;
  padding: 0;
  position: relative;
  color: #fff;
  background: #da251c;
  border: 1px solid #fff;
}

.right_nav_list ul li .iImg {
  width: 24px;
  height: 32px;
}

.right_nav_list ul li .text {
  padding: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 24px;
}

.right_nav_list ul li .cont {
  position: absolute;
  right: 100%;
  top: 0;
  width: auto;
  min-height: 100%;
  padding: 0 5px;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  opacity: 1;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  overflow: hidden;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
}

.right_nav_list ul li .cont #ewm {
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  padding: 8px;
  width: 150px;
  height: 150px;
  border: 1px solid #ccc;
}

.right_nav_list ul li .cont .phoneCont {
  padding: 10px;
  background-color: #fff;
  color: #000;
  border: 1px solid #ccc;
}

.right_nav_list ul li:hover {
  background-color: #000;
}

.right_nav_list ul li:hover .cont {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
}

@media (max-width: 500px) {
  #new-index-body .new-init-9 .content {
    margin-top: 20px;
  }

  .right_nav_list {
    right: 5px;
    bottom: 150px;
  }

  .right_nav_list ul li {
    width: 46px;
    height: 46px;
    margin-top: 5px;
  }

  .right_nav_list ul li .more_cont {
    font-size: 22px;
  }

  .right_nav_list ul li .iImg {
    width: 16px;
    height: 24px;
  }
}

.application-page {
  padding: 36px 0 60px;
}

.application-page .init-1 .container .tip_title {
  text-transform: capitalize;
  font-size: 34px;
  font-weight: bold;
  text-align: center;
}

.application-page .init-1 .container .tip_title small {
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin-top: 10px;
  line-height: 30px;
}


.application-page .init-1 .container .swiper .title {
  display: block;
  margin-top: 16px;
  font-size: 20px;
  padding: 0 15px;
  font-weight: 700;
  text-align: center;
}

.application-page .init-1 .container .swiper {
  margin-top: 50px;
}

.application-page .init-1 .container .swiper .swiper-slide a {
  display: block;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.application-page .init-1 .container .swiper .swiper-slide .img {
  overflow: hidden;
}

.application-page .init-1 .container .swiper .swiper-slide .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.application-page .init-1 .container .swiper .swiper-slide .more {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
  font-size: 22px;
  text-align: center;
  line-height: 1.9;
  margin: auto;
  margin-top: -20px;
}

.application-page .init-1 .container .swiper .swiper-slide .more i {
  position: relative;
  z-index: 2;
}

.application-page .init-1 .container .swiper .swiper-slide .more:hover {
  color: #fff;
  border-color: #ab052d;
}

.application-page .init-1 .container .swiper .swiper-slide .title {
  display: block;
  margin-top: 16px;
  font-size: 20px;
  padding: 0 15px;
  font-weight: bold;
  text-align: center;
}

.application-page .init-1 .container .swiper .swiper-slide:hover .more {
  background-color: #ab052d;
  border-color: #ab052d;
  color: #fff;
}

.application-page .init-1 .container .swiper .swiper-slide:hover .more::after {
  transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
}

#new-index-body {
  position: relative;
}

#new-index-body .new-title2 h3 {
  position: relative;
  color: #333;
  font-size: 36px;
  font-weight: 700;
  font-family: 'MicrogrammaDBolExt';
  font-style: normal;
  line-height: 1;
  padding-bottom: 30px;
}

#new-index-body .new-title2 h3::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 62px;
  height: 4px;
  background: var(--color);
}
.f-color{
  color:var(--color);
}
#new-index-body #Advheader {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1111;
}

#new-index-body #Advheader .nav {
  line-height: 130px;
  height: 130px;
  background: #fff;
  text-align: right;
}

#new-index-body #Advheader .nav .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#new-index-body #Advheader .nav .logo img {
  display: inline-block;
  vertical-align: middle;
}

#new-index-body #Advheader .nav .box p {
  margin-left: 40px;
  font-size: 18px;
  color: #333;
  display: inline-block;
  vertical-align: top;
}

#new-index-body #Advheader .nav .box img {
  margin-right: 20px;
  display: inline-block;
  vertical-align: middle;
}

#new-index-body #Advheader #msg {
  position: absolute;
  right: 0;
  top: 0;
  width: 9.89583333%;
  text-align: center;
  background: #da251c;
  cursor: pointer;
  cursor: hand;
}

#new-index-body #Advheader #msg img {
  display: inline-block;
  vertical-align: middle;
}

#new-index-body .new-init-1 {
  background: rgba(0, 0, 0, 0.5) url(/cnxegroup/2025/11/05/banner-1.jpg) no-repeat center;
  background-blend-mode: darken;
  background-size: cover;
  margin-top: 0 !important;
}

#new-index-body .new-init-1 .acc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 20px;
}

#new-index-body .new-init-1 .acc .rl ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#new-index-body .new-init-1 .acc .rl ul li p {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 1;
}

#new-index-body .new-init-1 .acc .rl ul li p img {
  margin-right: 11px;
  vertical-align: middle;
}

#new-index-body .new-init-1 .acc .rl li:last-child {
  margin-left: 20px;
}

#new-index-body .new-init-1 .top {
  padding: 46px 0 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#new-index-body .new-init-1 .top .left {
  margin-top: 20px;
}

#new-index-body .new-init-1 .top .left em {
  color: #ff9c97;
}

#new-index-body .new-init-1 .top .left a.more {
  line-height: 50px;
  height: 50px;
  padding: 0 3em;
  font-size: 16px;
  text-transform: capitalize;
  margin-right: 10px;
  color: #fff;
  background: #da251c;
  display: inline-block;
  margin-top: 0.5em;
}

#new-index-body .new-init-1 .top .left h3 {
  font-size: 50px;
  font-weight: 700;
  font-family: 'MicrogrammaDBolExt';
  color: #fff;
  line-height: 1.4;
  text-transform: capitalize;
}

#new-index-body .new-init-1 .top .left h3 span {
  display: block;
}

#new-index-body .new-init-1 .top .left p {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  line-height: 1.8;
  max-width: 547px;
  margin-top: 15px;
}

#new-index-body .new-init-1 .top .left p strong {
  font-weight: 400;
}

#new-index-body .new-init-1 .top .left p strong em {
  color: #ff9c97;
}

#new-index-body .new-init-1 .top .right {
  margin-right: 114px;
}

#new-index-body .new-init-1 .top .right .form1 {
  background: #eae6e6;
  text-align: center;
  padding: 30px;
  max-width: 400px;
}

#new-index-body .new-init-1 .top .right .form1 h4 {
  font-size: 28px;
  font-weight: 500;
  color: #111;
  line-height: 1;
  text-transform: uppercase;
}

#new-index-body .new-init-1 .top .right .form1 p {
  font-size: 16px;
  font-weight: 400;
  color: #111;
  line-height: 22px;
  margin-top: 12px;
}

#new-index-body .new-init-1 .top .right .form1 ul li {
  margin-top: 12px;
  padding: 0;
}

#new-index-body .new-init-1 .top .right .form1 ul li label {
  position: relative;
  display: block;
  width: 100%;
  height: 34px;
  background: #fff;
}

#new-index-body .new-init-1 .top .right .form1 ul li label span {
  position: absolute;
  left: 6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
  line-height: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: none !important;
}

#new-index-body .new-init-1 .top .right .form1 ul li label input[type=text] {
  position: absolute;
  left: 0;
  bottom: 0;
  border: none;
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  padding-left: 6px;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #000;
}

#new-index-body .new-init-1 .top .right .form1 ul li label textarea {
  position: absolute;
  left: 0;
  bottom: 0;
  border: none;
  width: 100%;
  height: 50px;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  line-height: 30px;
  padding-left: 6px;
  opacity: 1;
}

#new-index-body .new-init-1 .top .right .form1 ul li label ::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

#new-index-body .new-init-1 .top .right .form1 ul li label :-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

#new-index-body .new-init-1 .top .right .form1 ul li label ::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

#new-index-body .new-init-1 .top .right .form1 ul li label :-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

#new-index-body .new-init-1 .top .right .form1 ul li label.active span {
  top: 3px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  color: #000;
}

#new-index-body .new-init-1 .top .right .form1 ul li label.active input[type=text],
#new-index-body .new-init-1 .top .right .form1 ul li label.active textarea {
  opacity: 1;
}

#new-index-body .new-init-1 .top .right .form1 ul li input[type=submit] {
  width: 100%;
  height: 40px;
  background: #da251c;
  border: none;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  line-height: 1;
}

#new-index-body .new-init-1 .top .right .form1 ul li:nth-child(4) label {
  height: 66px;
}

#new-index-body .new-init-1 .top .right .form1 ul li:nth-child(4) label span {
  top: 5px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

#new-index-body .new-init-2 .acc .acc-top {
  background: #EEEEEE;
  padding: 50px 0;
}

#new-index-body .new-init-2 .acc .acc-topC2 {
  background: #EEEEEE;
}

#new-index-body .new-init-2 .acc .acc-topC {
  background: #EEEEEE;
  display: flex;
  width: 1530px;
  margin: auto;
  flex-wrap: wrap;
}

#new-index-body .new-init-2 .acc .acc-topC .acc-top {
  width: 50%;
}

#new-index-body .new-init-2 .acc .acc-topC .acc-top .container {
  width: 100%;
  max-width: 100%;
}

#new-index-body .new-init-2 .acc .acc-top .top .left.column {
  padding-left: 20px;
  width: 70%;
  vertical-align: middle;
}

#new-index-body .new-init-2 .acc .btn {
  margin-top: 20px;
}

#new-index-body .new-init-2 .acc .btn a {
  display: inline-block;
  background: #da251c;
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 1;
  padding: 15px 44px;
  text-transform: uppercase;
}

#new-index-body .new-init-2 .acc .acc-bot {
  background: #FFFFFF;
  padding: 50px 0;
}

#new-index-body .new-init-2 .acc .acc-bot .top .left {
  padding-left: 82px;
}

#new-index-body .new-init-2 .acc h4 {
  font-size: 30px;
  font-weight: 500;
  color: #000000;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 10px;
}

#new-index-body .new-init-2 .acc span {
  display: inline-block;
  width: 200px;
  height: 3px;
  background: #000000;
  margin: 15px 0;
}

#new-index-body .new-init-2 .acc .des {
  max-height: 116px;
  overflow-y: auto;
  padding-right: 10px;
  /*max-width: 600px;*/
}

#new-index-body .new-init-2 .acc p {
  font-size: 16px;
  font-weight: 400;
  color: #111111;
  line-height: 1.8;
  max-width: 600px;
  margin-bottom: 20px;
}

#new-index-body .new-init-2 .acc p strong {
  font-weight: 600;
}

#new-index-body .new-init-2 .acc p strong {
  font-weight: 700;
}

#new-index-body .new-init-2 .acc .list {
  margin-top: 50px;
  overflow: hidden;
}

#new-index-body .new-init-2 .acc .list span.swiper-notification {
  display: none;
}

#new-index-body .new-init-2 .acc .list ul {
  margin: -15px;
}

#new-index-body .new-init-2 .acc .list ul li {
  padding: 15px;
}

#new-index-body .new-init-2 .acc .list ul .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
  z-index: 10;
  background: #da251c;
  color: white;
  font-size: 0px;
}

#new-index-body .new-init-2 .acc .list ul .slick-prev {
  left: 20px;
}

#new-index-body .new-init-2 .acc .list ul .slick-next {
  right: 20px;
}

#new-index-body .new-init-2 .acc .list ul .slick-prev::after {
  content: "\f104";
  font-family: "FontAwesome";
  font-size: 18px;
}

#new-index-body .new-init-2 .acc .list ul .slick-next::after {
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 18px;
}

#new-index-body .new-init-2 .acc .list .box {
  max-width: 480px;
  margin: 0 auto;
  text-align: center;
}

#new-index-body .new-init-2 .acc .list .box .det2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}

#new-index-body .new-init-2 .acc .list .box:hover .det2 {
  opacity: 1;
}

#new-index-body .new-init-2 .acc .list .box .det2 p {
  color: white;
  max-height: 98%;
  overflow-y: auto;
  text-align: left;
  padding-right: 6px;
}

#new-index-body .new-init-2 .acc .list .box .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

#new-index-body .new-init-2 .acc .list .box .con {
  margin-top: 20px;
  min-height: 48px;
}

#new-index-body .new-init-2 .acc .list .box .con h6 {
  font-size: 16px;
  font-weight: 400;
  color: #111111;
  line-height: 1.5;
  text-transform: capitalize;
}

#new-index-body .new-init-2 .acc .list .box .inquiry {
  font-size: 18px;
  background: #da251c;
  color: white;
  padding: 5px 30px;
  border-radius: 5px;
  display: inline-block;
  margin-top: 20px;
  cursor: pointer;
  height: auto;
  line-height: normal;
}

#new-index-body .new-init-2 .acc .right {
  /*height: 320px;*/
  width: 30%;
  vertical-align: middle;
}

#new-index-body .new-init-2 .acc .right img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

#new-index-body .new-init-3 {
  padding: 50px 0;
  text-align: center;
  background: #333;
}

#new-index-body .new-init-3 .list img {
  display: inline-block;
  margin-left: 10%;

}

#new-index-body .new-init-4 {
  padding-top: 50px;
  padding-bottom: 60px;
}


#new-index-body .new-init-4 .new-top .left {
  vertical-align: bottom;
}

#new-index-body .new-init-4 .new-top .left .text {
  margin-top: 30px;
}

#new-index-body .new-init-4 .new-top .left .text p {
  font-size: 16px;
  line-height: 2;
  padding-right: 20px;
  margin-bottom: 20px;
}

#new-index-body .new-init-4 .new-top .left ul {
  margin: -5px;
  display: flex;
  flex-wrap: wrap;
  padding-right: 20px;
  justify-content: space-between;
}

#new-index-body .new-init-4 .new-top .left ul li {
  padding: 5px;
  width: auto;
}

#new-index-body .new-init-4 .new-top .left ul li p {
  font-size: 18px;
}

#new-index-body .new-init-4 .new-top .left ul li .h2 {
  font-size: 50px;
  font-weight: 500;
  color: var(--color);
}

#new-index-body .new-init-4 .new-top .right {
  vertical-align: bottom;
  padding-bottom: 30px;
}

#new-index-body .new-init-4 .new-top .right video {
  display: inline-block;
  width: 100%;
}

#new-index-body .new-init-5 {
  background: #f7f8f9;
  padding: 60px 0;
}

#new-index-body .new-init-5 .container {
  width: 1320px;
}

#new-index-body .new-init-5 .new-title1 {
  text-align: center;
}

#new-index-body .new-init-5 .new-title1 h3 {
  font-size: 36px;
  font-weight: 700;
  font-family: 'MicrogrammaDBolExt';
  color: #000000;
  line-height: 1;
}

#new-index-body .new-init-5 .new-title1 p {
  font-size: 16px;
  line-height: 1.5;
  color: #444444;
  margin-top: 20px;
}

#new-index-body .new-init-5 .new-top {
  margin-top: 30px;
}

#new-index-body .new-init-5 .new-top ul {
  margin: 0 -12px;
}

#new-index-body .new-init-5 .new-top ul li {
  padding: 0 12px;
  text-align: center;
}

#new-index-body .new-init-5 .new-top ul li .box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  margin: 0;
  background: #fff;
  -webkit-box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 4px;
  text-align: center;
  border-bottom: 3px solid #fff;
  height: 315px;
}

#new-index-body .new-init-5 .new-top ul li .box h4 {
  font-size: 18px;
  color: #000000;
  font-weight: 700;
  margin-bottom: 15px;
}

#new-index-body .new-init-5 .new-top ul li .box p {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
  color: #444444;
  line-height: 2;
}

#new-index-body .new-init-5 .new-top ul li:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

#new-index-body .new-init-5 .new-top ul li:hover .box {
  border-bottom: 3px solid #da251c;
}

#new-index-body .new-init-6 {
  padding-top: 100px;
}

#new-index-body .new-init-6 .container {
  width: 1320px;
}

#new-index-body .new-init-6 .new-title2 h3::after {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#new-index-body .new-init-6 .list {
  margin-top: 30px;
  padding-bottom: 80px;
  border-bottom: 1px solid #ccc;
}

#new-index-body .new-init-6 .list ul {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -10px;
}

#new-index-body .new-init-6 .list ul li {
  padding: 10px;
}

#new-index-body .new-init-6 .list ul li .img {
  padding: 16px 0;
  background-color: #fff;
  border-style: solid;
  border-width: 1px;
  border-color: #2b6ca3;
  border-radius: 4px;
}

#new-index-body .new-init-7 {
  padding: 100px 0;
}

#new-index-body .new-init-7 .container {
  width: 1320px;
}

#new-index-body .new-init-7 .new-title2 h3::after {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#new-index-body .new-init-7 .list {
  margin-top: 40px;
  text-align: center;
}

#new-index-body .new-init-7 .list .swiper-button-prev,
#new-index-body .new-init-7 .list .swiper-button-next {
  position: absolute;
  background: transparent;
  font-size: 42px;
  color: #7d7d7d;
  opacity: 1;
  margin: 0;
  top: 50%;
  width: auto;
  height: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}

#new-index-body .new-init-7 .list .swiper-button-prev {
  left: 0;
}

#new-index-body .new-init-7 .list .swiper-button-next {
  right: 0;
}

#new-index-body .new-init-8 .top {
  background: url(/cnxegroup/2025/11/06/11-12.jpg) no-repeat center;
  background-size: cover;
}

#new-index-body .new-init-8 .top .acc {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

#new-index-body .new-init-8 .top .acc .listCont .list {
  padding: 0 10px;
}
#new-index-body .new-init-8 .top .acc .listCont .list .txt-box{
  background-color: #fff;
  padding: 20px;
}
#new-index-body .new-init-8 .top .acc .listCont .list .txt-box .tt{
display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 72px;
}
#new-index-body .new-init-8 .top .acc .listCont .list .txt-box .desc{
  height: 100px;
  overflow-y: auto;
  min-height:unset;
}

#new-index-body .new-init-8 .acc .left {
  width: 52%;
}

#new-index-body .new-init-8 .acc .left ul {
  padding: 40px 0 20px;
  padding-right: 158px;
}

#new-index-body .new-init-8 .acc .left ul li {
  padding-bottom: 35px;
}

#new-index-body .new-init-8 .acc .left ul li h4 {
  font-size: 22px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 1;
}

#new-index-body .new-init-8 .acc .left ul li .text {
  margin-top: 24px;
}

#new-index-body .new-init-8 .acc .left ul li .text p {
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
}

#new-index-body .new-init-8 .acc .left ul li:last-child {
  padding-bottom: 0;
}

#new-index-body .new-init-8 .acc .right {
  width: 48%;
}

#new-index-body .new-init-8 .acc .right .form {
  text-align: center;
  padding: 38px 0;
  padding-left: 120px;
  max-width: 620px;
}

#new-index-body .new-init-8 .acc .right .form h4 {
  font-size: 36px;
  font-weight: 700;
  font-family: 'MicrogrammaDBolExt';
  color: #111111;
  line-height: 1;
  text-transform: uppercase;
}

#new-index-body .new-init-8 .acc .right .form p {
  font-size: 16px;
  font-weight: 400;
  color: #111111;
  line-height: 24px;
  margin-top: 15px;
  padding: 0 20px;
}

#new-index-body .new-init-8 .acc .right .form ul li {
  margin-top: 15px;
}

#new-index-body .new-init-8 .acc .right .form ul li label {
  position: relative;
  display: block;
  width: 100%;
  height: 45px;
  background: #FFFFFF;
  border: 1px solid #999999;
}

#new-index-body .new-init-8 .acc .right .form ul li label span {
  position: absolute;
  left: 6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
  line-height: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  letter-spacing: 0;
}

#new-index-body .new-init-8 .acc .right .form ul li label input[type=text] {
  position: absolute;
  left: 0;
  bottom: 0;
  border: none;
  width: 100%;
  height: 28px;
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
  line-height: 30px;
  padding-left: 6px;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#new-index-body .new-init-8 .acc .right .form ul li label textarea {
  position: absolute;
  left: 0;
  bottom: 0;
  border: none;
  width: 100%;
  height: 55px;
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
  line-height: 30px;
  padding-left: 6px;
  opacity: 0;
}

#new-index-body .new-init-8 .acc .right .form ul li label ::-webkit-input-placeholder {
  /* WebKit browsers，webkit内核浏览器 */
  color: rgba(0, 0, 0, 0.5);
}

#new-index-body .new-init-8 .acc .right .form ul li label :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(0, 0, 0, 0.5);
}

#new-index-body .new-init-8 .acc .right .form ul li label ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(0, 0, 0, 0.5);
}

#new-index-body .new-init-8 .acc .right .form ul li label :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: rgba(0, 0, 0, 0.5);
}

#new-index-body .new-init-8 .acc .right .form ul li label.active span {
  top: 3px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

#new-index-body .new-init-8 .acc .right .form ul li label.active input[type=text],
#new-index-body .new-init-8 .acc .right .form ul li label.active textarea {
  opacity: 1;
}

#new-index-body .new-init-8 .acc .right .form ul li input[type=submit] {
  width: 230px;
  height: 45px;
  background: #da251c;
  border-radius: 6px;
  border: none;
  font-size: 20px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1;
}

#new-index-body .new-init-8 .acc .right .form ul li:nth-child(1) {
  padding-right: 10px;
}

#new-index-body .new-init-8 .acc .right .form ul li:nth-child(2) {
  padding-left: 10px;
}

#new-index-body .new-init-8 .acc .right .form ul li:nth-child(4) label {
  height: 76px;
}

#new-index-body .new-init-8 .acc .right .form ul li:nth-child(4) label span {
  top: 5px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

#new-index-body .new-init-8 .footer-bottom {
  padding: 20px 0;
  background: #111111;
}

#new-index-body .new-init-8 .footer-bottom .bottom-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#new-index-body .new-init-8 .footer-bottom .bottom-box p {
  font-size: 16px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  opacity: 0.5;
}

#new-index-body .new-init-8 .footer-bottom .bottom-box p a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#new-index-body .new-init-8 .footer-bottom .bottom-box p img {
  display: inline-block;
  max-height: 14px;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  margin: 0 5px;
}

#new-index-body .new-init-9 {
  padding: 60px 0;
}

#new-index-body .new-init-9 .title {
  font-weight: bold;
  font-family: 'MicrogrammaDBolExt';
  font-size: 36px;
  text-align: center;
  text-transform: capitalize;
}

#new-index-body .new-init-9 .content {
  margin-top: 40px;
}

#new-index-body .new-init-9 .content ul li {
  padding: 0 10px;
}

.Stick {
  position: fixed;
  right: 20px;
  bottom: 55px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #da251c;
  cursor: pointer;
  z-index: 11111 !important;
}

.Stick i {
  font-size: 24px;
  color: #fff;
}

#Pop_UpsBtn {
  /*background: url(/zhihuacasting/2023/12/20/youxaing1.png) no-repeat center #da251c !important;*/
  right: 20px !important;
  bottom: 135px !important;
  z-index: 11111 !important;
}

#pups_from form ul li input[type="submit"] {
  background: #da251c !important;
}

#pups_from i.close:hover {
  background: #da251c !important;
}

#new-index-body #Advheader .nav .menu {
  padding: 0 180px 0 15px;
}

@media screen and (max-width: 1530px) {
  #new-index-body .new-init-2 .acc .acc-topC {
    width: 1320px;
  }

  #new-index-body #Advheader .nav .menu {
    padding: 0 15px;
  }

  #new-index-body .container {
    width: 1320px !important;
  }

  #Advheader #msg {
    display: none;
  }

  #Advheader .nav {
    line-height: 90px;
    height: 90px;
  }

  .new-init-1 .top .left h3 {
    font-size: 42px;
  }

  #new-index-body .new-init-1 .top .left h3 {
    font-size: 34px;
  }

  #new-index-body .new-init-2 .acc .acc-bot .top .left {
    padding-left: 30px;
  }

  #new-index-body .new-init-2 .acc h4 {
    margin-top: 10px;
  }
  #new-index-body .new-init-5 .new-title1 h3 {
  font-size: 32px;
  }
  #new-index-body .new-init-4 .new-top .left ul li .h2{
    font-size: 44px;
  }

}

@media screen and (max-width: 1320px) {
  .new-init-1 .top .right {
    margin-right: 0;
  }

  #new-index-body .new-init-2 .acc .acc-topC {
    width: 1100px;
  }

  #new-index-body .container {
    width: 1100px !important;
  }

  #new-index-body .new-init-1 .top .left h3 {
    font-size: 30px;
    line-height: 1.5;
  }

  #new-index-body .new-init-3 .list img {
    margin: 0 30px;
  }

  #new-index-body .new-init-2 .acc p {
    line-height: 1.4;
  }

  #new-index-body .new-init-5 .new-top ul li .box {
    padding: 20px;
  }

  #new-index-body .new-init-8 .acc .left ul {
    padding-right: 20px;
  }

  #new-index-body .new-init-8 .acc .right .form {
    padding-left: 30px;
  }
    #new-index-body .new-init-9 .title{
    font-size: 30px;
  }
    #new-index-body .new-init-5 .new-title1 h3 {
  font-size: 30px;
  }
    #new-index-body .new-init-4 .new-top .left ul li .h2{
    font-size: 40px;
  }
}

@media screen and (max-width: 1100px) {
  #new-index-body .container {
    width: 972px !important;
  }

  #new-index-body .new-init-1 .top .left h3 {
    font-size: 25px;
  }

  #new-index-body .new-init-1 .top .left p {
    margin-top: 20px;
  }

  #new-index-body .new-init-1 .top .right {
    margin-right: 0;
  }

  #new-index-body .new-init-2 .acc .acc-topC {
    width: 970px;
  }

  #new-index-body .new-init-2 .acc .acc-topC .acc-top {
    width: 100%;
  }

  #new-index-body .new-init-2 .acc .left,
  #new-index-body .new-init-2 .acc .right,
  #new-index-body .new-init-8 .acc .right,
  #new-index-body .new-init-8 .acc .left {
    vertical-align: middle;
  }

  #new-index-body .new-init-5 .new-top ul li {
    width: 50%;
    margin-top: 20px;
  }

  #new-index-body .new-init-4 .new-top .left {
    width: 100%;
  }

  #new-index-body .new-init-4 .new-top .right {
    width: 100%;
    margin-top: 30px;
  }
    #new-index-body .new-init-9 .title{
    font-size: 26px;
  }
      #new-index-body .new-init-5 .new-title1 h3 {
  font-size: 26px;
  }
}

@media screen and (max-width: 972px) {
  #new-index-body .container {
    width: 100% !important;
  }

  .new-init-1 .top .left h3 {
    font-size: 32px;
  }

  #new-index-body .new-init-2 .acc .acc-topC {
    width: 100%;
  }

  #new-index-body .new-init-3 .list img {
    margin: 0 9px;
  }

  #new-index-body #Advheader .nav .menu .box,
  #new-index-body .new-init-1 .top .right {
    display: none;
  }

  #new-index-body #Advheader .nav {
    height: auto;
    line-height: 1;
    padding: 15px 0;
  }

  #new-index-body #Advheader .nav .menu {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  #new-index-body .new-init-2 .acc .acc-top {
    padding: 50px 0 0;
  }

  #new-index-body .new-init-2 .acc .left,
  #new-index-body .new-init-2 .acc .right {
    width: 100%;
  }

  #new-index-body .new-init-2 .acc .acc-top .right {
    margin-top: 25px;
  }

  #new-index-body .new-init-2 .acc .des {
    max-width: 100%;
  }

  #new-index-body .new-init-2 .acc p {
    max-width: 100%;
    line-height: 2;
  }

  #new-index-body .new-init-2 .acc .list .box .con h6 {
    line-height: 1.5;
  }

  #new-index-body .new-init-2 .acc .acc-bot .top .left {
    padding-left: 0;
    margin-top: 25px;
  }

  #new-index-body .new-init-4 .new-top .left,
  #new-index-body .new-init-4 .new-top .right {
    width: 100%;
  }

  #new-index-body .new-init-8 .top {
    background: #eeeeee;
  }

  #new-index-body .new-init-8 .acc .left {
    width: 100%;
    padding: 20px 0;
  }

  #new-index-body .new-init-8 .acc .right {
    width: 100%;
  }

  #new-index-body .new-init-8 .acc .right .form {
    max-width: 100%;
  }

  #new-index-body .new-init-8 .acc .left ul li h4,
  #new-index-body .new-init-8 .acc .left ul li .text,
  #new-index-body .new-init-8 .acc .left ul li .text p {
    color: #000;
  }

  #new-index-body .new-init-8 .acc .right .form h4 {
    font-size: 36px;
  }

  #new-index-body .new-init-8 .acc .right .form {
    padding: 0;
    padding-left: 0;
    padding-bottom: 30px;
  }

  #new-index-body .new-init-8 .footer-bottom .bottom-box .hwaq {
    margin-left: 0;
  }

  #new-index-body .new-init-1 {
    margin-top: 77px;
  }

  #new-index-body .new-init-2 .acc .list .box .img,
  #new-index-body .new-init-2 .acc .right {
    height: auto;
  }

  .application-page {
    padding: 40px 0;
  }
    #new-index-body .new-init-4 .new-top .left ul li .h2{
    font-size: 36px;
  }
}

@media screen and (max-width: 768px) {
  #new-index-body .new-init-1 .top .left h3 {
    font-size: 22px;
  }

  .application-page .init-1 .container .swiper .swiper-wrapper {
    display: initial;
  }

  .application-page .init-1 .container .swiper .swiper-wrapper .abcwidth {
    width: 49%;
    display: inline-block;
  }

  .application-page {
    padding: 40px 0;
  }

  .application-page .init-1 .container .tip_title {
    font-size: 20px;
    line-height: 1.8;
  }

  .application-page .init-1 .container .swiper {
    margin-top: 20px;
  }

  .application-page .init-1 .container .swiper .swiper-slide .title {
    font-size: 18px;
  }

  #new-index-body .new-init-3 .list img {
    margin-top: 10px;
    width: 20%;
  }

  #new-index-body .new-init-1 {
    background-position: left;
  }

  #new-index-body .new-init-2 .acc .acc-top .top .left.column {
    padding-left: 0;
    width: 100%;
  }

  #new-index-body .new-init-2 .acc .acc-top {
    padding-top: 20px;
  }

  #new-index-body .new-init-1 .top .left {
    margin-top: 0;
  }

  #new-index-body .new-init-2 .acc h4 {
    font-size: 26px;
  }

  #new-index-body .new-title2 h3 {
    font-size: 32px;
  }

  #new-index-body .new-init-4 {
    padding-top: 20px;
    padding-bottom: 0;
  }

  #new-index-body .new-init-5 .new-title1 p {
    line-height: 2;
  }

  #new-index-body .new-init-5 .new-top ul li {
    width: 100%;
  }

  #new-index-body .new-init-5 .new-top ul li .box {
    height: auto;
  }

  #new-index-body .new-init-6 .list ul li {
    padding: 0;
    padding: 15px 0;
  }

  #new-index-body .new-init-6 .list ul {
    margin: 0;
  }

  #new-index-body .new-init-7 .list .swiper-button-prev,
  #new-index-body .new-init-7 .list .swiper-button-next {
    display: none;
  }

  #new-index-body .new-init-8 .acc .left ul li h4 {
    line-height: 1.5;
  }

  #new-index-body .new-init-8 .acc .left ul li {
    padding-bottom: 20px;
  }

  #new-index-body .new-init-8 .acc .left ul li .text {
    margin-top: 15px;
  }

  #new-index-body .new-init-8 .acc .right .form ul li {
    width: 100%;
    padding: 0 !important;
  }

  .Stick,
  #Pop_UpsBtn {
    width: 45px !important;
    height: 45px !important;
    right: 20px !important;
  }

  .Stick i {
    font-size: 18px !important;
  }

  #Pop_UpsBtn {
    line-height: 45px !important;
    font-size: 18px !important;
    bottom: 120px !important;
  }

  #new-index-body .new-init-3 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  #new-index-body .new-init-6 {
    padding-top: 50px;
  }

  #new-index-body .new-init-6 .list {
    padding-bottom: 30px;
  }

  #new-index-body .new-init-7 {
    padding: 50px 0;
  }

  #new-index-body .new-init-8 .acc .right .form h4 {
    font-size: 32px;
  }

  #new-index-body .new-init-8 .acc .left ul {
    padding: 0;
    padding-bottom: 25px;
    padding-top: 30px;
  }

  .application-page {
    padding-top: 0;
  }

  #new-index-body .new-init-9 {
    padding: 40px 0;
  }

  #new-index-body .new-init-9 .content {
    margin-top: 20px;
  }
      #new-index-body .new-init-9 .title{
    font-size: 24px;
  }
        #new-index-body .new-init-5 .new-title1 h3 {
  font-size: 24px;
  }
      #new-index-body .new-init-4 .new-top .left ul li .h2{
    font-size: 32px;
  }
}

@media screen and (max-width: 450px) {

  #new-index-body .new-title2 h3 {
    font-size: 24px;
  }

  #new-index-body .new-init-4 .new-top .left .text {
    margin-top: 20px;
  }

  #new-index-body .new-init-1 .top .left a.more {
    padding: 0 20px;
  }

  #new-index-body .new-init-8 .acc .left ul li h4 {
    font-size: 20px;
  }

  #new-index-body .new-init-8 .acc .right .form h4 {
    font-size: 24px;
  }

  #new-index-body .new-init-8 .acc .right .form ul li input[type=submit] {
    font-size: 18px;
  }      #new-index-body .new-init-4 .new-top .left ul li .h2{
    font-size: 30px;
  }
  #new-index-body .new-init-4 .new-top .left ul li{
    width: 100%;
  }
}

@-webkit-keyframes ks {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 1;
  }

  70% {
    -webkit-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }

  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 0;
  }
}

@keyframes ks {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 1;
  }

  70% {
    -webkit-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }

  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 0;
  }
}

table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
}

table tbody {
  display: table;
  width: 100% !important;
  min-width: 700px;
}

table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}

table tr {
  width: auto !important;
  height: auto !important;
}

table tr:nth-child(even) {
  background: #eee;
}


#pups_shadow2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .6;
  z-index: 21;
  display: none
}

#pups_from2 {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 80%;
  width: 500px;
  max-width: 90%;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  z-index: 22;
  background: #fff;
  padding: 30px;
  overflow: auto
}

#pups_from2 h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: 700;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, .1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .1);
  box-shadow: 0 0 5px rgba(0, 0, 0, .1)
}

#pups_from2 form {
  margin-top: 40px
}

#pups_from2 i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -moz-transition: .5s;
  transition: .5s
}

#pups_from2 i.close:after,
#pups_from2 i.close:before {
  content: "";
  -webkit-transition: .5s;
  -o-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg)
}

#pups_from2 i.close:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

#pups_from2 i.close:hover {
  background: var(--color)
}

#pups_from2 i.close:hover:before,
#pups_from2 i.close:hover:after {
  background: #fff
}

#pups_from2 ul li {
  margin-bottom: 10px;
  position: relative
}

#pups_from2 ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block
}

#pups_from2 ul li label em {
  color: red;
  margin-right: 2px
}

#pups_from2 ul li input,
#pups_from2 ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-size: 16px
}

#pups_from2 ul li input:focus,
#pups_from2 ul li textarea:focus {
  border-color: var(--color)
}

#pups_from2 ul li textarea {
  height: 80px
}

#pups_from2 ul li input[type=submit] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: var(--color);
  color: #fff;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -moz-transition: .5s;
  transition: .5s
}

#pups_from2 ul li input[type=submit]:hover {
  opacity: .7
}

#pups_from2 ul li:last-child {
  margin-bottom: 0
}

#new-index-body .new-init-2-2 .item:nth-last-child(1) {
  margin-bottom: 0;
}

#new-index-body .new-init-2-2 .item .top .left {
  width: 50%;
}

#new-index-body .new-init-2-2 .item .top .right {
  width: 50%;
  padding-left: 4%;
}

#new-index-body .new-init-2-2 .item .top .right .tt {
  font-size: 36px;
  font-weight: bold;
  font-family: 'MicrogrammaDBolExt';
  line-height: 1.3;
}

#new-index-body .new-init-2-2 .item .top .right .desc {
  font-size: 18px;
  max-height: 218px;
  overflow-y: auto;
  margin-top: 15px;
  line-height: 1.7;
}

#new-index-body .new-init-2-2 .item .top .right .more {
  margin-top: 20px;
}

#new-index-body .new-init-2-2 .item .bottom {
  margin-top: 4%;
  position: relative;
}




#new-index-body .new-init-2-2 .item .bottom .slick-arrow{
  width: 40px;height: 40px;
  border-radius: 50%;
  border: 1px solid var(--color);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color);
  font-size: 28px;
  transition: all 0.5s;
  z-index: 8;
}
#new-index-body .new-init-2-2 .item .bottom .slick-arrow:hover{
  color: #000;
  border-color:#000;
}
#new-index-body .new-init-2-2 .item .bottom .slick-arrow.prev{
  left: 0;
}
#new-index-body .new-init-2-2 .item .bottom .slick-arrow.next{
  right: 0;
}
#new-index-body .new-init-2-2 .item .bottom ul {
  margin: 0 -15px;
}

#new-index-body .new-init-2-2 .item .bottom ul li {
  padding: 0 15px;
}

#new-index-body .new-init-2-2 .item .bottom ul li .box .txtbox .tt {
  font-size: 18px;
  margin-top: 10px;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 1450px){
  #new-index-body .new-init-2-2 .item .top .right .tt {
  font-size: 32px;
  }
}
@media screen and (max-width: 1250px) {
  #new-index-body .new-init-2-2 .item .top .right .tt{
    font-size: 30px;
  }
  #new-index-body .new-init-2-2 .item .top .right .desc {
    font-size: 16px;
  }
} 
@media screen and (max-width: 1100px) {
  #new-index-body .new-init-2-2 .item .top .left {
    width: 100%;
  }
  #new-index-body .new-init-2-2 .item .top .left .imgbox{
    text-align: center;
  }
  #new-index-body .new-init-2-2 .item .top .right {
    width: 100%;
    padding-left: 0;
    margin-top: 5%;
  }
  #new-index-body .new-init-2-2 .item .top .right .tt{
    font-size: 28px;
  }
  #new-index-body .new-init-2-2 .item .bottom ul li .box .txtbox .tt {
  font-size: 16px;
  }
}
@media screen and (max-width: 700px) {
  #new-index-body .new-init-2-2 .item .top .right .tt{
    font-size: 24px;
  }
    #new-index-body .new-init-2-2 .item .top .right .desc {
    font-size: 14px;
  }
  #new-index-body .new-init-2-2 .item{
  border-bottom: 2px solid var(--color);
  padding-bottom: 20px;
}
}
@media screen and (max-width: 500px) {
  #new-index-body .new-init-2-2 .item .top .right .tt{
    font-size: 22px;
  }
  #new-index-body .new-init-2-2 .item .bottom .slick-arrow{
    opacity: 1;
  }
}

#new-index-body .init-4 .left {
    max-width: 30%;
}
#new-index-body .init-4 .right {
    max-width: 68%;
}

#new-index-body .init-4 .advantages-con .left h2 {
    font-family: 'MicrogrammaDBolExt';
    line-height: 1.3
}

#new-index-body .init-4 .advantages-con .left .line {
    display: block;
    width: 46px;
    height: 3px;
    background-color: var(--color)
}

#new-index-body .init-4 .advantages-con .left p {
    max-width: 370px
}

#new-index-body .init-4 .advantages-con .right .advan-list {
    border: solid 1px #dddddb;
    position: relative;
    z-index: 1
}

#new-index-body .init-4 .advantages-con .right .advan-list .item {
    width: 50%;
    transition: all .5s;
    position: relative;
    z-index: 1;
    cursor: pointer;
    border-right: 1px solid #dddddb;
    border-bottom: 1px solid #dddddb
}

#new-index-body .init-4 .advantages-con .right .advan-list .item:nth-of-type(2n) {
    border-right: 0
}

#new-index-body .init-4 .advantages-con .right .advan-list .item:nth-of-type(3) {
    border-bottom: 0
}

#new-index-body .init-4 .advantages-con .right .advan-list .item:nth-of-type(4) {
    border-bottom: 0
}

#new-index-body .init-4 .advantages-con .right .advan-list .item .bgimg {
    position: absolute;
    top: 0;
    left: -2px;
    width: 100%;
    height: 100%;
    transition: all .5s;
    opacity: 0;
    z-index: -1
}

#new-index-body .init-4 .advantages-con .right .advan-list .item .bgimg img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

#new-index-body .init-4 .advantages-con .right .advan-list .item .item-txt {
    transition: all .5s;
    width: calc(100% - 100px)
}

#new-index-body .init-4 .advantages-con .right .advan-list .item .item-txt .tit {
    min-height: unset
}

#new-index-body .init-4 .advantages-con .right .advan-list .item .item-txt .btn-go {
    padding: 0;
    height: auto;
    background-color: transparent;
    border: 0;
    color: var(--color);
    font-weight: 500;
    transition: all .5s
}

#new-index-body .init-4 .advantages-con .right .advan-list .item .imgBox img {
    transition: all .5s
}

#new-index-body .init-4 .advantages-con .right .advan-list .item .imgBox img.hover {
    display: none
}

#new-index-body .init-4 .advantages-con .right .advan-list .item:hover .bgimg {
    opacity: 1;
    top: -2px
}

#new-index-body .init-4 .advantages-con .right .advan-list .item:hover .imgBox .start {
    display: none
}

#new-index-body .init-4 .advantages-con .right .advan-list .item:hover .imgBox .hover {
    display: block
}

#new-index-body .init-4 .advantages-con .right .advan-list .item:hover .item-txt {
    color: #fff
}

#new-index-body .init-4 .advantages-con .right .advan-list .item:hover .item-txt .btn-go {
    text-decoration: underline
}

@media (max-width: 1100px){
      #new-index-body .init-4 .left {
        max-width: 100%;
    }
      #new-index-body .init-4 .right {
        max-width: 100%;
        margin-top: 40px;
    }
}
@media (max-width: 700px) {
  #new-index-body .init-4 .advantages-con .right .advan-list .item {
        width: 100%
    }

    #new-index-body .init-4 .advantages-con .right .advan-list .item:nth-of-type(3) {
        border-bottom: 1px solid #dddddb
    }
}
@media (max-width: 500px) {
#new-index-body .init-4 .advantages-con .right .advan-list .item {
        flex-direction: column;
        align-items: center
    }

    #new-index-body .init-4 .advantages-con .right .advan-list .item .item-txt {
        margin-top: 3%;
        width: 100%;
        text-align: center
    }

    #new-index-body .init-4 .advantages-con .right .advan-list .item>div {
        max-width: 100%;
        margin-right: 0
    }
}