﻿@charset "utf-8";

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;}

html {
  font-size: 100px;
  overflow-x: hidden;}

body {
  font-size: 0.14rem;
  font-family: "SourceSansPro-Regular", "微软雅黑";
  color: #000;
  -webkit-text-size-adjust: none;}
body.hidden {
  overflow: hidden;}


.g-nav ul {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;}



em {
  font-style: normal;}

@font-face {
  font-family: "icon";
src: url(../style/fonts/icon.woff2) format("woff2");
  font-weight: normal;
  font-style: normal;}


.g-head {
  position: fixed;
  z-index: 50;
  left: 0;
  top: 0.05rem;
  width: 100%;}
.g-head:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -0.05rem;
  right: 0;
  height: 1.38rem;
  background: url(../image/head-bg.png) center repeat-x;
  background-size: auto 99%;}
.g-head:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -0.05rem;
  right: 0;
  height: 0.05rem;
  /*background: url(../image/head-bg2.jpg) center repeat-x;*/
  background: linear-gradient(269deg, #3c79db 0%, #0295bf 100%);
  background-size: 100% 100%;}
.g-head .wal {
  min-height: 1.1rem;
  position: relative;
  max-width: 100%;
  margin: 0 0.4rem;}


/*
.txt{
  font-size:0.2rem;
  color:#fff;
  text-align:center;}
*/


.wal {
  max-width: 13.2rem;
  margin: 0 auto;}

.g-head a.logo {
  display: block;
  background: url(../image/logo.png) center no-repeat;
  background-size: 100%;
  width: 5.8rem;
  position: absolute;
  z-index: 1;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;}


.g-head .btn-list {
  position: absolute;
  z-index: 1;
  left: auto;
  right: 1.36rem;
  top: 0;
  bottom: auto;
  height: 0.53rem;
  font-size: 0.12rem;
  color: #fff;}


li {
  list-style: outside none;}

a {
  color: #000;
  text-decoration: none;
  outline: none;}
a:active {
  star: expression(this.onFocus=this.blur());}
a:link {
  text-decoration: none;
  outline: none;}
a:visited {
  text-decoration: none;
  outline: none;}
a:hover {
  text-decoration: none;
  color: #6510AD;
  outline: none;}


.g-nav {
  position: absolute;
  z-index: 1;
  left: auto;
  right: 1.36rem;
  top: 0.35rem;
  bottom: auto;}
.g-nav li {
  position: relative;
  margin-left: 0.18rem;}
.g-nav a.name {
  display: block;
  height: 0.62rem;
  line-height: 0.62rem;
  font-size: 0.18rem;
  color: #fff;
  font-weight: bold;
  padding-right: 0.2rem;
  position: relative;}
.g-nav a.name i.line {
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  right: 0.2rem;
  height: 0.02rem;
  background: #e2ca5b;
  margin-top: -0.12rem;
  opacity: 0;}
.g-nav a.name em {
  display: block;
  margin-right: -0.2rem;
  padding-right: 0.2rem;
  position: relative;}
.g-nav a.name em:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0.12rem;
  font-family: "icon";
  content: "\eaed";}
