.common_more1 {
  display: block;
  background: #ffffff;
  color: #000;
  border: 2px solid #e5e5e5;
  font-size: 18px;
  width: 184px;
  line-height: 50px;
  text-align: center;
  transition: all .6s;
}

.common_more1:hover {
  background: #01a777;
  color: #fff;
  border: 2px solid transparent;
}

.common_title {
  text-align: center;
  position: relative;
  z-index: 1;
  height: 90px;
  padding-top: 22px;
}

.common_title h5 {
  font-size: 80px;
  color: #e4e4e4;
  font-weight: bolder;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.common_title h4 {
  display: inline-block;
  font-size: 0;
  font-weight: bolder;
  position: relative;
  z-index: 1;
}

.common_title h4 i {
  width: 230px;
  height: 1px;
  background: #e4e4e4;
  position: absolute;
  top: 50%;
  z-index: 1;
}

.common_title h4 i:nth-of-type(1) {
  left: -270px;
}

.common_title h4 i:nth-of-type(2) {
  right: -270px;
}

.common_title h4::before,
.common_title h4::after {
  content: '';
  position: absolute;
  background: #e4e4e4;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  z-index: 1;
  top: 50%;
  margin-top: -4px;
}

.common_title h4::before {
  left: -276px;
}

.common_title h4::after {
  right: -276px;
}

.common_title h4 em,
.common_title h4 span {
  display: inline-block;
  vertical-align: middle;
  font-size: 36px;
}

.common_title h4 em {
  color: #0098e1;
}

.common_title h4 span {
  color: #3c3c3c;
}

@media (max-width: 1700px) and (min-width: 1100px) {

  .common_more1 {
    font-size: 14px;
    width: 130px;
    line-height: 42px;
  }

  .common_title {
    height: 76px;
    padding-top: 14px;
  }

  .common_title h5 {
    font-size: 62px;
  }

  .common_title h4 em,
  .common_title h4 span {
    font-size: 30px;
  }
}

@media (max-width: 1100px) {

  .common_title h4 i,
  .common_title h4::before,
  .common_title h4::after {
    display: none;
  }

  .common_more1 {
    width: 100%;
    font-size: 15px;
    line-height: 42px;
  }
}

/* page_btns start */
.page_btns {
  padding: 70px 0;
  background: #fff;
}

.page_btns ul {
  margin: 0 -25px;
}

.page_btns li {
  float: left;
  width: 25%;
  padding: 0 25px;
}

.page_btns li a {
  display: block;
  width: 100%;
  height: 116px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  font-size: 0;
  transition: all .6s;
}


.page_btns li:nth-child(1) a {
  background-image: url('//qn.5957.htx.cc/uploads/20250619/Fj7S_tDxoZa2w27sMl-0-ZwtuPpU.png');
}

.page_btns li:nth-child(2) a {
  background-image: url('//qn.5957.htx.cc/uploads/20250619/FhKeXOBaSqCuDYYRTAX_4syIJsKU.png');
}

.page_btns li:nth-child(3) a {
  background-image: url('//qn.5957.htx.cc/uploads/20250619/FnbSjrZfdsPf8LErvXwe9ZskaMH5.png');
}

.page_btns li:nth-child(4) a {
  background-image: url('//qn.5957.htx.cc/uploads/20250619/Fm_rT8GOnnQQkTb-SwDT6_EmzAgw.png');
}

.page_btns li a:hover {
  transform: scale(1.1);
}

@media (max-width: 1700px) and (min-width: 1100px) {
  .page_btns {
    padding: 40px 0;
  }

  .page_btns ul {
    margin: 0 -44px;
  }

  .page_btns li {
    padding: 0 44px;
  }

  .page_btns li a {
    height: 90px;
  }
}

@media (max-width: 1100px) {
  .page_btns {
    padding: 20px 0;
  }

  .page_btns ul {
    margin: 0;
  }

  .page_btns li {
    width: 50%;
    padding: 0 8px;
  }

  .page_btns li a {
    height: 70px;
  }
}

/* page_btns end */

/* page_intro start */
.page_intro {
  background: #f8f8f9;
  padding: 50px 0;
}

.page_intro .video {
  float: left;
  width: 50%;
  height: 400px;
  border: 4px solid #0d5ca4;
}

.page_intro .video video {
  width: 100%;
  height: 100%;
}

.page_intro .main {
  float: left;
  width: 50%;
  padding-left: 30px;
}

.page_intro .main .title {
  margin-bottom: 20px;
}

.page_intro .main .title h4 {
  display: inline-block;
  vertical-align: bottom;
  background-image: url('//qn.5957.htx.cc/uploads/20250619/FhKj9KbgBFIc7Dbh60D0J_Aorv_R.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 110px;
  height: 32px;
}

.page_intro .main .title h5 {
  display: inline-block;
  vertical-align: bottom;
  font-size: 24px;
  color: #7e7e7e;
  margin-left: 10px;
}

.page_intro .main .cnt {
  font-size: 16px;
  color: #434343;
  line-height: 26px;
}

.page_intro .common_more1 {
  float: right;
  margin-top: 40px;
}

@media (max-width: 1700px) and (min-width: 1100px) {
  .page_intro .main .cnt {
    font-size: 15px;
  }

  .page_intro .video {
    height: 365px;
  }
}

@media (max-width: 1100px) {
  .page_intro {
    padding: 20px 0;
  }

  .page_intro .video {
    width: 100%;
    height: 206px;
  }

  .page_intro .main {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
}

/* page_intro end */


/* page_news start */
.page_news {
  background: #fff;
  padding: 50px 0;
}

.page_news .main {
  margin-top: 50px;
}

.page_news .main .news {
  width: 46%;
}

.page_news .main .news:nth-child(1) {
  float: left;
}

.page_news .main .news:nth-child(2) {
  float: right;
}

.page_news .main .news .title {
  display: block;
  width: 183px;
  height: 50px;
  background-image: url('//qn.5957.htx.cc/uploads/20250619/Fns29Bmy30MVlaCnybMVZb8nPx44.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 10px;
  color: #fff;
  font-size: 24px;
  text-align: center;
  line-height: 50px;
}

.page_news .main .news .cover {
  width: 100%;
  height: 360px;
  font-size: 0;
  margin-bottom: 20px;
}

.page_news .main .news .cover img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page_news .main .news ul li a {
  display: block;
  font-size: 18px;
  color: #434343;
  line-height: 48px;
  transition: all .6s;
}

.page_news .main .news ul li a:hover {
  color: #01a777;
}

.page_news .main .news ul li em {
  float: left;
  width: 80%;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.page_news .main .news ul li span {
  float: left;
  width: 20%;
  text-align: right;
}

.page_news .main .news .common_more1 {
  float: right;
  margin-top: 20px;
}

@media (max-width: 1700px) and (min-width: 1100px) {
  .page_news .main .news .title {
    width: 120px;
    height: 34px;
    line-height: 34px;
    font-size: 18px;
  }

  .page_news .main .news .cover {
    height: 300px;
  }

  .page_news .main .news ul li a {
    font-size: 15px;
    line-height: 36px;
  }
}

@media (max-width: 1100px) {
  .page_news {
    padding: 20px 0;
  }

  .page_news .main {
    margin-top: 30px;
  }

  .page_news .main .news {
    width: 100%;
    margin-bottom: 30px;
  }

  .page_news .main .news .cover {
    height: 220px;
  }

  .page_news .main .news ul li a {
    font-size: 15px;
    line-height: 40px;
  }

  .page_news .main .news .title {
    width: 150px;
    height: 40px;
    font-size: 17px;
    line-height: 40px;
  }
}

/* page_news end */


/* page_ad start */
.page_ad a {
  display: block;
  width: 100%;
  font-size: 0;
}

/* page_ad end */


/* page_activity start */
.page_activity {
  background: #eff0f4;
  padding: 50px 0;
}

.page_activity .main {
  margin-top: 50px;
}

.page_activity .main .top {
  display: none;
}

.page_activity .main .top:nth-of-type(1) {
  display: block;
  margin-bottom: 15px;
}

.page_activity .main .top a {
  display: block;
  width: 100%;
}

.page_activity .main .top a .cover {
  float: left;
  width: 20%;
  height: 164px;
  font-size: 0;
}

.page_activity .main .top a .cover img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page_activity .main .top a .msg {
  float: left;
  width: 80%;
  padding-left: 30px;
}

.page_activity .main .top a .msg h4 {
  font-size: 24px;
  color: #009da4;
  font-weight: bold;
  margin-bottom: 25px;
}

.page_activity .main .top a .msg h5 {
  font-size: 18px;
  color: #2a2a2a;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
  transition: all .6s;
}

.page_activity .main .top a .msg span {
  display: block;
  width: 100%;
  color: #2a2a2a;
  font-size: 18px;
  display: -webkit-box;
  /* 设置为WebKit内核的弹性盒子模型 */
  -webkit-box-orient: vertical;
  /* 垂直排列 */
  -webkit-line-clamp: 2;
  /* 限制显示两行 */
  overflow: hidden;
  /* 隐藏超出范围的内容 */
  text-overflow: ellipsis;
  /* 使用省略号 */
  line-height: 30px;
  transition: all .6s;
}

.page_activity .main .top a:hover .msg h5,
.page_activity .main .top a:hover .msg span {
  color: #009da4;
}

.page_activity .main ul {
  margin: 0 -15px;
}

.page_activity .main ul li {
  float: left;
  width: 50%;
  padding: 15px;
}

.page_activity .main ul a {
  display: block;
  width: 100%;
  background: #fff;
  padding: 20px;
  height: 136px;
  transition: all .6s;
}

.page_activity .main ul a:hover {
  box-shadow: 5px 5px 20px rgba(0, 0, 0, .14);
}

.page_activity .main ul a .date {
  float: left;
  width: 18%;
  color: #009da4;
  text-align: center;
  padding-top: 10px;
}

.page_activity .main ul a .date em {
  font-size: 40px;
  display: block;
  font-weight: bold;
}

.page_activity .main ul a .date span {
  font-size: 18px;
  display: block;
}

.page_activity .main ul a .msg {
  float: left;
  width: 82%;
  padding-left: 30px;
  border-left: 1px solid #f1f1f1;
}

.page_activity .main ul a .msg h4 {
  font-size: 20px;
  color: #009da4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}

.page_activity .main ul a .msg span {
  font-size: 15px;
  color: #626262;
  line-height: 28px;
  display: -webkit-box;
  /* 设置为WebKit内核的弹性盒子模型 */
  -webkit-box-orient: vertical;
  /* 垂直排列 */
  -webkit-line-clamp: 2;
  /* 限制显示两行 */
  overflow: hidden;
  /* 隐藏超出范围的内容 */
  text-overflow: ellipsis;
}

@media (max-width: 1700px) and (min-width: 1100px) {
  .page_activity .main .top a .cover {
    height: 136px;
  }

  .page_activity .main .top a .msg h4 {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .page_activity .main .top a .msg h5 {
    font-size: 15px;
    margin-bottom: 5px;
  }

  .page_activity .main .top a .msg span {
    font-size: 14px;
    line-height: 24px;
  }

  .page_activity .main ul a .date em {
    font-size: 30px;
  }

  .page_activity .main ul a .date span {
    font-size: 15px;
  }

  .page_activity .main ul a .msg h4 {
    font-size: 16px;
  }

  .page_activity .main ul a .msg span {
    font-size: 13px;
    line-height: 22px;
  }

  .page_activity .main ul a {
    height: 118px;
  }
}

@media (max-width: 1100px) {
  .page_activity {
    padding: 20px 0;
  }

  .page_activity .main {
    margin-top: 30px;
  }

  .page_activity .main .top a .cover {
    width: 100%;
    height: 180px;
  }

  .page_activity .main .top a .msg {
    padding: 0;
    width: 100%;
    margin-top: 10px;
  }

  .page_activity .main .top a .msg h4 {
    font-size: 18px;
    margin-bottom: 8px;
  }

  .page_activity .main .top a .msg h5 {
    font-size: 15px;
  }

  .page_activity .main .top a .msg span {
    font-size: 14px;
    line-height: 22px;
  }

  .page_activity .main ul li {
    width: 100%;
  }

  .page_activity .main ul a {
    height: 116px;
  }

  .page_activity .main ul a .date {
    width: 20%;
  }

  .page_activity .main ul a .date em {
    font-size: 30px;
  }

  .page_activity .main ul a .date span {
    font-size: 14px;
  }

  .page_activity .main ul a .msg {
    width: 80%;
    padding-left: 12px;
  }

  .page_activity .main ul a .msg h4 {
    font-size: 15px;
  }

  .page_activity .main ul a .msg span {
    font-size: 13px;
    line-height: 22px;
  }
}

/* page_activity end */

/* page_brand start */
.page_brand {
  padding: 50px 0;
}

.page_brand .main {
  margin-top: 50px;
}

.page_brand .main ul {
  margin: -15px;
}

.page_brand .main li {
  float: left;
  width: 16.6%;
  padding: 15px;
}

.page_brand .main li a {
  display: block;
  width: 100%;
  height: 110px;
  padding: 20px;
  position: relative;
  z-index: 1;
}

.page_brand .main li a img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: auto;
  height: auto;
  max-width: 90%;
  max-height: 90%;
}

.page_brand .common_more1 {
  margin: 50px auto 0;
}

@media (max-width: 1700px) and (min-width: 1100px) {
  .page_brand .main li a {
    height: 75px;
  }
}

@media (max-width: 1100px) {
  .page_brand .main {
    margin-top: 20px;
  }

  .page_brand .main li {
    width: 50%;
  }

  .page_brand .main li a {
    height: 70px;
    padding: 12px;
  }
}

/* page_brand end */


/* page_exhibitor start */
.page_exhibitor {
  padding: 40px 0;
  width: 100%;
  height: 948px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.page_exhibitor::before {
  content: '';
  background-image: url('//qn.5957.htx.cc/uploads/20250630/FnzasqQIGO7TfkPLOu-EPBOyrr7-.jpg');
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  width: 1920px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: -1;
}

.page_exhibitor .cover {
  display: block;
  width: 830px;
  font-size: 0;
  position: absolute;
  left: 0;
  top: 132px;
  z-index: 1;
}

.page_exhibitor .cover img {
  width: 100%;
}

.page_exhibitor .page_container {
  position: relative;
  z-index: 1;
}

.page_exhibitor .title {
  text-align: center;
  margin-left: 200px;
}

.page_exhibitor .title em {
  display: inline-block;
  vertical-align: bottom;
  font-size: 78px;
  color: #d5d5d5;
  font-weight: bold;
  line-height: 1;
  margin-right: 80px;
}

.page_exhibitor .title img {
  display: inline-block;
  vertical-align: bottom;
  width: 215px;
}

.page_exhibitor .main {
  position: absolute;
  right: 0;
  top: 120px;
  width: 810px;
  z-index: 2;
}

.page_exhibitor .exhibitor .search {
  margin-bottom: 25px;
}

.page_exhibitor .exhibitor .search input {
  float: left;
  background: #ffffff;
  font-size: 18px;
  color: #585858;
  width: 57%;
  border: none;
  line-height: 48px;
  border-radius: 50px;
  padding: 0 24px;
}

.page_exhibitor .exhibitor .search .btns {
  float: right;
  font-size: 0;
}

.page_exhibitor .exhibitor .search a {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  color: #fff;
  background: url('https://qn.5957.htx.cc/uploads/20250619/FiRi3VS0Fz-iJa-FQOP5Wy_BYOd-.png') no-repeat center;
  background-size: cover;
  line-height: 48px;
  margin-left: 10px;
  padding: 0 40px;
  border-radius: 40px;
}

.page_exhibitor .exhibitor .cnt {
  background: #fff;
  padding: 35px;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 0 24px rgba(0, 0, 0, .1);
}

.page_exhibitor .exhibitor .cnt .top {
  font-size: 22px;
  color: #585858;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
  margin-bottom: 28px;
}

.page_exhibitor .exhibitor .cnt .list li a {
  display: block;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px dashed #e2e2e2;
  color: #585858;
  font-size: 18px;
  padding-bottom: 12px;
  margin-bottom: 12px;
}

.page_exhibitor .exhibitor .cnt .list li:nth-last-child(1) a {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.page_exhibitor .exhibitor .cnt .list li a:hover {
  color: #009da4;
}

.page_exhibitor .exhibitor .cnt .common_more1 {
  float: right;
  margin-top: 38px;
}

@media (max-width: 1700px) and (min-width: 1100px) {
  .page_exhibitor {
    height: 850px;
  }

  .page_exhibitor .title em {
    font-size: 50px;
    margin-right: 40px;
  }

  .page_exhibitor .title img {
    width: 160px;
  }

  .page_exhibitor .cover {
    width: 710px;
    top: 115px;
  }

  .page_exhibitor .main {
    width: 670px;
    top: 90px;
  }

  .page_exhibitor .exhibitor .search input {
    font-size: 16px;
    width: 54%;
    line-height: 40px;
  }

  .page_exhibitor .exhibitor .search a {
    font-size: 16px;
    line-height: 40px;
    padding: 0 30px;
  }

  .page_exhibitor .exhibitor .cnt {
    padding: 28px 30px;
    border-radius: 14px;
  }

  .page_exhibitor .exhibitor .cnt .top {
    font-size: 18px;
  }

  .page_exhibitor .exhibitor .cnt .list li a {
    font-size: 15px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}

@media (max-width: 1100px) {
  .page_exhibitor {
    padding: 20px 0;
    background: #eff0f4;
    height: 880px;
  }

  .page_exhibitor .title {
    margin-left: 0;
  }

  .page_exhibitor .title em {
    margin-right: 0;
    display: block;
    font-size: 34px;
  }

  .page_exhibitor .title img {
    width: 170px;
    display: block;
    margin: 10px auto 0;
  }

  .page_exhibitor::before,
  .page_exhibitor .cover {
    display: none;
  }

  .page_exhibitor .main {
    position: static;
    width: 100%;
    margin-top: 25px;
  }

  .page_exhibitor .exhibitor .search input {
    width: 100%;
    display: block;
    float: none;
  }

  .page_exhibitor .exhibitor .search .btns {
    float: none;
    width: 100%;
    text-align: center;
    display: block;
    margin-top: 10px;
  }

  .page_exhibitor .exhibitor .cnt .top {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .page_exhibitor .exhibitor .cnt .list li a {
    font-size: 14px;
  }
}

/* page_exhibitor end */


/* page_scale start */
.page_scale {
  padding: 50px 0;
  position: relative;
  z-index: 1;
}

.page_scale .line {
  width: 88%;
  height: 2px;
  background: #009da4;
  position: absolute;
  top: 264px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.page_scale .line::before,
.page_scale .line::after {
  content: '';
  width: 22px;
  height: 22px;
  border-radius: 100%;
  background: #009da4;
  position: absolute;
  top: -10px;
  z-index: 1;
}

.page_scale .line::before {
  left: -2px;
}

.page_scale .line::after {
  right: -2px;
}

.page_scale .main {
  margin-top: 50px;
}

.page_scale .main .list {
  margin: 0 -20px;
}

.page_scale .main .list li {
  float: left;
  width: 12.5%;
  padding: 0 20px;
}

.page_scale .main .list .msg {
  text-align: center;
}

.page_scale .main .list .msg .icon {
  display: block;
  width: 100%;
  font-size: 0;
  margin-bottom: 10px;
}

.page_scale .main .list .msg>em {
  display: block;
  font-size: 36px;
  color: #3c3c3c;
  font-weight: bold;
  margin-bottom: 5px;
}

.page_scale .main .list .msg>span {
  display: block;
  font-size: 18px;
  color: #3c3c3c;
}

@media (max-width: 1700px) and (min-width: 1100px) {
  .page_scale .line {
    top: 238px;
  }

  .page_scale .line::before,
  .page_scale .line::after {
    width: 15px;
    height: 15px;
    top: -6px;
  }

  .page_scale .main .list .msg>em {
    font-size: 25px;
  }

  .page_scale .main .list .msg>span {
    font-size: 14px;
  }
}

@media (max-width: 1100px) {
  .page_scale {
    padding: 20px 0;
  }

  .page_scale .line {
    display: none;
  }

  .page_scale .main .list {
    margin: 0 -10px;
  }

  .page_scale .main .list li {
    width: 25%;
    padding: 0 10px;
  }

  .page_scale .main .list .msg {
    height: 174px;
  }

  .page_scale .main .list .msg>em {
    font-size: 20px;
  }

  .page_scale .main .list .msg>span {
    font-size: 14px;
  }
}

/* page_scale end */


/* page_review start */
.page_review {
  padding: 50px 0;
  background: #eff0f4;
}

.page_review .main {
  overflow: hidden;
  margin-top: 50px;
}

.page_review .main .imglist ul {
  white-space: nowrap;
}

.page_review .main .imglist li {
  display: inline-block;
  vertical-align: middle;
  width: 320px;
  height: 300px;
  margin-right: 40px;
  border-radius: 20px;
  overflow: hidden;
  border: 4px solid transparent;
  transition: all .6s;
}

.page_review .main .imglist li:hover {
  border: 4px solid #009da4;
}

.page_review .main .imglist li .cover {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
}

.page_review .main .imglist li .cover img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1700px) and (min-width: 1100px) {
  .page_review .main .imglist li {
    width: 260px;
    height: 240px;
    margin-right: 20px;
    border-radius: 15px;
  }
}

@media (max-width: 1100px) {
  .page_review {
    padding: 20px 0;
  }

  .page_review .main {
    margin-top: 20px;
  }
}

/* page_review end */


/* page_media start */
.page_media {
  padding: 50px 0 100px;
}

.page_media .tabs {
  margin-bottom: 80px;
  position: relative;
  z-index: 1;
}

.page_media .tabs:before {
  content: '';
  background: #009da4;
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50px;
  z-index: -1;
}

.page_media .tabs li {
  float: left;
  font-size: 24px;
  color: #5c5b5b;
  width: 230px;
  height: 62px;
  text-align: center;
  line-height: 52px;
  margin-right: 30px;
  cursor: pointer;
  user-select: none;
}

.page_media .tabs li.active {
  background-image: url('//qn.5957.htx.cc/uploads/20250619/FoK3Z05OTG1JhZCiv6IpQL8si5Ke.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  color: #fff;
}

.page_media .main {
  min-height: 400px;
}

.page_media .main li {
  display: none;
  margin: -25px;
}

.page_media .main li.active {
  display: block;
}

.page_media .main li .item {
  float: left;
  width: 25%;
  padding: 25px;
}

.page_media .main li .item a {
  display: block;
  width: 100%;
  height: 105px;
  position: relative;
  z-index: 1;
  border: 2px solid #e5e5e5;
  border-radius: 8px;
}

.page_media .main li .item a:hover {
  border-color: #009da4;
}

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

@media (max-width: 1700px) and (min-width: 1100px) {
  .page_media .tabs {
    margin-bottom: 4px;
  }

  .page_media .tabs li {
    font-size: 18px;
  }

  .page_media .main li {
    margin: -20px;
  }

  .page_media .main li .item {
    padding: 20px;
  }

  .page_media .main li .item a {
    height: 80px;
  }
}

@media (max-width: 1100px) {
  .page_media {
    padding: 20px 0 60px;
  }

  .page_media .tabs {
    margin-bottom: 20px;
    background: #eff0f4;
    padding: 14px;
  }

  .page_media .tabs li {
    height: 60px;
    line-height: 52px;
    margin-right: 10px;
    font-size: 15px;
    width: 40%;
  }

  .page_media .tabs:before {
    display: none;
  }

  .page_media .main li {
    margin: -10px;
  }

  .page_media .main li .item {
    padding: 10px;
    width: 50%;
  }
}

/* page_media end */