@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');
* {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
}
body {
  font-family: 'Poppins', Microsoft YaHei, sans-serif;
  font-size: 1.6rem;
  line-height: 2;
  color: #333;
  background-color: #fff;
}
body, select, input, textarea {
  font-family: 'Poppins', Microsoft YaHei, sans-serif;
  word-wrap: break-word;
  word-break: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.container {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width:1600px) {
  .container {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 0 4%;
  }
}

#content {
  padding: 30px 0 30px 0;
  overflow: hidden;
}

a {
  color: #333;
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
}
a:hover {
  color: #ff8800;
  text-decoration: none;
}

ol, ul, li {
  list-style: none;
}
input, button, select {
  border: 0;
  vertical-align: middle;
  max-width: 100%;
  outline: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.row {
  margin-right: -10px;
  margin-left: -10px;
}
img{
	border: 0;
	padding: 0;
	margin: 0;
	vertical-align: top;
}

#back-to-top {
	position: fixed;
	bottom: 250px;
	right: 10px;
	width: 44px;
	height: 44px;
	display: none;
	overflow: hidden;
	z-index: 99;
}
#back-to-top a {
	background: #aaa url(../images/icontop.png) no-repeat center center;
	width: 44px;
	height: 44px;
	display: block;
	top: 0;
	left: 0;
	opacity: 1;
}
/*-----浮动QQ----*/
#floatqq {
	position: fixed;
	bottom: 185px;
	right: 0;
	width: 66px;
	height: 66px;
	overflow: hidden;
	z-index: 99;
}
#floatqq a {
	background: #00278e url(../images/icontop.png) no-repeat left -66px;
	width: 66px;
	height: 66px;
	display: block;
	top: 0;
	left: 0;
	opacity: 1;
}
/*--------------------*/
#back-to-top a.top:hover, #floatqq a:hover {
	background-color: #f66
}

