@font-face {
  font-family: 'Jost';
  src: url('../fonts/Jost-Regular.eot') format('eot'), url('../fonts/Jost-Regular.woff2') format('woff2'), url('../fonts/Jost-Regular.woff') format('woff'), url('../fonts/Jost-Regular.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Rubik';
  src: url('../fonts/Rubik-Light.eot') format('eot'), url('../fonts/Rubik-Light.woff2') format('woff2'), url('../fonts/Rubik-Light.woff') format('woff'), url('../fonts/Rubik-Light.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: 'Rubik';
  src: url('../fonts/Rubik-Regular.eot') format('eot'), url('../fonts/Rubik-Regular.woff2') format('woff2'), url('../fonts/Rubik-Regular.woff') format('woff'), url('../fonts/Rubik-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}
html,
body {
  font-size: 62.5%;
}
body {
  max-width: 1920px;
  position: relative;
  margin: 0 auto;
  font-family: 'Rubik';
  font-weight: 300;
}
.container {
  width: 1590px;
  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 {
  position: relative;
}
#new-index-body .new-init-1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
#new-index-body .new-init-1 .container {
  width: 1870px;
}
#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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 24px 0;
}
#new-index-body .new-init-1 .top p {
  font-size: 16px;
  font-weight: 400;
  color: #8E8E8E;
  line-height: 1;
}
#new-index-body .new-init-1 .top .con 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 .con ul li {
  margin-left: 70px;
}
#new-index-body .new-init-1 .top .con ul li .acc {
  position: relative;
  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 .con ul li .acc .img {
  margin-right: 11px;
}
#new-index-body .new-init-1 .top .con ul li:nth-child(2) .acc::after {
  content: '';
  position: absolute;
  left: -30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 3px;
  height: 15px;
  background: #8E8E8E;
  opacity: 0.44;
}
#new-index-body .new-init-2 {
  position: fixed;
  top: 67px;
  left: 0;
  width: 100%;
  background: #ffffff;
  z-index: 111;
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
}
#new-index-body .new-init-2 .container {
  width: 1870px;
}
#new-index-body .new-init-2 .top {
  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: 26px 0;
}
#new-index-body .new-init-2 .top .menu 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-2 .top .menu ul li {
  margin: 0 22px;
}
#new-index-body .new-init-2 .top .menu ul li .xun {
  background: #ff8b00;
  padding: 12px 20px;
  font-size: 16px;
  line-height: 1;
  color: #ffffff;
  cursor: pointer;
  font-weight: 500;

}
#new-index-body .new-init-2 .top .menu ul li p {
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  line-height: 1;
  -webkit-transition: 0.2s all linear;
  transition: 0.2s all linear;
  cursor: pointer;
}
#new-index-body .new-init-2 .top .menu ul li p:hover {
  color: #ff8b00;
}
#new-index-body .new-init-2.active {
  top: 0;
  transition: 0.3s ease-in;
  -webkit-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  -ms-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  -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-3 {
  background: url(/fuxing-tex/2024/04/12/banner-1.jpg) no-repeat center;
  padding-top: 166px;
}
#new-index-body .new-init-3 .container {
  width: 100% !important;
  padding: 0;
}
#new-index-body .new-init-3 .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-3 .top .left {
  margin-top: 155px;
  padding-left: 11.375%;
}
#new-index-body .new-init-3 .top .left .tit3 {
  font-size: 66px;
  font-weight: bold;
  color: #ff8b00;
  line-height: 1;
  text-transform: uppercase;
}
#new-index-body .new-init-3 .top .left .tit3 span {
  color: #f5f5f5;
}
#new-index-body .new-init-3 .top .left ul {
  margin-top: 25px;
}
#new-index-body .new-init-3 .top .left ul li {
  position: relative;
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding-left: 36px;
}
#new-index-body .new-init-3 .top .left ul li::after {
  content: '';
  position: absolute;
  left: 11px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
  height: 12px;
  background: #F7AC00;
}
#new-index-body .new-init-3 .top .left ul li:last-child {
  margin-bottom: 0;
}
#new-index-body .new-init-3 .top .right .form {
  padding: 35px 42px 31px;
  background: #ff8b00;
  text-align: center;
  max-width: 573px;
}
#new-index-body .new-init-3 .top .right .form .tit3 {
  font-size: 30px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 1;
  opacity: 0.9;
}
#new-index-body .new-init-3 .top .right .form p {
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 24px;
  opacity: 0.6;
  margin-top: 15px;
}
#new-index-body .new-init-3 .top .right .form ul {
  margin-top: 34px;
}
#new-index-body .new-init-3 .top .right .form ul li {
  margin-bottom: 25px;
}
#new-index-body .new-init-3 .top .right .form ul li label {
  position: relative;
  display: block;
  width: 100%;
  height: 52px;
  background: #FFFFFF;
}
#new-index-body .new-init-3 .top .right .form ul li label span {
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 16px;
  font-weight: 500;
  color: #B8B7B7;
  line-height: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#new-index-body .new-init-3 .top .right .form ul li label span.active {
  top: 5px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
