body{ overflow-x:hidden;}
#swiper_home{ display:block;}
#mobile_contents{ display:none ;}
.banner_home.PC_banner{ position: relative; display: block}
.banner_home.Mobile_banner{ display: none}
.banner_home.PC_banner::before {
  right:0%;
  position: absolute;
  top:20%;
  content: " "; background: url("../images/banner_right_img.png") right center no-repeat; background-size:auto 100% ; height: 90%; width: 10%; z-index: 2 
}
.banner_home.PC_banner::after {
  left: 0%;
  position: absolute;
  top: 0%;
  content: " "; background: url("../images/banner_left_img.png") left center no-repeat; background-size:auto 100% ; height: 90%; width: 10%; z-index: 2 
}

.scr {
  pointer-events:none;
  width:0.5rem;
  z-index:12;
  animation:.8s cubic-bezier(.435,.25,.15,.965) infinite alternate scrFn;
  position:absolute;
  bottom:6%;
  left:50%; margin-left:-0.25rem;
  -webkit-animation: bounce-up 1.4s linear infinite;
    animation: bounce-up 1.4s linear infinite;
}
.scr>img {
  width:100%;
  display:block
}




    25% {
        -webkit-transform: translateY(-10px);
    }
    50%, 100% {
        -webkit-transform: translateY(0);
    }
    75% {
        -webkit-transform: translateY(10px);
    }
}
 
@keyframes bounce-down {
    25% {
        transform: translateY(-10px);
    }
    50%, 100% {
        transform: translateY(0);
    }
    75% {
        transform: translateY(10px);
    }
}
 
.animate-bounce-down{
    -webkit-animation: bounce-down 1.5s linear infinite;
    animation: bounce-down 1.5s linear infinite;
}
 
@-webkit-keyframes bounce-up {
    25% {
        -webkit-transform: translateY(10px);
    }
    50%, 100% {
        -webkit-transform: translateY(0);
    }
    75% {
        -webkit-transform: translateY(-10px);
    }
}
 
@keyframes bounce-up {
    25% {
        transform: translateY(10px);
    }
    50%, 100% {
        transform: translateY(0);
    }
    75% {
        transform: translateY(-10px);
    }
}
 
.animate-bounce-up{
    -webkit-animation: bounce-up 1.4s linear infinite;
    animation: bounce-up 1.4s linear infinite;
}




/*banner 首页*/
.banner_home{ height:8rem; width: 100%;}
.banner_home .slick-slider,.banner_home .slick-list,.banner_home  .slick-track{height: 100%; width: 100%;}
.banner_home .item{ position: relative; height: 100%;  background-position: center center; background-repeat: no-repeat; background-size: cover;}
.banner_home .item .videocon {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100%; margin-top: -30%;
}
.banner_home .item .videocon video{ width: 100%; height: auto;}

