html,

body {

  font-size: 62.5%;

}

body {

  max-width: 1920px;

  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;



}



#new-index-body {



  position: relative;



}



#new-index-body .new-title2 h3 {



  position: relative;



  color: #333;



  



  font-size: 36px;



  font-weight: 700;



  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: #4b4f58;



}



#new-index-body #Advheader {



  position: relative;



  left: 0;



  top: 0;



  width: 100%;



  z-index: 11;



}



#new-index-body #Advheader .nav {



  line-height: 130px;



  height: 130px;



  background: #fff;



  text-align: right;
}
#new-index-body .more::after{
  display: none;
}
#new-index-body #Advheader .nav .menu {
  width: 100%;
  max-width: 1510px;
  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: var(--color);



  cursor: pointer;

}



#new-index-body #Advheader #msg img {



  display: inline-block;



  vertical-align: middle;



}



#new-index-body .new-init-1 {



background-blend-mode: darken;



  background-size: cover;



  margin-top: 0!important;

  position: relative;



}

#new-index-body .new-init-1 video{

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  object-fit: cover;

  z-index: -1;

}

#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 .nr{

  position: absolute;

  left: 0;

   top: 40%;

   width: 100%;

   -webkit-transform: translate(0, -50%);

    -moz-transform: translate(0, -50%);

    -ms-transform: translate(0, -50%);

    transform: translate(0, -50%);

}

#new-index-body .new-init-1 .top {
  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 a.more {
  width: auto;
  line-height: 50px;
  height: 50px;
  padding: 0 3em;
  font-size: 16px;
  text-transform: capitalize;
  margin-right: 10px;
  color: #fff;
  background: var(--color);
  display: inline-block;
  margin-top: 0.5em;
}

#new-index-body .new-init-1 .top .left h3 {
  font-size: 50px;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
  text-transform: capitalize;
}
.new-init-1 .top .left p strong{
  font-weight: 700;
}

#new-index-body .new-init-1 .top .left h3 span {
  display: block;
}

#new-index-body .new-init-1 .top .left p {
  font-size: 22px;
  color: #fff;
  line-height: 1.8;
  max-width: 547px;
  margin: 30px 0;
}



#new-index-body .new-init-1 .top .left p strong{
font-weight:800;
}

#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: var(--color);



  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-top .top .left.column{







}







#new-index-body .new-init-2 .acc .btn {



  margin-top: 20px;



}

#new-index-body .new-init-4 .btn a,

#new-index-body .new-init-2 .acc .btn a {

  display: inline-block;

  background: var(--color);

  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;



  line-height: 1.2;







}



#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 p {

  font-size: 16px;

  color: #111111;

  line-height: 2;

  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 ul{
    margin: -10px;
  }
  #new-index-body .new-init-2 .acc .list ul li{
    padding: 10px;
  }

#new-index-body .new-init-2 .acc .list span.swiper-notification {



  display: none;



}



#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 .img img {



  object-fit: cover;



  width: 100%;



  height: 100%;



}



#new-index-body .new-init-2 .acc .list .box .con {



  margin-top: 20px;



}



#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;
  min-height: 50px;
}







#new-index-body .new-init-2 .acc .right {

 padding-left: 40px;

 margin-top: -5px;

}



#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;



}



#new-index-body .new-init-4 {



  padding: 50px 0;



}



#new-index-body .new-init-4 .container {



  width: 1320px;



}



#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;



  color: #000;



  line-height: 2;



  padding-right: 20px;



  margin-bottom:20px;



}



#new-index-body .new-init-4 .new-top .right {
  vertical-align: bottom;
}

#new-index-body .new-init-4 .new-top .right video {
  display: inline-block;
  width: 100%;
}

#new-index-body .new-init-4 .new-top .right ul {
  margin-bottom: -64px;
}

#new-index-body .new-init-4 .new-top .right ul li {
  max-width: 50%;
  margin-bottom: 64px;
}

#new-index-body .new-init-4 .new-top .right ul li .num {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

#new-index-body .new-init-4 .new-top .right ul li .num em {
  font-size: 50px;
  line-height: 1;
}

#new-index-body .new-init-4 .new-top .right ul li .num sub {
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  margin-left: 6px;
}

#new-index-body .new-init-4 .new-top .right ul li p {
  line-height: 32px;
}

#new-index-body .new-init-4 .new-top .right ul li:nth-child(1) p {
  width: 90px;
}

#new-index-body .new-init-4 .new-top .right ul li:nth-child(2) p {
  width: 70px;
}

#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: 32px;
  font-weight: 500;
  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: 240px;



}



