a {
	transition: color 0.3s; /* 添加过渡效果，让背景色变化有一个平滑的过渡 */
}
a:hover {
	color: #ff2d51;
}
.lh60 {
	line-height: 60px;
}
.lh80 {
	line-height: 80px;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.mb10 { margin-bottom: 10px;}
.mb20 { margin-bottom: 20px;}
.mb30 { margin-bottom: 30px;}
.mb40 { margin-bottom: 40px;}
.mb50 { margin-bottom: 50px;}
.mt10 { margin-top: 10px;}
.mt20 { margin-top: 20px;}
.mt30 { margin-top: 30px;}
.mt40 { margin-top: 40px;}
.mt50 { margin-top: 50px;}
.mt60 { margin-top: 60px;}
.mt70 { margin-top: 70px;}
.mt80 { margin-top: 80px;}
.mt90 { margin-top: 90px;}
.mt100 { margin-top: 100px;}
.f30 {
	font-size: 30px;
}
.f18 {
	font-size: 18px;
}
.main {
	width: 1440px;
	height: auto;
	margin: 0px auto;
	padding-bottom: 20px;
	padding-top: 580px;
}

.hot-imgbox {
	position: relative;
	width: 264px;
	height: 100px;
	overflow: hidden; /* 超出部分隐藏 */
	position: relative; /* 为了让图片能够绝对定位 */
	border-radius: 10px;
}
.hot-text-zz {
	background-color: rgba(0, 0, 0, 0.5); /* 使用rgba来设置背景色和透明度 */
	width: 264px;
	height: 100px;
	display: block;
	position: absolute;
	top: 0;
	line-height: 100px;
	font-size: 20px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	transition: background-color 0.3s; /* 添加过渡效果，让背景色变化有一个平滑的过渡 */
}
.hot-text-zz:hover {
	background-color: rgba(0, 0, 0, 0.2); /* 使用rgba来设置背景色和透明度 */
}
.imgbox-zhezhao {
	width: 100%;
	height: 100%;
	background: ;
}
.hot-imgbox img {
  width: 100%; /* 图片宽度100%适应父元素宽度 */
  height: auto; /* 高度自适应，根据宽度进行等比例缩放 */
  position: absolute; /* 绝对定位，相对于父元素 */
  top: 50%; /* 图片向上偏移50% */
  left: 50%; /* 图片向左偏移50% */
  transform: translate(-50%, -50%); /* 将图片的中心定位到父元素的中心 */
  transition: transform 0.3s; /* 添加过渡效果 */
  min-height: 100px;
  min-width: 264px;
}

.index-hot ul {
	margin-right: -30px;
}
.index-hot ul li {
	width: 264px;
	height: 100px;
	background: #efefef;
	float: left;
	margin-right: 30px;
}
.index-wap {
	width: 100%;
	height: auto;
	background-color: #efefef;
	padding-top: 30px;
	overflow: hidden;
}
.index-main {
	width: 1440px;
	height: auto;
	margin: 0px auto;
	padding-bottom: 20px;
}
.list-box-tt {
	height: 50px;
	line-height: 50px;
}
.list-box-tt span {
	font-size: 24px;
	font-weight: bold;
	float: left;
}
.list-box-tt a {
	float: right;
	font-size: 16px;
}
.list-box ul li {
	width: 264px;
	background-color: #fff;
	height: auto;
	padding-bottom: 20px;
	border-radius: 10px;
	overflow: hidden;
}
.list-box ul li img {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.tt-link {
	padding: 20px;
	display: block;
	font-size: 16px;
	position: relative;
	height: 40px;
	overflow: hidden;
	line-height: 30px;
}
.list-box-info {
	border-top: 1px solid #efefef;
	padding: 20px;
	font-size: 14px;
}
.list-box-info a {
	float: left;
}
.list-box-info span {
	float: right;
}

.list-box ul {
	margin-right: -30px;
}	
.list-box ul li {
	transition: box-shadow 0.3s; /* 添加过渡效果*/
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
}
.list-box ul li:hover {
	box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.2); /* 使用box-shadow属性添加阴影效果 */
	border-radius: 10px;
}
.list-box ul li:hover img {
	transform: translate(-50%, -50%) scale(1.2); /* 先将图片移动到父元素中心，再进行放大 */
}

.list-news {
	overflow: hidden;
}
.list-news .news-box {
	width: 420px;
	background-color: #fff;
	float: left;
	margin-right: 30px;
	padding: 20px;
	font-size: 14px;
}
.news-box-tt {
	height: auto;
	overflow: hidden;
}
.news-box-tt span {
	margin-bottom: 20px;
	display: block;
	font-size: 18px;
	float: left;
}
.news-box-tt a {
	float: right;
}
.list-news .news-box:nth-child(3) {
	margin-right: 0px;
}
.news-box li {
	height: 30px;
	line-height: 30px;
	margin-bottom: 10px;
}
.news-box li:nth-child(7) {
	margin-bottom: 30px;
}
.news-tt {
	display: block;
	float: left;
	width: 80%;
	overflow: hidden;
	height: 30px;
	line-height: 30px;
}
.news-time {
	display: block;
	float: right;
	width: 20%;
	overflow: hidden;
	height: 30px;
	line-height: 30px;
	text-align: right;
}
.cc {
	clear: both;
}
.tophead {
	height: 110px;
	background: #fff;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}
.top-info {
	height: 30px;
	background-color: #333;
	line-height: 30px;
}
.info-nav {
	width: 1440px;
	margin: 0px auto;
	color: #fff;
}
.info-nav a {
	color: #fff;
	float: right;
	margin-left: 20px;
}
.info-nav a:hover {
	color: #ff2d51;
}
.tophead img {
	height: 50px;
	padding-top: 15px;
	margin-right: 10px;
	float: left;
}
.head-nav {
	width: 1440px;
	height: 80px;
	margin: 0 auto;
}
.font-logo {
	font-size: 20px;
	font-weight: bold;
	background-image: linear-gradient(to right, #fe4e50, #ffd34c);
	-webkit-background-clip: text; /* 设置背景剪裁为文字 */
	color: transparent; /* 隐藏文字颜色 */
	width: 200px;
}
.head-nav ul li {
	font-size: 16px;
	float: left;
	margin-right: 30px;	
}
.head-nav ul li a {
	color: #6b7386;
	transition: all 0.3s ease-in-out;
}
.head-nav .active a {
	color: #ff2d51;
	border-bottom: 4px solid #ff2d51;
	padding-bottom: 15px;
}
.nav-item a:hover {
	color: #ff2d51;
	border-bottom: 4px solid #ff2d51;
	padding-bottom: 15px;
}
.new-open-modal-btn {
	float: right;
	display: block;
	background-color: #44cef6;
	height: 28px;
	margin-top: 25px;
	line-height: 28px;
	padding: 0px 15px;
	color: #fff;
	display: block;
	font-size: 12px;
	border: 1px solid #44cef6;
	transition: all 0.3s ease-in-out;
	border-radius: 5px;
	margin-right: 10px;
	cursor: pointer;
}
.new-open-modal-btn:hover {
	border: 1px solid #44cef6;
	background: #fff;
	padding: 0px 15px;
	color: #44cef6;
}
.new-modal {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
      justify-content: center;
      align-items: center;
    }
    .new-modal-content {
      width: 600px;
      height: auto;
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background-color: #fff;
      padding: 20px;
      border-radius: 5px;
    }
    .new-open-modal-btn {
      cursor: pointer;
    }
.new-form-control {
	width: 100%;
	height: 50px;
	border-radius: 50px;
	border: 2px solid #bbb;
	text-indent: 2em;
	transition: border-color 0.5s;
	background-color: #efefef;
}
.new-form-group .new-form-control:focus,.new-form-group .new-form-control:hover {
  outline: none;
  border: 2px solid #ff2d51;
}
.new-form-group {
	position: relative;
}
.new-btn-sousuo {
	position: absolute;
	z-index: 999;
	display: block;
	width: 80px;
	height: 80px;
	border: 0;
	right: 0;
	top: 0;
	background: none;
	cursor: pointer;
	line-height: 80px;
}
.new-btn-sousuo:hover .icon-sousuo2 {
	color: #ff2d51;
}
.new-modal-content p {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	line-height: 40px;
}
.new-modal-content .list-ss-vx {
	text-align: center;
	font-size: 16px;
	display: block;
	line-height: 40px;
}
.list-ss-vx em {
	color: #ff2d51;
	margin: 0px 10px;
}
.new-tag-search {
	text-align: center;
	line-height: 40px !important;
	font-size: 16px;
	margin-top: -30px;
}
.new-tag-search a {
	margin: 0px 10px;
}



.liuyan {
	float: right;
	background-color: #ff2d51;
	height: 28px;
	margin-top: 25px;
	line-height: 28px;
	padding: 0px 15px;
	color: #fff;
	display: block;
	font-size: 12px;
	border: 1px solid #ff2d51;
	transition: all 0.3s ease-in-out;
	border-radius: 5px;
}
.liuyan:hover {
	border: 1px solid #ff2d51;
	background: #fff;
	padding: 0px 15px;
	color: #ff2d51;
}


.imgbox {
	position: relative;
	width: 264px;
	height: 163px;
	overflow: hidden; /* 超出部分隐藏 */
	position: relative; /* 为了让图片能够绝对定位 */
}
.text-zz {
	background-color: rgba(0, 0, 0, 0.5); /* 使用rgba来设置背景色和透明度 */
	width: 264px;
	height: 163px;
	display: block;
	position: absolute;
	top: 0;
	line-height: 163px;
	font-size: 20px;
	text-align: center;
	color: #fff;
	transition: background-color 0.3s; /* 添加过渡效果，让背景色变化有一个平滑的过渡 */
}
.text-zz:hover {
	background-color: rgba(0, 0, 0, 0.2); /* 使用rgba来设置背景色和透明度 */
}
.imgbox-zhezhao {
	width: 100%;
	height: 100%;
	background: ;
}
.imgbox img {
  width: 100%; /* 图片宽度100%适应父元素宽度 */
  height: auto; /* 高度自适应，根据宽度进行等比例缩放 */
  position: absolute; /* 绝对定位，相对于父元素 */
  top: 50%; /* 图片向上偏移50% */
  left: 50%; /* 图片向左偏移50% */
  transform: translate(-50%, -50%); /* 将图片的中心定位到父元素的中心 */
  transition: transform 0.3s; /* 添加过渡效果 */
  min-height: 163px;
  min-width: 264px;
}


/**tag列表页样式**/
.tag-list a {
	float: left;
	display: block;
	width: 215px;
	height: 50px;
	margin-right: 30px;
	margin-bottom: 30px;
	background-color: #fff;
	border-radius: 10px;
	text-align: center;
	line-height: 50px;
	font-size: 16px;
	font-weight: bold;
	transition: all 0.3s;
}
.tag-list a:nth-child(6n) {
	margin-right: 0px;
}
.tag-list a:hover {
	box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.2); /* 使用box-shadow属性添加阴影效果 */
}

.text-secondary {
	background-color: #fff;
	text-align: center;
	height: 400px;
	line-height: 400px;
	font-size: 18px;
	
}
.xia-dibu {
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #333;
	color: #F2F2F2;
}
.xia-dibu a:hover {
	color: #ff2d51;
	transition: all 0.3s ease-in-out;
}
.xia-dibu-top {
	width: 1440px;
	margin: 0px auto;
	padding: 40px 0px;
	height: auto;
	overflow: hidden;
}
.xia-dibu-left {
	float: left;
	height: auto;
	overflow: hidden;
}
.dibu-logo {
	width: 400px;
}
.dibu-logo img {
	width: 70px;
	height: 70px;
	float: left;
	margin-right: 20px;
}
.dibu-logo h3 {
	font-size: 18px;
}
.dibu-logo a {
	color: #bbb;
	text-decoration: none;
}
.dibu-logo h3,.dibu-logo a,.dibu-logo p {
	margin: 0px;
}
.dibu-logo {
	font-size: 14px;
	line-height: 25px;
}
.logo-ms {
	width: 400px;
	font-size: 14px;
	line-height: 30px;
	margin-top: 20px;
}

.xia-dibu-list {
	float: left;
	margin-left: 80px;
}
.xia-dibu-list ul {
	width: 200px;
	height: auto;
	overflow: hidden;
	float: left;
	margin-top: 0px;
}
.xia-dibu-list ul span {
	font-size: 18px;
	margin-bottom: 20px !important;
	display: block;
}
.xia-dibu-list ul li {
	list-style: none;
	margin-top: 10px;
	font-size: 14px;
}
.xia-dibu-list ul li:last-child {
	margin-top: 20px;
}
.xia-dibu-list ul li a {
	color: #f2f2f2;
	text-decoration: none;
}


.xia-dibu-right {
	float: right;
}
.xia-dibu-right ul li {
	float: left;
	margin-left: 40px;
	list-style: none;
	text-align: center;
	font-size: 14px;
}
.xia-dibu-right img {
	width: 160px;
	height: 160px;
}

.cc {
	clear: both;
}

.xia-yqlink {
	width: 100%;
	background: #000;
	padding-top: 20px;
	font-size: 14px;
}
.xia-yqlink ul {
	width: 1440px;
	margin: 0px auto;
	height: 50px;
	line-height: 50px;
	padding-left: 0px;
}
.xia-yqlink ul span {
	float: left;
}
.xia-yqlink ul li {
	float: left;
	list-style: none;
	margin-left: 20px;
}
.xia-yqlink ul li a {
	text-decoration: none;
	color: #bbb;
}

.xia-banquan {
	width: 1440px;
	margin: 0px auto;
	height: 50px;
	line-height: 50px;
	font-size: 12px;
}
.xia-banquan a {
	margin-left: 20px;
	color: #bbb;
	text-decoration: none;
}



.list-span-tt {
	text-align: center;
	width: 100%;
}

.pagination {
  text-align: center; /* 水平居中 */
}

.page-link {
  margin: 0 5px; /* 设置左右间距为10px */
  padding: 10px 20px;
  border-radius: 5px;
  border: solid 1px #fff;
  background-color: #fff ;
  transition: all 0.3s;
}
.page-link:hover,.page-num:hover {
	background-color: #fff;
	border: solid 1px #ff2d5f;
}
.page-num {
	margin: 0 5px; /* 设置左右间距为10px */
	border: solid 1px #fff;
	background-color: #fff ;
	padding: 10px 20px;
	border-radius: 5px;
	transition: all 0.3s;
}
.page-num-current {
	color: #fff;
	background-color: #ff2d5f;
}

/**内容区-left**/
.arc-left {
	width: 880px;
	background: #fff;
	float: left;
	padding: 30px;
	padding-top: 10px;
}
.arc-left .arc-wz {
	border-bottom: 1px solid #eee;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
}
.arc-left h1 {
	font-size: 26px;
	margin: 30px 0px;
	font-weight: bold;
}
.arc-left .arc-info span {
	margin-right: 30px;
}
.arc-txt {
	font-size: 16px;
	line-height: 30px;
}
.bqsm {
	background-color: #efefef;
	padding: 20px;
	line-height: 30px;
}
.arc-txt-nr img {
	margin: 30px auto;
	display: block;
	height: auto !important;
}
.arc-txt-nr p strong {
	display: block;
	border-left: 8px solid #ff2d51;
	padding-left: 20px;
	margin: 30px 0px;
}
/**内容区-left**/
/**内容区-right**/
.arc-right {
	float: right;
	width: 460px;
}
.right-box {
	padding: 20px;
	background-color: #fff;
}
.arc-r-tt {
	border-left: 8px solid #ff2d51;
	height: 30px;
	font-size: 16px;
	padding-left: 20px;
	line-height: 30px;
	font-weight: bold;
}
.arc-r-box .zybt {
	height: 40px;
	overflow: hidden;
}
.arc-r-box img {
	width: 150px;
	float: left;
	margin-right: 20px;
}
.arc-r-box {
	font-size: 14px;
	line-height: 35px;
}
.arc-r-box span {
	color: #ff2d5f;
	font-weight: bold;
	font-size: 20px;
}
.arc-r-tt span {
	float: left;
}
.arc-r-tt a {
	float: right;
	font-weight: normal;
	font-size: 14px;
}
.arc-r-box ul li {
	height: 30px;
	overflow: hidden;
	width: 410px;
	margin-bottom: 10px;
}
.arc-r-box ul li:nth-child(5) {
	margin-bottom: 30px;
}
.r-box-lanmu {
	display: block;
	float: left;
	width: 20%;
}
.r-box-tt {
	display: block;
	float: right;
	width: 80%;
	overflow: hidden;
}
/**内容区-right**/


/****/
.wutu-list ol li {
	width: 660px;
	height: 30px;
	line-height: 30px;
	background-color: #fff;
	float: left;
	margin-right: 40px;
	margin-bottom: 20px;
	padding: 10px 20px;
	border-radius: 10px;
	font-size: 14px;
	transition: all 0.3s;
}
.wutu-list ol li:hover {
	box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.2); 
}
.wutu-list ol li:nth-child(2n) {
	margin-right: 0px;
}
.wutu-lanmu {
	margin-right: 20px;
	max-width: 80px;
	height: 30px;
	overflow: hidden;
}
.wutu-time {
	color: #bbb;
}
.wutu-title {
	width: 470px;
	overflow: hidden;
	height: 30px;
}
.rj-list {
	height: auto;
	overflow: hidden;
}
.rj-list ul li {
	width: 305px;
	height: auto;
	overflow: hidden;
	background-color: #fff;
	float: left;
	margin-right: 20px;
	padding: 20px;
	border-radius: 10px;
	margin-bottom: 20px;
}
.rj-list ul li:nth-child(4n) {
	margin-right: 0px;
}
.rj-list ul li:hover {
	box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.2);
}
.rj-img {
      width: 80px;
      height: 80px;
      overflow: hidden;
      position: relative;
	  float: left;
	  margin-right: 20px;
    }
