#seo_fromBtn{
  right: 1% !important;
}
.totop{
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: fixed;
  border-radius: 100%;
  background: var(--color);
  color: white;
  right: 1%;
  bottom: calc(20% + 80px);
  font-size: 24px;
  -moz-box-shadow: 0 2px 7px rgba(0,0,0,.3);
  -o-box-shadow: 0 2px 7px rgba(0,0,0,.3);
  box-shadow: 0 2px 7px rgba(0, 0, 0, .3);
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  z-index: 22;
}
.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.flex-i {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.flex-1>* {
    width: 100%
}

.flex-2>* {
    width: 50%
}

.flex-3>* {
    width: 33.33333333%
}

.flex-4>* {
    width: 25%
}

.flex-5>* {
    width: 20%
}

.flex-6>* {
    width: 16.66666667%
}

.flex-7>* {
    width: 14.28571429%
}

.flex-8>* {
    width: 12.5%
}

.flex-9>* {
    width: 11.11111111%
}

.flex-10>* {
    width: 10%
}

.flex-s {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.flex-dr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.flex-dc {
    -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
}

.flex-drr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.flex-as {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.flex-ac {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.flex-ae {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.flex-cc {
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center
}

.flex-ca {
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around
}

.flex-cb {
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between
}

.flex-jc {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.flex-ja {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.flex-jb {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.flex-js {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.flex-je {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.flex-w {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.flex-wn {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}
.up-word{
  text-transform: uppercase;
}
.font-48{
  font-size: 48px;
}
.mb-35{
  margin-bottom: 35px;
}
.ml-16{
  margin-left: 16px;
}
.pt-100{
  padding-top: 100px;
}
.pb-65{
  padding-bottom: 65px;
}
.mt-75{
  margin-top: 75px;
}
.italic{
  font-style: italic;
}
.fw-800{
  font-weight: 800;
}
#new-index-body .more{
  background: #1e60a7;
  height: 42px;
  line-height: 42px;
}
#new-index-body .header{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 4;
  background: rgba(0,0,0,0.6);
  padding: 13px 0;
}
#new-index-body .header ul li{
  margin-right: 40px;
}
#new-index-body .header ul li:alst-child{
  margin-right: 0;
}
#new-index-body #banner ul li .h2{
  text-transform: uppercase;
  font-size: 60px;
  margin-top: 0;
  margin-bottom: 37px;
}
#new-index-body #banner ul li .h2 em{
  color: inherit;
  position: relative;
  display: inline-block;
}
#new-index-body #banner ul li .h2 em::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 100%;
  height: 16px;
  background: #d72922;
  z-index: -1;
}
#new-index-body #banner ul li .des p{
  position: relative;
  padding-left: 18px;
}
#new-index-body #banner ul li .des{
  line-height: 26px;
  margin-bottom: 20px;
}
#new-index-body #banner ul li .des p::after{
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #1e60a7;
}
#banner ul li .content .right img{
  margin-left: auto;
}

#new-index-body .title{
  position: relative;
  z-index: 2;
  display: inline-block;
  font-style: italic;
  font-weight: 800;
}
#new-index-body .title::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 11px;
  width: 100%;
  height: 16px;
  background: #d72922;
  z-index: -1;
}
#new-index-body .init-1{
  background: #282828;
}
#new-index-body .init-1 .title{
  margin-bottom: 55px;
}
#new-index-body .init-1 .left{
  position: relative;
}
#new-index-body .init-1 .left > img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#new-index-body .init-1 .left .flex{
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0 30px 30px;
}
#new-index-body .init-1 .left .text p{
  font-size: 22px;
  font-weight: bold;
  padding-left: 18px;
  font-style: italic;
  position: relative;
}
#new-index-body .init-1 .left .text p::after{
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #1e60a7;
}
#new-index-body .init-1 .right{
  padding-left: 35px;
}
#new-index-body .init-1 .right h4{
  position: relative;
  padding-left: 20px;
  font-style: italic;
  margin-bottom: 13px;
}
#new-index-body .init-1 .right h4::after{
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #1e60a7;
}
#new-index-body .init-1 .right .txt{
  line-height: 26px;
}
#new-index-body .init-2{
  background: linear-gradient(to bottom, #282828 50%, #061424 50% 100%);
  /*background: #061424;*/
}
#new-index-body .init-2 ul {
  margin: 0 -17px;
}
#new-index-body .init-2 ul li{
  padding: 0 17px;
}
#new-index-body .init-2 ul li a{
  display: block;
  position: relative;
}
#new-index-body .init-2 ul li a span{
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  text-align: center;
    -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: white;
  z-index: 4;
  padding: 15px;
}
#new-index-body .init-2 ul li a::after{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.45);
}
#new-index-body .init-2 .slick-list{
  padding: 0 11.5%;
}
#new-index-body .init-3{
  background: url(../images/ldy-category-bg.jpg) no-repeat bottom;
  padding-top: 105px;
  padding-bottom: 65px;
  overflow: hidden;
}
#new-index-body .init-3 .title{
  margin-bottom: 75px;
}
#new-index-body .init-3 .swiper{
  overflow: hidden;
  padding-bottom: 50px;
}
#new-index-body .init-3 ul {
  margin: 0 -17px;
}
#new-index-body .init-3 ul li{
  padding: 0 17px;
}
#new-index-body .init-3 ul li .img-box{
  background: white;
  padding: 40px 0;
  overflow: hidden;
}
#new-index-body .init-3 ul li .img-box .content{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  text-align: center;
  font-size: 16px;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#new-index-body .init-3 ul li .img-box .content .des{
  max-height: 195px;
  overflow: auto;
}
#new-index-body .init-3 ul li .img-box .mores{
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background: #1e60a7;
  color: white;
  text-align: center;
  z-index: 3;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
    -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  padding: 5px;
}
#new-index-body .init-3 ul li .h4{
  text-align: center; 
  background: linear-gradient(to top, rgba(0, 0, 0, 1) 14%, rgba(255, 255, 255, 1));
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  text-transform: uppercase;
  font-weight: 800;
  margin-top: 12px;
  font-size: 32px;
  line-height: 1.2;
}
#new-index-body .init-3 ul li:hover .img-box .mores{
    -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}
