@font-face {
  font-family: 'Montserrat-Light';
  src: url(../fonts/Montserrat-Light.ttf) format('truetype'), url(../fonts/Montserrat-Light.otf) format('otf'), url(../fonts/Montserrat-Light.eot) format('eot'), url(../fonts/Montserrat-Light.woff) format('woff'), url(../fonts/Montserrat-Light.woff2) format('woff2');
}
html,
body {
  font-size: 62.5%;
}
body {
  max-width: 1920px;
  position: relative;
  margin: 0 auto;
  font-family: 'Poppins', sans-serif;
}
#new-index-body .container {
  width: 1350px;
  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;
}
#new-index-body .tit31 {
  font-size: 40px;
  font-family: Montserrat;
  font-weight: bold;
  color: #1A1A1A;
  line-height: 1.25;
}
#new-index-body .btnc {
  display: inline-block;
  padding: 14px 45px;
  background: var(--color);
  font-size: 16px;
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
}
#new-index-body .new-init-1 {
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
  z-index: 11;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background-color: white;
}
#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;
  align-items: center;
  padding: 15px 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#new-index-body .new-init-1 .top .content {
  margin-top: 3px;
}
#new-index-body .new-init-1 .top .content 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 .top .content ul li {
  margin-left: 65px;
}
#new-index-body .new-init-1 .top .content ul li .acc {
  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 .top .content ul li .acc p {
  margin-left: 11px;
  font-size: 16px;
  font-family: Montserrat;
  font-weight: 300;
  color: #1A1A1A;
  line-height: 1;
}
#new-index-body .new-init-1.scrollNav {
  background: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
#new-index-body .new-init-1.scrollNav .top {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 0;
}
#new-index-body .new-init-2 {
  background: url(../images/new-init11.jpg) no-repeat top right;
  padding: 145px 0 115px;
}
#new-index-body .new-init-2 .top {
  max-width: 588px;
}
#new-index-body .new-init-2 .top p {
  margin-top: 30px;
  font-size: 18px;
  font-family: Montserrat;
  font-weight: 400;
  color: #1A1A1A;
  line-height: 1.5;
}
#new-index-body .new-init-2 .top .num {
  margin-top: 50px;
}
#new-index-body .new-init-2 .top .num ul {
  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-2 .top .num ul li h2 {
  font-size: 48px;
  font-weight: bold;
  color: var(--color);
  line-height: 0.65;
}
#new-index-body .new-init-2 .top .num ul li h2 sub {
  position: relative;
  font-size: 24px;
  top: -10px;
}
#new-index-body .new-init-2 .top .num ul li h5 {
  font-size: 18px;
  font-weight: 600;
  color: #1A1A1A;
  line-height: 1;
  margin-top: 5px;
}
#new-index-body .new-init-2 .top .img {
  margin-top: 48px;
}
#new-index-body .new-init-3 {
  position: relative;
}
#new-index-body .new-init-3 .top {
  position: relative;
  background: var(--color);
  padding: 38px 208px 29px 78px;
  top: -50px;
}
#new-index-body .new-init-3 .top .left {
  width: 34%;
  vertical-align: bottom;
}
#new-index-body .new-init-3 .top .left .tit4 {
  font-weight: 400;
  font-size: 27px;
  color: #FFFFFF;
  line-height: 1;
}
#new-index-body .new-init-3 .top .left p {
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 23px;
  margin-top: 18px;
  max-width: 289px;
}
#new-index-body .new-init-3 .top .right {
  width: 66%;
  vertical-align: bottom;
}
#new-index-body .new-init-3 .top .right .form ul {
  margin: 0 -28px;
}
#new-index-body .new-init-3 .top .right .form ul li {
  padding: 0 28px;
}
#new-index-body .new-init-3 .top .right .form ul li input[type=text] {
  width: 100%;
  height: 31px;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 1;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  background: transparent;
}
#new-index-body .new-init-3 .top .right .form ul li input::input-placeholder {
  color: #FFFFFF;
}
#new-index-body .new-init-3 .top .right .form ul li input::-webkit-input-placeholder {
  color: #FFFFFF;
}
#new-index-body .new-init-3 .top .right .form ul li input::-moz-placeholder {
  color: #FFFFFF;
}
#new-index-body .new-init-3 .top .right .form ul li input::-moz-placeholder {
  color: #FFFFFF;
}
#new-index-body .new-init-3 .top .right .form ul li input::-ms-input-placeholder {
  color: #FFFFFF;
}
#new-index-body .new-init-3 .top .right .form ul li .acc {
  position: absolute;
  right: 24px;
  bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  cursor: pointer;
}
#new-index-body .new-init-3 .top .right .form ul li .acc span {
  display: block;
  width: 39px;
  height: 29px;
  background: url(../images/new-init21.png) no-repeat center;
}
#new-index-body .new-init-3 .top .right .form ul li .acc input[type=submit] {
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 1;
  text-transform: uppercase;
  margin-left: 11px;
  margin-bottom: 3px;
  background: transparent;
  border: none;
}
#new-index-body .new-init-3 .top .right .form ul li:nth-child(4) {
  margin-top: 24px;
}
#new-index-body .new-init-4 {
  padding-bottom: 67px;
}
#new-index-body .new-init-4 .list {
  margin-top: 35px;
}
#new-index-body .new-init-4 .list .img-box {
  position: relative;
  overflow: hidden;
  max-width: 430px;
  margin: 0 auto;
}
#new-index-body .new-init-4 .list .img-box span {
  position: absolute;
  left: 0;
  top: 54px;
  font-weight: 400;
  font-size: 32px;
  color: #fff;
  line-height: 1;
  padding: 0 40px;
  width: 100%;
  z-index: 11;
}
#new-index-body .new-init-4 .list .img-box .con {
  position: absolute;
  left: 0;
  top: 82%;
  width: 100%;
  padding: 0 40px;
  z-index: 11;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#new-index-body .new-init-4 .list .img-box .con .tit41 {
  font-weight: 500;
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
}
#new-index-body .new-init-4 .list .img-box .con .cona {
  margin: 25px 0 20px;
  font-size: 14px;
  color: #fff;
  line-height: 1.7;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#new-index-body .new-init-4 .list .img-box .con .btn {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