#new-index-body .new-init-3 .top .right .form ul li label span.active ~ input[type=text] {
  opacity: 1;
}
#new-index-body .new-init-3 .top .right .form ul li label input[type=text] {
  position: absolute;
  left: 0;
  bottom: 0;
  border: none;
  width: 100%;
  height: 35px;
  font-size: 16px;
  font-weight: 500;
  color: #B8B7B7;
  background: transparent;
  line-height: 30px;
  padding-left: 19px;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#new-index-body .new-init-3 .top .right .form ul li label textarea {
  position: absolute;
  left: 0;
  bottom: 0;
  border: none;
  width: 100%;
  height: 140px;
  font-size: 16px;
  font-weight: 500;
  color: #B8B7B7;
  background: transparent;
  line-height: 2;
  padding-left: 19px;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#new-index-body .new-init-3 .top .right .form ul li label ::-webkit-input-placeholder {
  /* WebKit browsers，webkit内核浏览器 */
  color: #B8B7B7;
}
#new-index-body .new-init-3 .top .right .form ul li label :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #B8B7B7;
}
#new-index-body .new-init-3 .top .right .form ul li label ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #B8B7B7;
}
#new-index-body .new-init-3 .top .right .form ul li label :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #B8B7B7;
}
#new-index-body .new-init-3 .top .right .form ul li input[type=submit] {
  width: 100%;
  height: 59px;
  background: #3A3A3A;
  border: none;
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  text-transform: uppercase;
  line-height: 1;
  margin-top: 9px;
}
#new-index-body .new-init-3 .top .right .form ul li:nth-child(4) label {
  height: 159px;
}
#new-index-body .new-init-3 .top .right .form ul li:nth-child(4) label span {
  top: 20px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
#new-index-body .new-init-3 .top .right .form ul li.active label span {
  top: 7px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
