/* CSS Document */
BODY {
  color: #000;
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-family: "Open Sans", Arial, "Hiragino Sans GB", STHeiti,
    "WenQuanYi Micro Hei", "Microsoft YaHei UI", 微软雅黑, SimSun, sans-serif;
    background-color: #d1ebfa;
}

A {
  outline-style: none;
  outline-color: invert;
  outline-width: medium;
  text-decoration: none;
  font-size: 18px;
  color: #000;
}

A:hover {
  font-size: 18px;
  color: #ff0000;
  text-decoration: none;
}

img {
  border: 0;
}

ul,
li,
dd,
dt {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
form,
div,
p,
i,
img,
ul,
li,
ol,
table,
tr,
td,
th,
fieldset,
label,
legend,
button,
input {
  margin: 0;
  padding: 0;
}

/* 头部及导航页面 */
#banner {
  width: 100%;
  height: 620px;
  background: url(../../images/zt10/banner.jpg) no-repeat center top;
  float: left;
}

/* 导航样式 */

.m {
  width: 1200px;
  margin: 0 auto;
}
.clear {
  clear: both;
  width: 100%;
  height: 0;
display: block;
}


.nv {
  width: 100%;
  height: 70px;
  background: #043748;
  float: left;
}

.nv ul {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}

.nv li {
  list-style: none;
  float: left;
  line-height: 46px;
  width: 179px;
  height: 46px;
  margin-top: 14px;
  margin-right: 20px;
  text-align: center;
  background: url("../../images/zt10/nvbg.jpg") no-repeat center center;
}

.nv li a {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}

.nv li a:link {
  display: block;
}

.nv li a:hover {
  background: url("../../images/zt10/nvhover.jpg") no-repeat center center;
  text-decoration: none;
}

.actives {
  background: url("../../images/zt10/nvhover.jpg") no-repeat center center !important;
  text-decoration: none;
}

/* 活动背景样式 */
.info_bg {
  width: 1200px;
  height: auto;
  margin: 20px auto 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.info_top {
  width: 100%;
  height: 108px;
  background: url("../../images/zt10/bg_top.png") no-repeat center top;
}

.info_center {
  width: 100%;
  height: auto;
  background: url("../../images/zt10/bg_center.png") repeat-y;
  padding: 0 40px;
  box-sizing: border-box;
}

.info_center article {
  font-size: 18px;
  text-indent: 2rem;
  line-height: 36px;
}
.info_center article img {
  max-width: 1000px;
  height: auto;
  margin: 10px auto;
display: block;
}

.info_bottom {
  width: 100%;
  height: 69px;
  background: url("../../images/zt10/bg_bottom.png") no-repeat center bottom;
}
.info_title{
   width: 100%;
   line-height: 35px;
   text-align: center;
   color: #a10d00;
   font-size: 30px;
   font-weight: bold;
   float: left;
   margin: 20px auto;
}
.info_click{
  width: 100%;
  line-height: 24px;
  text-align: center;
  color: #666;
  font-size: 14px;
  float: left;
  border-bottom: 1px dotted #666;
  margin: 20px auto;
  padding-bottom: 10px;

}
.info_click span{
  width:auto;
  margin: 0 10px;
}
.sub_title {
  width: 200px;
  height: 40px;
  line-height: 40px;
  font-size: 30px;
  font-weight: bold;
  color: #a10d00;
  background: url("../../images/zt10/title_bg.png") no-repeat left center;
  margin: -20px auto 20px auto;
  padding-left: 60px;

}

.sub_serial {
  width: 200px;
  height: 40px;
  line-height: 40px;
  font-size:24px;
  font-weight: bold;
  color: #a10d00;
  padding-left: 2rem;
  margin: 10px 0;
}

.sub_serial img {
  width: 28px;
  height: 28px;
  float: left;
  margin: 6px 15px 6px 6px
}

/* 倒计时样式 */
table.data-table {
  width: 800px;
  padding-left: 30px;

}

table.data-table tr:odd {
  background: #dcebff;
}

table.data-table td {
  line-height: 24px;
  padding: 3px;
  vertical-align: top;
}

table.data-table th {
  height: 50px;
  line-height: 50px;
  padding: 3px;
  font-size: 20px;
  text-align: left;
}

table.data-table .colspan-a {
  width: 45%;
}

table.data-table .colspan-b {
  width: 30%;
}

table.data-table .colspan-c {
  width: 30%;
  text-align: center;

}

table.data-table td pre {
  display: block;
  padding: 5px;
  border: 1px solid #00caff;
  background: #f8fcff;
  text-align: left;
}

.testBtn-a {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  border: 0;
  border-radius: 5px;
  color: #fff;
  background: rgb(65, 133, 244);
  cursor: pointer;
}

.testBtn-a.on {
  background: #c9c9c9;
  color: #666;
  cursor: default;
}

.data-show-box {
  line-height: 30px;
}

.date-tiem-span,
.date-s-span {
  display: inline-block;
  font-size: 18px;
  width: 36px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  border-radius: 5px;
}

.date-tiem-span {
  background: #333;
}

.date-s-span {
  background: #f00;
}

.date-select-a {
  margin-right: 5px;
}

#contact_title{
   width: 530px;
   height: 53px;
   line-height: 53px;
   font-size: 24px;
   text-align: center;
   letter-spacing: 5px;
   font-weight: bold;
   color: #fff;
   background: url("../../images/zt10/icon6.png") no-repeat left center;
   margin: 20px auto;
}
.contact_info{
   width: 70%;
   height: auto;
   display: flex;
   justify-content: space-between;
   line-height: 35px;
   margin-bottom: 10px;
   padding-left: 30px;

}
.contact_info h3{
  width: 25%;
  font-size: 24px;
  font-weight: bold;
}
.contact_info span{
  width: 75%;
  font-size: 18px;
}