#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 var(--color);



}



#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(/cnchivalve/2026/08/04/new-init93.jpg) no-repeat center;



  background-size: cover;



}



#new-index-body .new-init-8 .acc .left {



  width: 52%;

  vertical-align: middle;

}



#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 {

  margin-bottom: 20px;

  background-color: rgba(255,255,255,0.6);

  padding-left: 28px;

}



#new-index-body .new-init-8 .acc .left ul li h4 {

  font-size: 22px;

  font-weight: 500;

  color: #FFFFFF;

  line-height: 1;

  cursor: pointer;

  padding: 30px 30px 30px 0;

}

#new-index-body .new-init-8 .acc .left ul li h4 .dot{

  width: 14px;

    height: 4px;

    background-color: #fff;

    position: relative;

}

#new-index-body .new-init-8 .acc .left ul li h4 .dot::after {

    content: "";

    display: block;

    width: 4px;

    height: 14px;

    background-color: #fff;

    position: absolute;

    left: 50%;

    top: 50%;

    -webkit-transform: translate(-50%, -50%);

    -moz-transform: translate(-50%, -50%);

    -ms-transform: translate(-50%, -50%);

    transform: translate(-50%, -50%);

}

#new-index-body .new-init-8 .acc .left ul li.active h4{

  color: var(--color);



}

#new-index-body .new-init-8 .acc .left ul li.active h4 .dot{

  background: var(--color);

}

#new-index-body .new-init-8 .acc .left ul li.active h4 .dot::after{

  opacity: 0;

}

#new-index-body .new-init-8 .acc .left ul li .text {

  color: #666666;

  font-weight: 300;

  display: none;

  padding-bottom: 35px;

}



#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 {



  margin-bottom: 0;



}



#new-index-body .new-init-8 .acc .right {



  width: 48%;

  vertical-align: middle;

}



#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: 40px;



  



  font-weight: 500;



  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.wid-100{

  width: 100%;

}

#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;



  opacity: 0;



  font-weight: 400;



  color: rgba(0, 0, 0, 0.5);



  line-height: 1;



  -webkit-transition: 0.2s;



  transition: 0.2s;



}



#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: 100%;



  font-size: 14px;



  



  font-weight: 400;



  color: rgba(0, 0, 0, 0.5);



  line-height: 30px;



  padding-left: 6px;



  opacity: 1;



  -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: 100%;



  font-size: 14px;



  



  font-weight: 400;



  color: rgba(0, 0, 0, 0.5);



  line-height: 30px;



  padding-left: 6px;



  opacity: 1;



}



#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: var(--color);



  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;



}







.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: var(--color);



  cursor: pointer;



  z-index: 11111 !important;



}



.Stick i {



  font-size: 24px;



  color: #fff;



}



#Pop_UpsBtn {



  background: url(/cnslfire/2025/04/29/youxaing1.png) no-repeat center var(--color) !important;



  right: 20px !important;



  bottom: 135px !important;



  z-index: 11111 !important;



}



#pups_from form ul li input[type="submit"] {



  background: var(--color) !important;



}



#pups_from i.close:hover {



  background: var(--color) !important;



}



@media screen and (max-width: 1530px) {



  #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-2 .acc .acc-bot .top .left {



    padding-left: 30px;



  }



  #new-index-body .new-init-2 .acc h4 {



    margin-top: 10px;



  }



}



@media screen and (max-width: 1320px) {



  .new-init-1 .top .right {



    margin-right: 0;



  }



  #new-index-body .container {



    width: 1100px !important;



  }



  #new-index-body .new-init-1 .top .left h3 {



    font-size: 42px;



    line-height: 1.5;



  }



  #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;



  }



}



@media screen and (max-width: 1100px) {



  #new-index-body .container {



    width: 972px !important;



  }



  #new-index-body .new-init-1 .top .left h3 {



    font-size: 36px;



  }



  #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 .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;



  }



}



@media screen and (max-width: 1000px) {



  #new-index-body .container {



    width: 100% !important;



  }



  .new-init-1 .top .left h3 {



    font-size: 32px;



  }



  #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 .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 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%;



  }



  #new-index-body .new-init-8 .acc .right {



    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;



  }



  #new-index-body .new-init-4 .new-top .right ul li .num em {

    font-size: 50px;

  }

  #new-index-body .new-init-4 .new-top .right ul li .num sub {

    font-size: 20px;

  }

  #new-index-body .new-init-4 .new-top .right ul li p {

    width: 90px;

  }



}