.rj-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
	  float: left;
    }
.rj-tt {
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}
.rj-txt {
	width: 205px;
	height: 80px;
	float: right;
	position: relative;
}
.rj-txt p {
	color: #bbb;
	height: 40px;
	overflow: hidden;
	line-height: 20px;
}
.rj-txt a {
	position: absolute;
	bottom: 0;
	border: 1px solid #ff2d51;
	padding: 4px 8px;
	transition: all 0.3s;
	color: #ff2d51;
	right: 0;
}
.rj-txt a:hover {
	background-color: #ff2d51;
	color: #fff;
}
.page-box {
	margin-bottom: 30px;
}

/**留言**/
.liuyan-box {
	width: 700px;
	height: auto;
	overflow: hidden;
	padding: 40px;
	margin: 30px auto;
	background-color: #fff;
	border-radius: 10px;

}
.ly_txt {
	width: 800px;
	height: 50px;
	margin-bottom: 20px;
}
.ly_txt .ly_bt {
	display: block;
	height: 50px;
	float: left;
	font-size: 16px;
	line-height: 50px;
	width: 100px;
}

.ly_txt .ly_nr {
	border: solid 1px #bbb;
	height: 50px;
	text-indent: 2em;
	border-radius: 10px;
	width: 600px;
	float: left;
}
.ly_txt .ly_nr2 {
	border: solid 1px #bbb;
	height: 50px;
	text-indent: 2em;
	border-radius: 10px;
	width: 450px;
	float: left;
}
.col-6 {
	width: 700px;
	height: 50px;
}
.col-6 img {
	float: right;
	height: 50px;
}
.ly_tj {
	border: 0;
	width: 100%;
	height: 50px;
	cursor: pointer;
	border-radius: 10px;
	background-color: #ff2d51;
	font-size: 16px;
	color: #fff;
	transition: all 0.3s;
}
.ly_tj:hover {
	background-color: rgba(255, 45, 81, 0.5); /* 设置半透明的背景色 */
}
.search-ts {
  display: none;
  /* 其他样式 */
}