#new-index-body .new-init-3 .top .right .form ul li:last-child {
  margin-bottom: 0;
}
#new-index-body .new-init-3 .top .right .form ul li.active label input[type=text],
#new-index-body .new-init-3 .top .right .form ul li.active label textarea {
  opacity: 1;
}
#new-index-body .new-init-4 {
  padding: 103px 0 85px;
}
#new-index-body .new-init-4 .container {
  width: 1260px;
}
#new-index-body .new-init-4 p {
  font-size: 20px;
  font-weight: 500;
  color: #8E8E8E;
  line-height: 1.5;
}
#new-index-body .new-init-4 p span {
  color: #3A3A3A;
}
#new-index-body .new-init-4 ul {
  margin-top: 75px;
  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-4 ul li {
  text-align: center;
}
#new-index-body .new-init-4 ul li .tit2 {
  font-size: 56px;
  font-weight: 500;
  color: #ff8b00;
  line-height: 1;
}
#new-index-body .new-init-4 ul li .tit2 sub {
  display: inline-block;
  position: relative;
  top: -15px;
  font-size: 16px;
  line-height: 1;
}
#new-index-body .new-init-4 ul li p {
  color: #3A3A3A;
  margin-top: 5px;
  font-weight: 500;
}
#new-index-body .new-init-4 ul li:nth-child(1) .tit2 sub {
  opacity: 0;
}
#new-index-body .new-init-5 {
  background: url(../images/new-init51.jpg) no-repeat center #fff7ec;
  padding: 95px 0 75px;
  text-align: center;
}
#new-index-body .new-init-5 .xun {
  background: #ff8b00;
  padding: 12px 20px;
  font-size: 16px;
  line-height: 1;
  color: #ffffff;
  cursor: pointer;
  font-weight: 500;
  margin-top: 80px;
  display: inline-block;

}
#new-index-body .new-init-5 .new-title {
  text-align: center;
}
#new-index-body .new-init-5 .new-title .tit3 {
  font-size: 36px;
  font-weight: bold;
  color: #3A3A3A;
  line-height: 1;
}
#new-index-body .new-init-5 .new-title p {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  line-height: 28px;
  opacity: 0.7;
  margin-top: 32px;
  padding: 0 65px;
}
#new-index-body .new-init-5 .list {
  margin-top: 32px;
  padding-bottom: 70px;
}
#new-index-body .new-init-5 .list ul li {
  margin-top: 30px;
}
#new-index-body .new-init-5 .list .swiper-button-prev,
#new-index-body .new-init-5 .list .swiper-button-next {
  width: 45px;
    height: 45px;
    background: url(../images/new-bann6.png) no-repeat center  #FFEAC0;
    cursor: pointer;
    opacity: 1;
    top: 47%
}
#new-index-body .new-init-5 .list .swiper-button-prev {
  transform: rotate(-90deg);
  left: 0
}
#new-index-body .new-init-5 .list .swiper-button-next {
  transform: rotate(90deg);
  right: 0
}
#new-index-body .new-init-5 .list .swiper-pagination {
  bottom: 0
}
#new-index-body .new-init-5 .list .swiper-pagination span.swiper-pagination-bullet-active {
  background: #ff8b00
}
#new-index-body .new-init-5 .list ul li .box {
  max-width: 352px;
  margin: 0 auto;
  text-align: center;
}
#new-index-body .new-init-5 .list ul li .box .img-box {
  background: #ffffff
}
#new-index-body .new-init-5 .list ul li .box .tit4 {
  font-size: 14px;
  font-weight: 500;
  color: #3A3A3A;
  line-height: 24px;
  margin-top: 17px;
  text-transform: uppercase;
}
#new-index-body .new-init-6 {
  padding: 60px 0 88px;
}
#new-index-body .new-init-6 .top .img {
  position: relative;
  width: 44.29%;
}
#new-index-body .new-init-6 .top .img span.play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  height: 58px;
    width: 58px;
    background: #ff8b00;
    font-size: 20px;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