@media screen and (max-width: 768px) {

  #new-index-body .new-init-1 > img{

    min-height: 300px;

  }

  #new-index-body .new-init-1 video{

    display: none;

  }

  #new-index-body .new-init-1 .top .left h3 {



    font-size: 32px;



  }



  #new-index-body .new-init-1{



    background-position: right;



  }



  #new-index-body .new-init-2 .acc .right{



    padding-left: 0;



  }



  #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;



  }



  #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: 0;



  }



  #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;



  }

  #new-index-body .new-init-4 .new-top .right ul li p {

    width: 100% !important;

  }

}



@media screen and (max-width: 450px) {



  #new-index-body .new-init-1 .top .left h3,



  #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;



  }



}



@-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;

}

.service-page .service-2 .content ul li{

  padding: 15px;

}

.service-page .service-2 .content ul li > div{

  padding: 30px 0;

}

.service-page .service-2 .content ul li .content{

  top: 0;

  width: 100%;

  height: 100%;

  padding: 20px;

  left: 0;

  right: 0;

}

@media (max-width: 1450px) {

  .service-page .service-2 .content ul li{

    width: 50%;

  }

}

@media (max-width: 1250px) {

  #new-index-body #Advheader .nav .box p{

    margin-left: 30px;

  }

   .font-36{

    font-size: 30px;

  }

}

@media (max-width: 1000px) {

  #new-index-body .new-init-8 .acc .left ul li{

    padding-bottom: 0;

  }

  #new-index-body .new-init-4 .new-top .right ul li p{

    font-size: 16px !important;

    line-height: 1.8 !important;

  }

  #new-index-body .new-init-4 .new-top .right{

    margin-top: 30px;

  }

}

@media (max-width: 700px) {

  #new-index-body .new-init-1 .top .left h3, #new-index-body .new-title2 h3{

    font-size: 24px;

  }

  #new-index-body .new-init-1 .top .left p{

    font-size: 16px;

    margin-top: 10px;

  }

  #new-index-body .new-init-4 .new-top .right ul li .num em{

    font-size: 36px;

  }

  #new-index-body .new-init-4 .new-top .right ul li p{

    font-size: 15px !important;

    line-height: 2 !important;

  }

  .service-page .service-2 .content ul li{

    width: 100%;

  }

}

@media (max-width: 500px) {

  #new-index-body .new-init-1 .top .left a.more{

    font-size: 14px;

    line-height: 40px;

    height: 40px;

  }

  #new-index-body .new-init-1 .top .left h3, #new-index-body .new-title2 h3{

    font-size: 20px;

  }

  #new-index-body .new-init-2 .acc h4{

    line-height: 1.4;

  }

  #new-index-body .new-init-4 .new-top .right ul li{

    width: 50%;

    max-width: 100%;

  }

  #new-index-body .new-init-4 .new-top .right ul li p{

    font-size: 15px;

  }

  .font-18{

    font-size: 16px !important;

    line-height: 1.8 !important;

  }

  #new-index-body .new-init-8 .acc .left ul li h4 .dot{

    background: #000;

  }

  #new-index-body .new-init-8 .acc .left ul li h4 .dot::after{

    background: #000;

  }

  #new-index-body .new-init-8 .acc .left ul li{

    padding-left: 14px;

  }

  .font-36{

    font-size: 24px;

  }

}

.tipsLine {

    width: 100px;

    height: 2px;

    background-color: var(--color);

    margin: 10px auto 0;

}