.dym-box {
	width: 800px;
	height: auto;
	margin: 30px auto;
	padding: 40px;
	background-color: #fff;
	line-height: 40px;
	font-size: 16px;
	border-radius: 10px;
}
.dym-box p {
	margin-bottom: 20px;
}

.pagination {
	display: flex;
	justify-content: center;
}
.pagination li {
	margin: 0px 5px;
}

.pagination li a {
	display: block;
  padding: 10px 20px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  transition: all 0.3s;
}
.pagination li a:hover {
	border: 1px solid #ff2d51;
	background-color: #ff2d51;
	color: #fff;
}
.pagination .active a {
	border: 1px solid #ff2d51 !important;
	background-color: #ff2d51 !important;
	color: #fff !important;
}
.arc-tag {
    margin-top: 30px;
}
.arc-tag a {
	padding: 5px 10px;
	background-color: rgba(255, 45, 31, 0.6);
	color: #fff;
	font-size: 14px;
	margin-right: 10px;
	transition: all 0.3s;
}
.arc-tag a:hover {
	background-color: rgba(255, 45, 31, 0.2);
	color: #ff2d1f;
}

.dym-box h1 {
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}
.dym-box p a {
	color: #ff2d1f;
}
.dym-box p a:hover {
	color: #000;
}

.wutu-list .gonggao-list {
	width: 700px;
	margin: 0px auto;
}
.wutu-list .gonggao-list li {
	width: 660px;
	    height: 60px;
	    line-height: 60px;
	    background-color: #fff;
	    /* float: left; */
	    /* margin-right: 40px; */
	    margin-bottom: 20px;
	    padding: 10px 20px;
	    border-radius: 10px;
	    font-size: 14px;
	    transition: all 0.3s;
}
.wutu-list .gonggao-list .wutu-lanmu,.wutu-list .gonggao-list .wutu-title {
	height: 60px;
}