#new-index-body .new-init-6 .top .right {
  width: 55.71%;
  padding-left: 86px;
}
#new-index-body .new-init-6 .top .right .tit3 {
  font-size: 36px;
  font-weight: bold;
  color: #3A3A3A;
  line-height: 1;
}
#new-index-body .new-init-6 .top .right .tit3 span {
  color: #ff8b00;
}
#new-index-body .new-init-6 .top .right p.ac {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  line-height: 28px;
  opacity: 0.7;
  margin-top: 20px;
}
#new-index-body .new-init-6 .top .right .btn {
  display: inline-block;
  background: #ff8b00;
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 1;
  text-transform: uppercase;
  padding: 13px 21.5px;
  cursor: pointer;
  margin-top: 25px;
}
#new-index-body .new-init-6 .top .right .con {
  padding-top: 10px;
}
#new-index-body .new-init-6 .top .right .con ul li {
  margin-top: 30px;
}
#new-index-body .new-init-6 .top .right .con ul li .tit4 {
  font-size: 18px;
  font-weight: bold;
  color: #3A3A3A;
  line-height: 1;
  margin: 22px 0 15px;
}
#new-index-body .new-init-6 .top .right .con ul li p {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  line-height: 24px;
  opacity: 0.7;
  max-width: 310px;
}
#new-index-body .new-init-7 {
  position: relative;
  z-index: 11;
  padding-top: 90px;
}
#new-index-body .new-init-7 .new-title {
  text-align: center;
}
#new-index-body .new-init-7 .new-title .tit3 {
  font-size: 36px;
  font-weight: bold;
  color: #3A3A3A;
  line-height: 1;
}
#new-index-body .new-init-7 .new-title p {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  line-height: 28px;
  opacity: 0.7;
  margin-top: 35px;
  padding: 0 35px;
}
#new-index-body .new-init-7 .list {
  margin-top: 68px;
}
#new-index-body .new-init-7::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 484px;
  background: #F8F8F8;
  width: 100%;
  z-index: -1;
}
#new-index-body .new-init-8 {
  padding: 90px 0 113px;
}
#new-index-body .new-init-8 .new-title {
  text-align: center;
}
#new-index-body .new-init-8 .new-title .tit3 {
  font-size: 36px;
  font-weight: bold;
  color: #3A3A3A;
  line-height: 1;
}
#new-index-body .new-init-8 .new-title p {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  line-height: 28px;
  opacity: 0.7;
  margin-top: 32px;
  padding: 0 22px;
}
#new-index-body .new-init-8 .top {
  margin-top: 72px;
}
#new-index-body .new-init-8 .top ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -17px -19.5px;
}
#new-index-body .new-init-8 .top ul li {
  padding: 17px 19.5px;
}
#new-index-body .new-init-9 {
  background: url(../images/new-init91.jpg) no-repeat center;
  padding-bottom: 46px;
}
#new-index-body .new-init-9 .top .left {
  width: 59%;
  vertical-align: bottom;
}
#new-index-body .new-init-9 .top .left .box {
  max-width: 815px;
}
#new-index-body .new-init-9 .top .left .box .tit3 {
  font-size: 48px;
  font-weight: bold;
  color: #3A3A3A;
  line-height: 1;
  margin-bottom: 25px;
}
#new-index-body .new-init-9 .top .left .box .tit3 span {
  color: #ff8b00;
}
#new-index-body .new-init-9 .top .left .box p.az {
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  line-height: 32px;
  opacity: 0.9;
  max-width: 720px;
}
#new-index-body .new-init-9 .top .left .box .new-f-logo {
  margin-top: 30px;
  padding-bottom: 44px;
  border-bottom: 1px solid rgba(38, 38, 38, 0.1);
}
#new-index-body .new-init-9 .top .left .box .bottom-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 15px;
}
#new-index-body .new-init-9 .top .left .box .bottom-box p {
  font-size: 16px;
  color: #445469;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#new-index-body .new-init-9 .top .left .box .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-9 .top .left .box .bottom-box p img {
  display: inline-block;
  max-height: 30px;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  opacity: 0.8;
}
#new-index-body .new-init-9 .top .right {
  width: 41%;
  vertical-align: bottom;
}
#new-index-body .new-init-9 .top .right .form {
  position: relative;
  padding: 35px 42px 31px;
  background: #ff8b00;
  text-align: center;
  max-width: 640px;
}
#new-index-body .new-init-9 .top .right .form .new-top {
  position: absolute;
  right: 0;
  top: -19px;
  width: 66px;
  height: 66px;
  background: url(../images/new-bann6.png) no-repeat center #FFEAC0;
  cursor: pointer;
}
#new-index-body .new-init-9 .top .right .form .tit3 {
  font-size: 30px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1;
  text-align: left;
}
#new-index-body .new-init-9 .top .right .form p {
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 24px;
  opacity: 0.6;
  margin-top: 40px;
  text-align: left;
}
#new-index-body .new-init-9 .top .right .form ul {
  margin-top: 32px;
}
#new-index-body .new-init-9 .top .right .form ul li {
  margin-bottom: 25px;
}
#new-index-body .new-init-9 .top .right .form ul li label {
  position: relative;
  display: block;
  width: 100%;
  height: 52px;
  background: #FFFFFF;
}
#new-index-body .new-init-9 .top .right .form ul li label span {
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 16px;
  font-weight: 500;
  color: #B8B7B7;
  line-height: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#new-index-body .new-init-9 .top .right .form ul li label span.active {
  top: 5px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