.service-page .service-2 {
  padding: 3.1771% 0 5.625%;
}
.service-page .service-2 .header {
  max-width: 1099px;
  margin: 0 auto;
}
.service-page .service-2 .header .title {
  line-height: 1.17;
  max-width: 762px;
  margin: 0 auto;
}
.service-page .service-2 .header .con {
  color: #777;
  line-height: 36px;
}
.service-page .service-2 .content {
  margin-top: 121px;
}
.service-page .service-2 .content ul {
  margin: -15px;
}
.service-page .service-2 .content ul li {
  padding: 15px;
  height: auto
}
.service-page .service-2 .content ul li > div{
  height: 100%;
}
.service-page .service-2 .content ul li .icon {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: var(--color);
  line-height: 160px;
  margin: 0 auto;
}
.service-page .service-2 .content ul li .icon img {
  display: inline-block;
  vertical-align: middle;
}
.service-page .service-2 .content ul li .title {
  line-height: 44px;
}
.service-page .service-2 .content ul li .content {
  margin-top: 0;
  top: -30px;
  left: -1vw;
  right: -1vw;
  opacity: 0;
  background-color: #f3f3f3;
  padding: 50px 20px 41px;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
  text-align: left;
  word-wrap: break-word;
}
.service-page .service-2 .content ul li:hover .content {
  opacity: 1;
}
#new-index-body .init-8 {
  background-color: #f7faff;
  padding: 80px 0;
}
#new-index-body .init-8 .container {
  width: 100%;
}
#new-index-body .init-8 .container .tipsTitle {
  font-weight: 700;
  text-align: center;
}
#new-index-body .init-8 .container .content {
  margin-top: 40px;
}
#new-index-body .init-8 .container .content ul {
  transition-timing-function: linear;
}
#new-index-body .init-8 .container .content ul li .box a.img {
  display: block;
}
#new-index-body .init-8 .container .content ul li .box a.img img {
  width: 100%;
}
#new-index-body .init-8 .container .content .list .swiper{
  height: 760px;
}
#new-index-body .init-8 .container .content .list:last-child {
  margin-top: 30px;
}
#new-index-body .init-8 .container .content .list .swiper li{
  height: 50%;
  padding: 20px;
}
#new-index-body .init-8 .container .content .list .swiper li .box{
  height: 100%;
}
#new-index-body .init-8 .container .content .list .swiper li .box a{
  height: 100%;
  display: block;
}
#new-index-body .init-8 .container .content .list .swiper li:nth-child(2n){
  position: relative;
  left: 100px;
}
#new-index-body .init-8 .container .content .list .swiper li img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#index-body .i-application {
  padding-top: 130px;
}
#index-body .i-application .i-title {
  text-align: center;
}
#index-body .i-application .txt {
  font-size: 18px;
  line-height: 30px;
  max-width: 900px;
  text-align: center;
  margin: 8px auto 108px;
}
#index-body .i-application ul li {
  text-align: center;
  padding-bottom: 40px;
  position: relative;
  cursor: pointer;
}
#index-body .i-application ul li .icon {
  width: 145px;
  height: 145px;
  border-radius: 100%;
  background: #f1f1f1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
  line-height: 145px;
  margin: auto;
}
#index-body .i-application ul li .icon img {
  vertical-align: middle;
  width: 70px;
}
#index-body .i-application ul li h6 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
}
#index-body .i-application ul li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: var(--color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
}
#index-body .i-application ul li.active .icon,
#index-body .i-application ul li:hover .icon {
  background: var(--color);
}
#index-body .i-application ul li.active .icon img,
#index-body .i-application ul li:hover .icon img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
#index-body .i-application ul li.active::after,
#index-body .i-application ul li:hover::after {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
#index-body .i-application .content-box .item.active {
  -webkit-animation: 1s 0.3s fadeInUpSmall both;
  -moz-animation: 1s 0.3s fadeInUpSmall both;
  animation: 1s 0.3s fadeInUpSmall both;
}
#index-body .i-application .content-box .box .content .h5 {
  font-size: 30px;
  font-weight: bold;
  min-height: 6em;
}
#index-body .i-application .content-box .box .content .des {
  font-size: 16px;
  line-height: 30px;
  color: #272727;
  margin: 12px 0 37px;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
