@font-face {
  font-family: 'AktivGroteskEx-Regular';
  src: url(../fonts/AktivGroteskEx-Regular.ttf) format('truetype'), url(../fonts/AktivGroteskEx-Regular.eot) format('eot'), url(../fonts/AktivGroteskEx-Regular.woff) format('woff'), url(../fonts/AktivGroteskEx-Regular.woff2) format('woff2');
}
@font-face {
  font-family: 'Syne-Bold';
  src: url(../fonts/Syne-Bold.ttf) format('truetype'), url(../fonts/Syne-Bold.eot) format('eot'), url(../fonts/Syne-Bold.woff) format('woff'), url(../fonts/Syne-Bold.woff2) format('woff2');
}
html,
body {
  font-size: 62.5%;
}
body {
  max-width: 1920px;
  position: relative;
  margin: 0 auto;
  font-family: 'AktivGroteskEx-Regular';
  --font:'Syne-Bold';
}
.container {
  width: 1750px;
  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;
  line-height: inherit;
  font-style: inherit;
}
span {
  color: inherit;
  font-size: inherit;
  font-weight: 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;
}

.Whatsapp {
  position: fixed;
  right: 20px;
  bottom: 265px;
  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: #b51f2a;
  cursor: pointer;
  z-index: 110 !important;
}
.Whatsapp i {
  font-size: 24px;
  color: #fff;
}
.Whatsapp .img{
    position: absolute;
    right: 120%;
    top:50%;
    transform: translateY(-50%) rotateY(-90deg);
    transform-origin: right;
    padding: 15px;
    background-color: white;
    width:160px;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    opacity:0;
    transition: opacity 0.5s; 
}
.Whatsapp:hover .img{
    transform: translateY(-50%) rotateY(0deg);
    opacity:1; 
}
#new-index-body .padd {
  padding: 50px 0;
}
#new-index-body .title1 {
  text-align: center;
}
#new-index-body .title1 h3 {
  font-size: 50px;
  font-family: var(--font);
  font-weight: bold;
  color: #1E1E1E;
  line-height: 1;
  text-transform: capitalize;
}
#new-index-body .new-init-1 {
  background: #7d0009;
  padding: 11px 0;
}
#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;
}
#new-index-body .new-init-1 .top .right 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 .right ul li p {
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1;
}
#new-index-body .new-init-1 .top .right ul li:last-child {
  margin-left: 30px;
}
#new-index-body .new-init-2 {
  background: url(../images/new_init_banner_bg.jpg) no-repeat center;
  background-size: cover;
  padding: 60px 0;
  background-position: right bottom;
}
#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;
}
#new-index-body .new-init-2 .top .left {
  vertical-align: middle;
  max-width: 60%;
}
#new-index-body .new-init-2 .top .left h3 {
  font-size: 48px;
  font-family: var(--font);
  font-weight: 600;
  color: #FFFFFF;
  line-height: 1.11;
}
#new-index-body .new-init-2 .top .left h3 span {
  display: block;
}
#new-index-body .new-init-2 .top .left h3 i {
  color: #FF853C;
  font-size: 60px
}
#new-index-body .new-init-2 .top .left .con {
  margin: 20px 0;
}
#new-index-body .new-init-2 .top .left .con ul li p {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.4;
}
#new-index-body .new-init-2 .top .left .con ul li p span {
  color: #FF853C;
  font-size: 20px;
}
#new-index-body .new-init-2 .top .left .img {
  margin-top: 25px;
}
#new-index-body .new-init-2 .top .left .img ul {
  max-width: 635px;
  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 .right {
  max-width: 452px;
}
#new-index-body .new-init-2 .top .right .form {
  background: #b51f2a;
  padding: 34px 22px 52px;
}
#new-index-body .new-init-2 .top .right .form h4 {
  font-size: 30px;
  font-family: var(--font);
  font-weight: 600;
  color: #FFFEFE;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
}
#new-index-body .new-init-2 .top .right .form p {
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1.8;
  margin-top: 15px;
  text-align: center;
}
#new-index-body .new-init-2 .top .right .form ul {
  padding-top: 10px;
}
#new-index-body .new-init-2 .top .right .form ul li {
  margin-top: 15px;
}
#new-index-body .new-init-2 .top .right .form ul li input[type=text] {
  width: 100%;
  height: 34px;
  background: #FFFFFF;
  border: none;
  font-size: 14px;
  font-weight: 300;
  color: #1E1E1E;
  line-height: 1;
  padding-left: 12px;
}
#new-index-body .new-init-2 .top .right .form ul li input[type=submit] {
  width: 100%;
  height: 52px;
  background: #FF853C;
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1;
  text-transform: uppercase;
  border: none;
}
#new-index-body .new-init-2 .top .right .form ul li input::-webkit-input-placeholder {
  /* WebKit browsers，webkit内核浏览器 */
  color: #1e1e1e;
}
#new-index-body .new-init-2 .top .right .form ul li input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #1e1e1e;
}
#new-index-body .new-init-2 .top .right .form ul li input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #1e1e1e;
}
#new-index-body .new-init-2 .top .right .form ul li input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #1e1e1e;
}
#new-index-body .new-init-2 .top .right .form ul li:nth-child(4) textarea {
  height: 128px;
    width: 100%;

  background: #FFFFFF;
  border: none;
  font-size: 14px;
  font-weight: 300;
  color: #1E1E1E;
  line-height: 2;
  padding-left: 12px;
}