/* 入围作品展示滚动  */
.picScroll {
  margin: 10px auto;
  position: relative;
  width: 1120px;
  overflow: hidden;
  float: left;
}

.picScroll .prev,
.picScroll .next {
  display: block;
  position: absolute;
  top: 86px;
  left: 15px;
  width: 32px;
  height: 40px;
  background: url(../../images/zt10/icons.png) no-repeat;
  z-index: 999999;
}

.picScroll .next {
  left: auto;
  right: 5px;
  background-position: -115px 0;
}

.picScroll .prev {
  background-position: -35px 0;
}

.picScroll .prev:hover {
  background-position: 5px 0px;
}

.picScroll .next:hover {
  left: auto;
  right: 5px;
  background-position: -75px 0px;
}

.picScroll ul {
  overflow: hidden;
  zoom: 1;
}

.picScroll ul li {
  width: 300px;
  height: 280px;
  border: 1px solid #ddd;
  float: left;
  overflow: hidden;
  margin-right: 28px;
}

.picScroll ul li span {
  width: 300px;
  line-height: 35px;
  height: 35px;
  display: block;
  text-align: center;
}

.picScroll ul li img {
  width: 270px;
  height: 195px;
  display: block;
  margin: 15px;

}

/* 展演要闻样式 */
.news_item {
  width: 100%;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px dotted #ddd;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  white-space: nowrap;
  text-indent: 20px;
  position: relative;
  transition: All 0.4s linear;
  -webkit-transition: All 0.4s linear;
  -moz-transition: All 0.4s linear;
  -o-transition: All 0.4s linear;
}
.news_item i {
  float:right;
  font-style: normal;
  color: #666;
  font-size: 14px;
  margin-left: 10px;
}

.news_item:hover {
  transform: translate(5px, 0);
  -webkit-transform: translate(5px, 0);
  -moz-transform: translate(5px, 0);
  -o-transform: translate(5px, 0);
  -ms-transform: translate(5px, 0);
}