#new-index-body .new-init-2 .acc .list li .desc,
#index-body .i-application .content-box .box .desc{
  width: 100%;
  padding: 60px 20px;
  background: rgba(0,0,0,0.6);
  z-index: 3;
}
#new-index-body .new-init-2 .acc .list li .desc table,
#index-body .i-application .content-box .box .desc table{
  display: none;
}
#new-index-body .new-init-2 .acc .list li .desc table:first-child,
#index-body .i-application .content-box .box .desc table:first-child{
  display: block;
}
#new-index-body .new-init-2 .acc .list li .desc table tr,
#index-body .i-application .content-box .box .desc table tr{
  background: #fff !important; 
}
#new-index-body .new-init-2 .acc .list li .desc p,
#index-body .i-application .content-box .box .desc p{
  display: none;
}
#new-index-body .new-init-2 .acc .list li .desc i,
#index-body .i-application .content-box .box .desc i{
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 30px;
  color: #fff;
  z-index: 2;
  cursor: pointer;
}
#index-body .i-application .content-box .item-box{
  margin: -20px;
}
#index-body .i-application .content-box .box{
  padding: 20px;
}
#index-body .i-application .content-box .box .content .mores {
  font-size: 18px;
  color: var(--color);
  text-decoration: underline;
  font-weight: bold;
}
@media screen and (max-width: 1680px) {
  .service-page .service-2 .content ul li .content {
    top: 0;
  }
  #new-index-body .init-8 .container .content .list .swiper{
    height: 49vw;
  }
   #index-body .i-application .content-box .box .content .h5{
    font-size: 22px;
  }
   #new-index-body .new-init-2 .acc .list .box .con h6{
    min-height: 96px;
  }
}
@media screen and (max-width: 1250px) {
  .service-page .service-2 .content {
    margin-top: 80px;
  }
  #new-index-body #Advheader .nav{
    height: 100px;
    line-height: 100px;
  }
}
@media screen and (max-width: 1000px) {
  #new-index-body #Advheader .nav{
    padding: 0;
    height: 70px;
    line-height: 70px;
  }
  #new-index-body .new-init-1 .nr{
    position: initial;
    -webkit-transform: translate(0, 0%);
    -moz-transform: translate(0, 0%);
    -ms-transform: translate(0, 0%);
    transform: translate(0, 0%);
    padding: 20px 0;
  }
  #new-index-body .new-init-1 .top .left h3 {
    font-size: 26px;
    color: #000;
  }
  #new-index-body .new-init-1 .top .left p{
    margin: 15px 0;
    font-size: 18px;
    color: #000;
  }
  .service-page .service-2 .content {
    margin-top: 40px;
  }
  .service-page .service-2 .content ul {
    margin-bottom: -20px;
  }
  .service-page .service-2 .content ul li {
    width: 33.3333%;
    margin-bottom: 20px;
  }
  #index-body .i-application{
    padding-top: 60px;
  }
  #index-body .i-application .txt{
    margin: 10px 0;
  }
   #index-body .i-application ul li {
    width: 25%;
  }
  #index-body .i-application ul li .icon {
    width: 110px;
    height: 110px;
    line-height: 110px;
  }
  #index-body .i-application .content-box .box {
    padding: 60px 20px;
  }
  #index-body .i-application .content-box .box .content {
    padding-left: 20px;
  }
  #index-body .i-application .content-box .box .content .h5 {
    font-size: 20px;
  }
  .flex-4 > *{
    width: 50%;
  }
  .body-overflow-box{
    margin-bottom: 0;
  }
}
@media screen and (max-width: 700px) {
  .service-page .service-2 .content ul li {
    width: 50%;
  }
  #index-body .i-application .content-box .box .img {
    width: 100%;
  }
  #index-body .i-application .content-box .box .content {
    width: 100%;
    padding-left: 0;
  }
  #new-index-body .init-8{
    padding: 30px 0;
  }
  #new-index-body .new-init-1 .top .left a.more{
    padding: 0 1em;
    height: 40px;
    line-height: 40px;
  }
  .font-22 {
    font-size: 16px;
  }
  #new-index-body .new-init-8 .acc .left ul li{
    padding: 0 15px;
  }
  #new-index-body .new-init-8 .acc .left ul li h4 .dot,
  #new-index-body .new-init-8 .acc .left ul li h4 .dot::after{
    background: #000;
  }
  #new-index-body .new-init-8 .acc .left ul li h4{
    font-size: 20px;
    padding: 30px 0;
  }
}
@media screen and (max-width: 500px) {
  .service-page .service-2 .header .title {
    line-height: 1.4;
  }
  .service-page .service-2 .header .con {
    line-height: 1.8;
  }
  .service-page .service-2 .content ul li {
    width: 100%;
  }
  .service-page .service-2 .content ul li .icon {
    width: 130px;
    height: 130px;
    line-height: 130px;
  }
  #new-index-body .init-8 {
    padding: 40px 0;
  }
  #new-index-body .init-8 .container .content {
    margin-top: 20px;
  }
  #new-index-body .init-8 .container .content .list .swiper li{
    padding: 5px;
  }
  #index-body .i-application ul li {
    zoom: 0.5;
  }
  #index-body .i-application .content-box .box .content .h5{
    font-size: 16px;
    min-height: 120px;
  }
  #index-body .i-application .content-box .item-box{
    margin: -10px;
  }
  #index-body .i-application .content-box .box{
    padding: 10px;
  }
  #new-index-body .new-init-2 .acc .list .box .con h6{
    min-height: 120px;
  }
  #new-index-body .new-init-1 .top .left h3 {
    font-size: 20px;
  }
  #new-index-body .new-init-8 .acc .left ul li h4{
    font-size: 16px;
  }
  #new-index-body .new-init-1 .top .left p {
    margin: 10px 0;
    font-size: 15px;
  }
  #index-body .i-application ul li{
    z-index: 1;
    width: 50%;
  }
  #new-index-body .new-init-4 .new-top .left .text p{
    padding-right: 0;
  }
}