#new-index-body .new-init-9 .top .right .form ul li label span.active ~ input[type=text] {
  opacity: 1;
}
#new-index-body .new-init-9 .top .right .form ul li label input[type=text] {
  position: absolute;
  left: 0;
  bottom: 0;
  border: none;
  width: 100%;
  height: 35px;
  font-size: 16px;
  font-weight: 500;
  color: #B8B7B7;
  background: transparent;
  line-height: 30px;
  padding-left: 19px;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#new-index-body .new-init-9 .top .right .form ul li label textarea {
  position: absolute;
  left: 0;
  bottom: 0;
  border: none;
  width: 100%;
  height: 140px;
  font-size: 16px;
  font-weight: 500;
  color: #B8B7B7;
  background: transparent;
  line-height: 2;
  padding-left: 19px;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#new-index-body .new-init-9 .top .right .form ul li label ::-webkit-input-placeholder {
  /* WebKit browsers，webkit内核浏览器 */
  color: #B8B7B7;
}
#new-index-body .new-init-9 .top .right .form ul li label :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #B8B7B7;
}
#new-index-body .new-init-9 .top .right .form ul li label ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #B8B7B7;
}
#new-index-body .new-init-9 .top .right .form ul li label :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #B8B7B7;
}
#new-index-body .new-init-9 .top .right .form ul li input[type=submit] {
  width: 100%;
  height: 59px;
  background: #3A3A3A;
  border: none;
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  text-transform: uppercase;
  line-height: 1;
  margin-top: 9px;
}
#new-index-body .new-init-9 .top .right .form ul li:nth-child(4) label {
  height: 159px;
}
#new-index-body .new-init-9 .top .right .form ul li:nth-child(4) label span {
  top: 20px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
#new-index-body .new-init-9 .top .right .form ul li.active label span {
  top: 7px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
