h2 {
	color: #07294d;
	font-size: 40px;
	font-weight: 700;
}
strong {
	color: #07294d;
}
.head2-2 ul li .dj1 {
    color: #0c8b51;
}
.banner { 
  position: relative;
}
.carousel-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 500px; /* 请根据实际高度调整 */
}
.carousel-track {
  position: relative;
  width: 100%;
  height: 100%;
}
.banner1 { 
  
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-in-out;
  z-index: 1;
}
.banner1.active {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}
.bg1 {
	background: url(/images/banner.webp) no-repeat; 
	background-size: 100%; 
} 
.bg2 {
	background: url(/images/banner.jpg) no-repeat; 
	background-size: 100%; 
} 
.bg-pd1 { 
	background-image: linear-gradient(to right, #093281, #09328159); 
	color: #fff; 
	padding: 120px 60px 120px 150px; 
} 
.bg-pd2 { 
	background-image: linear-gradient(to right, #093281, #09328159); 
	color: #fff; 
	padding: 60px 60px 120px 150px; 
} 
.banner1 .bg-pd1 p {
	margin: 20px 0;
} 
.banner1 .bg-pd2 p {
	margin: 10px 0;
} 
.banner1 .p-1 {
	font-size: 45px;
	line-height: 60px;
	font-weight: 700;
	letter-spacing: 10px;
	color: #fff;
}
.banner1 .p-2 {
	font-size: 30px;
	line-height: 60px;
	font-weight: 700;
} 
.banner1 .p-3 { font-size: 20px; } 

/* 左右按钮 */
.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  border: none;
  font-size: 24px;
  padding: 15px 10px;
  cursor: pointer;
  z-index: 10;
  transition: background 0.3s;
}
.carousel-btn:hover { background: rgba(0, 0, 0, 0.6); }
.prev-btn { left: 20px; border-radius: 5px 0 0 5px; }
.next-btn { right: 20px; border-radius: 0 5px 5px 0;}

/* ================== 新增：底部小圆点样式 ================== */
.carousel-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  gap: 10px; /* 圆点间距 */
}
.dot {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
}
/* 悬停及激活态样式 */
.dot:hover, .dot.active {
  background-color: #fff;
  transform: scale(1.2); /* 激活时略微放大 */
}

.banner1 .p-4 {
	font-size: 20px;
}
.banner1 .bg-t {
	padding: 5px 10px;
	background: #ffffff47;
	width: 37%;
	font-size: 18px;
	margin-top: 20px;
	letter-spacing: 3px;
	margin-bottom: 10px;
}
.banner .btn {
	margin-top: 10px;
	display: inline-block;
	padding: 5px 10px;
	border-radius: 3px;
	background: #fff;
	color: #07294d;
	border: 1px solid #1E1E1E;
	font-weight: 600;
}
.banner .btn:hover {
	background: unset;
	color: #fff;
	border: 1px solid #fff;
}


@media (max-width: 767px) {
	.banner1 {
		width: 100%;		
	}
	.bg1 {
		background-size: 100% 100%; 
	} 
	.bg2 {
		background-size: 100% 100%; 
	}
	.bg-pd1, .bg-pd2{
		width: 100%;
		height: 100%;
		padding: 10px
	}
	.banner1 .bg-pd1 p {
		margin: 13px 0;
		font-size: 14px;
	}
	.banner1 .bg-pd2 p {
		margin: 3px 0;
		font-size: 12px;
	}
	.banner1 .p-1 {
		font-size: 18px;
		line-height: 20px;
		letter-spacing: 3px;
	}
	.banner1 .p-2 {
		font-size: 18px;
		letter-spacing: 0;
		line-height: 20px;
	}
	.banner1 .p-3 {
		font-size: 14px;
		letter-spacing: 0;
	}
	.banner1 .p-4 {
		font-size: 14px;
	}
	.banner1 .bg-t {
		width: 100%;
		margin-top: 10px;
	}
	.banner1 ul li {
		width: 100%;
		display: block;
		border-right: unset;
		margin-bottom: 20px;
	}
	.banner2 {
		width: 100%;
		padding: 30px;
	}
	.banner .btn {
		font-size: 12px;
	}
	.carousel-container {
		height: 200px;
	}
	.carousel-btn {
		font-size: 10px;
		padding: 10px 8px;
	}
}