#new-index-body .new-init-4 .list .img-box::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#new-index-body .new-init-4 .list .img-box:hover .con {
  top: 45%;
}
#new-index-body .new-init-4 .list .img-box:hover .con .cona,
#new-index-body .new-init-4 .list .img-box:hover .con .btn {
  opacity: 1;
}
#new-index-body .new-init-4 .list .img-box:hover::after {
  opacity: 1;
}
#new-index-body .new-init-5 {
  background: #FFF6F6;
  padding: 50px 0;
}
#new-index-body .new-init-5 .options {
  margin-top: 28px;
}
#new-index-body .new-init-5 .options ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#new-index-body .new-init-5 .options ul li {
  margin: 0 20px;
  padding: 15px 35px;
  background: transparent;
  text-transform: uppercase;
  font-size: 16px;
  color: #1A1A1A;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#new-index-body .new-init-5 .options ul li.active,
#new-index-body .new-init-5 .options ul li:hover {
  background: var(--color);
  color: #fff;
}
#new-index-body .new-init-5 .content {
  margin-top: 37px;
}
#new-index-body .new-init-5 .content .img {
  text-align: center;
  background: #fff;
}
#new-index-body .new-init-5 .content .tit51 {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.71;
  text-transform: uppercase;
  color: #171616;
  margin-top: 17px;
  padding: 0 15px;
}
#new-index-body .new-init-6 .top {
  position: relative;
  padding: 65px 0;
}
#new-index-body .new-init-6 .top .acc {
  position: absolute;
  right: 75px;
  top: 10px;
}
#new-index-body .new-init-6 .top .left {
  width: 44.3%;
}
#new-index-body .new-init-6 .top .right {
  width: 55.7%;
  padding-left: 85px;
}
#new-index-body .new-init-6 .top .right .tit31 {
  margin-bottom: 25px;
}
#new-index-body .new-init-6 .top .right p {
  font-size: 18px;
  color: #1A1A1A;
  line-height: 1.5;
  font-weight: 400;
}
#new-index-body .new-init-6 .top .right .num ul li {
  margin-top: 28px;
}
#new-index-body .new-init-6 .top .right .num ul li h2 {
  font-size: 48px;
  font-weight: bold;
  color: var(--color);
  line-height: 0.65;
}
#new-index-body .new-init-6 .top .right .num ul li h2 sub {
  position: relative;
  top: -10px;
  font-size: 24px;
}
#new-index-body .new-init-6 .top .right .num ul li h5 {
  font-size: 18px;
  font-weight: 500;
  color: #1A1A1A;
  line-height: 1;
}
#new-index-body .new-init-6 .top .right .btn {
  margin-top: 35px;
}
#new-index-body .new-init-6 .top .right .btn .btnc {
  padding: 15px 26px;
}
#new-index-body .new-init-7 {
  position: relative;
  background: #FFF6F6;
  padding: 44px 0 56px;
}
#new-index-body .new-init-7 p {
  font-size: 18px;
  color: #1A1A1A;
  line-height: 1.5;
  font-weight: 400;
  max-width: 617px;
  margin: 0 auto;
  margin-top: 20px;
  text-align: center;
}
#new-index-body .new-init-7 .list {
  text-align: center;
}
#new-index-body .new-init-7 .list .swiper-slide {
  margin-top: 39px !important;
}
#new-index-body .new-init-7 .list .swiper-slide .tit51 {
  font-size: 18px;
  color: #171616;
  line-height: 1.5;
  font-weight: 500;
  margin-top: 15px;
  padding: 0 15px;
}
#new-index-body .new-init-8 {
  padding: 38px 0;
  background: var(--color);
}
#new-index-body .new-init-8 ul {
  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-8 ul li {
  text-align: center;
}
#new-index-body .new-init-8 ul li h2 {
  font-weight: 600;
  font-size: 60px;
  color: #fff;
  line-height: 1;
}
#new-index-body .new-init-8 ul li p {
  font-weight: 400;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1;
  margin: 9px 0 12px;
}
#new-index-body .new-init-8 ul li h4 {
  font-weight: 400;
  font-size: 24px;
  color: #ffffff;
  line-height: 1;
}
#new-index-body .new-init-9 {
  padding: 45px 0;
}
#new-index-body .new-init-9 .list {
  margin-top: 35px;
  text-align: center;
}
#new-index-body .new-init-10 {
  background: #FFF6F6;
  padding: 52px 0 61px;
}
#new-index-body .new-init-10 .top .left {
  width: 44.3%;
}
#new-index-body .new-init-10 .top .right {
  width: 55.7%;
  padding-left: 84px;
  margin-top: 35px;
}
#new-index-body .new-init-10 .top .right p {
  font-size: 18px;
  color: #1A1A1A;
  line-height: 1.5;
  font-weight: 400;
  margin-top: 20px;
  max-width: 585px;
}
#new-index-body .new-init-10 .top .right .box ul li {
  margin-top: 19px;
  vertical-align: middle;
}
#new-index-body .new-init-10 .top .right .box ul li .acc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#new-index-body .new-init-10 .top .right .box ul li .acc .img {
  text-align: center;
  width: 44px;
}
#new-index-body .new-init-10 .top .right .box ul li .acc span {
  display: block;
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
  margin-left: 30px;
  max-width: 190px;
}
#new-index-body .new-init-10 .top .right .btn {
  margin-top: 25px;
}
#new-index-body .new-init-11 .tit31 {
  font-weight: 400;
}
#new-index-body .new-init-11 .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-11 .top .left {
  width: 600px;
  text-align: left;
}
#new-index-body .new-init-11 .top .left ul {
  margin-top: 7px;
}
#new-index-body .new-init-11 .top .left ul li .tit41 {
  position: relative;
  font-weight: 500;
  font-size: 23px;
  color: #111111;
  line-height: 1.5;
  padding-right: 35px;
  cursor: pointer;
}
#new-index-body .new-init-11 .top .left ul li .tit41::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: url(../images/new-bann3.png) no-repeat center var(--color);
}
#new-index-body .new-init-11 .top .left ul li .text {
  display: none;
  font-size: 16px;
  color: #565656;
  line-height: 1.625;
  margin-top: 20px;
}
#new-index-body .new-init-11 .top .right p {
  font-size: 16px;
  color: #565656;
  line-height: 1;
  font-weight: 300;
  margin-top: 12px;
}
#new-index-body .new-init-11 .top .right .form {
  width: 491px;
}
#new-index-body .new-init-11 .top .right .form ul {
  padding-top: 16px;
  margin: 0 -18px;
}
#new-index-body .new-init-11 .top .right .form ul li {
  padding: 0 18px;
}
#new-index-body .new-init-11 .top .right .form ul li input[type=text] {
  width: 100%;
  height: 43px;
  border: none;
  border-bottom: 1px solid #C9C9C9;
  font-size: 18px;
  color: #565656;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 5px;
}
#new-index-body .new-init-11 .top .right .form ul li input[type=submit] {
  width: 124px;
  height: 44px;
  background: var(--color);
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
  margin-top: 18px;
  border: none;
}
#new-index-body .new-init-11 .top .right .form ul li:nth-child(4) input[type=text] {
  height: 75px;
}
#new-index-body .new-init-11 .footer-bottom {
  padding-bottom: 25px;
}
#new-index-body .new-init-11 .footer-bottom .bottom-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#new-index-body .new-init-11 .footer-bottom .bottom-box p {
  font-size: 16px;
  color: #404040;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  opacity: 0.6;
}
#new-index-body .new-init-11 .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-11 .footer-bottom .bottom-box p img {
  display: inline-block;
  max-height: 16px;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  margin: 0 5px;
}
.more_cont:before {
  background-color: #fff;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: scaleX(0);
  -ms-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -o-transform: scaleX(0);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.more_cont:hover:before {
  transform: scaleX(1);
  -ms-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -o-transform: scaleX(1);
}
#Pop_UpsBtn {
  display: none !important;
}
#pups_from form ul li input[type="submit"] {
  background: var(--color) !important;
}
#pups_from i.close:hover {
  background: var(--color) !important;
}
#banner li .content .left .text {
  font-size: 20px;
}
@media screen and (max-width: 1350px) {
  #new-index-body .container {
    width: 1100px!important;
  }
  #new-index-body .new-init-3 .top {
    padding-left: 20px;
  }
  #new-index-body .new-init-4 .list .img-box .con .tit41 {
    font-size: 24px;
  }
  #new-index-body .new-init-4 .list .img-box .con {
    padding: 0 20px;
  }
  #new-index-body .new-init-4 .list .img-box .con .cona {
    margin: 10px 0;
  }
  #new-index-body .new-init-6 .top .right {
    padding-left: 40px;
  }
  #new-index-body .tit31 {
    font-size: 36px;
  }
  #new-index-body .new-init-6 .top .right .num ul li h2 {
    font-size: 40px;
  }
  #new-index-body .new-init-4 .list .img-box span {
    padding: 0 20px;
  }
  #new-index-body .new-init-8 ul li h2 {
    font-size: 40px;
  }
  #new-index-body .new-init-10 .top .right {
    padding-left: 30px;
  }
  #new-index-body .new-init-11 .top .left {
    padding-right: 40px;
  }
}
@media screen and (max-width: 1100px) {
  #mobile {
    display: block;
  }
  #banner {
    margin-top: 0;
  }
  #header {
    display: none;
  }
  #new-index-body .container {
    width: 972px!important;
  }
  #new-index-body .new-init-2 .ads {
    display: block!important;
  }
  #new-index-body .new-init-2 {
    background: #fff;
    padding: 119px 0 50px;
  }
  #new-index-body .new-init-2 .top {
    max-width: 100%;
  }
  #new-index-body .new-init-3 .top {
    top: 0;
  }
  #new-index-body .new-init-3 .top .left {
    width: 100%;
  }
  #new-index-body .new-init-3 .top .left p {
    max-width: 100%;
  }
  #new-index-body .new-init-3 .top .right {
    width: 100%;
    margin-top: 30px;
  }
  #new-index-body .new-init-4 {
    padding: 70px 0;
  }
  #new-index-body .new-init-1 .top .content {
    display: none;
  }
  #new-index-body .new-init-1 .top {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 972px) {
  #new-index-body .container {
    width: 100%!important;
  }
  #new-index-body .new-init-3 .top {
    padding: 30px;
  }
  #new-index-body .new-init-3 .top .right .form ul li .acc {
    position: static;
    margin-top: 20px;
  }
  #new-index-body .new-init-6 .top .left,
  #new-index-body .new-init-10 .top .left {
    width: 100%;
  }
  #new-index-body .new-init-6 .top .right,
  #new-index-body .new-init-10 .top .right {
    padding-right: 0;
    margin-top: 30px;
    width: 100%;
    padding-left: 0;
  }
  #new-index-body .new-init-8 ul li h2 {
    font-size: 32px;
  }
  #new-index-body .new-init-8 ul li h4 {
    font-size: 20px;
  }
  #new-index-body .new-init-10 .top .right p {
    max-width: 100%;
  }
  #new-index-body .new-init-11 .top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #new-index-body .new-init-11 .top .left {
    width: 100%;
    padding: 0;
  }
  #new-index-body .new-init-11 .top .right {
    width: 100%;
    margin-top: 30px;
  }
  #new-index-body .new-init-11 .top .right .form {
    width: 100%;
  }
  #new-index-body .new-init-11 .footer-bottom .bottom-box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  #new-index-body .tit31 {
    font-size: 32px;
  }
  #new-index-body .new-init-2 .top p {
    font-size: 16px;
    margin-top: 15px;
  }
  #new-index-body .new-init-2 .top .num ul li h2 {
    font-size: 32px;
  }
  #new-index-body .new-init-2 .top .num ul li h2 sub {
    font-size: 18px;
  }
  #new-index-body .new-init-2 .top .num,
  #new-index-body .new-init-2 .top .img {
    margin-top: 30px;
  }
  #new-index-body .new-init-3 .top .right .form ul li {
    margin-top: 20px!important;
  }
  #new-index-body .new-init-3 .top .right {
    margin-top: 0;
  }
  #new-index-body .new-init-4 {
    padding: 50px 0;
  }
  #new-index-body .new-init-5 .options ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #new-index-body .new-init-5 .options ul li {
    font-size: 16px;
    padding: 10px 20px;
    margin: 10px;
  }
  #new-index-body .new-init-6 .top .right .tit31 {
    margin-bottom: 15px;
  }
  #new-index-body .new-init-6 .top .right p {
    font-size: 16px;
  }
  #new-index-body .new-init-6 .top .right .num ul li h2 {
    font-size: 30px;
  }
  #new-index-body .new-init-7 p {
    margin-top: 15px;
    font-size: 16px;
  }
  #new-index-body .new-init-8 ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #new-index-body .new-init-8 ul li {
    width: 50%;
    margin: 15px 0;
  }
  #new-index-body .new-init-10 .top .right p {
    font-size: 16px;
  }
  #new-index-body .new-init-11 .top .left ul li .tit41 {
    font-size: 20px;
    line-height: 1.3;
  }
  #new-index-body p {
    line-height: 1.3 !important;
  }
  #new-index-body .new-init-3 {
    margin-top: 50px;
  }
  #banner li .content {
    display: none !important;
  }
  .pc {
    display: block;
  }
  #new-index-body .new-init-11 .top .right,#new-index-body .new-init-12 .top .right {
    padding-left: 0 !important;
  }
  #new-index-body .new-init-6 .top .right .num ul li {
    width: 50% !important;
  }
  #new-index-body .new-init-3 {
    display: none;
  }
}
@media screen and (max-width: 450px) {
  #new-index-body .tit31 {
    font-size: 24px;
  }
  #new-index-body .new-init-2 .top .num ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #new-index-body .new-init-2 .top .num ul li {
    width: 100%;
    margin: 15px 0;
  }
  #new-index-body .new-init-3 .top .left .tit4 {
    font-size: 24px;
  }
  #new-index-body .new-init-3 .top {
    padding: 20px;
  }
  #new-index-body .new-init-2 .top .num {
    margin-top: 10px;
  }
  #new-index-body .new-init-2 .top .img {
    margin-top: 10px;
  }
  #new-index-body .new-init-4 .list .img-box .con .tit41 {
    font-size: 20px;
  }
  #new-index-body .new-init-4 .list .img-box span {
    font-size: 20px;
  }
  #new-index-body .new-init-6 .top .right .num ul li h5 {
    font-size: 16px;
  }
  #new-index-body .btnc {
    font-size: 14px;
    padding: 10px 20px;
  }
  #new-index-body .new-init-8 ul li h2 {
    font-size: 24px;
  }
  #new-index-body .new-init-8 ul li p {
    font-size: 14px;
  }
  #new-index-body .new-init-8 ul li h4 {
    font-size: 16px;
  }
}
@-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;
}

