/*banner背景图片动画*/
@-webkit-keyframes scale-bg {
  from {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale-bg {
  from {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/*banner */

.section1 {
  position: relative;
  margin-top: 6.25rem;
}
.section1 .index_banner .item {
  background-size: cover;
  -webkit-background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 84vh;
  position: relative;
}
.section1 .index_banner .item.slick-current .scaleBg {
  visibility: visible;
  -webkit-animation: scale-bg 6s linear forwards;
  animation: scale-bg 6s linear forwards;
}
.section1 .index_banner .items {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.section1 .index_banner .items:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0);
}
.section1 .index_banner .item .inner .block_txt {
  position: absolute;
  top: 24%;
  left: 8%;
  opacity: 0;
  transform: translateY(2.5rem);
  -webkit-transform: translateY(2.5rem);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section1 .index_banner .item.active .inner .block_txt {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}

.section1 .index_banner .item .inner .block_txt .left .img img {
  width: 19rem;
}
.section1 .index_banner .item .inner .block_txt .right {
}

.section1 .index_banner .item .inner .block_txt h2 {
  margin-top: 0.25rem;
  margin-bottom: 2.5rem;
  color: #fff;
  font-size: 3.5rem;
  line-height: 1;
  font-weight: bold;
  text-align: left;
  letter-spacing: 0px;
  /* text-shadow: 1px 1px 1px #333; */
}
.section1 .index_banner .item .inner .block_txt h3 {
  color: #fff;
  font-size: 6.875rem;
  line-height: 1;
  font-weight: bold;
  text-align: left;
  letter-spacing: 0.5rem;
  /* text-shadow: 1px 1px 1px #333; */
  font-family: "hl";
  text-transform: uppercase;
  opacity: 0.2;
}
.section1 .index_banner .item .inner .block_txt p {
  color: #fff;
  font-size: 2.125rem;
  line-height: 1.6;
  font-weight: 1.2;
  text-align: left;
  margin-top: 0.625rem;
  letter-spacing: 0px;
  /* text-shadow: 1px 1px 1px #333; */
  font-family: "hl";
  /* text-transform: uppercase; */
}
.section1 .index_banner .item .inner .block_txt a {
  display: block;
  background-color: #fff;
  width: 12.5rem;
  height: 3rem;
  font-size: 1rem;
  line-height: 3rem;
  border-radius: 1.5rem;
  overflow: hidden;
  text-align: center;
  color: #000;
  margin-top: 5rem;
  float: left;
}
.section1 .index_banner .item .inner .block_txt a i {
  height: 3rem;
  width: 3.25rem;
  font-size: 1rem;
  color: #fff;
  line-height: 3rem;
  font-weight: 100;
  display: block;
  background-color: #022c97;
  text-align: center;
  float: right;
}
.section1 .index_banner .item .inner .block_txt h3 span {
  display: block;
  font-weight: bold;
  margin-bottom: 0.2rem;
}
.section1 .index_banner .item .inner .block_txt .more {
  margin-top: 4rem;
}
.section1 .index_banner .item .inner .block_txt .more a {
  display: inline-block;
  padding: 0.6rem 2.5rem;
  color: #fff;
  border-left: 1px solid #ffffff75;
  border-right: 1px solid #ffffff75;
}
.section1 .slick_txt {
  width: 14%;
  height: 100%;
  background-color: transparent;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  font-size: 0;
  outline: none;
  border: 0;
}
.section1 .left {
  left: 0;
}
.section1 .right {
  right: 0;
}
.section1 .slick_txt:hover .slick_arrow {
  opacity: 1;
  visibility: visible;
}
.section1 .slick_txt .slick_arrow {
  width: 1.25rem;
  height: 2.25rem;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: -1.125rem;
  position: absolute;
  top: 50%;
  cursor: pointer;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  opacity: 0;
  visibility: hidden;
}
.section1 .slick_txt .prev {
  background-image: url(../images/ban_prev.png);
  left: 3.75rem;
}
.section1 .slick_txt .next {
  background-image: url(../images/ban_next.png);
  right: 3.75rem;
}
.section1 .slick_txt .prev:hover {
  background-image: url(../images/ban_prev_hover.png);
}
.section1 .slick_txt .next:hover {
  background-image: url(../images/ban_next_hover.png);
}
.section1 .number {
  position: absolute;
  bottom: 8%;
  left: 50%;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: table;
  padding: 0 1.25rem;
  width: auto;
  text-align: center;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.section1 .number span {
  font-family: "Myriad Pro", "Microsoft YaHei";
  font-size: 0.875rem;
  color: #fff;
  margin-right: 6.25rem;
  display: inline-block;
  cursor: pointer;
  position: relative;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
}
.section1 .number span:last-child {
  margin-right: 0;
}
.section1 .number span:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  bottom: -1.25rem;
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
}
.section1 .number span.active:after {
  width: 100%;
  opacity: 1;
  visibility: visible;
}

@media only screen and (max-width: 1600px) {
}
@media only screen and (max-width: 1440px) {
}
@media only screen and (max-width: 1366px) {
}
@media only screen and (max-width: 1300px) {
}
@media only screen and (max-width: 1199px) {
}
@media only screen and (max-width: 992px) {
  .section1{
    margin-top:3.125rem;
  }
  .section1 .index_banner .item{
    height: 26vh;
  }
  .section1 .index_banner .item .inner .block_txt h3{
    font-size: 1.25rem;
  }
  .section1 .index_banner .item .inner .block_txt h2{
    font-size: 1.125rem;
    margin-bottom: 0.75rem;
  }
  .section1 .left{
    display: none;
  }
  .section1 .index_banner .item .inner .block_txt p{
    font-size: 1rem;
    line-height: 1.2;
  }
  .section1 .number span{
    margin-right: 1.5rem;
  }
  .section1 .index_banner .item .inner .block_txt a{
    display: none;
  }
  .index .part01 .w80 .top .title h2{
    font-size: 1.75rem;
    margin-bottom: 0;
  }
  .index .part01 .w80 .top .title h4{
    font-size: 1.125rem;
  }
  .index .part01 .w80 .top .tool{
    width: 100%;
    margin-top: 1rem;
  }
  .index .part01 .w80 .top .tool .more{
    display: none;
  }
  .index .part01 .w80 .top .tool .txt h4{
    font-size: 1rem;
  }
}
@media only screen and (max-width: 767px) {
}
@media only screen and (max-width: 340px) {
}
@media only screen and (max-width: 320px) {
}