.news_item::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border: 2.5px solid #aecff8;
  background: #2f7ee7;
  border-radius: 50%;
  left: 0rem;
  top: 25px;
  transform: translateY(-50%)
}
/* 三格图片链接 */
.index_ad{
   width: 1200px;
   height: auto;
   margin: 40px auto 20px auto;
   display: flex;
   justify-content: space-between;
}
.index_ad a{
   width: 380px;
   height: 160px;
   display: block;
   overflow: hidden;
}
.index_ad a img{
   width: 378px;
   height: 158px;
   transition: all 0.6s;
   border: 1px solid #043748;
}
.index_ad a img:hover{
	transform: scale(1.2);
}
/* 底部样式 */
.footer{
   width: 100%;
   height: auto;
   min-height: 397px;
   background: url('../../images/zt10/foot.jpg') no-repeat center bottom;
   float: left;
   position: relative; /* 添加相对定位，使子元素可基于此定位 */
}
.footer article{
  position: absolute; /* 绝对定位 */
  bottom: 60px; /* 距离底部20px（可根据需要调整） */
  left: 50%; /* 水平居中起点 */
  transform: translateX(-50%); /* 水平居中修正 */
  text-align: center; /* 内容文本居中 */
  width: 100%; /* 宽度占满父容器 */
  font-size: 14px;
  color: #666;
}
.footer article a{
  font-size: 14px;
  color: #666;
}
.footer article a:hover{
  font-size: 14px;
  color: #f00;
}
#code{
   width: 100px;
   height:130px;
   position: absolute;
   bottom: 60px; /* 距离底部20px（可根据需要调整） */
  left: 28%;
  transform: translateX(-50%); /* 水平居中修正 */
}
#code img{
  width: 100px;
  height:100px;
  overflow: hidden;
}
#code p{
  width: 100px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #666;
  text-align: center;
  overflow: hidden;
}
#link{
  width: 1200px;
  height: auto;
  margin: 20px auto;
  display: flex;
  justify-content:flex-start;
  flex-wrap: wrap;
  padding-left: 30px;
}
#link a{
  width: 175px;
  height: 70px;
  margin:0 20px 20px 0;
  display: block;
  overflow: hidden;
}
#link a:nth-child(6n){
  margin-right: 0 !important;
}
#link a img{
  width: 175px;
  height: 70px;
  transition: all 0.6s;
  overflow: hidden;
}
#link a img:hover{
	transform: scale(1.2);
}

/*列表*/
#mbx {
  width: 100%;
  height: 30px;
  line-height: 30px;
  background: url(../../images/zt10/home.png) no-repeat left;
  text-indent: 25px;
  font-size: 14px;
  float: left;
  margin-bottom: 10px;
  border-bottom: 1px dotted #ddd;
}

#mbx a {
  font-size: 14px
}
#pages {
  padding: 30px 0;
  text-align: center;
  font: 12px '微软雅黑';
  width: 100%;
margin: 10px auto;
}

#pages a {
  display: inline-block;
  padding: 0px 8px;
  height: 22px;
  font-size: 12px;
  line-height: 22px;
  background: #fff;
  border: 1px solid #043748;;
  text-align: center;
  color: #333
}

#pages a.a1 {
  padding: 0px 12px;
  height: 22px;
  line-height: 22px;
  margin-top: 0px;
}

#pages a:hover {
  background: #f1f1f1;
  color: #000;
  text-decoration: none;
}

#pages span {
  display: inline-block;
  padding: 0px 8px;
  height: 22px;
  line-height: 22px;
  background: #043748;;
  border: 1px solid #043748;;
  color: #fff;
  text-align: center;
}

.pagee .noPage {
  display: inline-block;
  padding: 0px 12px;
  height: 22px;
  line-height: 22px;
  border: 1px solid #e3e3e3;
  text-align: center;
  color: #d00202;
}
/* 图片列表样式 */
.page-pic {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 1rem auto;
}

.page-pic>div:nth-child(4n) {
  margin-right: 0 !important;
}

.pic-info {
  width: 260px;
  height: 215px;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
  margin: 20px 20px 20px 0;
}

.pic-info img {
  width: 260px;
  height: 195px;
  overflow: hidden;
}

.pic-info p {
  width: 260px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.content-share{
  width: 100%;
  height: 35px;
  line-height: 35px;
  margin: 20px auto 10px auto;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  float: left;
}
.share-info{
  width:230px;
  height: auto;
  float: left;
  display: flex;
  font-size: 14px;
  justify-content: space-between;
}
.print-info{
 width:300px;
 height: auto;
 float: right;
 display: flex;
 font-size: 14px;
 justify-content: space-between;
}
.print-info a{
  font-size: 14px;
 }
.next-page {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  line-height: 30px;
  font-size: 14px;
  margin-bottom: 20px;
}
.next-page a {
 font-size: 14px;
}