#new-index-body .new-init-12 {
  padding: 100px 0
}
#new-index-body .new-init-12 .top .left {
  width: 40%;
  text-align: center;
  vertical-align: middle;
}
#new-index-body .new-init-12 .top .right {
  width: 60%;
  vertical-align: middle;
  padding-left: 40px;
}
#new-index-body .new-init-12 .top .right h4 {
  font-size: 30px;
  font-weight: bold;
  color: #000;
  line-height: 1.3;
}
#new-index-body .new-init-12 .top .right h4 span {
  color: var(--color);
}
#new-index-body .new-init-12 .top .right .con {
  margin-top: 20px;
  max-height: 350px;
  overflow: auto;
}
#new-index-body .new-init-12 .top .right .con h5,
#new-index-body .new-init-12 .top .right .con h6 {
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  font-weight: 400;
  margin-bottom: 20px;
}
#new-index-body .new-init-12 .top .right .con ul li {
  font-size: 16px;
  line-height: 2;
  color: #000;
}

#new-index-body .new-init-12 .top .right p.tag {
  font-size: 16px;
  color: var(--color);
  line-height: 1.5;
  margin-top: 20px;
}

#new-index-body .new-init-12 .top .right .btn {
  margin-top: 20px;
}

#new-index-body .new-init-12 .top .right .btn a {
display: inline-block;
    padding: 12px 30px;
    background: var(--color);
    border-radius: 20px;
    font-size: 16px;
    font-family: Montserrat;
    font-weight: bold;
    color: #FFFFFF;
    text-transform: uppercase;
}
#banner li .content {
  top: 35%;
}
#new-index-body .new-init-12 .swiper-pagination {
  position: static;
  margin-top: 30px;
}
.swiper-pagination-bullet-active {
  background-color: var(--color) !important;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23644628'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23644628'%2F%3E%3C%2Fsvg%3E");
}
#new-index-body .new-init-70 {
  position: relative;
  background: #D6DFE6;
}