.owl-carousel .owl-controls .owl-nav div {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #00278e;
  border-radius: 50%;
  color: #00278e;
  font-size: 24px;
  width: 50px;
  height: 50px;
  left: -45px;
  line-height: 50px;
  margin-top: -25px;
  opacity: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 46%;
  transition: all 400ms ease-in 0s;
}
.owl-carousel .owl-controls .owl-nav div.owl-next {
  left: auto;
  right: -45px;
}
.owl-carousel:hover .owl-controls .owl-nav div {
  opacity: 1
}
.owl-carousel .owl-controls .owl-nav div:hover {
  color: #e6411a;
  border-color: #e6411a;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  font-size: inherit;
  margin: 0 auto 20px;
}
table td, table th {
  padding: 5px 10px;
  font-size: 1.4rem;
  line-height: 1.6;
  border: 1px solid #d2d2d2;
  vertical-align: middle;
  text-align: center;
  white-space: nowrap;
}
table p {
  margin-bottom: 0;
}
table th {
  padding: 10px;
  background-color: #efefef;
  background-image: -webkit-gradient(linear, 0 0%, 0 100%, from(#fdfdfd), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #fdfdfd 0%, #e6e6e6 100%);
  background-image: -moz-linear-gradient(top, #fdfdfd 0%, #e6e6e6 100%);
  background-image: -ms-linear-gradient(top, #fdfdfd 0%, #e6e6e6 100%);
  background-image: -o-linear-gradient(top, #fdfdfd 0%, #e6e6e6 100%);
  background-image: -linear-gradient(top, #fdfdfd 0%, #e6e6e6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#e6e6e6', GradientType=0);
}
table tr:nth-of-type(odd) {
  background: #f7f7f7;
}
table tbody tr:hover {
  background: #e5ebee;
}

.oneline {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.twoline {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.threeline {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.fourline {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.fangdaimg a {
  margin: 0 auto;
  display: block;
  overflow: hidden;
  position: relative;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.fangdaimg img {
  width: 100%;
  -webkit-transition: transform 0.6s ease 0s;
  -moz-transition: transform 0.6s ease 0s;
  -o-transition: transform 0.6s ease 0s;
  transition: transform 0.6s ease 0s;
}
.fangdaimg a:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.inbanner {
  position: relative;
  overflow: hidden;
}
.inbanner .inbanner_img{
  width: 100%;
  height: auto; 
  background-size: cover;
  background-position: center;
}

.inbanner .inbanner_img img {
  width: 100%;
  height: auto;
  display: block;
}

.inbanner .breadcrumb {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, .35);
  color: #FFF;
  font-size: 1.4rem;
  height: 60px;
  line-height: 60px;
}
.inbanner .breadcrumb i {
  margin-right: 10px;
  color: #fff;
}
.inbanner .breadcrumb a {
  color: #fff;
}
.inbanner .breadcrumb a:hover {
  color: #e6411a;
}
@media (max-width: 1200px) {
  .inbanner {
      padding-top: 60px;
  }
  .inbanner .breadcrumb {
    height: 40px;
    line-height: 40px;
    font-size: 12px;
  }
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* 半透明黑色 */
  z-index: 9998;
}

.ad-container {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  max-width: 600px; /* 设置最大宽度 */
  text-align: center; /* 居中文本内容 */
  padding: 5px; /* 可选：给广告框增加一点内边距 */
  background-color: white; /* 可选：白色背景 */
  border: 1px solid #ccc; /* 可选：边框 */
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2); /* 可选：阴影效果 */
}

.ad-container img {
  width:100%;
  max-width: 500px; /* 图片最大宽度 */
  height: auto; /* 高度自适应 */
}

.ad-close {
  position: absolute; /* 绝对定位 */
  bottom: 5px; /* 距离底部 */
  right: 5px; /* 距离右侧 */
  padding: 15px 10px; /* 按钮内边距 */
  background-color: green; /* 按钮背景色 */
  color: #fff; /* 字体颜色 */
  cursor: pointer; /* 鼠标指针变为手型 */
  border: none; /* 移除默认边框 */
  outline: none; /* 移除默认轮廓 */
  font-size: 14px; /* 字体大小 */
  transition: all 0.2s ease;
}
.ad-close:hover {
  background-color: red; /* 按钮背景色 */
}

/*右下角弹出框*/
.popup {  
  position: fixed;  
  bottom: 10px;  
  right: 10px;  
  background: #27c2ce;  
  border: 0 solid #ccc;  
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);  
  display: none;
  z-index: 9999;
  width: 400px;
  color: #fff;
  border-radius: 5px;
}  
.popup li{
  line-height: 30px; font-size: 14px; padding: 0 20px;
} 
.popup li a{
  color: #fff;
} 
.popup li a:hover{
  color: #ff8800;
} 
.buttonclose{ float: right;padding: 5px; background-color: #27c2ce; color: #fff; font-size: 14px; margin-top: 10px;}
@media screen and (max-width:1023px) {
   .popup {  
      bottom: 5px;  
      right: 2%; 
      left:2%;
      width: 96%;
    }   
}

/*分页*/
.pagination {
    margin:  40px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center; 
    gap: 5px;
}
.pagination a, .pagination span {
    display: inline-block;
    padding: 0 12px;
    border: 1px solid #ddd;
    text-decoration: none;
    color: #333;
}
.pagination a:hover {
    background-color: #333;
	color: white;
}
.pagination .current {
    background-color: #ff8800;
    color: white;
    border-color: #ff8800;
}
.pagination .disabled {
    color: #ccc;
    cursor: not-allowed;
}
.pagination .ellipsis {
    border: none;
    padding: 5px 5px;
}
.pagination .total {
    margin-left: 15px;
    border: none;
    color: #666;
}

.wrapper {
      display:none;
  }
@media (max-width: 1200px) {
  .wrapper {
      max-width: 1280px;
      margin: 0 auto;
	  position: relative;
      display:block;
  }
  .wrapper  .dl-tit {
      line-height: 50px;
      font-size: 1.4rem;
      font-weight: normal;
      background: #00278e;
      height: 50px;
      color:#fff;
	  padding: 0 4%;
  }
  .wrapper .dl-tit a {
      border: none;
      width: 23px;
      height: 23px;
      text-indent: -900em;
      overflow: hidden;
      position: absolute;
      top: 13px;
      right: 7px;
      cursor: pointer;
      outline: none;
      background: url(../images/arrow-down.png) no-repeat center center;
      background-size: 100%;

  }
  .wrapper .dl-tit a:hover, .wrapper .dl-tit a.dl-active {
      background: url(../images/arrow-down2.png) no-repeat center center;
  }
  .dl-menuwrapper {
      width: 100%;
      float: right;
      right: 0;
      position: absolute;
      z-index: 10;
  }
  .dl-menuwrapper ul {
      background: rgba(0,0,0,.75);
      position: absolute;
      width: 100%;
      padding: 0;
      list-style: none;
      display: none;
      z-index: 8;
  }
  .dl-menuwrapper li {
      position: relative;
  }
  .dl-menuwrapper li a {
      display: block;
      position: relative;
      padding: 5px 4%;
      font-size: 1.4rem;
      line-height: 30px;
      color: #fff;
      border-top: 1px solid #666;
      outline: none;
  }
  .dl-menuwrapper li a:hover, .dl-menuwrapper li a.active {
      text-decoration: none;
      background-color: rgba(0,0,0,1) !important;
  }
}