.rank {
	background: #fff;
	margin-top: 30px;
    padding: 20px 45px;
}
.rank .tab_list, .rank .tab_con {	
	display: inline-block;
	vertical-align: top;
}
.rank .tab_list {
	border-right: 1px dashed #adadad;	
	width: 30%;
}
.rank  .p-tit {
	font-size: 25px;
	font-weight: 700;
	text-align: center;
}
.rank  h2 {
	font-size: 40px;
	font-weight: 700;
	margin-top: 40px;
}
.rank  h2 span {
	color: #0c8b51;
}
.rank .line {
    width: 150px;
    background: 0 0;
    border: 1px solid #07294d;
    margin-top: 25px;
}
.rank .tab_list {
	height: 500px;
}
.rank .tab_list ul {
	margin-right: 40px;
	margin-top: 40px;
}
.tab_list li {
    text-align: center;
	border-bottom: 1px solid #e5e6eb;
    border-radius: 4PX;
    cursor: pointer;
    padding: 15px 10px;
    line-height: normal;
	margin: 20px 0;
}
.tab_list li:hover {
	color: #fff;
    background: #0c8b51;
}
.tab_list .current {
    font-weight: 600;
    color: #fff;
    background: #07294d;
}
.rank .tab_con {
	width: 69%;
	padding-left: 40px;
}
.rank .scrol {
    text-align: center;
    height: 400px;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 20px;
    margin: 15px;
}
    table {
        border-collapse: collapse; /* 合并表格边框 */
    }
    table, th, td {
        border: 0; /* 移除所有单元格和表格的边框 */
    }

.rank thead {
    color: #07294d;
    font-weight: 700;
	border-top: 4px solid #07294d;
    border-bottom: 1px solid #07294d;
}
.rank thead td {
    padding: 20px 10px;
}
.rank tbody td {
    padding: 15px 5px;
}
.rank tbody tr:nth-child(2n) {
    background-color: #f9f9f9;
}
.rank tbody td img {
    width: 25%;
	margin: auto;
}