#new-index-body .new-init-70 .top {
  padding: 42px 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#new-index-body .new-init-70 .top .left {
  width: 61.5%;
}
#new-index-body .new-init-70 .top .left ul li .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: 14px 18px 14px 30px;
  background: var(--color);
}
#new-index-body .new-init-70 .top .left ul li .acc h4 {
  font-size: 16px;
  font-family: Montserrat;
  font-weight: bold;
  color: #F9FAFB;
  line-height: 1;
  text-transform: uppercase;
}
#new-index-body .new-init-70 .top .left ul li .text {
  padding: 12px 12px 12px 30px;
  background: #949391;
  font-size: 16px;
  font-family: Montserrat;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1.6;
}
#new-index-body .new-init-70 .top .right {
  width: 48.5%;
  padding-left: 50px;
}
#new-index-body .new-init-70 .top .right .form {
  max-width: 392px;
  background: var(--color);
  padding: 25px 44px 14px;
}
#new-index-body .new-init-70 .top .right .form .avv {
  max-width: 289px;
  text-align: center;
  margin: 0 auto;
}
#new-index-body .new-init-70 .top .right .form .avv h3 {
  font-size: 36px;
  font-family: Montserrat;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1;
  text-transform: uppercase;
}
#new-index-body .new-init-70 .top .right .form .avv p {
  margin-top: 10px;
  font-size: 14px;
  font-family: Montserrat;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 1.6;
}
#new-index-body .new-init-70 .top .right .form ul li {
  margin-top: 18px;
  width: 100%;
}
#new-index-body .new-init-70 .top .right .form ul li input[type=text] {
  width: 100%;
  height: 52px;
  border: 1px solid #FFFFFF;
  background: transparent;
  font-size: 14px;
  font-family: Montserrat;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 1;
  padding-left: 20px;
}
#new-index-body .new-init-70 .top .right .form ul li input[type=submit] {
  width: 139px;
  height: 40px;
  background: #FFFFFF;
  border-radius: 20px;
  font-size: 18px;
  font-family: Montserrat;
  font-weight: bold;
  color: var(--color);
  line-height: 1;
  text-transform: uppercase;
  border: none;
}
#new-index-body .new-init-70 .top .right .form ul li ::-webkit-input-placeholder {
  /* WebKit browsers，webkit内核浏览器 */
  color: #fff;
}
#new-index-body .new-init-70 .top .right .form ul li :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
}
#new-index-body .new-init-70 .top .right .form ul li ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
}
#new-index-body .new-init-70 .top .right .form ul li :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #fff;
}
#new-index-body .new-init-70 .top .right .form ul li:last-child {
  margin-top: 13px;
}
#new-index-body .new-init-70 .footer-bottom {
  padding: 20px 0;
  background: #CED7DE;
}
#new-index-body .new-init-70 .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-70 .footer-bottom .bottom-box p {
  font-size: 16px;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Montserrat';
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  opacity: 0.8;
}
#new-index-body .new-init-70 .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-70 .footer-bottom .bottom-box p img {
  display: inline-block;
  max-height: 16px;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  margin: 0 5px;
}
@media screen and (max-width: 1850px) {
  #new-index-body .new-init-70 .pro-naz {
    right: 0
  }
}

