.header{width: 100%; height: 90px;}
.header_main{height: 100%; display: flex; justify-content: space-between; align-items: center;}
.header .logo img{height: 65px;}
.header .nav ul .nLi{float: left; margin-right: 3px;}
.header .nav ul .nLi:last-child{margin-right: 0;}
.header .nav ul .nLi h3 a{display: block; width: 100px; height: 36px; line-height: 36px; text-align: center; font-size: 15px;}
.header .nav ul .nLi:hover h3 a{background-color: #ae0b2a; color: #fff;}
.header .nav ul .nLi.on h3 a{background-color: #ae0b2a; color: #fff;}
.banner {
  width: 100%;
  min-width: 1000px;      /* 保留你原有的最小宽度限制 */
  height: 240px;
  margin: -4px 0 0 0;
  position: relative;
  overflow: hidden;
  padding-top: 4px;
  box-sizing: border-box; /* 🔑 防止 padding 撑破 100% 宽度 */
  
  /* 🔑 关键：Flex 居中布局 */
  display: flex;
  justify-content: center; /* 水平居中 */
  align-items: center;     /* 垂直居中 */
}

.banner img {
  max-width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;       /* 保持比例填充，不变形 */
  object-position: center; /* 🔑 图片视觉焦点居中 */
}

/* 手机端 */
.headerSJ {
	display: none;
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	z-index:70;
	background-color:#fff;
	box-shadow:0 0 9px rgba(0,0,0,0.25);
}
.headerSJ .headerSC {
	width: 95%;
	height:60px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.headerSJ .logo img {
	display:block;
	height: 40px;
}

.headerSJ .navbar0 {
	position:relative;
	cursor:pointer;
	background-color:transparent;
	background-image:none;
}
.headerSJ .navbar0 .icon-bar {
	display:block;
	width:18px;
	height:2px;
	border-radius:1px;
	background-color:#333;
}
.headerSJ .navbar0 .icon-bar + .icon-bar {
	margin-top:4px;
}

.headerSJ .navbg0 {
	display:none;
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:71;
	background-color:rgba(0,0,0,0.7);
}
.headerSJ .navbg0 .closeSJ {
	position:absolute;
	right:24px;
	top:18px;
	cursor:pointer;
}
.headerSJ .navwrap0 {
	position:fixed;
	top:0px;
	left:-50%;
	width:60%;
	height:100%;
	opacity:0;
	visibility: hidden;
	z-index:72;
    background-color: #2c3e50;
}
.headerSJ .navwrap0 .nav0 {
	height:100%;
	padding:10px 5% 0px 5%;
	overflow-y:auto;
}

.headerSJ .navwrap0 .nav0 li {
	line-height:40px;
	padding:0 3%;
	border-bottom:1px solid rgba(255,255,255,0.3);
}
.headerSJ .navwrap0 .nav0 li a {
	display:block;
	color:#fff;
	font-size:14px;
}
.headerSJ .navwrap0 .nav0 li a span {
	font-size: 15px;
}

.headerSJ .navwrap0 .nav0 .SJbod {
	display:none;
}
.headerSJ .navwrap0 .nav0 .SJbod dd a {
	line-height:33px;
	font-size:12px;
}
.headerSJ .navwrap0 .nav0 .plus a {
	background:url(../images1/plus.png) right center no-repeat;
}
.headerSJ .navwrap0 .nav0 .minus a {
	background:url(../images1/minus.jpg) right center no-repeat;
}
.headerSJ .navwrap0 .nav0  .SJtit a {
	display:flex;
	justify-content: space-between;
	align-items: center;
}
.headerSJ .navwrap0 .nav0  .SJtit a i{
	font-size: 15px;
}
.container0 { 
	width: 1380px;
	height: 100%;
	margin: 0 auto;
}
@media(max-width: 768px){ 
    .gauge{padding: 30px 0;}

   .container0{width: 96%; padding: 0;}

   .tops{display: none;}

   .header{display: none;}

   .headerSJ{display: block;}

   .wrapper0{padding-top: 60px;}


   .index_swiper .bg{ background: none;}
   .index_swiper .bg img{ display: block; width: 100%; height: auto;}

   .index_swiper .banner_pagination{bottom: 5px;}
   .index_swiper .banner_pagination .swiper-pagination-bullet{width: 8px; height: 8px; margin: 0 5px;}

   .gauge{padding: 30px 0;}
   
   .title{padding-bottom: 15px;}
   .index_title{margin-bottom: 20px;}
   .index_title h2{font-size: 22px;}
   .index_title h3{font-size: 14px;}

   .index1_main .nr p{font-size: 14px; line-height: 25px;}

   .index_line0{width: 95%; margin-bottom: 30px;}
    
   .index2{padding: 30px 0 10px 0;}
   .index2_main ul li{width: 49%; padding: 0 10px; margin-bottom: 20px;}
   .index2_main ul li strong{font-size: 16px; margin-bottom: 8px;}
   .index2_main ul li p{font-size: 14px; line-height: 25px;}

   .index3{padding: 30px 0 15px 0;}
   .index3_main ul li{width: 48%; margin: 0 1%; margin-bottom: 15px;}
   .index3_main ul li .img{height: auto;}
   .index3_main ul li .img img{height: auto;}
   .index3_main ul li .txt .wz{padding: 10px;}
   .index3_main ul li .txt .wz h2{font-size: 16px; margin-bottom: 10px;}
   .index3_main ul li .txt .wz p{margin-bottom: 15px; font-size: 12px;}
   .index3_main ul li .txt .wz span{line-height: 25px;}
   .index3_main ul li .txt .detal{padding: 10px 0; font-size: 14px;}
   .index3_main ul li .txt .detal i{margin-right: 8px;}

   .index4 .index_title{margin-bottom: 20px;}
   .index4 .index_title h2{font-size: 22px;}
   .index4_main .lis1, .index4_main .lis2, .index4_main .lis3{width: 48%; margin-bottom: 15px;}
   .index4_main .lis1 ul li{margin-bottom: 15px;}
   .index4_main .lis1 ul li .mod{height: auto;}
   .index4_main .lis1 ul li .mod .times .red_ci strong{font-size: 22px;}
   /* .index4_main .lis1 ul li .mod .times .red_ci{padding: 10px 0;} */
   .index4_main .lis1 ul li .mod .txt{width: calc(100% - 84px); padding: 8px 9px 10px 10px;}
   .index4_main .lis1 ul li .mod .txt h3{margin-bottom: 10px; font-size: 14px;}
   .index4_swiper .lis_box .img_box{margin-bottom: 15px;}
   .index4_swiper .lis_box .img{height: auto;}
   .index4_swiper .lis_box .img img{height: auto;}
   .index4_swiper .lis_box .txt .sj{margin-bottom: 15px; padding-bottom: 15px;}
   .index4_swiper .lis_box .txt h2{font-size: 14px; margin-bottom: 10px;}
   .index4_swiper .lis_box .txt p{margin-bottom: 10px;}
   .index4_main .lis3 ul{padding-top: 15px; margin-top: 15px;}
   .index4_main .lis3 ul li{margin-bottom: 15px;}
   .index4_main .lis3 ul li h2{margin-bottom: 10px;}
   .index4_swiper .index4_pagination{bottom: 50%;}

   .index5{padding: 30px 0;}
   
   .index7{padding: 30px 0;}
   .index7 ul li{width: 47%; height: auto; margin-bottom: 15px; background:none!important;}
   .index7 ul li .img{height: auto;}
   .index7 ul li .txt{padding: 10px 5px;}
   .index7 ul li .txt h1{font-size: 16px; margin-bottom: 10px;}
   .index7 ul li .txt p{font-size: 12px;}
    
   .slider-for .lis{width: 100%; padding: 0;}
   .slider-for .lis .img{width: 100%; margin-bottom: 15px;}
   .slider-for .lis .img img{width: 90px; height: 90px; margin: 0 auto;}
   .slider-for .lis .txt{width: 100%;}
   .slider-for .lis .txt h2{font-size: 12px;}
   .slider-for .lis .txt h2 b{font-size: 16px; margin-right: 8px;}
   .slider-for .lis .txt p{font-size: 12px;}

   .footer .box1{margin-bottom: 15px;}
   .footer .box1 img{max-width: 100px;}
   .footer .box2 p{line-height: 25px;}

   .hr_banner .swiper-slide{ display: block; height: auto;}
   .hr_banner .swiper-slide .img{ width: 100%; height: 250px;}
   .hr_banner .swiper-slide .nr{ width: 100%; height: auto; padding-bottom: 40px;}
   .hr_banner .swiper-slide .nr h2{ font-size: 18px; line-height: 28px; padding-bottom: 10px; margin-bottom: 10px;}
   .hr_banner .swiper-slide .nr p{ font-size: 14px;}

   .hr_box{ padding: 20px 0px;}

   .hr_title h2{ font-size: 20px; }
.hr_title b{height: 3px;}
.hr_title h3{ font-size: 14px;}

.hr_box .nr{    font-size: 14px;
    line-height: 25px; padding: 15px 0px;}
    .hr_box1{ padding: 20px 0px;}
    .hr_box1 .nr{ padding: 0px; padding-top: 10px;}
    .hr_box1 .nr ul{ display: block;}
    .hr_box1 .nr ul li{ width: 100%; border: 0px; border-bottom: 1px dashed #939393; font-size: 14px; line-height: 22px;}
    .hr_box1 .nr ul li p::after{ width: 8px; height: 8px; top: 7px; left: -14px;}

    .hr_box2{ padding: 20px 0px;}
    .hr_box2 .nr ul{ display: block;}
    .hr_box2 .nr ul li{ width: 50%; float: left;}
    .hr_box2 .nr ul li .img img{ width: 40px; height: 40px;}
    .hr_box2 .nr ul li .nr h2{ font-size: 15px;}
    .hr_box2 .nr ul li .nr h2 span{ font-size: 25px;}
    .hr_box2 .nr ul li .nr h3{ font-size: 14px; line-height: 22px;}

    .hr_box3{ padding: 20px 0px;}
    .hr_box3 .nr{ padding-top: 10px;}
    .hr_box3 ul{ display: block;}
    .hr_box3 ul li{ width: 100%; margin: 0px; margin-bottom: 10px;}
    .hr_box3 ul li h2{ font-size: 18px;}
    .hr_box3 ul li p{ font-size: 14px; line-height: 22px;}
    .hr_box3 ul li .img1{ margin-top: 15px;}
    .hr_box3 ul li .jinj{ padding: 8%;}
    .hr_box3 ul li .jinj h2{ font-size: 20px;}
    .hr_box3 ul li .jinj p{ font-size: 15px; line-height: 30px;}

    .hr_box4{ padding: 20px 0px;}
    .hr_box4 ul{ margin: 0px;}
    .hr_box4 ul li{ padding: 0px; width: 100%;}
    .hr_box4 ul li h2 img{ width: 80px; height: auto;}
    .hr_box4 ul li h2 span{ font-size: 14px;}
    .hr_box4 ul li h3{ height: 35px; line-height: 35px; font-size: 15px;}

    .hr_box4 dl dd{ width: 100%; border: 0px; padding: 0px;}
    .hr_box4 dl dd h2{ font-size: 15px; margin-bottom: 15px;}
    .hr_box4 dl dd p{ font-size: 13px;}

    .hr_box5{ padding: 20px 0px;}
    .hr_box5 .nr{ padding-top: 20px;}
    .hr_box5 ul li{ font-size: 12px;}
    .hr_box5 ul li img{ width: 30px; height: 30px; margin-right: 10px;}
    .hr_box5 ul li h2{ font-size: 14px; padding-right: 10px;}

    .hr_box6 .nr ul{ display: block;}
    .hr_box6 .nr ul li{ margin: 0px 5px; font-size: 13px; width:calc(50% - 10px); float: left; margin-bottom: 15px;}
    .hr_box6 .nr ul li::after{ display: none;}
    .hr_box6 .nr ul li h2{ font-size: 14px; margin-bottom: 5px; height: 42px; line-height: 42px;}

    .zxbm1{ margin: 10px auto 20px auto; padding:20px 15px; }
    .zxbm1 .bt h2{ font-size: 14px;}
    
    .footer_bottom .p3{ display: none;}
    
    .public-list .list-wrap ul{
		width: 105%;
	}
	.public-list .list-wrap li{
		width: 45%;
		margin-right: 5%;
	}
	.public-list .top-nav .s-nav{
		height: auto;
	}
	.public-list .top-nav .s-nav li{
		margin-bottom: 10px;
	}
	.public-list .top-nav .s-nav li a{
		padding: 0;
	}
	.public-list .list-wrap{
		margin-top: 30px;
	}

}