#new-index-body .new-init-3 .top {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#new-index-body .new-init-3 .top .left {
  display: flex;
  align-items: center;
}
#new-index-body .new-init-3 .top .left .img {
  padding-right: 20px;
}
#new-index-body .new-init-3 .top .left .img img {
  width: 100%;
  
  
}
#new-index-body .new-init-3 .top .left .rig ul img {
  cursor: pointer;
  max-width: 138px;
  border: 1px solid #fff;
  transition: 0.3s
}
#new-index-body .new-init-3 .top .left .rig ul li:hover img {
  border: 1px solid #b51f2a
}
#new-index-body .new-init-3 .top .left .rig ul li:nth-child(2) {
  padding: 5px 0;
  cursor: pointer;
}
#new-index-body .new-init-3 .top .right {
  padding-left: 45px;
}
#new-index-body .new-init-3 .top .right h4 {
  position: relative;
  font-size: 30px;
  font-family: var(--font);
  font-weight: 500;
  color: #b51f2a;
  line-height: 1.3;
  text-transform: uppercase;
  padding-bottom: 15px;
  z-index: 11;
}
#new-index-body .new-init-3 .top .right h4::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 92px;
  height: 3px;
  background: #b51f2a;
  opacity: 0.37;
  z-index: -1;
}
#new-index-body .new-init-3 .top .right h4::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 36px;
  height: 3px;
  background: #b51f2a;
  border-radius: 2px;
  z-index: 2;
}
#new-index-body .new-init-3 .top .right .cona {
  margin: 16px 0;
  font-size: 16px;
  font-weight: 300;
  color: #1E1E1E;
  line-height: 1.5;
}
#new-index-body .new-init-3 .top .right .btn {
  margin: 10px 0;
}
#new-index-body .new-init-3 .top .right .btn a {
  display: inline-block;
  font-size: 26px;
  font-weight: 400;
  font-style: italic;
  color: #FFFFFF;
  line-height: 1;
  padding: 18px 22px 8px;
  background: #b51f2a;
}
#new-index-body .new-init-3 .top .right ul {
  max-width: 420px;
}
#new-index-body .new-init-3 .top .right ul li {
  margin-top: 18px;
}
#new-index-body .new-init-3 .top .right ul li p {
  font-size: 18px;
  font-weight: 400;
  color: #1E1E1E;
  line-height: 1;
}
#new-index-body .new-init-3 .top .right ul li p img {
  vertical-align: middle;
  margin-right: 6px;
}
#new-index-body .new-init-4 {
  position: relative;
  z-index: 11;
  padding-bottom: 50px;
}
#new-index-body .new-init-4 .list {
  margin-top: 35px;
}
#new-index-body .new-init-4 .list ul{
  margin: 0 -15px;
}
#new-index-body .new-init-4 .list ul li{
  padding: 25px 15px;
}
#new-index-body .new-init-4 .list .box {
  margin: 0 auto;
}
#new-index-body .new-init-4 .list .box .more{
  margin: 25px auto 0;
  display: block;
}
#new-index-body .new-init-4 .list .box .img {
  position: relative;
  border: 1px solid #E4DDDD;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