#new-index-body .init-3 ul li:hover .img-box .content{
  opacity: 1;
}
#new-index-body .init-3 .slickDots{
  position: relative;
  margin-top: 90px;
}
#new-index-body .init-3 .slickDots ul.slick-dots{
  width: 100%;
  height: 2px;
  background: #989898;
  display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
}
#new-index-body .init-3 .slickDots ul.slick-dots li{
  width: 100%;
  height: 100%;
  padding: 0;
}
#new-index-body .init-3 .slickDots ul.slick-dots li button{
  display: none;
}
#new-index-body .init-3 .slickDots .line{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #1d7fe9;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#new-index-body .init-3 .slickDots .arrow{
  width: 99px;
  height: 55px;
  /*border: 1px solid #1d7fe9;*/
  /*clip-path: polygon(10px 0,calc(100% - 10px) 0, 100% 10px, 100% calc(100% - 10px),calc(100% - 10px) 100%, 10px 100%, 0 calc(100% - 10px),0 10px);*/
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(2px);
  background-image: url(../images/border.png);
  background-repeat: no-repeat;
  
}
#new-index-body .init-3 .slickDots .arrow i{
  font-size: 45px;
  cursor: pointer;
}
#new-index-body .init-3 .swiper-scrollbar{
      width: 100%;
    height: 1px;
    background-color: #bfbfbd;
    position: static;
    margin-top: 80px;
}
#new-index-body .init-3 .swiper-scrollbar .swiper-scrollbar-drag {
    background-color: var(--color);
    position: relative;
}
#new-index-body .init-3 .swiper-scrollbar .swiper-scrollbar-drag:after {
    content: "";
    display: block;
    width: 99px;
    height: 55px;
    border-radius: 0%;
    /*background-color: #fff;
    box-shadow: 0px 0px 9px 0px rgba(219,36,29,.09);*/
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background-image: url(../images/anniu.png);
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: all .5s
}
#new-index-body .init-4 {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #282828;
}
#new-index-body .init-4 .left{
  width: 38%;
}
#new-index-body .init-4 .right{
  width: 58%;
}
#new-index-body .init-4 .right h4{
  line-height: 1.1;
  font-weight: 800;
}
#new-index-body .init-4 .right ul{
  margin: 34px 0 40px 0;
}
#new-index-body .init-4 .right ul li h5{
  font-size: 44px;
  font-weight: 800;
  line-height: 1;
}
#new-index-body .init-4 .right ul li span{
  font-size: 15px;
}
#new-index-body .init-4 .right .content{
  line-height: 26px;
  margin-bottom: 90px;
}
#new-index-body .init-5 {
  background: url(../images/ldy-why-bg.jpg) no-repeat #3d3d3d;
  padding: 80px 0 120px;
}
#new-index-body .init-5 .title{
  margin-bottom: 75px;
}
#new-index-body .init-5 ul {
  margin: 0 -17px;
}
#new-index-body .init-5 ul li{
  padding: 0 17px;
}
#new-index-body .init-5 ul li .box{
  background: #282828;
  position: relative;
  padding: 25px;
  padding-bottom: 200px;
  overflow: hidden;
  border: 1px solid transparent;
   -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