.banner_home .item .text{ position: absolute; left:15%; top: 50%; width:70%; text-align: left; color: #ffffff; margin-top:-150px; line-height: 1.5}
.banner_home .item .text h5{font-weight: bold; font-size: 44px; margin-bottom: 30px;text-transform:uppercase;text-shadow:#000000 1px 1px 6px; max-width: 700px;}
.banner_home .item .text p{font-size:20px; margin-bottom:50px;text-transform:uppercase;text-shadow:#000000 1px 1px 6px; max-width: 600px; line-height: 2}
.banner_home .item .text a{ display: none; padding:14px 32px; font-size:13px; color: #ffffff;text-transform:uppercase;background-color: #229aba;border-radius:30px;}
.banner_home .item .text a:hover{ padding:14px 36px; }

.banner_home .item.slick-current h5{animation: fadeInDown  2s ease; animation-fill-mode: both;}
.banner_home .item.slick-current{}
.banner_home .item.slick-current p{animation: fadeInUp  2s ease; animation-fill-mode: both;}
.banner_home .item.slick-current a{animation: fadeInUp  2s ease; animation-fill-mode: both;}
.banner_home .slick-dots{ bottom:30px}
.banner_home .slick-dots li button{ height: 10px; width: 10px; margin: 0 5px}
.banner_home .slick-dots li.slick-active button {
    background: #006b6e;
}
html,
    body {
      position: relative;
      height: 100%;
    }

.home_banner_show {}
.home_banner_show  { position: relative;}
.home_banner_show  .down_icons{ position: absolute; left: 50%; width: 1rem; margin-left: -0.5rem; bottom: 0.4rem; z-index: 2;text-align: center;}
#swiper_home .swiper-slide .home_banner_show .down_icons img {
  height: 0.25rem;
  object-fit: contain;
}
.home_banner_show  .down_icons p {
  font-size: 0.14rem;
  color: #fff;
  margin-top: 0.1rem;
}
.home_banner_show .down_icons {
  -webkit-animation: moveNext 1s linear infinite;
  animation: moveNext 1s linear infinite;
}
@-webkit-keyframes moveNext {
	0% {
		-webkit-transform: translateY(.1rem);
		transform: translateY(.1rem);
	}

	50% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		-webkit-transform: translateY(.1rem);
		transform: translateY(.1rem);
	}
}

@keyframes moveNext {
	0% {
		-webkit-transform: translateY(.1rem);
		transform: translateY(.1rem);
	}

	50% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		-webkit-transform: translateY(.1rem);
		transform: translateY(.1rem);
	}
}
.home_banner_show .item{}
.home_banner_show .item .inbanervideo {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 3;
}
.home_banner_show .item .inbanervideo::before {
content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
	background: url(../images/top_nav_back.png) center top no-repeat;
  background-size: 100% auto;
}
.home_banner_show .item .inbanervideo video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.home_banner_show.PC{ display:block}
.home_banner_show.mobile{ display:none;}
.home_banner_show{ height: 100%;
  width: 100%;
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;}
.home_banner_show .slick-slider{ height: 100%; width: 100%}
.home_banner_show .slick-list{ height: 100%; width: 100%}
.home_banner_show .slick-track{ height: 100%; width: 100%}
.home_banner_show .item { position: relative; overflow: hidden}

.home_banner_show .item::before {
  right:0;
  position: absolute;
  top:0%;
  content: " ";
  width:100%;
  -webkit-transition: .3s;
  transition: .3s;
  height: 100%; z-index:9;
  background: url(../images/back_mengcheng.png) center center no-repeat; background-size:cover; display:none
} 


.home_banner_show .item .banner_home_font{ position: absolute; left: 15%; top: 50%; width: 70%; margin-top: -1.8rem; text-align: center; z-index:10}
/*.home_banner_show .item:nth-child(3) .banner_home_font{ position: absolute; left: 15%; width:70%; top: 50%; margin-top: -2.4rem; text-align: center}*/

.home_banner_show .item.slick-current  .banner_home_font .titile{animation: moveDown 2s ease;animation-fill-mode: both;}
.home_banner_show .item.slick-current  .banner_home_font .descipe{animation: moveUpL 2s ease;animation-fill-mode: both;}
.home_banner_show .item.slick-current  .banner_home_font .home_banner_link{animation: moveUpL 2s ease;animation-fill-mode: both;}

.home_banner_show .item .videocon {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100%; margin-top: -30%; z-index:2
}
.home_banner_show .item .videocon video{ width: 100%; height: auto;}


.home_banner_show  .item .img_show {
	width: 100%; overflow: hidden;
    transform: scale(1.1);
     transition: all 2s;
}
.home_banner_show  .item.slick-current  .img_show{
    transform: scale(1);
}
.home_banner_show .item .banner_home_font .home_banner_link{ margin-top:0.8rem;text-align:center}
.home_banner_show .item .banner_home_font .home_banner_link a{ transition: transform 0.3s ease;display:inline-block; background-color:#fff;border-radius: 0.4rem; color:#D93429; font-size:0.16rem; padding:0.2rem 0.4rem;display: flex;
  justify-content: center;
  align-items: center;width: 1rem;margin: 0px auto;}
.home_banner_show .item .banner_home_font .home_banner_link a img {
  height: 0.16rem;
  margin-left: 0.1rem;
}
.home_banner_show .item .banner_home_font .home_banner_link a:hover{transform: translateY(-10px);}

.home_banner_show .item .banner_home_font .titile{ font-size: 0.5rem; font-weight: bold; color: #fff;line-height:1.3; margin-bottom: 0.3rem;text-shadow:1px 1px 1px #333;text-transform: uppercase;}
.home_banner_show .item .banner_home_font .descipe{ font-size: 0.24rem;  color: #fff; line-height: 2; margin-bottom: 0.3rem;text-shadow: 1px 1px 1px #333;position: relative; text-align:center;}
  
.home_banner_show .item .banner_home_font .descipe::after {
  right:-1.6rem;
  position: absolute;
  top:50%;
  content: " ";
  width:1.3rem;
  -webkit-transition: .3s;
  transition: .3s;
  height: 3px; margin-top:-2px;
  background-color: #fff; display: none
}  
  
.home_banner_show .slick-dots li {
	position:relative;
	display:inline-block;
	margin:0 0.1rem;
	padding:0;
	cursor:pointer
}
.home_banner_show .slick-dots li button {
	border:0;
	display:block;
	height:2px;
	width:0.3rem;
	padding:0;
	margin:0;
	outline:none;
	line-height:0;
	font-size:0;
	cursor:pointer;
	background:#d6d6d6;
	border-radius:0px
}
.home_banner_show .slick-dots li.slick-active button {
	background:#be8e44; width: 0.4rem;
}

.home_banner_show .slick-next{ border: 0; background: url("../images/right_btn.png") center center no-repeat; width: 0.6rem; height: 0.6rem; border-radius: 50%;box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08); right:-0.7rem; left: inherit;background-size: cover; margin-top: -0.5rem}
.home_banner_show .slick-prev{ border: 0; background: url("../images/left_btn.png") center center no-repeat; width: 0.6rem; height: 0.6rem; border-radius: 50%;box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08); left:-0.7rem;  background-size: cover; margin-top: -0.5rem}

.home_banner_show:hover .slick-prev { left:0.3rem;animation: moveRightL 2s ease; animation-fill-mode: both;}
.home_banner_show:hover .slick-next { right:0.3rem;animation: moveLeftL 2s ease; animation-fill-mode: both;}

.index_changjing_con{ padding-top:0.8rem; background-color:#fff;}
.index_changjing_list{ margin-top:-0.3rem; margin-bottom:0.6rem;}
.index_changjing_list ul li{ background-color:#fff; padding:0.6rem 0;}
.index_changjing_list ul li:nth-child(even){ background-color:#F5F7FA;}
.index_changjing_list ul li a {
  position: relative;
  display: block;
  border-radius: 0.2rem;
  overflow: hidden;  display: flex;
  justify-content: center;
  align-items: center;
}
.index_back{ position:relative; background-color:#fff}
.index_changjing_list ul li a .fonts{position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); text-align:center; width: 90%}
.index_changjing_list ul li a .fonts .fonts_tit{color:#FFFFFF; font-size:0.44rem; line-height:1.6; transition: transform 0.3s ease; margin-bottom:0.3rem;text-shadow: 1px 1px 1px #333; }
.index_changjing_list ul li a .fonts .fonts_descipe{color:#FFFFFF; font-size:0.22rem; line-height:1.6; transition: transform 0.3s ease;text-shadow: 1px 1px 1px #333; }

.index_changjing_list ul li a  .pic_wid{height:6.4rem; overflow:hidden;-webkit-transition: -webkit-transform 0.6s ease 0s;
  transition: transform 0.6s ease 0s;width: 100%;
  height: 100%;border-radius: 0.2rem;}
.index_changjing_list ul li a:hover  .pic_wid{-webkit-transform: scale(1.05) ; -moz-transform: scale(1.05); transform: scale(1.05);}

.index_changjing_list ul li a  .pic_wid .pic_show.Mobile_show{ display:none;  opacity:0;background-position:center center; background-repeat:no-repeat; height:6.4rem; width:100%; background-size:cover;-webkit-transition: -webkit-transform 0.6s ease 0s;
  transition: transform 0.6s ease 0s;}
.index_changjing_list ul li a:hover .pic_wid .pic_show.Mobile_show{ display:block;opacity:1;-webkit-transition: -webkit-transform 0.6s ease 0s;
  transition: transform 0.6s ease 0s;}
.index_changjing_list ul li a .pic_show.PC_show{ display:block; opacity:1;background-position:center center; background-repeat:no-repeat; height:6.4rem; width:100%; background-size:cover;-webkit-transition: -webkit-transform 0.6s ease 0s;
  transition: transform 0.6s ease 0s;}
.index_changjing_list ul li a:hover .pic_show.PC_show{ display:none;opacity:0;-webkit-transition: -webkit-transform 0.6s ease 0s;
  transition: transform 0.6s ease 0s;}



.index_fangan_con{ padding-top:0.5rem; background-color:#fff;}
.index_fangan_list{ margin-top:-0.3rem; margin-bottom:0.6rem;}
.index_fangan_list ul li{ background-color:#fff; padding:0.6rem 0;}
.index_fangan_list ul li:nth-child(even){ background-color:#F5F7FA;}
.index_fangan_list ul li a {
  position: relative;
  display: block;
  border-radius: 0.2rem;
  overflow: hidden; background-color:#fff;box-shadow: 0 0px 13px 0 rgba(69,69,69,0.08);
}
.index_fangan_list ul li a:hover{box-shadow: 0 0px 13px 0 rgba(69,69,69,0.15);}
.index_fangan_list ul li a .fonts{ float:left; width:40%; padding-top:1.4rem;}
.index_fangan_list ul li a .fonts .fonts_icon{margin-left:15%; margin-right:15%; text-align:left; transition: transform 0.3s ease; margin-bottom:0.3rem;}
.index_fangan_list ul li a .fonts .fonts_icon img{ height:0.6rem; width:auto;}
.index_fangan_list ul li a .fonts .fonts_tit{ margin-left:15%; margin-right:15%;color:#242933; font-weight:bold; font-size:0.3rem; line-height:1.6; transition: transform 0.3s ease; margin-bottom:0.3rem;}
.index_fangan_list ul li a .fonts .fonts_descipe{margin-left:15%; margin-right:15%;color:#656D7F; font-size:0.15rem; line-height:2; transition: transform 0.3s ease;  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; 
  overflow: hidden;}
.index_fangan_list ul li a .fonts .fonts_more_link{ display:inline-block;margin-left:15%; margin-right:15%; border:#1B4E98 1px solid; padding:0.18rem 0.3rem;display: flex;
  justify-content: center;
  align-items: center;color:#1B4E98; font-size:0.13rem;width: 1rem; margin-top:0.3rem}
  .index_fangan_list ul li a .fonts .fonts_more_link img{ height:0.13rem; margin-left:0.1rem;}
.index_fangan_list ul li a:hover .fonts .fonts_more_link{ background-color:#1B4E98;color:#fff;}
.index_fangan_list ul li a .pic_show{ float:right; width:60%; height:6.4rem;-webkit-transition: -webkit-transform 0.6s ease 0s;
  transition: transform 0.6s ease 0s; overflow:hidden;border-radius: 0 0.2rem 0.2rem 0; }
.index_fangan_list ul li a .pic_show .pic_show_wid{background-position:center center; background-repeat:no-repeat; height:6.4rem; background-size:cover;-webkit-transition: -webkit-transform 0.6s ease 0s;
  transition: transform 0.6s ease 0s;}
.index_fangan_list ul li a:hover .pic_show .pic_show_wid {-webkit-transform: scale(1.05) ; -moz-transform: scale(1.05); transform: scale(1.05);}
.index_fangan_list ul li:nth-child(even) a .fonts{ float:right}
.index_fangan_list ul li:nth-child(even) a .pic_show{ float:left;border-radius:  0.2rem  0  0 0.2rem ;}







.index_leader_con{position: relative;
  height: 100%;
  width: 100%; color: #fff;text-align: center;}
.index_leader_con .index_leader_video{
    width: 100%;
  height: 100%;
  object-fit: cover;}
 .index_leader_con .index_leader_font{position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);}
 .index_leader_con .index_leader_font .index_leader_font_tit{font-size: 0.5rem;
  font-weight: bold;
  position: relative;
  padding-bottom: 0.8rem;}
 .index_leader_con .index_leader_font .index_leader_font_tit::after {
  left: 50%;
  position: absolute;
  bottom:0.4rem;
  content: " ";
  width:0.6rem;
  margin-left: -0.3rem;
  -webkit-transition: .3s;
  transition: .3s;
  height: 3px;
  background-color: #EEB617;
}
 .index_leader_con .index_leader_font .index_leader_font_descipe{font-size: 0.18rem;}


html,
    body {
      position: relative;
      height: 100%;
    }

#swiper_home{
width:100%; text-align:center;

height:100%;
margin-left:0;
}
#swiper_home .swiper-slide{
height:100%; width:100%; overflow:hidden; position:relative;background-color: #fff;
}
#swiper_home .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
#swiper_home .swiper-slide:last-child{
height: auto; 
}
#swiper_home .swiper-slide.swiper-slide-active .index_leader_con .index_leader_font .index_leader_font_tit  {
  animation: scaleImg 2s ease;
    animation-delay: 0s;
    animation-fill-mode: none;
  animation-fill-mode: both;
  animation-delay: 0.8s;
}
#swiper_home .swiper-slide.swiper-slide-active .index_leader_con .index_leader_font .index_leader_font_descipe   {
  animation: scaleImg 2s ease;
    animation-delay: 0s;
    animation-fill-mode: none;
  animation-fill-mode: both;
  animation-delay: 0.8s;
}
.index_Industry_Chain{position: relative;
  height: 100%;
  width: 100%;
  text-align: center;background-color: #fff;}
 .index_Industry_Chain  .index_Industry_Chain_tit{text-align: left;
  position: absolute;
  left: 0;
  top: 1.3rem;
  width: 100%;z-index: 2;}
 .index_Industry_Chain .index_Industry_Chain_img img,#swiper_home .swiper-slide .index_Industry_Chain .index_Industry_Chain_img img{position: absolute;z-index:1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); max-width: 85%;width: auto;
  height: auto;
  object-fit: inherit;}
.color_000{ color:#000}
#swiper_home .swiper-slide.swiper-slide-active  .index_Industry_Chain  {
  animation: moveUpsL  2s ease;
    animation-delay: 0s;
    animation-fill-mode: none;
  animation-fill-mode: both;
  animation-delay: 0.8s;
}
#swiper_home .swiper-slide.swiper-slide-active .index_pro_con {
  animation: moveUpsL 2s ease;
    animation-delay: 0s;
    animation-fill-mode: none;
  animation-delay: 0s;
  animation-fill-mode: none;
  animation-fill-mode: both;
  animation-delay: 0.8s;
}
#swiper_home .swiper-slide.swiper-slide-active .index_abouts_con {
  animation: moveUpsL 2s ease;
    animation-delay: 0s;
    animation-fill-mode: none;
  animation-delay: 0s;
  animation-fill-mode: none;
  animation-fill-mode: both;
  animation-delay: 0.8s;
}
#swiper_home .swiper-slide.swiper-slide-active .index_news_con {
  animation: moveUpsL 2s ease;
    animation-delay: 0s;
    animation-fill-mode: none;
  animation-delay: 0s;
  animation-fill-mode: none;
  animation-fill-mode: both;
  animation-delay: 0.8s;
}
#swiper_home .swiper-slide.swiper-slide-active .index_case_con {
  animation: moveUpsL 2s ease;
    animation-delay: 0s;
    animation-fill-mode: none;
  animation-delay: 0s;
  animation-fill-mode: none;
  animation-fill-mode: both;
  animation-delay: 0.8s;
}
.index_case_con{position: relative;
  height: 100%;
  width: 100%;
  text-align: center;background-color: #F8F8F8;
    display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
.index_case_con::after {
  left: 0%;
  position: absolute;
  bottom:0;
  content: " ";
  width:100%;
  -webkit-transition: .3s;
  transition: .3s;
  height: 40%;
background-color: #F5D751;background: linear-gradient(to left,#000,#f2c200);
}
.index_case_con .index_case_tit {
  text-align: left;    margin-bottom: 0.6rem;position:relative;
z-index: 2;
}
.index_case_con .index_case_lists{text-align: left;
 }
 .index_case_con .index_case_lists .item{}
 .index_case_con .index_case_lists .item a{} 
 .index_case_con .index_case_lists .item a{display: block;
  padding: 0 0.2rem;} 
 .index_case_con .index_case_lists .item a .left_img_over {
  height: 6.5rem;
  overflow: hidden;
  border-radius: 0rem;
}
 .index_case_con .index_case_lists .item a .left_img {
  position: relative;
  height: 6.5rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
  transition: transform 0.5s ease;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
 .index_case_con .index_case_lists .item a:hover .left_img {
  transform: scale(1.06);
  box-shadow: 0 6px 13px 0 rgba(69,69,69,0.13);
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
 .index_case_con .index_case_lists .item a .index_case_one{font-size: 0.2rem;
  line-height: 1.6;
  margin: 0.25rem 0;
  color: #fff;
  background: url(../images/jiantou_case_hover.svg) right center no-repeat;
    background-size: auto;
  background-size: auto 100%;}
 .index_case_con .index_case_lists .item a:hover .index_case_one{font-size: 0.2rem;
  line-height: 1.6;
  margin: 0.25rem 0;
  color: #fff;
  background: url(../images/jiantou_case_hover.svg) right center no-repeat;
    background-size: auto;
  background-size: auto 100%;}
.index_case_con .index_case_lists .scroll {
    margin-left: -0.2rem;
    margin-right: -0.2rem;
}
.index_case_lists  .slick-dots {
  position: absolute;
  bottom: -0.2rem;}
 .index_case_lists   .slick-dots li button{ width:10px; height:10px; background-color:#c4ac41}
 .index_case_lists   .slick-dots li.slick-active button {
  background: #000;
}
.index_case_tit .cer9{  position: relative; }
.index_case_tit  a.more_link_btn {
  display: inline-block;
  padding: 0.15rem 0.2rem;
  border-radius: 0.3rem;
  background-color: #F5D751;
  color: #000000;
  font-size: 0.16rem;
  line-height: 1;position: absolute;
  right: 0;
  top: 0;
}
.index_news_con{position: relative;
  height: 100%;
  width: 100%;
  text-align: center;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;}
.index_news_tit {
  text-align: left;margin-bottom: 0.6rem;
}
.index_news_tit .cer9 {
  position: relative;
}
.index_news_tit .cer9 a.more_link_btn {
  display: inline-block;
  padding: 0.15rem 0.2rem;
  border-radius: 0.3rem;
  background-color: #F5D751;
  color: #000000;
  font-size: 0.16rem;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 0;z-index: 3;
}


.index_news_lists {
  width: 100%;
}



 .content {
            display: flex;
  gap: 0;
  background: white;
  border-radius: 0;
  overflow: hidden;
        }
        
        .image-section {
            flex: 1;
            min-height: 500px;
            background: #2c3e50;
            position: relative;
            overflow: hidden;
            transition: all 0.4s ease;
        }
        
        .image-container {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            opacity: 0;
            transition: opacity 0.5s ease;
            background-size: cover;
            background-position: center;
            padding: 30px;
        }
        
        .image-container.active {
            opacity: 1;
        }
        
        .image-content {
            background: rgba(0, 0, 0, 0.7);
            padding: 25px;
            border-radius: 8px;
            color: white;
            transform: translateY(20px);
            transition: transform 0.5s ease;
        }
        
        .image-container.active .image-content {
            transform: translateY(0);
        }
        
        .image-title {
            font-size: 1.8rem;
            margin-bottom: 15px;
            color: #3498db;
        }
        
        .image-description {
            font-size: 1.1rem;
            margin-bottom: 20px;
            opacity: 0.9;
        }
        
        .read-more {
            display: inline-block;
            padding: 10px 20px;
            background: #3498db;
            color: white;
            text-decoration: none;
            border-radius: 4px;
            font-weight: 500;
            transition: background 0.3s;
        }
        
        .read-more:hover {
            background: #2980b9;
        }
        
        .news-section {
            flex: 1;
            padding-left: 6%;
            background: #fff;
        }
        
        .news-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 30px;
            padding-bottom: 15px;
            border-bottom: 2px solid #f0f0f0;
        }
        
        .section-title {
            font-size: 1.8rem;
            color: #2c3e50;
        }
        
        .view-all {
            color: #3498db;
            text-decoration: none;
            font-weight: 500;
        }
        
        .news-list {
            list-style: none;
        }
        
        .news-item {
            padding: 0.2rem;
  border-bottom: 1px solid #eee;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  text-align: left;
        }
        
        .news-item::before {
            content: '';
            position: absolute;
            left: -10px;
            top: 0;
            height: 100%;
            width: 4px;
            background: #3498db;
            transform: translateX(-20px);
            transition: transform 0.3s ease;
        }
        
        .news-item:hover {
            border-bottom: 1px solid #F5D751;
            transform: translateX(5px);
        }
        
        .news-item:hover::before {
            transform: translateX(0);
        }
        
        .news-item.active {
            border-bottom: 1px solid #F5D751;
        }
        
        .news-title {
            font-size: 0.2rem;
  font-weight: 600;
  margin-bottom: 0.15rem;
  color: #000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
        }
        
        .news-date {
         color: #999;
  font-size: 0.16rem;
  margin-bottom: 0.15rem;
  display: inline;
  align-items: center;
  float: left;
  background: linear-gradient(to left,#000,#f2c200);
  padding: 20px;
  border-radius: 10px;
  color: #fff;
  margin-right: 0.15rem;
  text-align: center;
  flex-shrink: 0;
  justify-content: center;
  display: flex;
  flex-direction: column;
        }
        
        .news-date i {
            margin-right: 5px;
            color: #3498db;
        }
        .news_right_font{ margin-top:5px}
        .news-excerpt {
            color: #666;
  font-size: 0.16rem;
  line-height: 1.5;
  max-height: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;max-height: 100px;
        }
        
        .news-item:hover .news-excerpt {
            max-height: 100px;
        }
        
        .news-item.active .news-excerpt {
            max-height: 100px;
        }
        

        @media (max-width: 900px) {
            .content {
                flex-direction: column;
            }
            
            .image-section {
                min-height: 400px;
            }
        }
        
        @media (max-width: 600px) {
            h1 {
                font-size: 2rem;
            }
            
            .image-section {
                min-height: 350px;
            }
            
            .image-title {
                font-size: 1.5rem;
            }
        }
 .index_pro_con{position: relative;
    height: 100%;
    width: 100%;
    text-align: center;
    background: #F8F8F8 url(../images/home_pro_back_logo.png) center center no-repeat;
  background-size: cover;display: flex
;
    justify-content: center;
    align-items: center;
    height: 100vh;} 
  
  



.content2 {
            display: flex;
  gap: 0;
  border-radius: 0;
  overflow: hidden;
        }
        
        .image-section2 {
            flex: 2;
            background: #fff;
            position: relative;
            overflow: hidden;
            transition: all 0.4s ease;
        }
        
        .image-container2 {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            opacity: 0;
            transition: opacity 0.5s ease;
            background-size: cover;
            background-position: center;
            padding:0;
        }
        
        .image-container2.active {
            opacity: 1;
        }
        
        .image-content2 {
            background: rgba(0, 0, 0, 0.7);
            padding: 25px;
            border-radius: 8px;
            color: white;
            transform: translateY(20px);
            transition: transform 0.5s ease;
        }
        
        .image-container2.active .image-content2 {
            transform: translateY(0);
        }
        
        .image-title2 {
            font-size: 1.8rem;
            margin-bottom: 15px;
            color: #3498db;
        }
        
        .image-description2 {
            font-size: 1.1rem;
            margin-bottom: 20px;
            opacity: 0.9;
        }
        
        .read-more2 {
            display: inline-block;
            padding: 10px 20px;
            background: #3498db;
            color: white;
            text-decoration: none;
            border-radius: 4px;
            font-weight: 500;
            transition: background 0.3s;
        }
        
        .read-more2:hover {
            background: #2980b9;
        }
        
        .news-section2 {
            flex: 1;
            padding-left: 6%;padding-top: 3%;
  padding-bottom: 3%;
        }
        
        .news-header2 {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 30px;
            padding-bottom: 15px;
            border-bottom: 2px solid #f0f0f0;
        }
        
        .section-title2 {
            font-size: 1.8rem;
            color: #2c3e50;
        }
        
        .view-all2 {
            color: #3498db;
            text-decoration: none;
            font-weight: 500;
        }
        
        .news-list2 {
            list-style: none;
        }
        
        .news-item2 {
            padding: 0.2rem;
  border-bottom: 1px solid #eee;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  text-align: left;
        }
        
        .news-item2.active::before {
            content: '';
  position: absolute;
  left: -2.5rem;
  top: 0.4rem;
  height: 1px;
  width: 2.5rem;
  background: rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
        }
        
        .news-item2:hover {
            
            transform: translateX(10px);
        }
        
        .news-item2:hover::before {
            transform: translateX(0);
        }
        
        .news-item2.active .news-title2 {
            color: #EEB617;font-size: 0.24rem;transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
        }
        
        .news-title2 {
            font-size: 0.2rem;
  font-weight: 600;
  margin-bottom: 0.15rem;
  color: #000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
        }
        
        .news-date2 {
           color: #999;
  font-size: 0.16rem;
  margin-bottom: 0.15rem;
  display: flex;
  align-items: center;
        }
        
        .news-date2 i {
            margin-right: 5px;
            color: #3498db;
        }
        
        .news-excerpt2 {
            color: #666;
  font-size: 0.16rem;
  line-height: 1.5;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
        }
        
        .news-item2:hover .news-excerpt2 {
            max-height: 100px;
        }
        
        .news-item2.active .news-excerpt2 {
            max-height: 100px;
        }
        
        
        
        @media (max-width: 900px) {
            .content2 {
                flex-direction: column;
            }
            
            .image-section2 {
                min-height: 400px;
            }
        }
        
        @media (max-width: 600px) {
            h1 {
                font-size: 2rem;
            }
            
            .image-section2 {
                min-height: 350px;
            }
            
            .image-title2 {
                font-size: 1.5rem;
            }
        }

.news-item2   .sanjiao {
  display: none;transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}   
.news-item2.active   .sanjiao {
  display: block;transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}  
#swiper_home .swiper-slide .news-list2 .sanjiao img {
  height: 0.4rem;
  object-fit: contain;
  display: inline-block;
  width: auto;
}

.index_abouts_con{position: relative;
    height: 100%;
    width: 100%;
    text-align: center;
    background-color: #F3F3F3;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;}
.index_abouts_con .index_abouts_left {
  float: left;
  width: 25%;text-align: left;
}
.index_abouts_con .index_abouts_left .descipe_show_about_home {
color: #000;
  font-size: 0.16rem;
  line-height: 1.8;
  margin-top: 0.4rem;
  font-weight: 300;
}
.index_abouts_con .index_abouts_right {
  float: right;
  width: 75%;
}
  
  
  
.index_abouts_numbers{margin-top: 0.6rem;margin-bottom: 0.4rem;}
.index_abouts_numbers ul{}
.index_abouts_numbers ul li{float: left;
  width:47%;
  margin-right: 3%;
  display: inline;
  margin-bottom: 3%;
  position: relative; }
  .index_abouts_numbers ul li:last-child{width:100%;  margin-right: 0%;}
 .index_abouts_numbers ul li .about_number_show_cn {
  font-size: 0.15rem;
  line-height: 1.5;
}
 .index_abouts_numbers ul li .about_number_show_en {
  font-size: 0.45rem;
  color: #EEB617;
  font-family: "family_DIN";
  line-height: 1.5;display: flex;
  align-items: center;
}
 .index_abouts_numbers ul li .about_number_show_en .danwei {
  font-size: 0.16rem;
  display: inline-block;
  margin-left: 0.2rem;
}
.index_abouts_con .index_abouts_left a.more_link_btn {
  display: inline-block;
  padding: 0.18rem 0.3rem;
  border-radius: 0.3rem;
  background-color: #F5D751;
  color: #000000;
  font-size: 0.15rem;
  line-height: 1;
}
.index_pro_con .index_pros_tit{text-align: left;
  position: relative;}
.index_pro_con .index_pros_tit a.more_link_btn {
  display: inline-block;
  padding: 0.15rem 0.2rem;
  border-radius: 0.3rem;
  background-color: #F5D751;
  color: #000000;
  font-size: 0.16rem;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}


        
        
  
 .mc_pos_cover {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;background-color: rgba(0, 0, 0, 0.1);
}
.mc_a1t_li {
  position: absolute;
  z-index: 5;
}
.mc_a1t_a {
  display: block;
  position: relative;
}
.mc_a1t_dian {
  display: block;
  width: 0.1rem;
  height: 0.1rem;
  background: #fff;
  border: 6px solid #F5D751;
  border-radius: 50%;
}
.mc_a1t_dian {
  position: relative;
  animation: bordershow 3s infinite;
}
@keyframes boderM {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0
    }

    20% {
        opacity: 1
    }

    75% {
        transform: translate(-50%, -50%) scale(2);
        opacity: 0
    }

    100% {
        opacity: 0
    }

}

@keyframes bordershow {

    50% {
        box-shadow: 0px 0px 10px 0 #F5D751;
    }

}
.mc_a1t_dian::before {
  animation: boderM 3s .75s infinite;
}
.mc_a1t_dian::before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: rgba(245, 215, 30, 0.2);
}
.mc_a1t_dian::after {
  animation: boderM 3s infinite;
}
.mc_a1t_dian::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: rgba(245, 215, 30, 0.2);
}
.mc_a1t_xl {
  position: absolute;
  left: 0.45rem;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  white-space: nowrap;
  font-size: 0.16rem;
  padding-left: 0.2rem;
  line-height: 0.5rem;
  pointer-events: none;
}
.mc_a1t_xl::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 0;
  height: 100%;
 background: rgba(0, 0, 0, .77);
  border-radius: 0.4rem;
}
.mc_a1t_xl span {
  line-height: 54px;
}
.mc_a1t_xl span {
  opacity: 0;
}
#swiper_home .swiper-slide .mc_a1t_xl span img {
  height: 0.3rem;
  object-fit: inherit;
  display: inline-block;
  margin-left: 0.06rem;
  width: auto;
}
.mc_a1t_title {
  color: #fff;
  font-size: 0.2rem;
  margin-right: 45px;
  vertical-align: middle;
}
@media screen and (min-width:1200px) {
    .mc_n1s3_a:hover {
        box-shadow: 1px 2px 7px 1px rgba(128, 129, 139, .23);
    }

    .mc_a1t_li:hover {
        z-index: 20;
    }

    .mc_a1t_li:hover .mc_a1t_xl {
        /*! pointer-events: all; */
    }

    .mc_a1t_li:hover .mc_a1t_xl::before {
        width: 100%;
        transition: all .4s cubic-bezier(.34, .44, .41, 1.12);
    }

    .mc_a1t_li:hover .mc_a1t_xl span {
        opacity: 1;
        transition: all .36s .4s;
    }

    .mc_innav_hd .mc_nav_a:hover {
        color: #001eb4;
    }

    .mc_innav_a:hover {
        color: #001eb4;
    }

    .mc_innav_a:hover::before {
        width: 100%;
    }

    .mc_d3s2li_txt p a:hover {
        color: #021571 !important;
    }

    .mc_vbtn_a:hover {
        background: #0a38a5;
        color: #fff;
    }

    .mc_nc1s1_list:hover .mc_nc1s1_li {
        width: 30%;
    }

    .mc_nc1s1_list .mc_nc1s1_li:hover {
        width: 40%;
    }

    .mc_nc1s1_list .mc_nc1s1_li:hover .mc_nc1s1_bgbox::after {
        opacity: 1;
    }

    .mc_nc1s1_list .mc_nc1s1_li:hover .mc_nc1s1_txtbox>.mc_nc1s1_title {
        opacity: 0;
    }

    .mc_nc1s1_list .mc_nc1s1_li:hover .mc_nc1s1_txt {
        opacity: 1;
        transition: all .4s .4s;
    }


    .mc_nc1ft_a:hover {
        color: #fff;
    }

    .mc_nc1ft_a:hover .mc_xtb_default {
        opacity: 0;
    }

    .mc_nc1ft_a:hover .mc_xtb_active {
        opacity: 1;
    }

    .mc_nc1ft_a:hover::before {
        opacity: 1;
    }

    .mc_nd1_imgbox:hover img {
        transform: scale(1.05);
    }

    .mc_nd1_imgbox img {
        transition: all .36s !important;
    }

}







.map-container {
            
            width: 100%;
            height: 600px;
           
        }
        
        .tooltip {
            position: absolute;
  padding: 0.2rem;
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  border-radius: 0.1rem;
  pointer-events: none;
  font-size: 0.16rem;
  width: 2.4rem;
  opacity: 0;
  transition: opacity 0.3s, transform 0.3s;
  line-height: 1.7;
  border: 1px solid #FFD700;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
  z-index: 10;
  transform: translateY(10px);
        }
        
        .tooltip strong {
           display: block;
  font-size: 0.2rem;
  margin-bottom: 0.15rem;
  color: #FFD700;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 0.1rem;
        }
        
        .tooltip-content {
            line-height: 1.8;
            text-align: left;
            font-size: 0.14rem;
        }
        
        .marker {
            cursor: pointer;
            
            filter: drop-shadow(0 0 8px rgba(255, 215, 0, 0.8));
           
        }
        
        @keyframes pulse {
            0% { transform: scale(1); }
            50% { transform: scale(1.1); }
            100% { transform: scale(1); }
        }
        
        .legend {
            display: flex;
            justify-content: center;
            margin-top: 25px;
            background: rgba(0, 0, 0, 0.3);
            padding: 15px 25px;
            border-radius: 10px;
            gap: 30px;
            border: 1px solid #ccc;
        }
        
        .legend-item {
            display: flex;
            align-items: center;
            gap: 12px;
            font-size: 16px;
        }
        
        .legend-icon {
            width: 28px;
            height: 28px;
            background: url(http://hfl.lcbpsports.com/template/pc/images/jiantou_yellow.svg) center/contain no-repeat;
        }
        
        .controls {
            display: flex;
            justify-content: center;
            gap: 15px;
            margin-top: 20px;
            flex-wrap: wrap;
            width: 100%;
            max-width: 800px;
        }
        
        .btn {
            padding: 12px 30px;
            background: linear-gradient(to bottom, #ccc, #2a4a7a);
            color: #FFD700;
            border: none;
            border-radius: 30px;
            cursor: pointer;
            font-weight: bold;
            font-size: 16px;
            transition: all 0.3s;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
            min-width: 150px;
        }
        
        .btn:hover {
            background: linear-gradient(to bottom, #4a6a9a, #ccc);
            transform: translateY(-3px);
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4);
        }
        
        .footer {
            margin-top: 30px;
            text-align: center;
            color: #a0a0a0;
            font-size: 14px;
            padding: 20px;
        }
        
        .mc_pos_cover {
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
            z-index: 10;
            background-color: rgba(0, 0, 0, 0.1);
        }
        
        .map-title {
            position: absolute;
            top: 20px;
            left: 20px;
            z-index: 5;
            background: rgba(0, 0, 0, 0.6);
            padding: 10px 20px;
            border-radius: 8px;
            font-size: 18px;
            border-left: 4px solid #FFD700;
        }
  
  
  
  
  



@media screen and (max-width: 768px){
.home_banner_show .item .banner_home_font {
  position: absolute;
  left: 10%;
  top: 50%;
	width: 80%;}
	.index_changjing_list ul li a .pic_show{ height: 4.5rem;}	
	
.index_fangan_list ul li a .pic_show {
  float: none;
  width: auto;
  height: 3.5rem;
  -webkit-transition: -webkit-transform 0.6s ease 0s;
  transition: transform 0.6s ease 0s;
  overflow: hidden;
  border-radius: 0.2rem 0.2rem 0 0;
}	
.index_fangan_list ul li a .pic_show .pic_show_wid{height: 3.5rem;}
.index_fangan_list ul li a .fonts {
  float: none;
  width: auto;
  padding-top: 0.6rem;
}	
	.index_fangan_list ul li:nth-child(2n) a .pic_show {
  float: none;
  border-radius: 0.2rem 0.2rem 0 0;
}
	.index_fangan_list ul li:nth-child(2n) a .fonts {
  float: none;
}
	.index_fangan_list ul li a .fonts {
  float: none;
  width: auto;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
	.index_pro_list ul li {
  display: block;
  text-align: left;
  width: auto;
  margin: 0;
    margin-bottom: 0px;
  vertical-align: top;
  margin-bottom: 5%;
}
	.index_pro_list ul li:nth-child(4) {
  position: inherit;
  left: initial;
  top: initial;
  height: 5rem;
  padding-top: 0;
}
	.index_pro_list ul li:nth-child(5) {
  position: inherit;
  right: initial;
  top: initial;
  height: 5rem;
  padding-top: 0;
}
	.index_pro_list ul li a .pic_show {
  height: 5rem;
  width: 100%;
}
	.index_pro_list ul li a .pic_show .pic_show_wid {
  background-position: center center;
  background-repeat: no-repeat;
		height: 5rem;}
	.index_pro_list ul li:nth-child(2) a .pic_show .pic_show_wid {
  height: 9rem;
  width: 100%;
}
	.index_pro_list ul li:nth-child(2) a .pic_show {
  height: 9rem;
  width: 100%;
}
	.index_pro_list ul li:nth-child(3) a .pic_show {
  height: 5.5rem;
  width: 100%;
}
	.index_pro_list ul li:nth-child(3) a .pic_show .pic_show_wid {
  height: 5.5rem;
  width: 100%;
}
	.index_pro_list ul li:nth-child(4) a .pic_show .pic_show_wid {
  height: 5rem;
  width: 100%;
}
	.index_pro_list ul li:nth-child(4) a .pic_show {
  height: 5rem;
  width: 100%;
}
	.index_pro_list ul li:nth-child(5) a .pic_show .pic_show_wid {
  height: 5rem;
  width: 100%;
}
	.index_pro_list ul li:nth-child(5) a .pic_show {
  height: 5rem;
  width: 100%;
}
	.index_pro_list{margin-top: 0;padding-bottom: 1rem;}
	.index_changjing_list ul li a .pic_show.PC_show{height: 4.5rem;}
	.home_banner_show.PC{ display:block}
	.home_banner_show.PC .banner_home_links{ display:none}
	.home_banner_show .item .inbanervideo {
  position: inherit;
  width: 100%;
  height: 100%;
  left: inherit;
  top: inherit;
  z-index: 3;
  overflow: scroll;
}
.home_banner_show .item .inbanervideo video {
  width: auto;
  height: 100%;
  object-fit: cover;
}

.home_banner_show .item .inbanervideo::before { display:none}
#swiper_home{ position:relative;}
 .head {
    background: url(../images/top_nav_back.png) center top no-repeat;
    background-size: 100% auto;
  }


.home_banner_show.mobile{ display:none;}
	.home_banner_show.mobile .item::after {
  content: '';
  position: absolute;
  left: 0%;
  bottom: 5%;
  z-index: 0;
  width: 4px;
  height: 90%;
  background-color: #E60012;
  z-index: 1;
}
.index_leader_con .index_leader_font {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
}
.index_leader_con .index_leader_font .index_leader_font_descipe {
  font-size: 14px;
}
.news-section2 {
  flex: 1;
  padding-left: 0;
  padding-top: 3%;
  padding-bottom: 0;
}
.index_abouts_con .index_abouts_left {
  float: none;
  width: auto;
  text-align: left;
}
.index_abouts_con .index_abouts_right {
  float: none;
    width: auto;
    overflow-x: scroll;
    display: none;
}
.news-date2 {
  font-size: 13px;}
.news-title2 {
  font-size: 18px;}
 .news-item2.active .news-title2 {
  font-size: 22px;} 
  .news-section {
  flex: 1;
  padding-left: 0;
  background: #fff;margin-top:-0.3rem;
}
.news-item.active .news-excerpt{display: none;}
.news-date {
  display: none;
}
  
#swiper_home {
  width: 100%;
  text-align: center;
  height: auto;
  margin-left: 0;overflow-y: scroll;
}
.swiper{overflow-x: hidden;overflow-y: scroll;}
#swiper_home #roll {
  position: inherit;
  width: 100%;
  height: auto;
  top: inherit;
  left: inherit;
  background-color: #fff;
}
#swiper_home .swiper-slide {
  height: auto;
  width: 100%;
  overflow: hidden;
  position: relative;
  background-color: #fff;
}  
.home_banner_show {
  height:auto;
  width: 100%;
  overflow: hidden;
  position: inherit;
  left: inherit;
  top: inherit;
  bottom: initial;
  right: inherit;
}
.home_banner_show .down_icons{ display:none}
.home_banner_show .slick-slider {
  height: auto;
  width: 100%;
}
.home_banner_show .slick-list {
  height: auto;
  width: 100%;
}
.home_banner_show .slick-track {
  height: auto;
  width: 100%;
}
.home_banner_show .item .inbanervideo {
    position: inherit;
    width: 100%;
    height: auto;
    left: inherit;
    top: inherit;
    z-index: 3;
    overflow: scroll;
  }
   .home_banner_show .item .inbanervideo video {
    width: 100%;
    height: auto;
    object-fit: inherit;
  }
  .index_leader_con .index_leader_font .index_leader_font_tit {
  font-size: 0.3rem;}
  .index_pro_con{height: auto;padding-top: 0.6rem;}
  .index_pro_con .index_pros_tit {
  text-align: left;
  position: relative;
  margin-bottom: 0.2rem;
}
.image-section2 {
    min-height: 250px;
  }
   .index_abouts_con .index_abouts_right {
    float: none;
    width: 100%;
    overflow-x: scroll;
    display: block;
  }
  .index_abouts_con,.index_leader_con,.index_news_con,.index_case_con{ height:auto;display: block;}
  .index_leader_con .index_leader_video {
  width: 100%;
  height: auto;
  object-fit: initial;
}
.index_news_con,.index_abouts_con{ padding-top:0.6rem; padding-bottom:0.6rem}
.index_case_con{padding-top:0.6rem;}
html, body {
  position: relative;
  height: auto;
}
  
.swiper{overflow: scroll;}

#swiper_home{ display:none;}
#mobile_contents{ display: block;}
  
  
  
  
	
}