#new-index-body .new-init-4 .list .box .img .mask {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 40px 30px;
  background-color: rgba(0,0,0,.6);
  color: white;
  z-index: 0;
  opacity: 0;
  transition: all 0.5s;
}
#new-index-body .new-init-4 .list .box .img .mask .con{
  height: calc(100% - 80px);
  overflow-y: auto;
}
#new-index-body .new-init-4 .list .box:hover .img .mask {
  z-index: 2;
  opacity: 1;
}
#new-index-body .new-init-4 .list .box .con {
  height: 110px;
  background: #b51f2a;
  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;
  text-align: center;
}
#new-index-body .new-init-4 .list .box .con h4 {
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1.3;
  text-transform: uppercase;
  padding: 0 25px;
}
#new-index-body .new-init-4 .btn1 a {
  display: inline-block;
  font-size: 17px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1;
  text-transform: uppercase;
  padding: 20px 91px 12px;
  background: #FF853C;
}
#new-index-body .new-init-4::after {
  content: '';
  position: absolute;
  right: 0;
  top: -21%;
  width: 572px;
  height: 579px;
  background: url(../images/aww1.png) no-repeat;
  z-index: -1;
  display: none;
}
#new-index-body .new-init-5 {
  position: relative;
}
#new-index-body .new-init-5 .list {
  margin: 35px -15px;
}
#new-index-body .new-init-5 .list li {
  padding: 25px 15px;
}
#new-index-body .new-init-5 .list .box {
  background: #FFFFFF;
  height: 380px;
  text-align: center;
  margin: 0 auto;
  border: 1px solid #f5f5f5;
  box-shadow: 1.2px 1.2px 1.2px 1.2px rgba(245, 245, 245, 0.9);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 30px;
}
#new-index-body .new-init-5 .list .box .img {
  width: 100%;
  height: 110px;
  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;
}
#new-index-body .new-init-5 .list .box h4 {
  font-size: 18px;
  font-family: var(--font);
  font-weight: bold;
  color: #b51f2a;
  line-height: 1.6;
  text-transform: uppercase;
}
#new-index-body .new-init-5 .list .box h4 span {
  display: block;
}
#new-index-body .new-init-5 .list .box .cona {
  height: 160px;
  font-size: 16px;
  font-weight: 400;
  color: #1E1E1E;
  line-height: 1.5;
  margin-top: 25px;
}
#new-index-body .new-init-5::after {
  content: '';
  position: absolute;
  left: 0;
  top: -30%;
  width: 605px;
  height: 721px;
  background: url(../images/aww2.png) no-repeat;
  z-index: -1;
}
#new-index-body .new-init-5 {
  padding: 50px 0 0;
}
#new-index-body .new-init-6 .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-6 .top .left {
  padding-right: 40px;
}
#new-index-body .new-init-6 .top .left h3 {
  font-size: 47px;
  font-family: var(--font);
  font-weight: bold;
  color: #212222;
  line-height: 1;
}
#new-index-body .new-init-6 .top .left h4 {
  position: relative;
  font-size: 26px;
  font-weight: 400;
  color: #212222;
  text-transform: uppercase;
  padding-bottom: 15px;
  line-height: 1;
  margin-top: 5px;
}
#new-index-body .new-init-6 .top .left h4::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 92px;
  height: 3px;
  background: #b51f2a;
  opacity: 0.37;
  z-index: -1;
}
#new-index-body .new-init-6 .top .left h4::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 36px;
  height: 3px;
  background: #b51f2a;
  border-radius: 2px;
  z-index: 2;
}
#new-index-body .new-init-6 .top .left p {
  font-size: 16px;
  font-weight: 400;
  color: #191919;
  line-height: 1.5;
  max-width: 489px;
  margin-top: 20px;
}
#new-index-body .new-init-6 .bottom ul {
  position: relative;
  margin-top: 80px;
}
#new-index-body .new-init-6 .bottom ul li {
  text-align: center;
}
#new-index-body .new-init-6 .bottom ul li h2 {
  font-size: 48px;
  font-family: var(--font);
  font-weight: bold;
  color: #b51f2a;
  line-height: 1;
  padding: 12px 0 15px;
}
#new-index-body .new-init-6 .bottom ul li h2 sup {
  font-size: 30px;
  font-weight: 500;
  color: #b51f2a;
  line-height: 1;
  margin-left: -10px;
}
#new-index-body .new-init-6 .bottom ul li h5 {
  font-size: 16px;
  font-weight: 400;
  color: #696C71;
  line-height: 1;
  padding-bottom: 18px;
}
/*#new-index-body .new-init-6 .bottom ul::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1px;
  height: 222px;
  background: #C8CCD4;
}
#new-index-body .new-init-6 .bottom ul::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 489px;
  height: 1px;
  background: #C8CCD4;
}*/
#new-index-body .new-init-6 .top .right .img {
  position: relative;
  padding-right: 32px;
  padding-top: 32px;
  z-index: 11;
}
#new-index-body .new-init-6 .top .right .img::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 411px;
  height: 244px;
  background: #b51f2a;
  z-index: -1;
}
#new-index-body .new-init-7 {
  position: relative;
  padding: 50px 0 100px;
}
#new-index-body .new-init-7 .list {
  margin-top: 50px;
  padding: 0 5%;
}
#new-index-body .new-init-7 .list h4 {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  line-height: 1;
  text-transform: uppercase;
  padding: 25px;
  padding-bottom: 0;
}
#new-index-body .new-init-7 #certify {
  position: relative;
  width: 100%;
}
#new-index-body .new-init-7 .list ul{
  margin: 0 -15px;
}
#new-index-body .new-init-7 .list ul li{
  padding: 0 15px;
}
#new-index-body .new-init-8 .top {
  position: relative;
  z-index: 11;
}
#new-index-body .new-init-8 .top .acc .left {
  position: relative;
  margin-top: -33px;
  z-index: 11;
}
#new-index-body .new-init-8 .top .acc .left .left-box {
  background: #b51f2a;
}
#new-index-body .new-init-8 .top .acc .left .left-box ul {
  padding-top: 8px;
}
#new-index-body .new-init-8 .top .acc .left .left-box ul li {
  padding: 18px;
}
#new-index-body .new-init-8 .top .acc .left .left-box ul li h4 {
  font-size: 18px;
  font-family: var(--font);
  font-weight: 500;
  color: #FFFFFF;
  line-height: 1;
  margin-bottom: 8px;
}
#new-index-body .new-init-8 .top .acc .left .left-box ul li .text {
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.5;
}
#new-index-body .new-init-8 .top .acc .left .left-box ul li:nth-child(2) {
  background: #d40010;
}
#new-index-body .new-init-8 .top .acc .left::after {
  content: '';
  position: absolute;
  left: -27px;
  top: 0;
  width: 60px;
  height: 34px;
  z-index: -1;
  background: url(../images/new-init82.png) no-repeat;
}
#new-index-body .new-init-8 .top .acc .right {
  padding-left: 120px;
}
#new-index-body .new-init-8 .top .acc .right .form h4 {
  font-size: 31px;
  font-family: var(--font);
  color: #FFFFFF;
  line-height: 1;
  font-weight: bold;
  margin-top: 20px;
}
#new-index-body .new-init-8 .top .acc .right .form p {
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.2;
}
#new-index-body .new-init-8 .top .acc .right .form ul li {
  margin-top: 10px;
}
#new-index-body .new-init-8 .top .acc .right .form ul li input[type=text] {
  width: 100%;
  height: 40px;
  background: #FFFFFF;
  border: none;
  font-size: 16px;
  font-weight: 300;
  color: #1C1B1B;
  line-height: 1;
  padding-left: 12px;
}
#new-index-body .new-init-8 .top .acc .right .form ul li input[type=submit] {
  margin-top: 10px;
  width: 100%;
  height: 40px;
  background: #FF853C;
  border: none;
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  text-transform: uppercase;
  padding-top: 7px;
}
#new-index-body .new-init-8 .top .acc .right .form ul li:nth-child(1) {
  padding-right: 5px;
}
#new-index-body .new-init-8 .top .acc .right .form ul li:nth-child(2) {
  padding-left: 5px;
}
#new-index-body .new-init-8 .top .acc .right .form ul li:nth-child(4) textarea {
  height: 78px;
    width: 100%;

  background: #FFFFFF;
  border: none;
  font-size: 16px;
  font-weight: 300;
  color: #1C1B1B;
  line-height: 2;
  padding-left: 12px;
}
#new-index-body .new-init-8 .top::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 355px;
  background: url(../images/new-init81.jpg) no-repeat center #000;
  background-size: cover;
  z-index: -1;
}
#new-index-body .new-init-8 .footer-bottom {
  padding: 12px 0;
  background: #000000;
}
#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: #ffffff;
  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-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: 16px;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  margin: 0 5px;
}
#new-index-body .new-init-9 ul li:nth-child(even){
  flex-direction: row-reverse;
}
#new-index-body .new-init-9 ul li .left{
  display: flex;
  justify-content: center;
}
#new-index-body .new-init-9 ul li .left .img{
  width: 50%;
}
#new-index-body .new-init-9 ul li .right{
  padding-left:60px; 
}
#new-index-body .new-init-9 ul li:nth-child(even) .right{
  padding-left:0; 
  padding-right: 60px;
}
.Stick {
  position: fixed;
  right: 20px;
  bottom: 115px;
  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: #b51f2a;
  cursor: pointer;
  z-index: 11 !important;
}
.Stick i {
  font-size: 24px;
  color: #fff;
}
.more{
  display: block;
}
#Pop_UpsBtn {
  background: #b51f2a !important;
  z-index: 11111 !important;
  bottom: 190px !important;
  right: 20px !important;
  line-height: 70px !important;
}
#pups_from form ul li input[type="submit"] {
  background: #ea9216 !important;
}
#pups_from i.close:hover {
  background: #ea9216 !important;
}
@media screen and (max-width: 1600px) {
  #new-index-body .new-init-5 .list .box .cona{
    max-height: 200px;
    overflow-y: auto;
  }
  #new-index-body .new-init-2 {
    background-position: 85% bottom;
  }
}
@media screen and (max-width: 1400px) {
  #new-index-body .new-init-4 .list ul li{
    width: 33.3333333%;
  }
  #new-index-body .new-init-9 ul li{
    margin-bottom: 50px;  
  }
  #new-index-body .new-init-9 ul li:last-child{
    margin-bottom: 0;
  }
  #new-index-body .new-init-9 ul li .left .img {
    width: 85%;
  }
  #new-index-body .new-init-5 .list li{
    width: 50%;
  }
  #new-index-body .new-init-2 .top .left h3 i,
  #new-index-body .new-init-6 .bottom ul li h2 {
    font-size: 42px;
  }
}
@media screen and (max-width: 1230px) {
  #new-index-body .container {
    width: 1100px !important;
  }
  #new-index-body .new-init-7 #certify .swiper-slide {
    -webkit-transform: translateX(0px) scale(1) !important;
    transform: translateX(0px) scale(1) !important;
    text-align: center;
  }
  #new-index-body .new-init-7 .list {
    padding: 0;
  }
  #new-index-body .new-init-8 .top .acc .right {
    padding-left: 50px;
  }
  #new-index-body .new-init-8 .top::after {
    height: 100%;
  }
  #new-index-body .new-init-2 .top .left h3,
  #new-index-body .new-init-6 .bottom ul li h2 {
    font-size: 36px;
  }
  #new-index-body .new-init-7 #certify .swiper-button-prev,
  #new-index-body .new-init-7 #certify .swiper-button-next {
    display: none;
  }
  #new-index-body .new-init-4 .list .box .con h4 {
    font-size: 16px;
  }
  
}
@media screen and (max-width: 1100px) {
  #new-index-body .container {
    width: 972px !important;
  }
  #new-index-body .new-init-2 .top .right,
  #new-index-body .new-init-8 .top .acc .left::after {
    display: none;
  }
  #new-index-body .title1 h3 {
    font-size: 42px;
  }
  #new-index-body .new-init-3 .top .right {
    padding-left: 20px;
  }
  #new-index-body .new-init-3 .top .right h4,
  #new-index-body .new-init-6 .top .left h4 {
    font-size: 24px;
  }
  #new-index-body .new-init-6 .top .left h3 {
    font-size: 42px;
  }
  #new-index-body .new-init-6 .top{
    flex-wrap: wrap;
  }
  #new-index-body .new-init-6 .top .left{
    width: 100%;
    padding-right: 0;
    margin-bottom: 60px;
  }
  #new-index-body .new-init-6 .top .right{
    width: 100%;
  }
  #new-index-body .new-init-6 .top .left p{
    max-width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  #new-index-body .new-init-6 .bottom ul {
    margin-top: 40px;
  }
  #new-index-body .new-init-6 .bottom ul li {
    width: 50%;
    margin: 15px 0;
  }
  #new-index-body .new-init-2 .top .left {
    max-width: 100%;
  }
  #new-index-body .new-init-2 {
    background-position: left bottom;
  }
  #new-index-body .container {
    width: 100% !important;
  }
  #new-index-body .new-init-3 .top,
  #new-index-body .new-init-6 .top,
  #new-index-body .new-init-8 .top .acc {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #new-index-body .new-init-3 .top .left,
  #new-index-body .new-init-3 .top .right,
  #new-index-body .new-init-6 .top .left,
  #new-index-body .new-init-6 .top .right,
  #new-index-body .new-init-8 .top .acc .right,
  #new-index-body .new-init-8 .top .acc .left {
    width: 100%;
    padding: 0;
  }
  #new-index-body .new-init-3 .top .right {
    margin-top: 30px;
  }
  #new-index-body .new-init-6 .top .left p {
    max-width: 100%;
  }
  #new-index-body .new-init-6 .top .right .img::after {
    display: none;
  }
  #new-index-body .new-init-6 .top .right .img {
    padding: 0;
    margin-top: 30px;
  }
  #new-index-body .new-init-2 .top .left h3,
  #new-index-body .title1 h3,
  #new-index-body .new-init-6 .top .left h3 {
    font-size: 36px;
  }
  #new-index-body .new-init-4 .list ul li {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  #new-index-body .new-init-2 .top .left h3,
  #new-index-body .title1 h3,
  #new-index-body .new-init-6 .top .left h3 {
    font-size: 32px;
  }
  #new-index-body .new-init-1 .top {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #new-index-body .new-init-3 .top,
  #new-index-body .new-init-7 .list {
    margin-top: 30px;
  }
  #new-index-body .new-init-8 .top .acc .left .left-box ul li h4 {
    line-height: 1.4;
  }
  #new-index-body .new-init-6 .bottom ul::after,
  #new-index-body .new-init-6 .bottom ul::before,
  #new-index-body .new-init-1 .top .right {
    display: none;
  }
  #new-index-body .new-init-4 .list ul li {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  #new-index-body .new-init-4 .list{
    position: relative;
  }
  #new-index-body .new-init-4 .list ul .slick-arrow{
    width: 50px;
    height: 50px;
    background-color: #b51f2a;
    color: transparent;
    overflow: hidden;
    position: absolute;
    bottom:0;
    border: none;
  }
  #new-index-body .new-init-4 .list ul .slick-arrow::before{
    content:"\f104";
    font-family: 'FontAwesome';
    color:white;
    font-size: 20px;
    position: absolute;
    left: 50%;
    top:50%;
    transform: translate(-50%,-50%);
  }
  #new-index-body .new-init-4 .list ul .slick-arrow.slick-next::before{
    content:"\f105";
  } 
  #new-index-body .new-init-4 .list ul .slick-arrow.slick-prev{
    left: 15px;
  }
  #new-index-body .new-init-4 .list ul .slick-arrow.slick-next{
    right: 15px;
  }
  #new-index-body .new-init-8 .top .acc .right .form ul li {
    padding: 0 !important;
    width: 100% !important;
  }
  #new-index-body .new-init-3 .top .left {flex-wrap: wrap}
  #new-index-body .new-init-3 .top .left .img {width: 100%;text-align: center;padding-right: 0}
  #new-index-body .new-init-3 .top .left .rig {width: 100%;margin-top: 20px}
  #new-index-body .new-init-3 .top .left .rig ul {display: flex;justify-content: space-between}
  #new-index-body .new-init-3 .top .left .rig ul li {padding: 0!important;}
  #new-index-body .new-init-3 .top .left .rig ul li:nth-child(2) {margin: 0 10px}
  #new-index-body .new-init-5 .list .box .cona {
    height: auto;
    padding-bottom: 30px;
  }
  #new-index-body .new-init-5 .list .box {
    height: auto;
  }
  #new-index-body .new-init-9 ul li .left {
    width: 100%;
  }
  #new-index-body .new-init-9 ul li .right {
    padding-left: 0;
    width: 100%;
    margin-top: 60px;
  }
  #new-index-body .new-init-9 ul li:nth-child(even) .right {
    padding-right: 0;
  }
  #new-index-body .new-init-5 .list li{
    width: 100%;
  }
  #new-index-body .new-init-5 .list .box{
    padding: 30px;
  }
  #new-index-body .new-init-5 .list .box .cona {
    height: auto;
    overflow-y: auto;
  }
   #new-index-body .new-init-2 .top .left h3, 
  #new-index-body .new-init-6 .bottom ul li h2,
  #new-index-body .new-init-2 .top .left h3 i {
    font-size: 36px;
  }
  #new-index-body .new-init-3 .top .left .rig ul {
    flex-wrap: wrap;
    margin: 0 -10px;
  }
  #new-index-body .new-init-3 .top .left .rig ul li{
    width: 50%;
  }
  #new-index-body .new-init-3 .top .left .rig ul li{
    padding: 10px !important;
  }
  #new-index-body .new-init-3 .top .left .rig ul li img{
    width: 100%;
    object-fit: cover;
    max-width: 100%;
  }
  #new-index-body .new-init-3 .top .left .rig ul li:nth-child(2) {
    margin: 0;
  }
}
@media screen and (max-width: 500px) {
  #new-index-body .new-init-4 .list .box .img {
    height: 395px;
  }
  #new-index-body .new-init-2 .top .left .img ul li {
    padding: 0 10px;
  }
  #new-index-body .new-init-8 .footer-bottom .bottom-box p {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #new-index-body .new-init-2 .top .left h3 span {
    display: initial;
  }
  #new-index-body .new-init-2 .top .left h3,
  #new-index-body .title1 h3,
  #new-index-body .new-init-6 .top .left h3 {
    font-size: 30px;
  }
  #new-index-body .new-init-3 .top .right h4,
  #new-index-body .new-init-6 .top .left h4 {
    font-size: 20px;
  }
  #new-index-body .new-init-8 .top .acc .right .form h4 {
    font-size: 24px;
  }
  #new-index-body .new-init-6 .bottom ul li h2 {
    font-size: 36px;
  }
  #new-index-body .new-init-3 .top .right .btn a {
    font-size: 18px;
  }
  #new-index-body .new-init-4 .list .box .con 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;
}
