@font-face {
  font-family: 'HYe2gj';
  src: url('../font/hye2gjm.ttf') format('truetype');
}
@font-face {
  font-family: 'HYk2gjm';
  src: url('../font/hyk2gjm.ttf') format('truetype');
}
.h-main {
  background-color: #fff;
  /* width: 1024px; */
  margin: 0 auto;
  font-family: HYe2gj;
}
/* 头部 */
.h-header {
  width: 1200px;
  height: 101px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 25px auto 15px;
}
.h-header .left {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
.h-header .left .logo {
  width: 172px;
  height: 92px;
}
.h-header .left .theme {
  padding-left: 10px;
}
.h-header .left .theme .text {
  font-size: 20px;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #313131;
}
.h-header .countdown {
  width: 206px;
  padding: 10px 10px 0 15px;
  box-sizing: border-box;
  font-family: HYk2gjm;
  font-weight: 500;
  font-size: 16px;
  font-stretch: normal;
}
.h-header .countdown .time-top .strong {
  color: #f00;
}
.h-header .countdown .time-bottom {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding-top: 5px;
  position: relative;
}
/* 倒计时 */
.time-down > li,
.time-down span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 14px;
  letter-spacing: normal;
  word-spacing: normal;
}
.time-down {
  width: 144px;
  display: block;
  height: 50px;
  margin-top: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.time-down .dataOne {
  border: 1px solid #333;
  margin-right: 5px;
  width: 40px;
  height: 50px;
  font-size: 42px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.time-down .dataOne::after {
  position: absolute;
  content: '';
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  left: 0;
  top: 0;
  height: 26px;
}
.time-down .dataBoc {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.time-down .dataBoc .tt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.time-down .tt span {
  width: 100%;
  height: 100%;
  font: bold 42px/50px 'HYe2gj';
  color: #000;
  font-weight: 500;
}
.h-header .countdown .time-bottom .day {
  font-size: 20px;
  color: #f00;
  font-weight: bold;
}
/* 导航 */
.h-nav {
  width: 100%;
  height: 60px;
  background-color: #313131;
  margin: 0 auto;
}
.fix-top {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
}
.h-nav > ul {
  display: flex;
  /* align-items: center;
  justify-content: flex-start; */
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  /* padding-left: 100px; */
  box-sizing: border-box;
}
.h-nav > ul > li {
  height: 60px;
  line-height: 60px;
  padding: 0 25px;
  position: relative;
}
.h-nav > ul > li > a {
  font-family: HYe2gj;
  font-size: 18px;
  font-stretch: normal;
  letter-spacing: 1px;
  color: #ffffff;
  padding: 3px 12px;
  border-radius: 10px;
  border: solid 1px #313131;
}
.h-nav > ul > li > a:hover {
  background-color: #ffcc00;
  border-color: #f39800;
  color: #000;
}
.h-nav > ul > li > ul {
  position: absolute;
  left: 14px;
  top: 60px;
  z-index: 999999999;
  display: none;
}
.h-nav > ul > li > ul > li {
  height: 44px;
  line-height: 44px;
  background-color: #313131;
}
.h-nav > ul > li > ul > li > a {
  font-family: HYe2gj;
  font-size: 16px;
  font-stretch: normal;
  letter-spacing: 1px;
  color: #eee;
  width: 125px;
  height: 100%;
  display: block;
  text-align: center;
  box-sizing: border-box;
}
.h-nav > ul > li > ul > li > a:hover {
  background-color: #ffcc00;
  border-color: #f39800;
  color: #000;
}
/* banner 轮播 */
.h-x-o-slide {
  /* width: 1920px; */
  width: 100%;
  /*  height: 678px;*/
height: auto;
  /* text-align: center; */
  margin: 0 auto;
}
.h-x-o-slide .slideBox {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.h-x-o-slide .slideBox .hd {
  height: 15px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -36px;
  bottom: 20px;
  z-index: 1;
}
.h-x-o-slide .slideBox .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
}
.h-x-o-slide .slideBox .hd ul li {
  float: left;
  margin-right: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  text-align: center;
  background: #fff;
  cursor: pointer;
}
.h-x-o-slide .slideBox .hd ul li.on {
  background: #f00;
  color: #fff;
}
.h-x-o-slide .slideBox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}
.h-x-o-slide .slideBox .bd li {
  zoom: 1;
  vertical-align: middle;
}
.h-x-o-slide .slideBox .bd li img {
  width: 100%;
  /* max-height: 678px;*/
}
/* 下面是前/后按钮代码，如果不需要删除即可 */
/* .h-x-o-slide	.slideBox .prev,
	.h-x-o-slide	.slideBox .next{ position:absolute; left:10%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(../images/slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
	.h-x-o-slide	.slideBox .next{ left:auto; right:10%; background-position:8px 5px; }
	.h-x-o-slide	.slideBox .prev:hover,
	.h-x-o-slide	.slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
	.h-x-o-slide	.slideBox .prevStop{ display:none;  }
	.h-x-o-slide	.slideBox .nextStop{ display:none;  } */
/* 三个超链接 */
.h-hyperlink {
  width: 1000px;
  height: 169px;
  padding: 30px 0 16px;
  margin: 0 auto;
  box-sizing: border-box;
}
.h-hyperlink .link-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* 展馆介绍 */
.h-introduce {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.h-introduce .tabs {
  position: absolute;
  width: 434px;
  left: 50%;
  top: 16px;
  margin-left: -217px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.h-introduce .tabs .tab-item {
  width: 217px;
  height: 69px;
  display: block;
  background: url(../images/ins_bg.png) no-repeat left top;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: HYe2gj;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 35px;
  letter-spacing: 1px;
  color: #000000;
  cursor: pointer;
}
.h-introduce .tabs .tab-item.active {
  background: url(../images/ins_bg_hover.png) no-repeat left top;
  background-size: 100% 100%;
}
.h-introduce .ins-content {
  position: relative;
  width: 1200px;
  /* height: 369px; */
  margin: 0 auto;
}
.h-introduce .ins-content .bg {
  width: 100%;
}
.h-introduce .ins-content .house {
  position: absolute;
  left: 0;
  top: 110px;
  width: 538px;
}
.h-introduce .ins-content .ins-info{
	position: absolute;
	right: 10px;
	top: 108px;
	width: 630px;
	font-size: 16px;
	text-indent: 2em;
}
.h-introduce .ins-content .ins-info .ins-info-title{
	font-size: 20px;
	margin-bottom: 10px;
}
.h-introduce .ins-content .ins-info .ins-info-text{
	font-size: 14px;
	line-height: 26px;
}
/* 展示数据 */
.h-infomation {
  width: 1200px;
  margin: 0 auto;
}
.h-infomation .title {
  padding: 10px 0 5px 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.h-infomation .title .red-line {
  width: 4px;
  height: 17px;
  display: block;
  background-color: #fe0000;
}
.h-infomation .title .title-content {
  padding-left: 3px;
  display: block;
  font-family: HYe2gj;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  line-height: 35px;
  letter-spacing: 1px;
  color: #313131;
}
.h-infomation .content {
  width: 1200px;
  height: 129px;
  background: url(../images/info.png) no-repeat left top;
  background-size: 100% 100%;
}
.h-infomation .content > ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 960px;
  margin: 0 auto;
  padding-top: 25px;
}
.h-infomation .content > ul > li > span {
  display: block;
}
.h-infomation .content > ul > li {
  width: 240px;
  height: 83px;
  padding-top: 5px;
  border-right: 1px solid #f00;
  text-align: center;
  box-sizing: border-box;
  font-family: SimSun;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 1px;
  color: #000000;
}
.h-infomation .content > ul > li:last-child {
  border: 0;
}
.h-infomation .content > ul > li > .info-title,
.h-infomation .content > ul > li > .desc {
  font-size: 12px;
  background-color: #fccd2d;
  position: relative;
  z-index: 9;
  width: 115px;
  text-align: center;
  display: block;
  margin: auto;
  border-radius: 0 0 65px 0;
}
/* 数字滚动 */
.h-show-data > li,
.h-show-data span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 14px;
  letter-spacing: normal;
  word-spacing: normal;
}
.h-show-data {
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.h-show-data .dataOne {
  text-align: center;
  width: 14px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 8px;
}
.h-show-data .dataBoc {
  position: relative;
  width: 100%;
  height: 50px;
  overflow: hidden;
}
.h-show-data .dataBoc .tt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.h-show-data .tt span {
  width: 100%;
  height: 100%;
  font: normal 28px 'SimSun';
  color: #000;
}
/* 行业热点 & 展会动态*/
.h-hot-spot {
  width: 1200px;
  margin: 0 auto;
}
.h-hot-spot .title {
  padding: 10px 0 5px 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.h-hot-spot .title .red-line {
  width: 4px;
  height: 17px;
  display: block;
  background-color: #fe0000;
}
.h-hot-spot .title .title-content {
  padding-left: 3px;
  display: block;
  font-family: HYe2gj;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  line-height: 35px;
  letter-spacing: 1px;
  color: #313131;
}
.h-hot-spot .content ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
}
.h-hot-spot .content ul li span {
  display: block;
}
.h-hot-spot .content ul li img {
  width: 356px;
  height: 217px;
}
.h-hot-spot .content ul li .desc {
  font-family: SimSun;
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 35px;
  letter-spacing: 1px;
  color: #313131;
}
/* 企业logo墙 */
.h-logo-wall {
  width: 1200px;
  margin: 0 auto;
}
.h-logo-wall .title {
  padding: 10px 0 5px 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.h-logo-wall .title .red-line {
  width: 4px;
  height: 17px;
  display: block;
  background-color: #fe0000;
}
.h-logo-wall .title .title-content {
  padding-left: 3px;
  display: block;
  font-family: HYe2gj;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  line-height: 35px;
  letter-spacing: 1px;
  color: #313131;
}
.h-logo-wall .content {
  width: 859px;
  height: 598px;
  margin: 0 auto;
}
/* 精彩瞬间 */
.h-instant {
  width: 1200px;
  margin: 0 auto;
}
.h-instant .title {
  padding: 10px 0 5px 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.h-instant .title .red-line {
  width: 4px;
  height: 17px;
  display: block;
  background-color: #fe0000;
}
.h-instant .title .title-content {
  padding-left: 3px;
  display: block;
  font-family: HYe2gj;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  line-height: 35px;
  letter-spacing: 1px;
  color: #313131;
}
.h-instant .title .title-content .strong {
  color: #fe0000;
  font-weight: normal;
}
.h-instant .content {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* .h-instant .content .center {
  width: 760px;
}
.h-instant .content .center img {
  width: 100%;
  height: 295px;
}
.h-instant .content .left img:first-child,
.h-instant .content .right img:first-child {
  margin-bottom: 5px;
} */
.h-instant .content .left{
	width: 272px;
}
.h-instant .content .left img{
	width: 100%;
	height: 191px;
}
.h-instant .content .center {
  width: 606px;
}
.h-instant .content .center img {
  width: 100%;
  height: 396px;
}
.h-instant .content .right{
	width: 272px;
}
.h-instant .content .right img{
	width: 100%;
	height: 191px;
}
.h-instant .content .left img:first-child,
.h-instant .content .right img:first-child {
  margin-bottom: 14px;
}
/* 媒体联盟 */
.h-media-alliance {
  width: 1200px;
  margin: 0 auto;
}
.h-media-alliance .title {
  padding: 10px 0 5px 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.h-media-alliance .title .red-line {
  width: 4px;
  height: 17px;
  display: block;
  background-color: #fe0000;
}
.h-media-alliance .title .title-content {
  padding-left: 3px;
  display: block;
  font-family: HYe2gj;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  line-height: 35px;
  letter-spacing: 1px;
  color: #313131;
}
.h-media-alliance .content ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.h-media-alliance .content ul li {
  margin-right: 96px;
  margin-bottom: 25px;
}
.h-media-alliance .content ul li:nth-child(5n + 0) {
  margin-right: 0;
}
.h-media-alliance .content ul li img {
  width: 163px;
/*  height: 64px; */
}
/* 底部 */
.h-line {
  width: 1200px;
  margin: 50px auto 20px;
  border-bottom: 1px solid #ccc;
}
.h-footer {
  width: 1200px;
  margin: 0 auto 30px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.h-footer .item .footer-title {
  font-family: SimSun;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 1px;
  color: #000000;
}
.h-footer .item:first-child {
  margin-right: 70px;
}
.h-footer .item:nth-child(2) {
  margin-right: 130px;
}
.h-footer .item:nth-child(3) {
  margin-right: 90px;
}
.h-footer .item:nth-child(3) .footer-title,
.h-footer .item:nth-child(4) .footer-title {
  font-size: 12px;
}
.h-footer .item li,
.h-footer .item li a {
  font-family: SimSun;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #000000;
}
.h-footer .item:nth-child(3) li {
  font-size: 14px;
  white-space: nowrap;
}
.h-footer .item:nth-child(3) li .big {
  font-size: 14px;
}
.h-footer .item:nth-child(4) ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 290px;
}
.h-footer .item:nth-child(4) ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.h-footer .item:nth-child(4) ul li img {
  width: 84px;
}
.h-copyright {
  color: #ccc;
  font-size: 12px;
  width: 1200px;
  margin: -10px auto 30px;
  text-align: center;
}
