.slide-inner {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  /* -webkit-align-items: center;
  align-items: center; */
  -webkit-align-items: end;
  align-items: end;
  color: #fff;
}
.index-banner {
  position: relative;
  overflow: hidden;
}
.index-banner img {
  width: 100%;
}
.index-banner .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  overflow: hidden;
}
.index-banner .swiper-slide-active .text {
  opacity: 1;
  text-align: left;
}
.index-banner .swiper-slide-active .text h2 p {
  opacity: 1;
  transform: translateX(0);
}
.index-banner .swiper-slide-active .text .botton {
  opacity: 1;
  transform: translateX(0);
}
.index-banner .text {
  position: absolute;
  /* width: 1440px; */
  width: 95%;
  opacity: 0;
  transform: translateY(-50px);
}
.index-banner .text h2 {
  text-align: left;
}
.index-banner .text h2 p {
  font-size: 50px;
  line-height: 70px;
  color: #fff;
  font-weight: 700;
  font-family: 'Microsoft YaHei' !important;
  transform: translateX(500px);
  transition: all 1s;
  opacity: 0;
}
.index-banner .text h2 p:nth-child(2) {
  transition-delay: 0.2s;
}
.index-banner .text h2 p:nth-child(3) {
  transition-delay: 0.4s;
}
.index-banner .text .botton {
  margin-top: 23px;
  background-color: #fff;
  /* width: 160px; */
  display: inline-block;
  height: 40px;
  line-height: 40px;
  font-weight: 400;
  transform: translateX(500px);
  opacity: 0;
  transition: all 1.5s;
}
.index-banner .text .botton a {
  transition: all 1s;
  display: block;
  color: #111;
  padding: 0 10px;
  width: 100%;
  height: 100%;
}
.index-banner .text .botton a:hover {
  background-color: #FF5A24;
  color: #fff;
}
.index-banner .swiper-pagination {
  display: flex;
  justify-content: center;
}
.index-banner .swiper-pagination .circle {
  height: 10px;
  margin-bottom: 29px;
  margin-right: 30px;
  cursor: pointer;
}
.index-banner .swiper-pagination .circle.active .path-loop {
  animation: path-loop var(--animate-time) linear 1;
}
.index-banner .swiper-pagination .circle .path-loop-bg {
  opacity: 0.8;
}
@keyframes path-loop {
  0% {
    stroke-dashoffset: 157px;
  }
  100% {
    stroke-dashoffset: 19px;
  }
}
.one {
  padding-top: 64px;
  position: relative;
}
.one .bg {
  position: absolute;
  z-index: -1;
  top: 0;
  width: 100%;
}
.one .bg img{
  width: 100%;
}
.one .title {
  text-align: center;
}
.one .title h3 {
  font-size: 34px;
  /* font-weight: 700; */
  font-weight: 400;
  line-height: 30px;
  color: #333;
  margin-bottom: 23px;
}
.one .title a {
  display: block;
  color: #FF5A24;
  transition-delay: 0.2s;
}
.one .title a span {
  display: inline-block;
  transition: all 1s;
  transform: translateY(-2px);
}
.one .title a:hover span {
  transform: translateY(-2px) translateX(10px);
}
.one .main {
  width: 1440px;
  margin: 57px auto 0;
}
.one .main .top {
  display: flex;
  background-color: #2C2F33;
}
.one .main .top .left {
  transform: translateX(100%);
  transition: all 1s;
  transition-timing-function: ease-out;
  width: 50%;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.one .main .top .left img {
  width: 100%;
}
.one .main .top.aos-animate .left {
  transform: translateX(0);
}
.one .main .top .right {
  width: 50%;
  padding: 0 80px;
}
.one .main .top .right .swiper {
  width: 100%;
  height: 100%;
}
.one .main .top .right .swiper .swiper-slide {
  background-color: transparent;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.one .main .top .right .swiper-slide-active h5,
.one .main .top .right .swiper-slide-active h4,
.one .main .top .right .swiper-slide-active p,
.one .main .top .right .swiper-slide-active a {
  opacity: 1;
  transform: translateY(0);
}
.one .main .top .right .swiper-slide-active h5 {
  transition-delay: .8s;
}
.one .main .top .right .swiper-slide-active h4 {
  transition-delay: 1s;
}
.one .main .top .right .swiper-slide-active p {
  transition-delay: 1.2s;
}
.one .main .top .right .swiper-slide-active a {
  transition-delay: 1.4s;
}
.one .main .top .right h5 {
  color: #73888C;
  font-size: 28px;
  transform: translateY(20px);
  opacity: 0;
  transition: all 1s;
}
.one .main .top .right h4 {
  color: #FFFFFF;
  font-size: 30px;
  margin-top: 21px;
  transform: translateY(20px);
  opacity: 0;
  transition: all 1s;
}
.one .main .top .right p {
  color: #FFFFFF;
  font-size: 18px;
  margin-top: 34px;
  transform: translateY(20px);
  opacity: 0;
  transition: all 1s;
}
.one .main .top .right a {
  color: #FF5A24;
  margin-top: 21px;
  display: block;
  transform: translateY(20px);
  opacity: 0;
  transition: all 1s;
}
.one .main .top .right a span {
  display: inline-block;
  transition: all 1s;
}
.one .main .top .right a:hover span {
  transform: translateX(10px);
}
.one .main .bottom {
  margin-top: 26px;
  display: flex;
}
.one .main .bottom .item {
  flex: 1;
  cursor: pointer;
  transition: all 1s;
}
.one .main .bottom .item .img {
  overflow: hidden;
}
.one .main .bottom .item .img img {
  transition: all 2s;
}
.one .main .bottom .item:hover .img img {
  transform: scale(1.1);
}
.one .main .bottom .item .text {
  background-color: #F6F3F2;
  height: 80px;
  text-align: center;
  line-height: 80px;
  transition: all 1s;
  color: #000;
  /* font-weight: 700; */
}
.one .main .bottom .item.active .text {
  background-color: #EBDCD6;
}
.one .main .bottom .item:not(:last-child) {
  margin-right: 27px;
}
.two {
  padding-top: 63px;
}
.two .title {
  text-align: center;
}
.two .title h3 {
  font-size: 34px;
  /* font-weight: 700; */
  font-weight: 400;
  line-height: 30px;
  color: #333;
  margin-bottom: 23px;
}
.two .tab {
  display: flex;
  justify-content: center;
}
.two .tab .item {
  position: relative;
  cursor: pointer;
}
.two .tab .item:not(:last-child){
  margin-right: 40px;
}
.two .tab .item::after {
  width: 14px;
  height: 3px;
  background-color: #FF5A24;
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transition: all 1s;
  transform: translateX(-50%) scaleX(0);
  transform-origin: center center;
}
.two .tab .item.active::after {
  transform: translateX(-50%) scaleX(1);
}
.two .tab .item.active p {
  opacity: 1;
}
.two .tab .item p {
  opacity: 0.8;
  color: #2C2F33;
  font-size: 18px;
  line-height: 40px;
  transition: all 1s;
}
.two .tab .item:hover::after {
  transform: translateX(-50%) scaleX(1);
}
.two .tab .item:hover p {
  opacity: 1;
}
.two .main {
  width: 1440px;
  margin: 63px auto 0;
}
.two .main .swiper-slide-active .item {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.5s;
}
.two .main .item {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0 30px;
  transform: translateY(20px);
  opacity: 0;
  transition: all 1.5s;
  padding-bottom: 67px;
}
.two .main .item .trem {
  border-bottom: 2px solid #FF5A24;
}
.two .main .item .trem .img {
  overflow: hidden;
  max-height: 300px;
}
.two .main .item .trem .img img {
  transition: all 2s;
}
.two .main .item .trem:hover .img img {
  transform: scale(1.1);
}
.two .main .item .trem .text {
  padding: 42px 19px 48px;
}
.two .main .item .trem .text .time {
  font-size: 14px;
  line-height: 20px;
  color: #73888C;
}
.two .main .item .trem .text .contant {
  font-size: 18px;
  line-height: 24px;
  color: #111;
  min-height: 46px;
  margin-top: 13px;
  margin-bottom: 15px;
}
.two .main .item .trem .text .contant {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.two .main .item .trem .text .more {
  color: #FF5A24;
}
.two .all {
  text-align: center;
  margin-bottom: 59px;
}
.two .all a {
  color: #2C2F33;
  line-height: 36px;
  margin-top: 70px;
  transition: all 1s;
}
.two .all a:hover {
  color: #FF5A24;
}

.one .main .b{
  margin-top: 30px;
}

@media screen and (max-width: 2560px){
	
}


@media screen and (max-width: 2048px){
	
}

@media screen and (max-width: 1856px){
	
}

@media screen and (max-width: 1792px){
	
}

@media screen and (max-width: 1680px){
	.index-banner .text h2 p {
    font-size: 44px;
    line-height: 56px;
  }
  .one .main .top .right {
    padding: 0 60px;
  }
  .one .main .top .right h4 {
    font-size: 28px;
  }
  .one .title h3,
  .two .title h3 {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .one {
    padding-top: 50px;
  }
  .one .main {
    margin-top: 40px;
  }
  .one .main,
  .two .main{
    width: 90%;
  }
  .two .main {
    margin-top: 40px;
  }
  .two .main .item .trem .text {
    padding: 30px 19px 30px;
  }
  .two .main .item{
    padding-bottom: 40px;
  }
  .index-banner .text{
    width: 90%;
  }
  .one .main .bottom .item .text {
    height: 60px;
    line-height: 60px;
  }
  .index-banner .text h2 p {
    font-size: 36px;
    line-height: 44px;
  }
}

@media screen and (max-width: 1600px){
	
}

@media screen and (max-width: 1440px){
	.one .main .top .right {
    padding: 0 40px;
  }
  .one .main .top .right h4 {
    font-size: 24px;
    margin-top: 14px;
  }
  .one .main .top .right p {
    margin-top: 20px;
  }
  .two .main .item .trem .text {
    padding: 20px 19px;
  }
  .two {
    padding-top: 50px;
  }
  .two .main {
    margin-top: 30px;
  }
  .two .main .item .trem .text .contant {
    font-size: 16px;
  }
}

@media screen and (max-width: 1400px){
	
}

@media screen and (max-width: 1366px){
	
}



@media screen and (max-width: 1024px){
  .one .main .top .left{
    transform: none;
  }
  .one .main .top .left .swiper{
    height: 100%;
  }
  /* .index-banner{
    margin-top: 60px;
  } */
  .one .main .top .left img{
    height: 100%;
    object-position: right;
  }
  .one .main .bottom .item .img img{
    object-position: right;
  }
  .one .main .top .right{
    padding: 30px;
  }
  .one .main .bottom {
    margin-top: 15px;
  }
  .one .main .bottom .item:not(:last-child) {
    margin-right: 15px;
  }
  .one .main .top .right h4 {
    font-size: 20px;
  }
  .one .main, .two .main{
    width: 100%;
    padding: 0 30px;
  }
  .two .main .item .trem .text {
    padding: 15px 10px;
  }
  .one .main .top .right p span{
    font-size: 16px !important;
  }
  .one .main .top .right h5 {
    font-size: 16px;
  }
  .two .main .item {
    grid-gap: 0 20px;
  }
  .two .main .item .trem .text .contant {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .one .main .bottom .item .text{
    font-size: 14px;
    height: 50px;
    line-height: 50px;
  }
  .index-banner .text .botton a{
    font-size: 16px;
    height: 36px;
    line-height: 36px;
  }
  .index-banner .text .botton{
    height: 36px;
    margin-top: 15px;
  }
  .two .main .item .trem .text .more{
    font-size: 14px;
  }
  .two .tab .item p {
    font-size: 16px;
    line-height: 32px;
  }
  .one .main {
    margin-top: 30px;
  }
  .index-banner{
    height: 40vh;
  }
  .index-banner img{
    height: 100%;
  }
  .index-banner .swiper-container{
    height: 100%;
  }
  .one .main .top .right .swiper-slide-active h5{
    transition-delay: .5s;
  }
  .one .main .top .right .swiper-slide-active h4 {
    transition-delay: .7s;
  }
  .one .main .top .right .swiper-slide-active p {
    transition-delay: .9s;
  }
  .one .main .top .right .swiper-slide-active a {
    transition-delay: 1.1s;
  }
  .index-banner .text{
    width: 100%;
    padding: 0 30px;
  }
  .one .main .top .right a,
  .one .main .top .right p {
    margin-top: 10px;
  }
}


@media screen and (max-width: 820px){
  .one .main .top .right p span{
    font-size: 14px !important;
  }
  .index-banner .text h2 p {
    font-size: 32px;
    line-height: 40px;
  }
  .two {
    padding-top: 40px;
  }
  .two .main .item .trem .text {
    padding: 10px;
  }
  .two .main .item {
    padding-bottom: 30px;
  }
  .two .all {
    margin-bottom: 30px;
  }
  .two .all a{
    font-size: 14px;
  }
  .one .main .bottom .item .text {
    height: 40px;
    line-height: 40px;
  }
  .one {
    padding-top: 40px;
  }
  .one .main .top .right a{
    font-size: 14px;
  }
}


@media screen and (max-width: 768px){
	
}


@media screen and (max-width: 540px){
  .one .main, .two .main,
  .index-banner .text{
    padding: 0 20px;
  }
  .one .main .top{
    flex-direction: column;
  }
  .one .main .top .left,
  .one .main .top .right{
    width: 100%;
  }
  .one .main .bottom{
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .one .main .bottom .item:not(:last-child){
    margin-right: 0;
  }
  .one .main .bottom .item{
    margin-bottom: 20px;
    width: 48%;
    flex: none;
  }
  .two {
    padding-top: 20px;
  }
  .two .main {
    margin-top: 20px;
  }
  .two .main .item {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
  .one .title h3, .two .title h3 {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .index-banner .text h2 p {
    font-size: 28px;
    line-height: 36px;
  }
}

@media screen and (max-width: 500px){
	.index-banner .text h2 p {
    font-size: 24px;
    line-height: 28px;
  }
  .index-banner .text .botton a {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
  }
  .index-banner .text .botton{
    height: 30px;
  }
  .one .main .top .right {
    padding: 20px;
  }
  .two .main .item {
    grid-template-columns: repeat(1, 1fr);
  }
  .one .title h3, .two .title h3 {
    font-size: 24px;
  }
  .one {
    padding-top: 30px;
  }
}
@media screen and (max-width: 450px){
	.two .tab .item p {
    font-size: 14px;
    line-height: 28px;
  }
  .one .title a{
    font-size: 14px;
  }
}
@media screen and (max-width: 414px){
	.one .main .bottom .item .text {
    font-size: 12px;
  }
  .two .tab .item:not(:last-child) {
    margin-right: 20px;
  }
  .one .main .bottom .item {
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 375px){
	
}

@media screen and (max-width: 360px){
	
}




 