@media screen and (max-width: 1500px) {
  #new-index-body .new-init-70 .pro-naz {
    position: static;
  }
  #new-index-body .new-init-70 .pro-naz ul {
    display: flex;
    padding-top: 40px;
    flex-wrap: wrap
  }
  #new-index-body .new-init-70 .pro-naz ul li {
    margin: 10px;
  }
}
@media screen and (max-width: 972px) {
  #new-index-body .new-init-70 .top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #new-index-body .new-init-70 .top .right,
  #new-index-body .new-init-70 .top .left {
    width: 100%;
    padding: 0;
  }
  #new-index-body .new-init-70 .top .right {
    margin-top: 30px;
  }
  #new-index-body .new-init-70 .top .right .form {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #new-index-body .new-init-70 .top .right .form .avv h3 {
    font-size: 32px;
  }
}
@media screen and (max-width: 450px) {
  #new-index-body .new-init-70 .top .left ul li .acc,
  #new-index-body .new-init-70 .top .left ul li .text {
    padding-left: 12px;
  }
  #new-index-body .title2 h3,
  #new-index-body .new-init-70 .top .right .form .avv h3 {
    font-size: 24px;
  }
  #new-index-body .new-init-70 .top .right .form {
    padding: 20px;
  }
  #new-index-body .new-init-70 .footer-bottom .bottom-box p {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}