@media (max-width: 767px) {
	.ks-hd {
		padding: 20px;
	}
	
	.ks-hd ul li:nth-of-type(2) {
		width: auto;
	}
	.ks-hd ul li:nth-of-type(3) {
		width: auto;
	}
	.ks-hd ul li:nth-of-type(4) {
		width: auto;
	}
	.ks-hd ul li {
		display: block;
		width: 100%;
		margin: 15px 0
	}
	.js1 {
		width: 100%;
		display: block;
	}
	.js1-1 {
		width: 80px;
		height: 80px;
		display: inline-block;
		font-size: 18px;
		padding: 11px 17px;
	}
	.js1-2 {
		width: 80px;
		height: 80px;
		display: inline-block;
		vertical-align: top;
		padding: 18px 16px;
	}
	.rank {
		padding: 0;
		margin-top: 20px;
	}
	.rank h2 {
		font-size: 25px;
		margin-top: 10px;
	}
	.rank .p-tit span {
		font-size: 18px;
	}
	.rank .line {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.rank .tab_list {
		width: 100%;
		border-bottom: 1px dashed #adadad;
		border-right: unset;
		height: auto;
	}
	.rank .tab_list ul {
		margin-right: 0;
		padding-bottom: 0;
		margin-top: 0;
	}
	.tab_list li {
		width: auto;
		margin: 0;
	}
	.rank .tab_con {
		width: 100%;
		padding-left: 0;
		height: 300px;
		overflow: scroll;
		overflow-x: hidden;
		overflow-y: auto;
		font-size: 14px;
	}
	.rank .scrol {
		padding: 0;
		margin: 0;
	}
	.rank tbody td img {
		width: 80%;
	}
	td {
    width: auto; /* 默认就是这样的，通常不需要显式设置 */
}
	.js2 {
		width: 100%;
		padding: 0 30px;
	}
	.js2-1 {
		width: 80%;
		margin: auto;
	}
	.js2-2 {
		width: 100%;
		margin-right: 0;
	}
	.ks-js {
		width: 100%;
		margin: 0;
	}
}
.rm {
	margin-top: 60px;	
}
.rm h2 {
	width: 30%;
	display: inline-block;
	padding-right: 30px;
	margin-right: 30px;
	border-right: 4px solid #07294d;
}
.rm .tcb_list ul {
	width: 60%;
	display: inline-block;
}
.rm .tcb_list ul li {
	display: inline-block;
	margin: 5px;
}
.rm ul li {
	display: inline-block;
	margin: 10px;
}
.rm .curren {
	color: #0c8b51;
}
.rm .tcb_con ul li {
	width: 22%;
	height: 300px;
	display: inline-block;
	margin: 1%;
	border-radius: 10px;
    box-shadow: 0px 6px 14px 0px #ededed;
	vertical-align: top;
}
.rm p {
	margin: 0;
	font-size: 14px;
}
.rm1 {
	text-align: center;
	height: 130px;
}
.rm1 img {
	width: 45%;
	margin: 20px auto 0;
}
.rm2 {
	padding: 20px;
	color: #07294d;
	text-align: center;
}
.rm2 a {
	color: #07294d;
}
.rm2 a:hover {
	color:#181cef
}
.rm2 .p-tit1 {
	margin-bottom: 10px;
}
.rm2 .p-tit2 {
	font-size: 22px;
	margin-bottom: 10px;
}
.rm3 {
	border-top: 1px solid #07294d;
	padding-top: 25px;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
	justify-content: space-between;
}
.time1, .time2 {
	width: 49%;
	display: inline-block;
	vertical-align: middle;
}
.time1 {
	padding-top: 30px;
}
.time2 .line {
	width: 150px;
    background: 0 0;
    border: 1px solid #07294d;
    margin-top: 25px;
}
.time2 p {
	margin: 10px 0;
}
.time3 .p-lit {
	font-size: 14px;
	color: #0c8b51;
}
.time3 h2 {
    display: inline-block;
	font-size: 30px;
    padding-right: 30px;
    margin-right: 30px;
    border-right: 2px solid #07294d;
}
.time3 .p-line {
    display: inline-block;
    color: #666;
}
.time3 ul li {
	width: 47%;
	display: inline-block;
	margin: 1%;
}

.time3-1 {
	width: 125px;
    height: 125px;
    background-color: #f1f1f1;
	text-align: center;
    align-items: center;
	font-size: 22px;
	font-weight: 700;	
	padding: 5px;	
	padding-top: 45px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}
.time3 ul li:first-child .time3-1 {
	padding-top: 25px;
}
.time3-1:hover {
	background-color: #0c8b51;
	color: #fff;
}
.time3-2 {
	display: inline-block;
	width: 70%;
	vertical-align: middle;
}
.help {
	background: #d0e0ec;
	margin-top: 40px;
}
.help1, .help2 {
	width: 41%;
	display: inline-block;
	margin: 0 4%;
	vertical-align: middle;
}
.help1 img {
	width: 70%;
}
.help2 {
	text-align: center;
}
.help2 .p-1 {
	font-size: 35px;
	font-weight: 700;
	margin-bottom: 30px;
}
.help2 .line {
	width: 200px;
	margin: 20px auto;
	height: 2px;
	background: #102f25;
}
.help2 p {
	margin-bottom: 10px;
	line-height: 40px;
	font-size: 18px;
}
.help2 a {
	display: inline-block;
	background: #237c3a;
	padding: 10px;
	color: #fff;
	margin-top: 20px;
}
.help2 a:hover {
	background: #102f25;
}
.techer ul li {
	width: 31%;
	margin: 1%;
	display: inline-block;
    border: 1px solid #ece8e9;
    border-radius: 6px;
}
.techer1 {
	width: 30%;
	display: inline-block;
	vertical-align: middle;
}
.techer2 {
	width: 69%;
	display: inline-block;
	vertical-align: middle;
	padding: 10px;
}
.techer2 p {
	margin: 0;
	margin-bottom: 10px;
}
.techer2 .p-1 {
	font-size: 14px;
	color: #555;
}
.techer2 .p-2 {
	font-size: 20px;
	font-weight: 700;
}
.techer2 .line {
	margin: 20px 0;
	width: 80px;
	height: 1px;
	background: #0c8b51;
}

/* 轮播外层大容器 */
.slider-container {
    position: relative;
    width: 100%;
    max-width: 1200px; /* 根据你的网页布局调整宽度 */
    margin: 10px auto;
    overflow: hidden;  /* 必须有：隐藏超出容器的内容 */
    padding: 10px 0;   /* 预留上下空间给放大的图片 */
}

/* 图片列表容器 */
.slider-wrapper {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94); /* 丝滑平移 */
    will-change: transform;
}

