.w1200 {
	width: 1200px;
	margin: 0 auto;
}
.header .w1200 {
	width: 1400px;
	margin: 0 auto;
}
h4{
      color: #34495e;
  font-size: 1.15rem;
  position: relative;
}
h4::before{
        content: "▶";
  color: #9b59b6;
  font-size: 0.9rem;
}
/*H5新标签*/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
	display: block
}
/*去掉mac safari浏览器input右边的小图标/小按钮*/
input:focus::-webkit-contacts-auto-fill-button {
 opacity: 0;
}
h1, h2, h3, h5, h6, b, i, em {
	font-size: 15px;
	font-style: normal;
	text-decoration: none;
}
strong{
      background: linear-gradient(to right, #093095, #2dade0);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: 800;
  letter-spacing: -0.5px;
  text-shadow: 0 1px 1px rgba(0,0,0,0.05);
}
ul, ol, li {
	list-style: none;

}
.page ul{
	text-align:center;
	font-size:15px;
}
img, input, select {
	vertical-align: middle;
	outline: none;
	border: none;
}
button, input, textarea {
	outline: none;
}
button {
	border: none;
	background-color: #fff;
}
a {
	color: #333333;
	text-decoration: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*浮动*/
.fl {
	float: left;
}
.fr {
	float: right;
}
/*清除浮动*/
.clearfix:after {
	content: '';
	display: block;
	clear: both;
}
.clearfix {
	zoom: 1;
}
/*父级元素相对定位*/
.posR {
	position: relative;
}
/*拖拽父级*/
.pullF {
	overflow: hidden;
}
/*省略号显示*/
.points {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
/*绝对定位*/
.abs {
	position: absolute;
}
/*相对定位*/
.rel {
	position: relative;
}
/*ming*/
.title a {
	color: #ffffff;
}
.footer-bottom a {
	color: #7c7c7c;
}
.nybanner {
    width: 100%;
    position: relative;
    height: 610px;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
}
/* 基础表格样式 */
table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-size: 14px;
  margin: 20px 0;
  overflow: hidden;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.05);
  border-radius: 12px;
  table-layout: fixed;
}

/* 表头样式 */
thead {
  background: linear-gradient(135deg, #3a7bd5, #00d2ff);
  color: white;
  text-align: left;
  position: sticky;
  top: 0;
}

/* 表头单元格 */
th {
  padding: 18px 20px;
  font-weight: 600;
  letter-spacing: 0.5px;
  border-bottom: 2px solid #e1f5fe;
}

/* 表身样式 */
tbody {
  background-color: #ffffff;
}

/* 表格行 */
tr {
  transition: all 0.3s ease;
}

/* 隔行变色 */
tr:nth-child(even) {
  background-color: #f8fbff;
}

/* 行悬停效果 */
tr:hover {
  background-color: #e6f7ff;
  transform: translateY(-1px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
}

/* 单元格样式 */
td {
  padding: 16px 20px;
  color: #2c3e50;
  border-bottom: 1px solid #ecf0f1;
  position: relative;

}

/* 单元格悬停动画 */
td:hover::after {
  content: "";
  position: absolute;
  background-color: rgba(26, 188, 156, 0.1);
  left: 0;
  top: -5000px;
  height: 10000px;
  width: 100%;
  z-index: -1;
}

/* 表格圆角效果 */
table thead tr:first-child th:first-child {
  border-top-left-radius: 12px;
}

table thead tr:first-child th:last-child {
  border-top-right-radius: 12px;
}

table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 12px;
}

table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 12px;
}
table p{
    text-indent:0em!important;
  word-wrap: break-word; /* 允许单词内换行 */
  overflow-wrap: break-word; /* 处理溢出文本 */
  white-space: normal; /* 允许换行 */
  overflow: hidden;
  text-align:center;
}