#new-index-body .init-5 ul li .box:hover{
  border-color: #1e60a7;
}
#new-index-body .init-5 ul li .box .h4{
  font-size: 23px;
  font-weight: 800;
  margin: 11px 0 27px;
}
#new-index-body .init-5 ul li .box .des{
  line-height: 26px;
}
#new-index-body .init-5 ul li .box .num{
  font-size: 200px;
  font-weight: 800;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.1) 12%, #2a5079);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  text-align: right;
  position: absolute;
  right: -12px;
  bottom: -40px;
  line-height: 1;
}
#new-index-body .init-5 ul .slick-slide:nth-child(odd) li{
  padding-top: 65px;
}
#new-index-body .init-6 {
  padding: 75px 0 70px;
  background: #282828;
}
#new-index-body .init-6 .title{
  margin-bottom: 35px;
}
#new-index-body .init-6 ul li a::after{
  content: none;
}
#new-index-body .init-7{
  background: url(../images/ldy-footer-bg.jpg) no-repeat;
  background-size: cover;
  padding: 100px 0 85px;
}
#new-index-body .init-7 .left{
  width: 37%;
}
#new-index-body .init-7 .left form{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#new-index-body .init-7 .left form input{
  width: 48%;
  font-size: 16px;
  background: transparent;
  border: none;
  border-bottom: 1px solid white;
  height: 45px;
  margin-bottom: 20px;
}
#new-index-body .init-7 .left form input[type="submit"]{
  background: #1e60a7;
  color: white;
  width: auto;
  padding: 0 30px;
  border: none;
}
#new-index-body .init-7 .left p{
  margin-bottom: 35px;
}
#new-index-body .init-7 .right{
  width: 44%;
}
#new-index-body .init-7 .right ul{
  margin: 0 -6px;
}
#new-index-body .init-7 .right ul li{
  padding: 0 6px;
}
#new-index-body .init-7 .right p{
  opacity: 0.5;
}

@media screen and (max-width:1400px){
  #new-index-body #banner ul li .h2{
    font-size: 42px;
  }
  #banner ul li .content .right img{
    width: 55%;
    margin: auto;
  }
  #new-index-body .init-2 .slick-list{
    padding: 0 5%;
  }
  #new-index-body .init-3 ul li .h4{
    font-size: 28px;
  }
  .font-48{
    font-size: 40px;
  }
  #new-index-body .init-4 .right ul li h5{
    font-size: 30px;
  }
  #new-index-body .init-5 ul li .box .num{
    font-size: 160px;
  }
  #new-index-body .init-5 ul li .box{
    padding-bottom: 118px;
  }
}
@media screen and (max-width:1200px){
  #banner ul li .content .left .more{
    margin-bottom: 14px;
  }
  #new-index-body #banner ul li .h2{
    margin-bottom: 10px;
  }
  .font-18{
    font-size: 15px;
  }
  .font-24{
    font-size: 18px;
  }
  .font-48{
    font-size: 32px;
  }
  #new-index-body .init-1 .left .text p{
    font-size: 16px;
  }
  #new-index-body .init-3 ul li .h4{
    font-size: 20px;
  }
  #new-index-body .init-4 .right ul li h5{
    font-size: 23px;
  }
  #new-index-body .init-4 .right ul li .icon{
    max-width: 60px;
  }
  #new-index-body .init-4 .right .content{
    margin-bottom: 20px;
  }
}
@media screen and (max-width:1000px){
  #new-index-body .header ul {
    display: block;
  }
  #new-index-body .header ul li{
    width: 100%;
    margin-right: 0;
  }
  #banner ul li .content .left{
    width: 100%;
  }
  #banner ul li .content .right{
    width: 100%;
  }
  #banner ul li>img{
    min-height: 1000px;
    object-fit: cover;
    -o-object-fit: cover;
  }
  .font-48{
    font-size: 28px;
  }
  #new-index-body .title::after{
    bottom: 8px;
    height: 7px;
  }
  #new-index-body .init-7 .left,
  #new-index-body .init-4 .left,
  #new-index-body .init-1 .left{
    width: 100%;
  }
  #new-index-body .init-7 .right,
  #new-index-body .init-4 .right,
  #new-index-body .init-1 .right{
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  #new-index-body .init-5 ul .slick-slide:nth-child(odd) li{
    padding-top: 0;
  }
}
@media screen and (max-width:700px){
  #banner ul li>img{
    min-height: 517px;
  }
  #new-index-body #banner ul li .h2{
    font-size: 30px;
    line-height: 1.2;
  }
  #new-index-body #banner ul li .h2 em::after{
    height: 10px;
  }
  #new-index-body .title::after{
    content: none;
  }
  #new-index-body .init-4 .right ul{
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #new-index-body .init-7{
    padding:60px 0 30px;
  }
}
@media screen and (max-width:500px){
  #new-index-body .header .logo{
    max-width: 115px;
  }
  #new-index-body #banner ul li .h2{
    font-size: 22px;
  }
  .font-48{
    font-size: 22px;
  }
  #new-index-body .init-1 .left .flex{
    position: relative;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
    padding: 0;
  }
  .pt-100 {
    padding-top: 40px;
  }
  #new-index-body .init-3{
    padding-top: 60px;
  }
  #new-index-body .init-5 .title,
  #new-index-body .init-4 .title,
  #new-index-body .init-3 .title{
    margin-bottom: 20px;
  }
  #new-index-body .init-4{
    padding: 45px 0 40px;
  }
  #new-index-body .init-5{
    padding: 40px 0 60px;
  }
  #new-index-body .init-7 .left form input{
    width: 100%;
  }
  #seo_fromBtn{
    bottom: 25px !important;
  }
  .totop{
    bottom: 100px;
  }
}