.g-nav a.name.on {
  color: #e2ca5b;}
.g-nav a.name.on i.line {
  opacity: 1;}
.g-nav .list {
  position: absolute;
  z-index: 1;
  left: 50%;
  right: auto;
  top: -100vh;
  bottom: auto;
  background: #fff;
  width: 2rem;
  margin-left: -1rem;
  box-shadow: 0 0 0.38rem 0 rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: 0 0 0.38rem 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 0 0.38rem 0 rgba(0, 0, 0, 0.19);
  border-top: #EE9640 solid 0.04rem;
  padding: 0.2rem 0;
  opacity: 0;
  visibility: hidden;}
.g-nav .list a {
  display: block;
  text-align: center;
  font-size: 0.17rem;
  line-height: 0.48rem;
  color: #6510AD;}
.g-nav .list a:hover {
  background: #ededed;}
.g-nav li:hover a.name {
  color: #e2ca5b;}
.g-nav li:hover a.name i.line {
  opacity: 1;}
.g-nav li:hover .list {
  opacity: 1;
  visibility: visible;
  top: 100%;
  transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;}





/* 外层红色容器 */
.box-red {
  width: 100vw;
  height: 100vh;
  background: #e6e6e6;
  margin: 0 auto;
  position: relative;
  overflow: hidden;}

/* 轮播容器 100%填满红色box */
.carousel-wrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;}

/* 轮播图片容器 */
.carousel-list {
  width: 300%;
  height: 100%;
  display: flex;
  transition: transform 0.6s ease;}
.carousel-item {
  width: 100%;
  height: 100%;}
.carousel-item a {
  display: block;
  background: linear-gradient(90deg, #f3f3f3 25%, #e6e6e6 50%, #f3f3f3 75%);
  background-size: 200% 100%;
  animation: shine 1.4s infinite linear;
  width: 100%;
  height: 100%;}
.carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;}

/* 左右切换按钮 默认隐藏 */
.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 50%;
  background: rgba(255,255,255,0.35);
  border: none;
  color: #fff;
  font-size: 0.22rem;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 20;}
.carousel-wrap:hover .carousel-btn {
  opacity: 1;}
.btn-left {
  left: 0.2rem;}
.btn-right {
  right: 0.2rem;}

/* 底部指示器、文字区域 */
.carousel-indicator-box {
  position: absolute;
  bottom: 0.3rem;
  left: 0;
  width: 100%;
  z-index: 20;
  text-align: center;}
/* 圆点+分割线+更多 */
.indicator-group {
  display: inline-flex;
  align-items: center;
  gap: 0.12rem;
  margin-bottom: 0.16rem;}
.indicator-dot {
  width: 0.12rem;
  height: 0.12rem;
  border-radius: 50%;
  background: rgba(255,255,255,0.4);
  border: none;
  cursor: pointer;}
.indicator-dot.active {
  background: #fff;}
.split-line {
  width: 0.01rem;
  height: 0.14rem;
  background: #fff;}
.more-link {
  color: #fff;
  text-decoration: none;
  font-size: 0.14rem;}
.more-link:hover {
  text-decoration: underline;}
/* 图片说明文字 */
.carousel-desc {
  font-family: "SimHei", sans-serif;
  font-size: 0.24rem;
  font-weight: bold;
  color: #ffffff;}

/* 下方蓝色容器
.box-blue {
  width: 80vw;
  height: 80vh;
  background: blue;
  margin: 0 auto;}
 */



/* 头条标题分割线 */
.headline-title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.12rem;
  margin: 0.3rem 0 0.2rem;}
.line {
  width: 0.6rem;
  height: 0.01rem;
  background-color: #8040c0;}
.headline-text {
  font-size: 0.12rem;
  color: #552288;
  letter-spacing: 0.01rem;}
/* 轮播容器 */
.slider-container {
  position: relative;
  width: 100%;
  overflow: hidden;}
.slider-track {
  display: flex;
  width: 100%;
  transition: transform 0.6s ease-in-out;}
.slide-item {
  flex-shrink: 0;
  width: 100%;}
.slide-img {
  width: 100%;
  display: block;}
/* 新闻文字区域 */
.news-content {
  padding: 0.04rem 0.1rem;}
.news-title {
  font-size: 0.18rem;
  color: #222;
  text-align: center;
  margin-bottom: 0rem;
  font-weight: normal;}
.news-desc {
  font-size: 0.12rem;
  line-height: 1.8;
  color: #333;}
/* 底部控制区：指示器 + 左右箭头 */
.slider-control {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.2rem 0.1rem;}
.arrow-btn {
  width: 0.4rem;
  height: 0.4rem;
  border: 0.01rem solid #8040c0;
  background: #fff;
  color: #8040c0;
  font-size: 0.2rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;}
.dots-wrap {
  display: flex;
  gap: 0.1rem;}
.dot {
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  background: #ddd;
  cursor: pointer;}
.dot.active {
  background: #8040c0;}

.index-search {
    height: 1.1rem;
    position: relative;
    max-width: 11.5rem;
    margin: 0 auto;}




.index-news {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;}




/* 外层容器：固定高度，超出隐藏 */
.slide-item .img,
.list .img {
  width: 100%;
  height: 100%;
  overflow: hidden;}

/* 如果 slide-item 需要固定 4rem 高度，单独覆盖 */
.slide-item .img {
  height: 4rem;}

.list .img {
  height: 1.6rem;}

/* 图片本身：铺满 + 等比裁剪 + 过渡 */
.slide-item .img img,
.list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
  cursor: pointer;}

/* 悬浮放大 */
.slide-item .img:hover img,
.list .img:hover img {
  transform: scale(1.15);}


.col-1 {
  width: 3.1rem;
  min-height: 7.2rem;}

.index-news .col-1 .title a {
    color: #666;}
.index-news .col-1 .title span {
    padding-left: 0.8rem;}


.index-news .col-1 li:last-child {
    border: 0;}

.index-news .col-1 li {
    border-bottom: #E2E2E2 solid 1px;}

.index-news .col-1 li a .name {
    font-size: 0.17rem;
    line-height: 0.24rem;
    font-weight: bold;
    padding: 0.15rem 0;}


.index-news .col-1 .title {
    font-size: 0.16rem;
    text-transform: uppercase;
    color: #666;
    padding-top: 0.15rem;
    line-height: 0.45rem;}

a:link {
    text-decoration: none;
    outline: none;}

a {
    color: #000;
    text-decoration: none;
    outline: none;}

.index-news .col-1 .title a:hover {
    color: #00008B;}


.col-2 {
   width: 6.71rem;
   position: relative;
   min-height: 7.2rem;}


.index-news .col-2:before {
    content: "";
    position: absolute;
    left: 0; top: 0; right: 0; bottom: 0;
    border-left: #D6D6D6 solid 1px;
    border-right: #D6D6D6 solid 1px;
    pointer-events: none;}

/*
.g-foot {
  position: relative;
  color: #fff;
  font-size: 0.12rem;}

.g-foot:before {
    content: "";
    display: block;
    position: absolute;
    left: 4.5%;
    bottom: 0;
    right: 0;
    height: 1.92rem;
    background: #C6CFD7;}

.g-foot:after {
  content: "";
  display: block;
  position: absolute;
  left: 7.1%;
  bottom: 0;
  right: 0;
  height: 100%;
  background: #0e4090;
  background: linear-gradient(180deg, #0e4090 0%, #0295bf 100%);
  }
*/
  

@media screen and (max-width: 1840px) {
  .g-foot:before {
    left: 0.4rem;}
  .g-foot:after {
    left: 0.8rem;}
}
@media screen and (min-width: 1930px) {
  .g-foot:before {
    left: 50%;
    margin-left: -9.4rem;}
  .g-foot:after {
    left: 50%;
    margin-left: -8.9rem;}
}

.g-foot .wal {
  min-height: 2.35rem;
  position: relative;
  z-index: 2;}

.wal {
  max-width: 13.6rem;
  margin: 0 auto;}

.foot-link {
  position: relative;
  min-height: 4.02rem;}

.foot-link .ewm {
  width: 2.19rem;
  position: absolute;
  z-index: 1;
  left: auto;
  right: 0;
  top: auto;
  bottom: -0.6rem;}
.foot-link .ewm p {
  text-align: center;
  font-size: 12px;
  color: #fff;
  padding-top: 0.14rem;}

img {
    vertical-align: middle;
    max-width: 100%;
    border: 0;}


.index-images .dots{
      display:none
    ;}
    .index-images {
      padding: .8rem 0;}
    .index-images ul {
      display: flex;
      justify-content: space-between;
      margin-left: -.15rem;
      margin-right: -.15rem;}
    .index-images li {
      width: 33.333%;
      padding: 0 .15rem;}
    .index-images li a {
        display: block;
        width: 100%;
        height: 100%;
        overflow: hidden;
        position: relative;}
    
    .index-images li a img {
      width: 100%;
      height: 100%;
      /*object-fit: cover;*/
      transition: transform 0.4s ease;
      cursor: pointer;}
    
     .index-images li a:hover img {
        transform: scale(1.1);}






/*通知公告 */
.notice-box {
    max-width: 13.2rem;
    margin: 0 auto;}
  /* 头部：左标题 + 紫色竖线 + 描述 + 右查看更多 */
  .notice-header {
    display: flex;
    align-items: center;
    margin-bottom: 0.36rem;}
  .notice-header-left {
    display: flex;
    flex-direction: column;
    padding-right: 0.24rem;}
  .notice-en {
    font-size: 0.144rem;
    color: #888;
    letter-spacing: 0.04rem;
    text-transform: uppercase;
    margin-bottom: 0.06rem;}
  .notice-title {
    font-size: 0.288rem;
    font-weight: bold;
    color: #1a1a1a;
    line-height: 1.2;}
  .notice-divider {
    width: 0.036rem;
    height: 0.5rem;
    background: #6c3ba5;
    margin: 0 0.24rem;
    flex-shrink: 0;}
  .notice-desc {
    font-size: 0.144rem;
    color: #777;
    line-height: 1.6;
    flex: 1;}
  .notice-more {
    font-size: 0.144rem;
    color: #6c3ba5;
    text-decoration: underline;
    margin-left: 0.24rem;
    flex-shrink: 0;
    transition: opacity 0.2s;}
  .notice-more:hover {
    opacity: 0.7;}
  /* 列表：两行三列 */
  .notice-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.192rem 0.288rem;}
  .notice-item {
    background: #fff;
    border-radius: 0.06rem;
    padding: 0.2rem 0.192rem;
    cursor: pointer;
    transition: all 0.2s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 0.96rem;}
  .notice-item:hover {
    box-shadow: 0 0.048rem 0.168rem rgba(108, 59, 165, 0.12);
    transform: translateY(-0.024rem);}
  .notice-item-title {
    font-size: 0.156rem;
    color: #222;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-decoration: none;
    transition: color 0.2s;}
  .notice-item:hover .notice-item-title {
    color: #6c3ba5;}
  .notice-item-date {
    display: flex;
    align-items: center;
    font-size: 0.12rem;
    color: #6c3ba5;
    margin-top: 0.12rem;}
  .notice-item-date::before {
    content: "";
    display: inline-block;
    width: 0.12rem;
    height: 0.12rem;
    margin-right: 0.06rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236c3ba5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpolyline points='12 6 12 12 16 14'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;}


/* 学术科研 */
.container {
    
    display: flex;
    max-width: 17rem;
    margin-left: 2.3rem;
    margin-top: 0.5rem;
    align-items: center;}
  /* 左侧区域 */
  .left-panel {
    width: 32%;
    padding: 0.6rem 0rem 0.4rem 0rem;
    background: #fff;}
  .label-en {
    font-size: 0.16rem;
    color: #333;
    letter-spacing: 0.02rem;
    font-weight: 500;
    margin-bottom: 0.08rem;}
  .title-cn {
    font-size: 0.288rem;
    font-weight: bold;
    color: #1a1a1a;
    margin-bottom: 0.16rem;}
  .title-line {
    width: 0.5rem;
    height: 0.04rem;
    background: #6a1b9a;
    margin-bottom: 0.3rem;}
  .intro {
    font-size: 0.14rem;
    color: #888;
    line-height: 1.9;
    margin-bottom: 0.4rem;}
  /* 列表 */
  .research-list {
    list-style: none;
    border-top: 0.01rem solid #e0e0e0;}
  .research-list li {
    padding: 0.2rem 0.16rem;
    font-size: 0.17rem;
    font-weight: bold;
    color: #333;
    line-height: 1.6;
    cursor: pointer;
    border-bottom: 0.01rem solid #e0e0e0;
    position: relative;
    border-left: 0.03rem solid transparent;}
  .research-list li:hover {
    color: #6a1b9a;
    background: #f8f4fb;}
  .research-list li.active {
    /*background: #6a1b9a;*/
	background: linear-gradient(88deg, #0e4090 0%, #0295bf 100%);
    color: #fff;
    border-left: 0.03rem solid #0295bf;
    font-weight: 500;}
  .research-list li.active::after {
    content: "";
    position: absolute;
    right: -0.12rem;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 0.1rem solid transparent;
    border-bottom: 0.1rem solid transparent;
    border-left: 0.12rem solid #0295bf;}
  /* 右侧区域 */
  .right-panel {
    width: 68%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0rem;}
  .image-wrapper {
    width: 100%;}
  .image-wrapper img {
    width: 100%;
    height: 7.4rem;
    display: block;}
  /* 响应式 */
  @media (max-width: 9rem) {
    .container {
      flex-direction: column;}
    .left-panel, .right-panel {
      width: 100%;}
    .left-panel {
      padding: 0.7rem 0.3rem 0.3rem;}
    .right-panel {
      padding: 0.4rem 0.2rem;
      min-height: 4rem;}
  }
  #mainImage{
     cursor:pointer;}



/*常用链接*/
.foot-link {
  position: relative;
  min-height: 4.02rem;}
.foot-link .title {
  font-size: 0.34rem;
  color: #000;
  line-height: 1em;
  padding: 1.1rem 0 0.3rem 0;}
.foot-link .list {
  max-width: 7.59rem;}
.foot-link .list li {
  width: 33.333%;
  padding: 0.05rem 0.65rem 0 0;}

.foot-link .list ul {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;}

.foot-link .list a {
  display: block;
  border-bottom: #DDD solid 1px;
  font-size: 0.16rem;
  color: #616161;
  line-height: 0.45rem;}
.foot-link .list a:hover {
  color: #000;}
.foot-link .ewm {
  width: 2.19rem;
  position: absolute;
  z-index: 1;
  left: auto;
  right: 0;
  top: auto;
  bottom: -0.6rem;}
.foot-link .ewm p {
  text-align: center;
  font-size: 12px;
  color: #fff;
  padding-top: 0.14rem;}



/*版权所有*/
.g-foot {
  position: relative;
  color: #fff;
  font-size: 0.12rem;}
.g-foot a {
  color: #fff;}
.g-foot:before {
  content: "";
  display: block;
  position: absolute;
  left: 4.5%;
  bottom: 0;
  right: 0;
  height: 1.92rem;
  background: #C6CFD7;}
.g-foot:after {
  content: "";
  display: block;
  position: absolute;
  left: 7.1%;
  bottom: 0;
  right: 0;
  height: 100%;
  /*background: #0e4090;*/
  background: linear-gradient(180deg, #0e4090 0%, #0295bf 100%);
}
  }
  
.g-foot .wal {
  min-height: 2.35rem;
  position: relative;
  z-index: 2;}
.g-foot .logo {
  position: absolute;
  z-index: 1;
  left: 0;
  right: auto;
  top: 0.46rem;
  bottom: auto;
  width: 5.8rem;}
.g-foot .list {
  position: absolute;
  z-index: 1;
  left: 6.3rem;
  right: auto;
  top: 0.5rem;
  bottom: auto;
  width: 3.5rem;}
.g-foot .list li {
  height: 0.24rem;
  padding-right: 0.2rem;}
.g-foot .list li .p-ico, .g-foot .list li .index-flow .container .video i, .index-flow .container .video .g-foot .list li i, .g-foot .index-flow .container .list li a i, .index-flow .container .g-foot .list li a i, .g-foot .index-flow .container .list a li i, .index-flow .container .g-foot .list a li i, .g-foot .list li .index-events .list-wrapper dd.li-dd dl.info em, .index-events .list-wrapper dd.li-dd dl.info .g-foot .list li em, .g-foot .list .index-search .search-result li a i, .index-search .search-result .g-foot .list li a i {
  font-size: 0.14rem;
  margin-right: 0.1rem;
  flex-shrink: 0;}
.g-foot .info {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  height: 0.69rem;
  border-top: rgba(255, 255, 255, 0.27) solid 1px;}
.g-foot .info div p {
  opacity: 0.36;
  line-height: 0.45rem;
  padding-right: 0.12rem;}
.g-foot .info .tel {
  height: 0.45rem;}
.g-foot .info .tel i {
  font-size: 0.14rem;
  margin-right: 0.08rem;
  font-style: normal;}

@media screen and (max-width: 1840px) {
  .g-foot:before {
    left: 0.4rem;}
  .g-foot:after {
    left: 0.8rem;}
}
@media screen and (min-width: 1930px) {
  .g-foot:before {
    left: 50%;
    margin-left: -9.4rem;}
  .g-foot:after {
    left: 50%;
    margin-left: -8.9rem;}
}





.g-head .btn-list {
  position: absolute;
  z-index: 1;
  left: auto;
  right: 1.36rem;
  top: 0;
  bottom: auto;
  height: 0.53rem;
  font-size: 0.16rem;
  color: #fff;
  -webkit-align-items: center;}
.g-head .btn-list a {
  color: #fff;}
.g-head .btn-list ul {
  margin-right: 0.2rem;}
.g-head .btn-list ul li {
  padding-left: 0.14rem;}
.g-head .btn-list ul a {
  display: block;
  opacity: 0.75;}
.g-head .btn-list ul a:hover {
  opacity: 1;}
.g-head .btn-list .language {
  border-left: rgba(255, 255, 255, 0.37) solid 1px;}
.g-head .btn-list .language .name {
  height: 0.16rem;
  opacity: 0.75;
  padding: 0 0.25rem 0 0.21rem;}
.g-head .btn-list .language .name i {
  flex-shrink: 0;
  font-size: 0.14rem;
  margin-right: 0.1rem;
  font-style: normal;}
.g-head .btn-list .language .name:hover {
  opacity: 1;}
.g-head .btn-list .search {
  width: 0.2rem;
  height: 0.4rem;
  position: relative;
  z-index: 20;}
.g-head .btn-list .search .btn {
  font-size: 0.18rem;
  opacity: 0.75;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  line-height: 0.4rem;}
.g-head .btn-list .search .btn input {
  width: 100%;
  height: 0.4rem;
  cursor: pointer;
  position: absolute;
  z-index: 1;
  left: 0;
  right: auto;
  top: 0;
  bottom: auto;
  display: none;}
.g-head .btn-list .search .btn:hover {
  opacity: 1;}
.g-head .btn-list .search .input {
  position: absolute;
  z-index: 1;
  left: auto;
  right: -0.12rem;
  top: 0;
  bottom: auto;
  height: 0.4rem;
  width: 0.2rem;
  background: #fff;
  opacity: 0;
  visibility: hidden;}
.g-head .btn-list .search .input input {
  width: 100%;
  height: 0.4rem;
  line-height: 0.4rem;
  font-size: 0.14rem;
  padding: 0 0.12rem;}
.g-head .btn-list .search.on .btn {
  color: #6510AD;}
.g-head .btn-list .search.on .btn input {
  display: block;}
.g-head .btn-list .search.on .input {
  width: 3rem;
  opacity: 1;
  visibility: visible;}


 .g-head .btn-list ul, .g-head .btn-list, .g-head .btn-list a{
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;}
.p-ico, .index-flow .container .video i, .index-flow .container .list a i, .index-events .list-wrapper dd.li-dd dl.info em, .index-search .search-result li a i {
  font-family: "icon";
  font-size: 0.2rem;}


/*手机内容页*/
@media screen and (max-width: 800px) {
	.index-news .col-2 {
		width: 100%;
		min-height: 1rem;
		order: -1;
	}
	.wal {
		max-width: 9.2rem;
		margin: 0 auto;
	}
	.col-1 {
		min-height: 3.8rem;
    }
	
	.g-foot .logo {
	   width: 3.9rem;
	   left: 0.9rem;
	}
	.foot-link .list {
		max-width: 5rem;
	}
	.g-foot .list {

		left: 4.8rem;

	}
	.left-panel {
		width: 100%;
		
	}
	.right-panel {
		opacity: 0;
		visibility: hidden;
		width: 1%;
	}
	.container {
	    max-width: 9.2rem;
		margin: 0 auto;
	}
	
	.foot-link .title {
		padding-top: 0.2rem;
	}
	
}



@media screen and (max-width: 600px) {
    .g-foot .logo {
	   width: 3rem;
	   left: 0.1rem;
	}

   .container {
	    max-width: 6.6rem;
		margin: 0 auto;

	}

	.wal {
		max-width: 6.6rem;
		margin: 0 auto;
	}
	.g-foot .list {

		left: 3.3rem;

	}
   .g-foot:before {
		left: 1%;
	}
	.g-foot:after {
		left: 2.2%;

	}
	
}