#new-index-body .new-init-9 .top .right .form ul li:last-child {
  margin-bottom: 0;
}
#new-index-body .new-init-9 .top .right .form ul li.active label input[type=text],
#new-index-body .new-init-9 .top .right .form ul li.active label textarea {
  opacity: 1;
}
#Pop_UpsBtn {

  background: #ff8b00 !important;
  z-index: 11111 !important;
  bottom: 190px !important;
  right: 20px !important;
}
#pups_from form ul li input[type="submit"] {
  background: #ff8b00 !important;
}
#pups_from i.close:hover {
  background: #ff8b00 !important;
}
@media screen and (max-width: 1870px) {
  #new-index-body .new-init-1 .container,
  #new-index-body .new-init-2 .container {
    width: 1590px;
  }
  #new-index-body .new-init-3 .top .left {
    margin-top: 100px;
    padding-left: 8%;
  }
}
@media screen and (max-width: 1590px) {
  #new-index-body .container,
  #new-index-body .new-init-1 .container,
  #new-index-body .new-init-2 .container {
    width: 1320px !important;
  }
  #new-index-body .new-init-1 .top p {
    font-size: 14px;
  }
  #new-index-body .new-init-1 .top .con ul li {
    margin-left: 30px;
  }
  #new-index-body .new-init-2 .top .menu ul li p {
    font-size: 16px;
  }
  #new-index-body .new-init-2 .top .menu ul li {
    margin: 0 15px;
  }
  #new-index-body .new-init-3 .top .left .tit3 {
    font-size: 48px;
  }
  #new-index-body .new-init-3 .top .left {
    padding-left: 4%;
  }
  #new-index-body .new-init-3 .top .left ul li {
    font-size: 18px;
  }
  #new-index-body .new-init-4 ul li .tit2 {
    font-size: 42px;
  }
  #new-index-body .new-init-6 .top .right .tit3 {
    font-size: 32px;
  }
  #new-index-body .new-init-6 .top .right {
    padding-left: 30px;
  }
  #new-index-body .new-init-9 .top .left .box .bottom-box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 1320px) {
  #new-index-body .container,
  #new-index-body .new-init-1 .container,
  #new-index-body .new-init-2 .container {
    width: 1100px !important;
  }
  #new-index-body .new-init-1 {
    display: none;
  }
  #new-index-body .new-init-2 {
    top: 0;
  }
  #new-index-body .new-init-3 .top .left .tit3 {
    font-size: 36px;
  }
  #new-index-body .new-init-9 .top .left .box .tit3 {
    font-size: 36px;
  }
  #new-index-body .new-init-3 .top .left ul li {
    font-size: 16px;
    line-height: 1.4;
  }
  #new-index-body .new-init-6 .top .img {
    width: 100%;
  }
  #new-index-body .new-init-6 .top .right {
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }
}
@media screen and (max-width: 1100px) {
  #new-index-body .container,
  #new-index-body .new-init-1 .container,
  #new-index-body .new-init-2 .container {
    width: 972px !important;
  }
  #new-index-body .new-init-2 .top .menu {
    display: none;
  }
  #new-index-body .new-init-2 .top {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px 0;
  }
  #new-index-body .new-init-3 {
    padding-top: 77px;
  }
  #new-index-body .new-init-3 .top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #new-index-body .new-init-3 .container {
    padding: 0 15px;
  }
  #new-index-body .new-init-3 .top .right {
    width: 100%;
    margin-top: 30px;
  }
  #new-index-body .new-init-3 .top .left {
    width: 100%;
    margin-top: 40px;
  }
  #new-index-body .new-init-3 .top .right .form {
    max-width: 100%;
  }
  #new-index-body .new-init-4 p {
    line-height: 1.5;
  }
  #new-index-body .new-init-4,
  #new-index-body .new-init-5,
  #new-index-body .new-init-6,
  #new-index-body .new-init-8 {
    padding: 80px 0;
  }
  #new-index-body .new-init-7 .list {
    text-align: center;
  }
  #new-index-body .new-init-9 {
    background: #fff7ee;
    position: relative;
    padding-bottom: 20px;
  }
  #new-index-body .new-init-9 .container {
    padding-bottom: 80px;
  }
  #new-index-body .new-init-9 .top .left {
    width: 100%;
    margin-top: 30px;
  }
  #new-index-body .new-init-9 .top .right {
    width: 100%;
    margin-top: 30px;
  }
  #new-index-body .new-init-9 .top .left .box,
  #new-index-body .new-init-9 .top .left .box p.az {
    max-width: 100%;
  }
  #new-index-body .new-init-8 .top ul li {
    width: 50%;
  }
  #new-index-body .new-init-9 .top .right .form {
    max-width: 100%;
  }
  #new-index-body .new-init-9 .top .left .box .bottom-box {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
  }
  #new-index-body .new-init-9 .top .left .box .new-f-logo {
    border: none;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 972px) {
  #new-index-body .container,
  #new-index-body .new-init-1 .container,
  #new-index-body .new-init-2 .container {
    width: 100% !important;
  }
  #new-index-body .new-init-4 ul li .tit2 {
    font-size: 36px;
  }
  #new-index-body .new-init-5 .new-title p {
    padding: 0;
  }
  #new-index-body .new-init-9 .container {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 768px) {
  #new-index-body .new-init-3 .top .left {
    padding-left: 0;
  }
  #new-index-body .new-init-3 .top .left .tit3 {
    font-size: 32px;
  }
  #new-index-body .new-init-5 .new-title .tit3,
  #new-index-body .new-init-7 .new-title .tit3,
  #new-index-body .new-init-8 .new-title .tit3 {
    font-size: 32px;
  }
  #new-index-body .new-init-3 .top .left ul {
    margin-top: 15px;
  }
  #new-index-body .new-init-3 .top .left ul li {
    margin-bottom: 15px;
  }
  #new-index-body .new-init-3 .top .right .form {
    padding: 30px 20px;
  }
  #new-index-body .new-init-4,
  #new-index-body .new-init-5,
  #new-index-body .new-init-6,
  #new-index-body .new-init-8 {
    padding: 50px 0;
  }
  #new-index-body .new-init-4 ul {
    margin-top: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #new-index-body .new-init-4 ul li {
    width: 50%;
    margin: 15px 0;
  }
  #new-index-body .new-init-5 .new-title p,
  #new-index-body .new-init-7 .new-title p,
  #new-index-body .new-init-8 .new-title p {
    margin-top: 15px;
    padding: 0;
  }
  #new-index-body .new-init-5 .list ul li {
    margin-top: 0;
  }
  #new-index-body .new-init-6 .top .right .tit3 {
    font-size: 24px;
  }
  #new-index-body .new-init-6 .top .right .con ul li {
    width: 100%;
  }
  #new-index-body .new-init-6 .top .right .con ul li p {
    max-width: 100%;
  }
  #new-index-body .new-init-7 {
    padding-top: 50px;
  }
  #new-index-body .new-init-7 .list {
    margin-top: 30px;
  }
  #new-index-body .new-init-9 .top .left .box .tit3 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  #new-index-body .new-init-9 .top .right .form {
    padding: 30px 20px;
  }
  #new-index-body .new-init-9 .top .right .form p {
    margin-top: 15px;
  }
  #new-index-body .new-init-8 .top ul {
    padding: -10px;
  }
  #new-index-body .new-init-8 .top ul li {
    padding: 10px;
  }
  #new-index-body .new-init-3 .top .right .form ul li label,
  #new-index-body .new-init-9 .top .right .form ul li label {
    height: 45px;
  }
  #new-index-body .new-init-3 .top .right .form ul li label input[type=text],
  #new-index-body .new-init-9 .top .right .form ul li label input[type=text] {
    font-size: 14px;
    height: 30px;
  }
  #new-index-body .new-init-3 .top .right .form ul li label textarea,
  #new-index-body .new-init-9 .top .right .form ul li label textarea {
    font-size: 14px;
  }
  #new-index-body .new-init-3 .top .right .form ul li label span,
  #new-index-body .new-init-9 .top .right .form ul li label span {
    font-size: 14px;
  }
  #new-index-body .new-init-3 .top .right .form ul,
  #new-index-body .new-init-9 .top .right .form ul {
    margin-top: 25px;
  }
  #new-index-body .new-init-3 .top .right .form ul li,
  #new-index-body .new-init-9 .top .right .form ul li {
    margin-bottom: 15px;
  }
  #new-index-body .new-init-3 .top .right .form ul li input[type=submit],
  #new-index-body .new-init-9 .top .right .form ul li input[type=submit] {
    height: 45px;
    margin-top: 0;
    font-size: 16px;
  }
  #new-index-body .new-init-4 ul li {
    width: 100%;
  }
  #new-index-body .new-init-4 ul li .tit2 {
    font-size: 32px;
  }
  #new-index-body .new-init-5 .new-title .tit3,
  #new-index-body .new-init-7 .new-title .tit3,
  #new-index-body .new-init-8 .new-title .tit3 {
    font-size: 24px;
  }
  #new-index-body .new-init-6 .top .right .tit3,
  #new-index-body .new-init-9 .top .left .box .tit3 {
    line-height: 1.5;
  }
  #new-index-body .new-init-8 .top ul li {
    width: 100%;
  }
  #new-index-body .new-init-9 .top .left .box p.az {
    font-size: 16px;
  }
  #new-index-body .new-init-9 .top .right .form .tit3 {
    font-size: 24px;
  }
  #new-index-body .new-init-3 {
    background: transparent
  }
  #new-index-body .new-init-3 .ads {
    display: block!important;
    margin-bottom: 25px;
  }
  #new-index-body .new-init-3 .top .right {
    margin-top: 0
  }
  #new-index-body .new-init-3 .top .left {
    display: none
  }
}
@media screen and (max-width: 450px) {
  #new-index-body .new-init-3 .top .left .tit3 {
    font-size: 24px;
  }
  #new-index-body .new-init-3 .top .left ul li {
    font-size: 14px;
  }
  #new-index-body .new-init-3 .top .left ul li {
    padding-left: 22px;
  }
  #new-index-body .new-init-3 .top .left ul li::after {
    left: 0;
  }
  #new-index-body .new-init-3 .top .right .form .tit3 {
    font-size: 24px;
  }
}
@-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;
}
