body {
  font-family: "Poppins";
  max-width: 1920px;
  --color: #1b407c;
  font-weight: normal;
  margin: 0 auto;
  font-size: 14px;
}
div.container {
  padding: 0 200px;
  max-width: 100%;
  width: 100%;
}
.new-btn {
  display: inline-block;
  width: 200px;
  height: 45px;
  background-color: #1b407c;
  border-radius: 0px;
  text-align: center;
  line-height: 45px;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
}
.font-16 {
  line-height: 1.5;
}
.header-new {
  position: relative;
}
.header-new .nav {
  position: relative;
  height: 75px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header-new .nav .info {
  margin: 0 0 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-new .nav .info > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 40px;
}
.header-new .nav .info > div img {
  margin-right: 9px;
}
.header-new .chat {
  position: absolute;
  width: 100px;
  height: 75px;
  background-color: var(--color);
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.banner-new {
  position: relative;
}
.banner-new .text {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  color: #ffffff;
}
.banner-new .text .box .left {
  width: 60%;
}
.banner-new .text .box .left .title {
  line-height: 1.1;
}
.banner-new .text .box .left .con {
  width: 80%;
}
.banner-new .text .box .left ul {
  width: 70%;
}
.banner-new .text .box .left ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 18px;
}
.banner-new .text .box .left ul li img {
  margin-right: 16px;
}
.banner-new .text .box .right {
  width: 40%;
}
.banner-new .text .box .right img {
  -webkit-transform: translateX(-20%);
  -moz-transform: translateX(-20%);
  -ms-transform: translateX(-20%);
  transform: translateX(-20%);
}
.title {
  line-height: 1.1;
}
.index-body-new .conts {
  line-height: 1.4;
  font-weight: 300;
}
.index-body-new .conts i {
  font-size: 22px;
  line-height: 1;
}
.index-body-new .new-init-0 .left{
  position: relative;
}
.index-body-new .new-init-0 .left .txt{
  position: absolute;
  color: #ffffff;
  left: 0;
  padding: 0 60px;
  bottom: 54%;
  width: 100%;
  text-align: center;
}
.index-body-new .new-init-2 {
  overflow: hidden;
}
.index-body-new .new-init-2 ul {
  margin: 0 -70px;
}
.index-body-new .new-init-2 ul li {
  padding: 0 70px;
}
.index-body-new .new-init-2 ul li .img{
  border: solid 1px #969697;
}
.index-body-new .new-init-2 ul li .con {
  padding: 0 40px;
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.index-body-new .new-init-2 ul li .ig{
display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
   height: 100%;
}

.index-body-new .new-init-3 ul {
  margin: -12px;
}
.index-body-new .new-init-3 ul li {
  padding: 12px;
}
.index-body-new .new-init-3 ul li .ig{
display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
   height: 100%;
}
.index-body-new .new-init-3 ul li .ig .txt{
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.index-body-new .new-init-3 .ig .img {
  border: solid 1px #969697;
}
.index-body-new .new-init-4 .left .img{
  position: relative;
}
.index-body-new .new-init-4 .left .play-btn i{
  border: none;
}
.index-body-new .new-init-5 .box {
  padding: 50px 70px 35px;
  -webkit-box-shadow: 0px 2px 17px 1px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 2px 17px 1px rgba(0, 0, 0, 0.09);
  position: relative;
  z-index: 2;
  margin-top: -70px;
  background: #ffffff;
}
.index-body-new .new-init-5 .box .detes li {
  padding: 0 35px;
  text-align: center;
  width: 33%;
}
.index-body-new .new-init-5 .box .detes li .num {
  line-height: 1;
}
.index-body-new .new-init-5 .box .detes li .txt {
  line-height: 1;
}
.index-body-new .new-init-5 .box .detes li .line {
  height: 3px;
  background-color: #1b407c;
  margin: 10px 0;
}
.index-body-new .new-init-7 .tit {
  line-height: 1;
  min-height: 2em;
}
.index-body-new .new-init-7 .con {
  font-weight: 300;
}
.index-body-new .new-init-7 .icon img {
  margin: 0 auto;
}
.footer-new .top {
  background: url(../images/new-f-bg.jpg) no-repeat center center / cover;
  color: #ffffff;
}
.footer-new .top .tip {
  line-height: 1.8;
}
.footer-new .top .con {
  font-weight: 300;
  line-height: 1.8;
}
.footer-new .top .right form {
  color: #000000;
}
.footer-new .top .right form li {
  margin-bottom: 16px;
}
.footer-new .top .right form li input {
  width: 100%;
  height: 40px;
  background-color: #ffffff;
  border: solid 1px #baae92;
  padding: 0 19px;
}
.footer-new .top .right form li textarea {
  width: 100%;
  height: 86px;
  background-color: #ffffff;
  border: solid 1px #baae92;
  padding: 6px 19px;
}
.footer-new .top .right form .submit {
  width: 110px;
  margin: 0 0 0 auto;
  margin-top: 20px;
}
.footer-new .top .right form .submit input {
  height: 45px;
  color: var(--color);
  font-weight: bold;
}
.footer-new .bottom {
  background: #000000;
  font-size: 16px;
  line-height: 1.8;
  color: #ffffff;
  text-align: center;
  padding: 18px 0 17px;
  position: relative;
  font-weight: 300;
}
.footer-new .bottom svg {
  display: inline-block;
  vertical-align: top;
  width: auto;
  max-height: 26px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  fill: #ffffff;
  margin-top: 1px;
}
.footer-new .bottom svg text {
  fill: #ffffff;
}
@media screen and (max-width: 1700px) {
  div.container {
    padding: 0 150px;
  }
}
@media screen and (max-width: 1450px) {
  .banner-new .text .box .left ul {
    width: 90%;
  }
  .banner-new .text .box .right img {
    -webkit-transform: translateX(-10%);
    -moz-transform: translateX(-10%);
    -ms-transform: translateX(-10%);
    transform: translateX(-10%);
  }
  div.container {
    padding: 0 130px;
  }
  .banner-new .text .box .left {
    width: 70%;
  }
  .banner-new .text .box .right {
    width: 30%;
  }
  .banner-new .text .box .right img {
    max-width: 120%;
    width: 120%;
  }
  .index-body-new .new-init-0 .left .txt{
    padding: 0 30px;
    bottom: 50%;
  }
  .index-body-new .new-init-2 ul {
    margin: 0 -40px;
  }
  .index-body-new .new-init-2 ul li {
    padding: 0 40px;
  }
}
@media screen and (max-width: 1250px) {
  .banner-new .text .box .right {
    display: none;
  }
  .banner-new .text .box .left {
    width: 100%;
  }
  .banner-new > img {
    width: 100%;
    height: 450px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .index-body-new .new-init-2 ul {
    margin: 0 -25px;
  }
  .index-body-new .new-init-2 ul li {
    padding: 0 25px;
  }
  div.container {
    padding: 0 110px;
  }
}
@media screen and (max-width: 1100px) {
  .header-new .chat {
    display: none;
  }
  div.container {
    padding: 0 50px;
  }
}
@media screen and (max-width: 1000px) {
  div.container {
    padding: 0 15px;
    width: 700px;
  }
  .header-new .nav .info {
    display: none;
  }
  .header-new .nav {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .new-init-1 .left {
    margin-bottom: 40px;
  }
  .new-init-4 .left {
    margin-top: 40px;
  }
  .new-init-6 .left {
    margin-bottom: 40px;
  }
  .index-body-new .new-init-5 .box {
    padding: 30px;
  }
  .index-body-new .new-init-5 .box .detes li {
    padding: 0 15px;
  }
  .index-body-new .new-init-5 .box .detes li {
    width: 50%;
    margin-top: 15px;
  }
   .index-body-new .new-init-2 ul {
    margin: -15px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .index-body-new .new-init-2 ul li {
    padding: 15px;
  }
  .footer-new .top .left {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 700px) {
  .index-body-new .new-init-2 ul {
    margin: -10px;
  }
  .index-body-new .new-init-2 ul li {
    padding: 10px;
  }
  .index-body-new .new-init-2 ul li .con{
    padding: 0;
  }
  .index-body-new .new-init-3 ul{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .index-body-new .new-init-5 .box {
    margin-top: -40px;
  }
  .font-50 {
    font-size: 24px;
  }
  .font-40 {
    font-size: 22px;
  }
  .index-body-new .new-init-5 .box .detes {
    padding: 0;
  }
      .font-16, .font-18 {
        font-size: 15px !important;
        line-height: 1.5 !important;
    }
 .index-body-new .new-init-3 ul {
  margin: -8px;
}
.index-body-new .new-init-3 ul li {
  padding: 8px;
}
}
@media screen and (max-width: 500px) {
  .banner-new > img {
    height: 600px;
  }
  .banner-new .text .box .left ul li {
    width: 100%;
    margin-bottom: 10px;
  }
  .font-50,
  .font-40 {
    font-size: 21px;
  }
  .new-btn {
    zoom: 0.8;
  }
  .index-body-new .new-init-5 .box {
    padding: 30px 15px;
  }
  .index-body-new .new-init-5 .box .detes li {
    width: 100%;
  }
  .index-body-new .new-init-7 {
    text-align: center;
  }
    .index-body-new .new-init-0 .left .txt{
    padding: 0 20px;
    bottom: 50%;
    transform: translateY(50%);
  }
 .index-body-new .new-init-5 .box .detes li .line{
   display: none;
 }
 .index-body-new .new-init-5 .box .detes li .num{
   margin-bottom: 25px;
 }
  .index-body-new .new-init-5 .box .detes li{
    border-bottom: 2px solid #1b407c;
    padding-bottom: 20px;
    margin-top: 25px;
  }
    .index-body-new .new-init-2 ul {
    margin: -5px;
  }
  .index-body-new .new-init-2 ul li {
    padding: 5px;
  }
  .index-body-new .new-init-3 ul {
  margin: -5px;
}
.index-body-new .new-init-3 ul li {
  padding: 5px;
}
}