/* 每一张图的样式 */
.slide {
    flex-shrink: 0;     /* 禁止被挤压 */
    width: 400px;       /* 每张图的基础宽度 */
    margin: 0 20px;     /* 图片之间的左右间距 */
    transition: all 0.5s ease;
    opacity: 0.4;       /* 非活动图片透明度 */
    transform: scale(0.85); /* 非活动图片缩小 */
    filter: blur(2px);  /* 可选：给两边图片加模糊感 */
}

/* 中间高亮图片的样式 */
.slide.active {
    opacity: 1;
    transform: scale(1.15); /* 中间图片放大倍数 */
    z-index: 10;
    filter: blur(0);
}

.slide img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    display: block;
}

/* 按钮样式 */
.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.3);
    color: white;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 24px;
    z-index: 20;
    transition: background 0.3s;
}
.slider-btn:hover { background: rgba(0,0,0,0.6); }
.prev { left: 20px; }
.next { right: 20px; }



.news {
	padding: 30px 0;
}
.news img {
	border-radius: 6px;
}
.news a {
	color: #237c3a;
}
.news h2 {
    text-transform: uppercase;
    font-weight: 700;
	text-align: center
}
.news .l-tit {
	color: #002147;
    font-size: 40px;
    font-weight: 600;
	text-align: center;
	margin-top: 0;
}
.news1, .news2 {
	width: 49%;
	display: inline-block;
	vertical-align: top;
}
.news1 {
	border: 1px solid #dee2e6;
	background: #fff;
	border-radius: 6px
}
.news1-main {
	padding: 15px;
}
 .news1-img {
	height: 260px;
	overflow: hidden;
}
.news1 .news1-img img {
	width: 100%;
}
.news1-rq {
    font-size: 14px;
    font-weight: 700;
}
.news1-rq a:hover {
	color: #07294d;
}
.news1-txt {
	display: block;
	margin: 20px 0;
}
.news1-txt h3 {
	color: #002147;
    transition: all .4s linear 0s;
    margin-top: 0;
    text-transform: capitalize;
    font-size: 20px;
    line-height: 1.8rem;
    font-weight: 700;
	width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news1-txt:hover h3 {
	color: #237c3a;
}
.news1-txt p{
	color: #666;
	height: 55px;
}
.news1-btn {
	font-weight: 700;
}
.news1-btn:hover {
	color: #07294d;
}
.news2 {
	padding-left: 30px;
}
.news2-main {
	color: #666 !important;
	margin-bottom: 30px;
	display: block;
}
.news2-1 {
	width: 25%;
    display: inline-block;
    margin-right: 3%;
    height: 136px;
    overflow: hidden;
}
.news2-1 p {
    text-align: center;
    font-size: 24px;
    color: #56566a;
    font-weight: 500;
    margin: 10px;
    line-height: normal;
}
.news2-1 .p-tit {
    font-size: 50px;
    font-weight: 600;
    margin: 0;
}
.news2-2 {
	width: 71%;
	display: inline-block;
	vertical-align: top;
}
.news2-2 span {
	font-size: 14px;
	font-weight: 700;
	color: #000;
	margin-bottom: 10px;
	display: block;
}
.news2-2 h3 {
	color: #002147;
    transition: all .4s linear 0s;
    font-weight: 700;
	width: 100%;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	font-size: 20px;
	margin-top: 0;
}
.news2-main:hover h3 {
	color: #237c3a;
}
.news2-2 p {
	height: 50px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	margin-bottom:10px;
}
.news2-2 i {
	font-size: 14px;
}
.miit {
	background: #07294d;
	color: #fff;
	text-align: center;
	margin: 0;
	padding: 0 0 30px;
}
.miit a {
	color: #fff;
}
@media (max-width: 767px) {
	.news {
		padding: 20px 0;
	}
	.news .l-tit {
		font-size: 20px;
	}
	.news1, .news2 {
		width: 100%;
	}
	.news1-txt h3 {
		font-size: 18px;
	}
	.news1-txt p {
		font-size: 14px;
	}
	.news2 {
		padding-left: 0;
	}
	.news2-1 {
		height: 116px;
	}
	.news2-1 .p-tit {
		font-size: 40px;
	}
	.news2-2 {
		width: 70%;
	}
	.news2-main {
		margin: 15px 0;
	}
	.news2-2 h3 {
		font-size: 18px;
		margin-bottom: 0;
	}
	.news2-2 p {
		height: auto;
		margin: 5px;
		font-size: 14px;
	}
}



@media (max-width: 767px) {
	h2 {
		font-size: 20px;
	}
	.rm {
		margin-top: 30px;
	}
	.rm h2 {
		width: 100%;
		display: block;
		padding-right: 0;
		margin-right: 0;
		border-right: unset;
	}
	.rm .tcb_list ul {
		width: 100%;
		display: block;
	}
	.rm .tcb_list ul li {
		margin: 2px 5px;
		font-size: 14px;
	}
	.rm .tcb_con ul li {
		width: 47%;
		height: auto;
        min-height: 210px;
	}
	.rm1 {
		height: 70px;
	}
	.rm1 img {
		width: 35%;
		margin: 10px auto 0;
	}
	.rm2 {
		padding: 10px;
	}
	.rm2 .p-tit1 {
		font-size: 12px;
	}
	.rm2 .p-tit2 {
		font-size: 16px;
		font-weight: 700;
	}
	.time1, .time2 {
		width: 100%;
		display: block;
	}
	.time3 h2 {
	    display: block;
		font-size: 20px;
		padding-right: 0;
		margin-right: 0;
		border-right: unset;
	}
	.time3 .p-line {
		display: block;
		font-size: 14px;
		margin: 0;
		margin-bottom: 15px;
	}
	.time3 ul li {
		width: 100%;
		display: block;
		margin: 0;
	}
	.time3-2 {
		width: 57%;
	}
	.help {
		padding: 15px 0;
	}
	.help1 {
		width: 40%;
		margin: 0;
		margin-right: 2%;
	}
	.help2 {
		width: 55%;
		margin: 0;
		margin-left: 2%;
	}
	.help2 .p-1 {
		font-size: 20px;
		margin-bottom: 0;
	}
	.help2 .line {
		width: 80%;
	}
	.help2 p {
		margin-bottom: 10px;
		line-height: 22px;
		font-size: 14px;
	}
	.help2 a {
		margin-top: 10px;
		border-radius: 5px;
		font-size: 14px;
	}
	.help1 img {
		width: 100%;
	}
	.techer ul li {
		width: 98%;
	}
	.techer1 {
		width: 37%;
	}
	.techer1 img {
		width: 90%;
	}
	.techer2 {
		width: 60%;
	}
	.techer2 p {
		margin-bottom: 5px;
		font-size: 14px;
	}
	.techer2 .p-2 {
		font-size: 18px;
	}
	.techer2 .line {
		margin: 10px 0;
	}
	
}