/* reset-------------------------------------------- */
body,
dl,
dt,
dd,
ul,
ol,
li,
pre,
figure,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
h1,
h2,
h3,
h4,
h4,
h5 {
  margin: 0;
  padding: 0;
}

select {
  font-size: 12px;
}

table {
  border-collapse: collapse;
}

fieldset,
img {
  border: 0 none;
}

fieldset p {
  margin: 0;
  padding: 0 0 0 8px;
}

legend {
  display: none;
}

address,
caption,
em,
strong,
th,
i {
  font-style: normal;
}

table caption {
  margin-left: -1px;
}

hr {
  border-bottom: 1px solid #FFFFFF;
  border-top: 1px solid #E4E4E4;
  border-width: 1px 0;
  clear: both;
  height: 2px;
  margin: 5px 0;
  overflow: hidden;
}

ol,
ul {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
}

li {
  list-style: none;
}

caption,
th {
  text-align: left;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}


a {
  display: inline-block;
}

a,
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  outline: none;
}

input,
textarea,
button {
  outline: none;
}

*:focus {
  outline: none;
}

/* reset-------------------------------------------- */
.clearfix {
  zoom: 1;
}

.clearfix::after {
  content: '';
  display: block;
  clear: both;
}

.bg_img {
  display: block;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.ellipsis {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

body {
  background-color: #fff;
  font-family: "Microsoft Yahei", sans-serif;
  color: #4e4e4e;
}

body * {
  box-sizing: border-box;
}

body a {
  color: #4e4e4e;
}

body img {
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #202023;
}

@keyframes slideInLeft {

  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes slideInLeft {

  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation: slideInLeft .5s forwards;
  animation: slideInLeft .5s forwards;
}

.page_container,
.container {
  display: block;
  width: 1200px;
  margin: 0 auto;
}

.page_title {
  display: flex;
  flex-direction: column;
}

.page_title span {
    font-size: 14px;
    color: #a7a7a7;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.page_title em {
  font-size: 30px;
}

.page_more_btn {
  display: block;
  background: #E7566E;
  color: #fff;
  width: 220px;
  line-height: 54px;
  text-align: center;
  border-radius: 2px;
  position: relative;
  overflow: hidden;
}

.page_more_btn .btn-shape {
  display: inline-block;
  position: absolute;
  width: 25%;
  height: 100%;
  background-color: #9f1946;
  transform: translateY(150%);
  border-radius: 50%;
  left: calc((var(--n) - 1) * 25%);
  transition: 0.5s;
  transition-delay: calc((var(--n) - 1) * 0.1s);
  z-index: 1;
}

.page_more_btn .btn-shape:nth-child(1) {
  --n: 1;
}

.page_more_btn .btn-shape:nth-child(2) {
  --n: 2;
}

.page_more_btn .btn-shape:nth-child(3) {
  --n: 3;
}

.page_more_btn .btn-shape:nth-child(4) {
  --n: 4;
}

.page_more_btn:hover .btn-shape {
  transform: translateY(0) scale(2);
}

.page_more_btn:hover {
  text-decoration: none;
}

.page_more_btn span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  position: relative;
  z-index: 3;
}

.page_more_btn i {
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  overflow: hidden;
  position: relative;
  z-index: 3;
}

.page_more_btn i img {
  filter: drop-shadow(12px 0 #fff);
  transform: translateX(-100%);
}

@media (max-width: 768px) {

  .page_container,
  .container {
    width: 90%;
  }

  .page_title em {
    padding-left: 0;
  }
}


.website_prompt {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, .9);
  display: none;
}

.website_prompt_wrap {
  position: absolute;
  z-index: 2;
  width: 500px;
  background: #fff;
  text-align: center;
  padding: 32px;
  left: 50%;
  top: 36%;
  transform: translate(-50%, -50%);
}

.website_prompt h2 {
  font-size: 30px;
}

.website_prompt p {
  font-size: 18px;
  line-height: 32px;
  margin-top: 30px;
}

.wx_ewm_wrap {
  display: none;
  position: fixed;
  z-index: 99;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, .6);
}

.wx_ewm_wrap_main {
  position: absolute;
  background: #fff;
  z-index: 3;
  width: 490px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.wx_ewm_wrap_main label {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 15px;
  padding: 10px;
  line-height: 1;
  color: #999;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 3;
}

.wx_ewm_wrap_main img {
  width: 320px;
  margin: 52px auto 10px;
  display: block;
}

.wx_ewm_wrap_main p {
  text-align: center;
  font-size: 18px;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .website_prompt_wrap {
    width: 90%;
  }

  .website_prompt h2 {
    font-size: 28px;
  }

  .website_prompt p {
    font-size: 16px;
    line-height: 26px;
  }

  .wx_ewm_wrap_main {
    width: 94%;
  }

  .wx_ewm_wrap_main img {
    width: 100%;
  }
}


/* page_header -------------------------start*/
.page_header {
  position: relative;
  height: 104px;
  width: 100%;
  background: #FEE8EB;
  z-index: 1;
  border-top: 8px solid #8F2F3B;
  top:0;
}

.page_header::before {
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.page_header::after {
  display: block;
  content: '';
 
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;

  z-index: -1;
}

.page_header .page_container {
  display: flex;
  align-items: center;
}

.page_header .logo {
  font-size: 0;
  width: 110px;
  margin-right: 40px;
}

.page_header .nav {
  flex: 1;
  font-size: 16px;
  background-position: left center;
  height: 94px;
  padding:0 40px;
}

.page_header .nav_list {
  display: table;
  width: 100%;
  height: 100%;
}

.page_header .nav_item {
  display: table-cell;
  text-align: center;
  position: relative;
}

.page_header .nav_item>a {
  color: #8F2F3B;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 94px;
  font-weight:bold;
  font-size:22px;
}

.page_header .nav_item>a .iconfont {
  display: none;
}

.page_header .sub_nav_list {
  display: none;
  position: absolute;
  background: #fff;
  border: 1px solid #f1f1f1;
  width: 166px;
  padding: 12px 0;
  left: 0;
  top: 94px;
  z-index: 2;
}


.page_header .sub_nav_item {
  line-height: 36px;
  border-bottom: 1px solid #f1f1f1;
}

.page_header .sub_nav_item:nth-last-child(1) {
  border-bottom: none;
}

.page_header .sub_nav_item>a {
  font-size: 16px;
  white-space: nowrap;
}

.page_header .sub_nav_item>a:hover {
  color: #8F2F3B;
}

.page_header .nav_list_bg {
  display: none;
}

#mobileNavBtn {
  display: none;
}

.page_countdown {
  position: absolute;
  right: 0;
  top: -10px;
  width: 405px;
  height: 30px;
  z-index: 3;
  background: url('../images/countdown_bg.png') no-repeat left center;
  background-size: contain;
  padding-left: 54px;
}

.page_countdown span {
  font-size: 14px;
}

.page_countdown em {
  font-size: 22px;
  color: #8F2F3B;
  font-weight: bold;
}

@media (max-width: 768px) {
  .page_header .page_container {
    padding-top: 38px;
  }

  .page_header .logo {
    height: 54px;
  }

  .page_header .logo img {
    height: 100%;
    width: auto;
    max-height:50px;
  }

  #mobileNavBtn {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    color: #fff;
    padding: 20px 16px;
    font-size: 26px;
  }

  .page_countdown {
    width: 100%;
    background: #fff;
    padding: 2px 16px;
    top: 0;
    height: auto;
    border-bottom: 1px solid #f1f1f1;
  }

  .page_header .nav_list_bg {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 8;
    background: rgba(0, 0, 0, .9);
  }

  .page_header .nav {
    transform: translateX(-100%);
    position: fixed;
    width: 100%;
    height: 100%;
    background-image: none;
    left: 0;
    top: 0;
    padding: 0;
    z-index: 9;
    width: 76%;
  }

  .page_header .nav_list {
    display: block;
    background-color: #fff;
  }

  .page_header .nav_item {
    display: block;
    text-align: left;
  }

  .page_header .nav_item>a {
    color: #333;
    line-height: 58px;
    font-size: 17px;
    padding-left: 24px;
    padding-right: 24px;
    border-bottom: 1px solid #e4e4e4;
  }

  .page_header .nav_item>a .iconfont {
    display: block;
    float: right;
  }

  .page_header .sub_nav_list {
    position: static;
  }

  .page_header .sub_nav_item {
    padding-left: 34px;
    line-height: 42px;
  }
}

/* page_header -------------------------end*/


/* page_banner -------------------------start*/
.page_banner {
  position: relative;
  z-index: 0;
}

.page_banner .video_wrap {
  width: 100%;
  position: relative;
}

.page_banner video {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  /* object-fit: cover; */
}


.page_banner .swiper-container,
.page_banner .swiper-wrapper,
.page_banner .swiper-slide {
  width: 100%;
  height: 100%;
}

.page_banner .swiper-slide a {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.page_banner .swiper-slide a img{
	width:100%;
  height:auto;
}

.page_banner .swiper-pagination {
    display: none;
  position: absolute;
  left: 0;
  bottom: 68px;
  width: 100%;
  text-align: center;
  z-index: 2;
}

.page_banner .swiper-pagination-bullet {
  width: 32px;
  height: 6px;
  opacity: 1;
  border: 1px solid #fff;
  background: transparent;
  margin: 0 4px;
  border-radius: 0;
}

.page_banner .swiper-pagination-bullet-active {
  background: #8F2F3B;
}

@media (max-width: 768px) {

  .page_banner,
  .page_banner .video_wrap {}

  .page_banner .exb_msg .wrap {
    width: 90%;
  }

  .page_banner .swiper-pagination {
    bottom: 12px;
  }
}

/* page_banner -------------------------end*/


/* page_fast_nav -------------------------start*/
.page_fast_nav {
  position: relative;
  z-index: 1;
  margin-top: -60px;
  margin-bottom: 70px;
}

.page_fast_nav .list {
  background: #fff;
  box-shadow: 0 4px 24px rgba(1, 116, 183, .13);
  display: flex;
  align-items: center;
  border-radius: 10px;
}

.page_fast_nav .item {
  width: 25%;
  text-align: center;
  padding: 22px 0;
  position: relative;
}

.page_fast_nav .item .icon {
  overflow: hidden;
  width: 54px;
  height: 54px;
  display: block;
  margin: 0 auto 14px;
}

.page_fast_nav .item .tit {
  font-size: 16px;
  margin-bottom: 4px;
}

.page_fast_nav .item .word {
  color: #7e7f80;
  font-size: 14px;
}

.page_fast_nav .item .arrow {
  display: none;
}

.page_fast_nav .item a {
  width: 190px;
}

.page_fast_nav .item a:hover {
  background: #8F2F3B;
  height: 226px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  padding-top: 34px;
  box-shadow: 0 2px 2px rgba(1, 116, 183, .05);
}

.page_fast_nav .item a:hover .arrow {
  position: absolute;
  bottom: 12px;
  right: 0;
  display: block;
  width: 44px;
  height: 40px;
  background: #fff;
  padding: 10px 18px;
  border-radius: 10px 0 0 10px;
}

.page_fast_nav .item a:hover .arrow i {
  display: block;
  width: 12px;
  overflow: hidden;
}

.page_fast_nav .item a:hover .arrow i img {
  filter: drop-shadow(12px 0 #8F2F3B);
  transform: translateX(-100%);
}

.page_fast_nav .item a:hover .tit,
.page_fast_nav .item a:hover .word {
  color: #fff;
}

.page_fast_nav .item a:hover .icon img {
  filter: drop-shadow(54px 0 #fff);
  transform: translateX(-100%);
}

@media (max-width: 768px) {
  .page_fast_nav {
    margin-top: 22px;
    margin-bottom: 60px;
  }

  .page_fast_nav .list {
    flex-wrap: wrap;
  }

  .page_fast_nav .item {
    width: 50%;
  }

  .page_fast_nav .item a {
    width: 100%;
  }
  
  .page_fast_nav .item .word{
      font-size: 12px;
  }
}

/* page_fast_nav -------------------------end*/


/* page_intro -------------------------start*/
.page_intro {
  margin-bottom: 1px;
}

.page_intro .page_container {
  overflow: hidden;
}

.page_intro .article {
  float: left;
  width: 50%;
  padding-right: 16px;
}

.page_intro .article .page_title {
  margin-bottom: 40px;
}

.page_intro .article .content {
  font-size: 14px;
  line-height: 30px;
}
.page_intro .article .content p{
	color:#000;
	text-indent:2em;
	font-size:15px;
}
.page_intro .article .page_more_btn {
  margin-top: 60px;
}

.page_intro .aside {
  float: right;
  width: 50%;
  padding-left: 34px;
}

.page_intro .aside .cover {
  width: 100%;
  height: 320px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 4px;
  margin-top: 36px;
  margin-bottom: 60px;
}

.page_intro .aside .cover img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page_intro .aside .cover video {
  width: 100%;
  height: 100%;
  background: #000;
}

.page_intro .aside .data {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.page_intro .aside .data li label {
  display: block;
  color: #454545;
  font-size: 14px;
  margin-bottom: 16px;
  font-weight: bold;
}

.page_intro .aside .data li p {
  display: flex;
  align-items: flex-end;
}

.page_intro .aside .data li p i {
  width: 28px;
  height: 28px;
  overflow: hidden;
  margin-right: 10px;
}

.page_intro .aside .data li p i img {
  filter: drop-shadow(28px 0 #8F2F3B);
  transform: translateX(-100%);
}

.page_intro .aside .data li p em {
  font-size: 32px;
  margin-right: 4px;
  color: #8F2F3B;
}

.page_intro .aside .data li p span {
  font-size: 14px;
}

@media (max-width: 768px) {
  .page_intro {
    margin-bottom: 15px;
  }

  .page_intro .article {
    width: 100%;
    padding-right: 0;
  }

  .page_intro .aside {
    width: 100%;
    padding-left: 0;
  }

  .page_intro .aside .data li p em {
    font-size: 16px;
  }

  .page_intro .aside .data li p i {
    width: 18px;
    height: 18px;
  }

  .page_intro .aside .data li p i img {
    filter: drop-shadow(18px 0 #8F2F3B);
  }
}

/* page_intro -------------------------end*/


/* page_exhibitor -------------------------start*/
.page_exhibitor {
  background: url('../images/exhibitor_bg.png') no-repeat center;
  background-size: cover;
  padding: 60px 0;
}

.page_exhibitor .page_title {
  align-items: center;
  margin-bottom: 24px;
}

.page_exhibitor .page_title span,
.page_exhibitor .page_title em {
  color: #fff;
}

.page_exhibitor .list {
font-size: 0;
}

.page_exhibitor .item {
    display: inline-block;
    vertical-align: middle;
    width: 14.28%;
    padding: 10px;
}

.page_exhibitor .item a {
    display: block;
    width: 100%;
    height: 136px;
    background: #fff;
    padding: 8px;
}

.page_exhibitor .item .cover {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.page_exhibitor .item a:hover .cover {

}

.page_exhibitor .more {
  font-size: 16px;
  color: #fff;
  border: 1px solid #fff;
  width: 150px;
  line-height: 36px;
  text-align: center;
  display: block;
  margin: 36px auto 0;
}

@media (max-width: 768px) {
  .page_exhibitor .item {
    width: 50%;
  }

}

/* page_exhibitor -------------------------end*/


/* page_bbs -------------------------start*/
.page_bbs {
  background: #FEE8EB;
  padding: 80px 0;
}

.page_bbs .page_title {
  margin-bottom: 60px;
}

.page_bbs .page_container {
  position: relative;
}

.page_bbs .tabs {
  font-size: 0;
  position: absolute;
  right: 0;
  top: 52px;
}

.page_bbs .tab {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  margin-right: 20px;
  padding-right: 20px;
  line-height: 1;
  cursor: pointer;
  color: #202023;
  border-right: 1px solid #202023;
}

.page_bbs .tab:nth-last-child(1) {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}

.page_bbs .tab.active {
  color: #8F2F3B;
}

.page_bbs .list {
  overflow: hidden;
  margin: -16px;
}

.page_bbs .list .item {
  padding: 16px;
  width: 33.3%;
  float: left;
}

.page_bbs .list .item a {
  display: block;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 500px;
}

.page_bbs .list .item .cover {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page_bbs .list .item .msg {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 208px;
  padding: 40px 60px;
  text-align: center;
  transform: translateY(40%);
  transition: transform .2s;
  background:#ffffff69;
  
}

.page_bbs .list .item a:hover .msg {
  transform: translateY(0);
}

.page_bbs .list .item .msg h4 {
  color: #8F2F3B;
  font-size: 28px;
  margin-bottom: 40px;
}

.page_bbs .list .item .msg p {
  color: #8F2F3B;
  font-size: 14px;
  line-height: 26px;
}

.page_bbs .page_more_btn {
  margin: 60px auto 0;
}

@media (max-width: 768px) {
  .page_bbs .list {
    margin-top: 70px;
  }

  .page_bbs .list .item {
    width: 100%;
  }

  .page_bbs .list .item a .msg {
    transform: translateY(0);
  }
}

/* page_bbs -------------------------end*/



/* page_news -------------------------start*/
.page_news {
  padding: 80px 0;
}

.page_news .page_title {
  display: flex;
  padding-left:5%;
  margin-bottom: 50px;
}

.page_news_tit {
  float: left;
  width: 40%;
  height: 520px;
}

.page_news_tit a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.page_news_tit .cover {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all .2s;
}

.page_news_tit .wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .2);
  z-index: 2;
}

.page_news_tit h2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin-left: 26px;
  margin-bottom: 50px;
  border-left: 1px solid #fff;
  padding-left: 18px;
  color: #fff;
  z-index: 3;
  width: 92%;
}

.page_news_tit h2 span {
  display: block;
  font-size: 28px;
  font-weight: bold;
}

.page_news_tit h2 em {
  display: block;
  font-size: 16px;
  letter-spacing: 2px;
  font-weight: normal;
}

.page_news_tit h2 i {
  background-image: url(../images/right_icon.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 28px;
  bottom: 2px;
  z-index: 2;
}

.page_news_tit a:hover .cover {
  transform: scale(1.2);
}

.page_news_tit a:hover h2 i {
  background-position: 0 -16px;
}

.page_news_tit a:hover h2 span {
  color: #8F2F3B;
}

.page_news .two_list {
  width: 30%;
  margin-left: 10px;
  float: left;
}

.page_news .two_list .item {
  background: #FEE8EB;
  padding: 42px;
  border: 1px solid #ebebeb;
  margin-bottom: 10px;
}

.page_news .two_list .item a {
  display: block;
  position: relative;
}

.page_news .two_list .item .top {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.page_news .two_list .item .top h4 {
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.page_news .two_list .item .top p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 13px;
  line-height: 22px;
  color: #959595;
  margin-top: 10px;
}

.page_news .two_list .item .bottom em {
  display: block;
  font-size: 32px;
  color: #959595;
  font-weight: bold;
}

.page_news .two_list .item .bottom span {
  color: #959595;
  font-size: 14px;
  padding-left: 4px;
}

.page_news .two_list .item .bottom i {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  overflow: hidden;
  z-index: 3;
}

.page_news .two_list .item .bottom i img {
  filter: drop-shadow(12px 0 #202023);
  transform: translateX(-100%);
}

.page_news .three_list {
  width: 26%;
  margin-left: 10px;
  float: left;
}

.page_news .three_list .item {
  background: #FEE8EB;
  padding: 42px;
  border: 1px solid #ebebeb;
  margin-bottom: 10px;
}

.page_news .three_list .item a {
  overflow: hidden;
  display: block;
}

.page_news .three_list .item .left {
  float: left;
  width: 24%;
  border-right: 1px solid #ebebeb;
}

.page_news .three_list .item .left em {
  display: block;
  font-size: 32px;
  color: #959595;
  font-weight: bold;
}

.page_news .three_list .item .left span {
  color: #959595;
  font-size: 14px;
  padding-left: 4px;
}

.page_news .three_list .item .right {
  float: left;
  width: 76%;
  padding-left: 20px;
}

.page_news .three_list .item .right h4 {
  font-weight: 400;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 8px;
}

.page_news .three_list .item .right i {
  width: 12px;
  overflow: hidden;
  position: relative;
  display: block;
}

.page_news .three_list .item .right i img {
  filter: drop-shadow(12px 0 #202023);
  transform: translateX(-100%);
}

.page_news .two_list .item:hover,
.page_news .three_list .item:hover {
  box-shadow: 0 1px 15px 0 rgb(61, 32, 224, .23);
}

.page_news .two_list .item:hover h4,
.page_news .three_list .item:hover h4 {
  color: #8F2F3B;
}

@media (max-width: 768px) {

  .page_news_tit,
  .page_news .two_list,
  .page_news .three_list {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}

/* page_news -------------------------end*/




/* page_support -------------------------start*/
.page_support {
  padding: 80px 0;
}

.page_support .page_title {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}

.page_support .list {
  overflow: hidden;
  white-space: nowrap;
}

.page_support .item {
  display: inline-block;
  vertical-align: middle;
  width: 11vw;
  height: 78px;
  margin-right: 20px;
  border: 1px solid #f1f1f1;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  overflow: hidden;
}

.page_support .item a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  background: #fff;
}

.page_support .item a img {
  position: absolute;
  width: auto;
  height: auto;
  max-width: 92%;
  max-height: 92%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}

@media (max-width: 768px) {
  .page_bbs .page_container {
    overflow: hidden;
  }

  .page_support .item {
    width: 140px;
    height: 70px;
    margin-right: 10px;
  }
}

/* page_support -------------------------end*/

/* page_footer -------------------------start*/
.page_footer .top {
 
  background: #FFF4F2;
  padding: 60px 0;
}

.page_footer .top .contact {
  float: left;
  width: 35%;
}

.page_footer .top .contact h4 {
  line-height: 1;
  margin-bottom: 20px;
}

.page_footer .top .contact h4 i {
  display: inline-block;
  vertical-align: bottom;
  width: 25px;
  height: 25px;
  background: url('../images/contact_icon.png') no-repeat center;
  background-size: contain;
}

.page_footer .top .contact h4 em {
  display: inline-block;
  vertical-align: bottom;
  font-size: 30px;
  color: #8F2F3B;
  margin: 0 8px;
}

.page_footer .top .contact h4 span {
  display: inline-block;
  vertical-align: bottom;
  font-size: 16px;
  font-weight: normal;
}

.page_footer .top .contact .cnt,
.page_footer .top .org .cnt {
  font-size: 14px;
  line-height: 28px;
}

.page_footer .top .org {
  float: left;
  width: 33.33%;
}

.page_footer .top .org h4 {
  font-weight:bold;
  margin-bottom: 10px;
  color:#000;
  font-size:22px;
}

 .page_footer .top .org .cnt p{
	 color:#000;font-size:16px;font-weight:bold;
 }
.page_footer .top .wx {
  float: left;
  width: 15%;
}

.page_footer .top .wx h4 {
  font-weight: normal;
  margin-bottom: 20px;
}

.page_footer .top .wx img {
  width: 136px;
}

.page_footer .bottom {

  font-size: 14px;
  color: #666;
  text-align: center;
  padding: 14px 0;
}

.page_footer .bottom a {
  color: inherit;
}

.page_footer .bottom .copyright {
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
}

.page_footer .bottom .support {
  display: inline-block;
  vertical-align: middle;
}

.page_support .roll_file {
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .page_footer .top .contact {
    width: 100%;
  }

  .page_footer .top .org {
    width: 100%;
    margin-top: 32px;
  }

  .page_footer .top .wx {
    margin-top: 40px;
  }

  .page_footer .bottom .copyright,
  .page_footer .bottom .support {
    margin-right: 0;
    display: block;
  }
}

/* page_footer -------------------------end*/



/* 二级页面--------------------------------------------------------------- */
.sub_page {
  padding: 0 0 40px;
  position: relative;
  z-index: 5;
}

.sub-position {
  padding: 30px 0px 50px 0px;
}

.sub_page {
  padding: 50px 0;
  position: relative;
  z-index: 5;
}

.sub_page_nav {
  float: left;
  width: 22%;
}

.sub_page_nav h2 {
  background: #8F2F3B;
  color: #fff;
  font-weight: 600;
  font-size: 22px;
  padding: 16px 10px;
  text-align: center;
}

.sub_page_nav .list {
  background: #f5f5f5;
  margin-top: 1px;
  text-align: center;
}

.sub_page_nav .list a {
  display: block;
  line-height: 52px;
  font-size: 17px;
  overflow: hidden;
  padding: 0 12px;
  border-bottom: 1px solid #fff;
}

.sub_page_nav .list a.active,
.sub_page_nav .list a:hover {
  color: #8F2F3B;
}

.sub_page_nav .list a span {
  float: left;
}

.sub_page_nav i {
  float: right;
}

.sub_page_main {
  float: right;
  width: 78%;
  padding-left: 40px;
}

.sub_page_main .top {
  overflow: hidden;
  line-height: 80px;
  border-bottom: 1px solid #f5f5f5;
}

.sub_page_main .top span {
  float: left;
  font-size: 26px;
}

.sub_page_main .top p {
  float: right;
}

.sub_page_main_cont {
  padding: 40px 0;
  min-height: 500px;
}

.sub_page_main_cont .title {
  color: #8F2F3B;
  font-size: 28px;
  margin-bottom: 10px;
}

.sub_page_main_cont .time {
  color: #bcbcbc;
  display: block;
  margin-bottom: 30px;
}

.sub_page_main_cont .photo {
  width: auto;
  max-width: 100%;
  height: auto;
  margin-bottom: 16px;
  display: block;
}

.sub_page_main_cont .word {
  font-size: 16px;
  line-height: 28px;
}

.sub_cont_list li {
  margin-bottom: 30px;
}

.sub_cont_list li h4 {
  color: #8F2F3B;
  font-size: 20px;
  margin-bottom: 4px;
}

.sub_cont_list li p {
  font-size: 16px;
  line-height: 28px;
}

.share_wrap {
  margin-top: 66px;
  border-top: 1px solid #f2f2f2;
  padding-top: 16px;
}

.share_wrap .share_tit {
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .sub_page {
    padding: 30px 0;
  }

  .sub_page_nav {
    display: none;
  }

  .sub_page_main {
    width: 100%;
    float: none;
    padding: 0;
  }

  .sub_page_main .top {
    line-height: 36px;
  }

  .sub_page_main .top span {
    font-size: 18px;
  }

  .sub_page_main .top p {
    float: right;
    font-size: 13px;
  }

  .sub_page_main_cont {
    padding: 14px 0;
    min-height: 300px;
  }

  .sub_page_main_cont .title {
    font-size: 20px;
  }

  .sub_page_main_cont .time {
    font-size: 14px;
  }

  .sub_page_main_cont .photo {
    width: 100%;
  }

  .sub_page_main_cont .word {
    font-size: 15px;
    line-height: 26px;
    margin-top: 16px;
  }

  .sub_cont_list li {
    margin-bottom: 18px;
  }

  .sub_cont_list li h4 {
    font-size: 17px;
  }

  .sub_cont_list li p {
    font-size: 15px;
    line-height: 24px;
  }
}

.sub_speaker_list {
  overflow: hidden;
  margin: -12px;
}

.sub_speaker_item {
  width: 25%;
  float: left;
  padding: 12px;
}

.sub_speaker_item a {
  background: #fff;
  display: block;
  -webkit-transition: -webkit-box-shadow .2s;
  transition: -webkit-box-shadow .2s;
  transition: box-shadow .2s;
  transition: box-shadow .2s, -webkit-box-shadow .2s;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
  box-shadow: 0 0 12px rgba(0, 0, 0, .1);
  height: 364px;
}

.sub_speaker_item .avatar {
  display: block;
  width: 100%;
  height: 230px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.sub_speaker_item p {
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}

.sub_speaker_item p::after {
  display: block;
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 50px;
  height: 1px;
  background: #535353;
  transform: translateX(-50%);
  z-index: 2;
}

.sub_speaker_item span {
  display: block;
  font-size: 13px;
  padding: 6px 10px;
  text-align: center;
  line-height: 20px;
}

.sub_speaker_item a:hover {
  background: #8F2F3B;
  color: #fff;
}

.sub_speaker_item a:hover p::after {
  background: #fff;
}

@media (max-width: 768px) {
  .sub_speaker_item {
    width: 50%;
    padding: 4px;
  }

  .sub_speaker_item a {
    height: 288px;
    margin-bottom: 10px;
  }

  .sub_speaker_item p {
    font-size: 12px;
  }

  .sub_speaker_item .avatar {
    height: 166px;
  }
}

/* 二级页面--------------------------------------------------------------- */

/* 分页--------------------------------------------------------------- */
.pagination {
  margin-top: 50px;
  font-size: 0;
}

.pagination span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  font-size: 16px;
}

.pagination a {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding: 8px 12px;
  margin-left: 10px;
  font-size: 16px;
}


.pagination a.active {
  background: #8F2F3B;
  color: #fff;
  -webkit-box-shadow: 0 6px 15px rgba(0, 0, 0, .16);
  box-shadow: 0 6px 15px rgba(0, 0, 0, .16);
}

@media (max-width: 768px) {
  .pagination span {
    display: block;
    margin-right: 0;
    margin-bottom: 18px;
    margin-left: 10px;
    font-size: 14px;
  }

  .pagination a {
    margin-left: 0;
    padding: 6px 12px;
    margin-right: 6px;
    margin-bottom: 6px;
  }
  .pagination{
      display: flex;
      flex-wrap:wrap;
      justify-content: center;
  }
  .pagination .page-status{display:none}
  .pagination .page-index{display:none}
  .pagination .page-last{display:none}
}

/* 分页--------------------------------------------------------------- */

/* 表单页面-------------------------------------------------------------- */
.sub_form {
  position: relative;
}

.sub_form_item {
  font-size: 0;
}

.sub_form_item.radio {
  margin: 0;
}

.sub_form_item>label {
  display: inline-block;
  vertical-align: middle;
  background: #f9f9f9;
  width: 26%;
  text-align: right;
  padding: 20px;
  font-size: 15px;
  margin: 0;
}

.sub_form_item>label.textarea_label {
  height: 160px;
  vertical-align: top;
}

.sub_form_item>label.verifycode_label {
  height: 160px;
  vertical-align: top;
}

.sub_form_item>.form_cont {
  display: inline-block;
  vertical-align: middle;
  height: 42px;
  width: 70%;
  font-size: 15px;
  margin: 0 1% 0 2%;
  border: 1px solid #d6d6d6;
  padding: 0 16px;
  color: #727272;
}

.sub_form_item>textarea.form_cont {
  height: 140px;
  vertical-align: top;
  margin-top: 10px;
  margin-bottom: 10px;
}

.sub_form_item>.form_cont#verifycode {
  width: 170px;
  vertical-align: top;
  margin-top: 10px;
}

.sub_form_item img.verifycode {
  width: 132px;
  display: inline-block;
  vertical-align: top;
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, .1);
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, .1);
  margin-top: 10px;
}

.sub_form_item>i {
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  width: 1%;
  color: red;
  font-weight: 300;
}

.sub_form_item .radio_cont {
  font-size: 15px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}

.sub_form_item .radio_cont input {
  position: static;
  margin: 0;
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
}

.sub_form_item .radio_cont label {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}

.form_submit_btn {
  position: absolute;
  left: 28%;
  bottom: 2px;
  background: #222222;
  color: #fff;
  text-align: center;
  font-size: 17px;
  border: none;
  font-weight: 300;
  cursor: pointer;
  padding: 12px 26px;
  z-index: 3;
}

@media (max-width: 768px) {
  .sub_form {
    margin-top: 20px;
  }

  .sub_form_item {
    margin-bottom: 28px;
  }

  .sub_form_item>label {
    width: 100%;
    text-align: left;
    padding: 0;
    margin-bottom: 8px;
    background: transparent;
  }

  .sub_form_item>.form_cont {
    padding: 0 16px;
    color: #727272;
    margin: 0 1% 0 0;
    width: 98%;
  }

  .sub_form_item .radio_cont {
    margin-left: 0;
  }

  .sub_form_item>label.textarea_label,
  .sub_form_item>label.verifycode_label {
    height: auto;
  }

  .sub_form_item>textarea.form_cont {
    margin: 0;
  }

  .sub_form_item>.form_cont#verifycode {
    width: 50%;
  }

  .sub_form_item img.verifycode {
    width: 44%;
  }

  .form_submit_btn {
    position: static;
  }
}

/* 表单页面-------------------------------------------------------------- */

/* 展品列表------------------------------------------------------- */
.exhibit_mod_list {
  overflow: hidden;
}

.exhibit_mod_item {
  float: left;
  width: 25%;
  padding: 10px;
}

.exhibit_mod_item a {
  display: block;
  position: relative;
  background: #f5f5f5;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #e1e1e1;
}

.exhibit_mod_item .cover {
  height: 148px;
  background-size: contain;
  background-color: #fff;
}

.exhibit_mod_item h4 {
  padding: 10px 10px 8px;
  font-weight: normal;
  background: #fff
}

.exhibit_mod_item p {
  font-size: 14px;
  padding: 4px 10px 6px;
}

.exhibit_mod_item em {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  background: #8F2F3B;
  color: #fff;
  font-size: 14px;
  padding: 2px 8px;
  border-radius: 0 0 0 10px;
}

@media (max-width: 768px) {
  .exhibit_mod_item {
    width: 100%;
  }
}

/* 展品列表------------------------------------------------------- */

/* 二级页面列表-------------------------------------------------------------- */
.sub_review_list {
  overflow: hidden;
}

.sub_review_item {
  width: 25%;
  float: left;
  padding: 10px;
}

.sub_review_item a {
  height: 172px;
  border: 1px solid #ededed;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.sub_review_item a:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
  box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.sub_review_item p {
  text-align: center;
  color: #868686;
  background: #f5f5f5;
  line-height: 32px;
}

@media (max-width: 768px) {

  .sub_review_item {
    width: 50%;
  }

  .sub_review_item a {
    height: 80px;
  }

  .sub_review_item p {
    line-height: 28px;
    font-size: 13px;
  }
}


.sub_map {
  display: block;
  margin-bottom: 20px;
}


.sub_download_item {
  position: relative;
  margin-bottom: 24px;
}

.sub_download_item a {
  display: block;
}

.sub_download_item .left {
  display: inline-block;
  vertical-align: middle;
  width: 120px;
  height: 80px;
  background: #8F2F3B;
  color: #fff;
  font-size: 26px;
  text-align: center;
  line-height: 80px;
  margin-right: 30px;
}

.sub_download_item .right {
  display: inline-block;
  vertical-align: middle;
}

.sub_download_item p {
  font-size: 20px;
  margin-bottom: 14px;
  color: #8F2F3B;
}

.sub_download_item span {
  color: #bcbcbc;
}

.sub_download_item em {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (max-width: 768px) {
  .sub_download_item {
    font-size: 0;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 10px;
  }

  .sub_download_item .left {
    width: 20%;
    height: 60px;
    font-size: 20px;
    line-height: 60px;
    margin: 0;
  }

  .sub_download_item .right {
    width: 80%;
    padding-left: 10px;
  }

  .sub_download_item p {
    font-size: 15px;
  }

  .sub_download_item span {
    font-size: 13px;
  }

  .sub_download_item em {
    display: block;
    position: static;
    font-size: 14px;
    -webkit-transform: none;
    transform: none;
    margin-top: 16px;
  }
}

/* 联系我们-------------------------------------------------------------- */
.sub_contact_group {
  margin-bottom: 50px;
}

.sub_contact_group h3 {
  text-align: center;
  color: #333;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 18px;
}

.sub_contact_list {
  overflow: hidden;
}

.sub_contact_list li {
  float: left;
  width: 50%;
  overflow: hidden;
  padding: 24px;
}

.sub_contact_list .wrap {
  -webkit-box-shadow: 0px 0px 20px 5px #f3f3f3;
  box-shadow: 0px 0px 20px 5px #f3f3f3;
  background: #fff;
  overflow: hidden;
  padding: 20px;
  position: relative;
  min-height: 239px;
}

.sub_contact_list .wrap .show_wx_ewm_btn {
  font-size: 14px;
  position: absolute;
  top: 0;
  right: 0;
  color: #87c2ff;
  padding: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 3;
}

.sub_contact_list .avatar {
  width: 138px;
  height: 180px;
  float: left;
  overflow: hidden;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #87c2ff;
  color: #fff;
  font-size: 60px;
  text-align: center;
  line-height: 170px;
}


.sub_contact_list .msg {
  float: left;
  margin-left: 26px;
}

.sub_contact_list .msg .name {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  width: 76px;
  white-space: nowrap;
  text-align-last: justify;
}

.sub_contact_list .msg .department {
  font-size: 14px;
  background: #222;
  color: #fff;
  display: inline-block;
  padding: 2px 6px;
  margin-top: 6px;
}

.sub_contact_list .msg .other {
  border-top: 1px solid #f1f1f1;
  margin-top: 8px;
  padding-top: 10px;
}

.sub_contact_list .msg .other p {
  margin-bottom: 10px;
  font-size: 15px;
}


@media (max-width: 768px) {
  .sub_contact {
    margin-top: 24px;
  }

  .sub_contact_group h3 {
    margin-bottom: 0;
  }

  .sub_contact_list li {
    width: 100%;
    padding: 20px 12px;
  }

  .sub_contact_list .avatar {
    display: none;
  }

  .sub_contact_list .msg {
    margin-left: 0;
  }

}

/* 联系我们-------------------------------------------------------------- */

.sub_exhibitor_wrap {
  overflow: hidden;
}

.sub_exhibitor_left {
  float: left;
  width: 33%;
  padding-right: 40px;
}

.sub_exhibitor_logo {
  width: 300px;
  margin-bottom: 24px;
  border: 1px solid #f1f1f1;
}

.sub_exhibitor_msg {
  line-height: 30px;
}

.sub_exhibitor_right {
  float: right;
  width: 67%;
}


.sub_exhibitor_title {
  font-size: 26px;
}

.sub_exhibitor_right .hall {
  margin: 40px 0 30px;
  overflow: hidden;
  font-size: 18px;
  font-weight: 500;
}

.sub_exhibitor_right .hall i {
  color: #8F2F3B;
  margin-right: 10px;
}

.sub_exhibitor_right .hall .left,
.sub_exhibitor_right .hall .right {
  float: left;
  width: 48%;
  border: 1px solid #d6d6d6;
  padding: 18px 0 18px 40px;
}

.sub_exhibitor_right .hall .right {
  float: right;
}

.sub_exhibitor_right .intro {
  margin-bottom: 30px;
}

.sub_exhibitor_right .intro p {
  line-height: 26px;
}

.sub_exhibitor_right h3 {
  font-size: 20px;
  color: #8F2F3B;
  margin-bottom: 6px;
}

.sub_exhibitor_right h3 .more {
  background: #8F2F3B;
  color: #fff;
  float: right;
  padding: 6px 8px;
  border: none;
  font-size: 12px;
}

.sub_exhibitor_right .exhibits ul {
  overflow: hidden;
}

.sub_exhibitor_right .exhibits li {
  float: left;
  width: 33.3%;
  padding: 10px;
}

.sub_exhibitor_right .exhibits a {
  display: block;
  border: 1px solid #e9e9e9;
  position: relative;
}

.sub_exhibitor_right .exhibits li .cover {
  height: 134px;
}

.sub_exhibitor_right .exhibits li h4 {
  text-align: center;
  padding: 6px;
  font-size: 15px;
}

.sub_exhibitor_right .exhibits li em {
  position: absolute;
  right: 0;
  top: 0;
  background: #8F2F3B;
  color: #fff;
  font-size: 14px;
  padding: 2px 6px;
  z-index: 2;
}

@media (max-width: 768px) {

  .sub_exhibitor_left,
  .sub_exhibitor_right {
    float: none;
    width: 100%;
    margin-bottom: 30px;
    padding: 0;
  }

  .sub_exhibitor_logo {
    width: 100%;
    margin-bottom: 12px;
  }

  .sub_exhibitor_title {
    font-size: 20px;
    text-align: center;
  }

  .sub_exhibitor_right .hall {
    margin: 14px 0 18px;
    font-size: 13px;
  }

  .sub_exhibitor_right .hall .left,
  .sub_exhibitor_right .hall .right {
    float: none;
    width: 100%;
    margin-bottom: 8px;
    padding: 10px;
  }

  .sub_exhibitor_right .intro p {
    font-size: 15px;
  }

  .sub_exhibitor_right .exhibits li {
    width: 100%;
  }
}



.sub_exhibit_cover {
  width: auto;
  height: auto;
  display: block;
  max-width: 100%;
  margin-bottom: 20px;
}

.sub_exhibit_name {
  font-size: 24px;
  color: #8F2F3B;
}

.sub_exhibit_type {
  background: #8F2F3B;
  color: #fff;
  font-size: 14px;
  padding: 4px 10px;
  display: inline-block;
  margin: 8px 0 24px;
}

.sub_exhibit_intro {
  line-height: 28px;
}

@media (max-width: 768px) {
  .sub_exhibit_name {
    font-size: 18px;
  }

  .sub_exhibit_intro {
    font-size: 15px;
  }
}

.appoint_btn {
  background: #e93f33;
  color: #fff;
  border-radius: 40px;
  margin-top: 10px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .2);
  box-shadow: 0 0 4px rgba(0, 0, 0, .2);
  display: block;
  width: 96px;
  text-align: center;
  line-height: 34px;
}

@media (max-width: 768px) {
  .appoint_btn {
    font-size: 14px;
    width: 74px;
    margin: 12px auto 0;
  }
}

.appoint_mod_bg {
  background: rgba(0, 0, 0, .7);
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99;
}

.appoint_mod {
  background: #fff;
  position: fixed;
  width: 600px;
  top: 4%;
  left: 50%;
  margin-left: -300px;
  z-index: 100;
  padding: 20px;
  max-height: 92%;
  overflow: auto;
}

.appoint_mod h3 {
  font-size: 28px;
  color: #8F2F3B;
  margin-bottom: 20px;
}

.appoint_mod_item {
  margin-bottom: 24px;
}

.appoint_mod_item label {
  display: block;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 8px;
}

.appoint_mod_item input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  line-height: 36px;
}

.appoint_mod_item img {
  width: 140px;
  margin: 0;
  border: 1px solid #dfdfdf;
  vertical-align: middle;
  margin-left: 20px;
}

.appoint_mod_item em {
  background: #8F2F3B;
  color: #fff;
  font-size: 16px;
  padding: 8px 14px;
  display: inline-block;
  margin-left: 20px;
  border-radius: 4px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.appoint_mod button {
  border: none;
  display: inline-block;
  margin-right: 24px;
  padding: 12px 40px;
  font-size: 18px;
  border-radius: 50px;
  margin-top: 32px;
  cursor: pointer;
}

.appoint_mod_submit {
  background: #266baf;
  color: #fff;
}

.appoint_mod_close {
  color: #e50000;
}

@media (max-width: 768px) {
  .appoint_mod {
    width: 100%;
    height: 100%;
    min-height: 100%;
    left: 0;
    margin-left: 0;
    top: 0;
  }

  .appoint_mod h3 {
    font-size: 24px;
  }

  .appoint_mod_item label {
    font-size: 18px;
    margin-bottom: 6px;
  }

  .appoint_mod_item img {
    width: 130px;
  }

  .appoint_mod_item em {
    font-size: 14px;
  }

  .appoint_mod button {
    margin-right: 16px;
    padding: 10px 34px;
    font-size: 15px;
  }
}

/* 新闻----------------------------------------------------------------------- */
.news_item {
  margin-bottom: 28px;
  padding-bottom: 28px;
  border-bottom: 1px solid #f1f1f1;
}

.news_item a {
  display: block;
  overflow: hidden;
}

.news_item .date {
  float: left;
  width: 20%;
}

.news_item .date em {
  display: inline-block;
  font-size: 30px;
  font-weight: bold;
  color: #bfbfbf;
  border-bottom: 1px solid;
  padding-bottom: 8px;
  margin-bottom: 8px;
}

.news_item .date span {
  display: block;
  color: #bfbfbf;
}

.news_item .cont {
  float: left;
  width: 80%;
}

.news_item .cont .tit {
  font-size: 18px;
  margin-bottom: 16px;
}

.news_item .cont .abs {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 14px;
  color: #939393;
  line-height: 24px;
}

.news_item a:hover .cont .tit {
  color: #8F2F3B;
}


@media (max-width: 768px) {
  .news_item .date em {
    font-size: 18px;
  }

  .news_item .date span {
    font-size: 12px;
  }

  .news_item .cont .tit {
    font-size: 15px;
    margin-bottom: 10px;
  }

  .news_item .cont .abs {
    font-size: 12px;
  }
}

/* 新闻----------------------------------------------------------------------- */
/* 合作媒体----------------------------------------------------------------- */
.media_mod_item {
  float: left;
  width: 20%;
  padding: 8px;
}

.media_mod_item a {
  display: block;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
}

.media_mod_item .cover {
  width: 100%;
  height: 92px;
  position: relative;
  overflow: hidden;
}

.media_mod_item .cover img {
  width: auto;
  height: auto;
  max-height: 92px;
  max-width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.media_mod_item .cover:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.media_mod_item p {
  text-align: center;
  background: #f1f1f1;
  color: #666;
  line-height: 32px;
  font-size: 15px;
}

@media (max-width: 768px) {
  .media_mod_item {
    width: 50%;
  }

  .media_mod_item .cover {
    height: 62px;
  }

  .media_mod_item .cover img {
    max-height: 62px;
  }

  .media_mod_item p {
    font-size: 13px;
  }
}

/* 合作媒体----------------------------------------------------------------- */

/* 展商名录---------------------------------------------------------------- */
.exhibitor_mod_item {
  float: left;
  width: 25%;
  padding: 12px;
}

.exhibitor_mod_item a {
  display: block;
  -webkit-box-shadow: 0px 0px 18px 0px rgba(255, 255, 255, .3);
  box-shadow: 0px 0px 18px 0px rgba(255, 255, 255, .3);
  padding: 14px;
  background: #fff;
  border: 1px solid #f5f5f5;
}

.exhibitor_mod_item h3 {
  font-size: 18px;
  margin-bottom: 6px;
  color: #8F2F3B;
}

.exhibitor_mod_item .logo {
  height: 90px;
  background-size: contain;
  position: relative;
  -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.08);
  margin: 16px 10px;
  overflow: hidden;
}

.exhibitor_mod_item .logo img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  margin: auto;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.exhibitor_mod_item .logo img:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.exhibitor_mod_item p {
  font-size: 15px;
  margin-top: 6px;
}

@media (max-width: 768px) {
  .exhibitor_mod_item {
    width: 50%;
    padding: 4px;
  }

  .exhibitor_mod_item a {
    padding: 8px;
  }

  .exhibitor_mod_item h3 {
    font-size: 14px;
  }

  .exhibitor_mod_item .logo {
    height: 62px;
  }

  .exhibitor_mod_item .logo img {
    max-height: 62px;
  }

  .exhibitor_mod_item p {
    font-size: 12px;
  }
}

/* 展商名录---------------------------------------------------------------- */

/* 二级页面列表-------------------------------------------------------------- */

.sub_page_btn {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 18px;
  line-height: 60px;
  margin-top: 10px;
  border-radius: 4px;
}

.sub_page_btn:nth-of-type(1) {
  background: #2d7d7a;
}

.sub_page_btn:nth-of-type(2) {
  background: rgb(227, 108, 9);
}

.sub_page_btn label {
  width: 18px;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}

.sub_page_btn label img {
  filter: drop-shadow(18px 0 #fff);
  transform: translateX(-100%);
}

.sub_page_btn span {
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}


#rocket-to-top div {
  left: 0;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 0;
  width: 149px;
}

#rocket-to-top .level-2 {
  background: url("../images/rocket_button_up.png") no-repeat scroll -149px 0 transparent;
  display: none;
  height: 250px;
  opacity: 0;
  z-index: 1;
}

#rocket-to-top .level-3 {
  background: none repeat scroll 0 0 transparent;
  cursor: pointer;
  display: block;
  height: 150px;
  z-index: 2;
}

#rocket-to-top {
  background: url("../images/rocket_button_up.png") no-repeat scroll 0 0 transparent;
  cursor: default;
  display: block;
  height: 250px;
  margin: -125px 0 0;
  overflow: hidden;
  padding: 0;
  position: fixed;
  right: 0;
  top: 80%;
  width: 149px;
  z-index: 11;
}

.cursor-wrap {
  pointer-events: none;
  -webkit-mix-blend-mode: difference;
  -moz-mix-blend-mode: difference;
  -o-mix-blend-mode: difference;
  -ms-mix-blend-mode: difference;
  mix-blend-mode: difference;
  position: relative;
  z-index: 3000
}

.cursor-wrap .cursor-outline {
  display: block;
  position: fixed;
  height: 30px;
  width: 30px;
  border: 1px solid #8F2F3B;
  top: 0;
  left: 0;
  border-radius: 50%;
}

.cursor-wrap .cursor-poient {
  left: 12px;
  right: 12px;
  height: 12px;
  width: 12px;
  display: block;
  background-color: #8F2F3B;
  border: 1px solid transparent;
  border-radius: 50%;
  position: fixed
}


.page_review {
  position: relative;
  margin-top: 0px;
}

.page_review::before {
  background: #47515b;
  content: '';
  width: 100%;
  position: absolute;
  height: 36%;
  z-index: -1;
  top: 49%;
  transform: translateY(-50%);
}

.page_review .page_container {
  width: auto;
  padding: 0 30px;
}

.page_review .page_title {
  align-items: center;
  margin-bottom: 42px;
}

.page_review .main {}

.page_review .main .swiper-container {}

.page_review .main .swiper-wrapper {}

.page_review .main .swiper-slide {
  transform: scale(0.8);
  transition: all .6s;
}

.page_review .main .swiper-slide-active {
  transform: scale(1);
}

.page_review .main .swiper-slide a {
    font-size: 0;
    display: block;
    width: 100%;
    height: 310px;
}

.page_review .main .swiper-slide a img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page_review .swiper-pagination {
  position: relative;
  margin-top: 40px;
}

.page_review .swiper-button-white {
  top: 40%;
  background-color: #7c7c7c;
  background-size: 12px;
}

.page_review .swiper-button-next {
  right: 0;
}

.page_review .swiper-button-prev {
  left: 0;
}





.review-button {
  width: 100%;
  vertical-align: middle;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 60px;
}

.review-button a {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  height: auto;
  width: auto;
  line-height: 100%;
  padding: 16px 55px;
  position: relative;
}

.review-button-btn {
  color: #fff;
  font-weight: 400;
  margin: 0;
  line-height: 1.8em;
  font-size: 16px;
  font-family: 'Helvetica Neue', 'Helvetica', 'STHeitiSC-Light', "Hiragino Sans GB", Arial, "Microsoft YaHei", "å¾®è½¯é›…é»‘", "STHeiti", "WenQuanYi Micro Hei", 'PingFang SC', SimSun, sans-serif;
  -webkit-font-smoothing: antialiased;
  background-color: #8F2F3B !important;
 
}

.review-button-btn {
  background: #cedad0;
  display: inline-block;
  -webkit-transition: border-color .4s, color .4s;
  -moz-transition: border-color .4s, color .4s;
  transition: border-color .4s, color .4s;
  border: 0;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  color: #fff;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}

.review-button-btn,
.review-button-btn::before {
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, .3, 1);
  -moz-transition-timing-function: cubic-bezier(0.2, 1, .3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, .3, 1);
}

.review-button-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: #9f1946;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale3d(0.7, 1, 1);
  -moz-transform: scale3d(0.7, 1, 1);
  -ms-transform: scale3d(0.7, 1, 1);
  -o-transform: scale3d(0.7, 1, 1);
  transform: scale3d(0.7, 1, 1);
  -webkit-transition: -webkit-transform .4s, opacity .4s;
  -moz-transition: -moz-transform .4s, opacity .4s;
  transition: transform .4s, opacity .4s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, .3, 1);
  -moz-transition-timing-function: cubic-bezier(0.2, 1, .3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, .3, 1);
}

.review-button-btn:hover::before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}


.swiper-pagination-bullet-active{
    background: #8F2F3B;
}



.zpzs_li{width:300px!important;height:200px!important;margin-right:10px!important;border:0;}
.zpzs_li img{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;}

.all_container{width:100%!important;margin:0 auto;}

#rollFile3{width:100%!important;}
#rollFile4{width:100%!important;}
.page_bbs .all_container .page_title{padding-left:5%;}


.wid_85{width:80%;float:left;}

.fon-bot{margin-top:25px;}
.fon-bot p{font-size:18px;line-height:30px;}

.clear{clear:both;}


.c_container{width:1600px;max-width:90%;margin:0 auto;}
.a_top{background:#8F2F3B;color:#fff;padding:15px 0;align-items: center;display:flex;}
.flex_row{display:flex;flex-wrap: nowrap;align-items: center;}
.lag{display:flex;align-items: center;margin-left:30px;font-size:12px;}
.flex_ld{display:flex;flex-direction: row;flex-wrap: nowrap;justify-content:space-between;align-items: center;}


.cgdj a{background: #fff;
    font-size: 24px;
    /* padding: 8px 25px; */
    border-radius: 10px;
    width: 150px;
    text-align: CENTER;
    line-height: 50px;
    height: 50px;
    color: #000;
    margin-left: 35px;
	}

.subt_7{padding:0 15px;}
.subzc_7 .sub_nav_list{width:auto;}
.photo_img_li{width:25%;padding:10px;}
.photo_img_li img{width:100%;}
.photo_list{display:flex;flex-wrap: wrap;}

.home_hzdw{width:100%;text-align:center;}
.home_hzdw img{max-width:180px;width:auto!important;margin:0 auto;}

.ft_img{
	display: flex;
	flex-direction: row;
	
	
}
.ft_img li{padding:0 10px;position:relative;}
.ft_img .fot_xtb{height:auto;width:50px;filter: grayscale(100%);-webkit-filter: grayscale(100%);}

.ft_img li .rel_ft{
	position: absolute;
    top: -130px;
    left: 0;
    z-index: 99999;
}
.ft_img li .rel_ft img{
	min-width: 120px;
	display:none;
}
.ft_img li:hover .rel_ft img{display:block;}

@media (max-width: 768px){
	.cgdj a{width:auto;height:auto;padding:0px 10px;font-size:16px;}
	.wid_85{width:100%;}
}

.page_container li a i img{
    max-width:70px;
}


