.Hbanner {
  position: relative;
  height:9.6rem;
  /* 响应式设计 */
}
.Hbanner .pic img{height:9.6rem; object-fit:cover;}
.Hbanner .des_cn,
.Hbanner .des_en {
  max-width: 7.5rem;
}
.Hbanner video{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover;}
.Hbanner .textwarp {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /*color: var(--white-color);*/
}
.Hbanner .stit {
  font-size: var(--font-size__36);
  margin-bottom: 0.3rem;
  text-transform: uppercase;
  color:var(--primary-color)
}
.Hbanner .title {
  font-size: var(--font-size__72);
  font-weight: var(--font-weight__m);
}
.Hbanner .en {
  font-size: var(--font-size__20);
  margin: 0.15rem 0 0.6rem;
  opacity: 0.8;
  letter-spacing: 0.05rem;
}
.Hbanner .des_cn {
  font-size: var(--font-size__18);
  margin-bottom: 0.25rem;
  line-height: calc(32 / 18);
}
.Hbanner .des_en {
  font-size: var(--font-size__16);
  opacity: 0.8;
  line-height: calc(30 / 16);
}
@media screen and (max-width: 768px) {
  .Hbanner .stit {
    font-size: var(--font-size__24);
    margin-bottom: 0.2rem;
  }
  .Hbanner .title {
    font-size: var(--font-size__48);
  }
  .Hbanner .en {
    font-size: var(--font-size__16);
    margin: 0.1rem 0 0.4rem;
  }
  .Hbanner .des_cn {
    font-size: var(--font-size__16);
    margin-bottom: 0.2rem;
  }
  .Hbanner .des_en {
    font-size: var(--font-size__14);
  }
}
@media screen and (max-width: 480px) {
  .Hbanner .title {
    font-size: var(--font-size__36);
  }
}
.bg_f2f2f2 {
  background-color: #f2f2f2;
}
.hidden {
  overflow-x: hidden;
}
.inside-main {
  min-height: 30vh;
  padding-top: 0.9rem;
}
.index_box {
  padding: 1rem 0;
}
/* 基础响应式调整 */
@media(max-width:1024px){
	.Hbanner video{display:none;}
}
@media screen and (max-width: 768px) {
  .inside-main {
    min-height: 20vh;
  }
  .index_box {
    padding: 0.5rem 0;
  }
}
.index_about {
  /* 响应式设计 */
}
.index_about .logo {
  flex-shrink: 0;
  padding-right: 0.4rem;
  text-align: center;
  font-size: var(--font-size__36);
  text-transform: uppercase;
  border-right: 0.02rem solid var(--primary-color);
}
.index_about .logo img {
  width: 1.6rem;
  margin-bottom: 0.35rem;
}
.index_about .textwarp {
  flex: 1;
  padding-left: 0.6rem;
}
.index_about .textwarp .cn {
  line-height: calc(46 / 28);
  font-size: var(--font-size__28);
  margin-bottom: 0.25rem;
  margin-top: -0.08rem;
}
.index_about .textwarp .en {
  color: #333333;
  line-height: calc(28 / 16);
  margin-bottom: -0.05rem;
}
@media screen and (max-width: 640px) {
  .index_about {
    flex-direction: column;
  }
  .index_about .logo {
    border-right: none;
    border-bottom: 0.02rem solid var(--primary-color);
    padding-right: 0;
    padding-bottom: 0.3rem;
    margin-bottom: 0.3rem;
    width:100%
  }
  .index_about .logo img {
    width: 1.2rem;
    margin-bottom: 0.25rem;
  }
  .index_about .textwarp {
    padding-left: 0;
  }
  .index_about .textwarp .cn {
    font-size: var(--font-size__24);
    line-height: calc(36 / 24);
    margin-bottom: 0.2rem;
  }
  .index_about .textwarp .en {
    font-size: var(--font-size__14);
    line-height: calc(24 / 14);
  }
}
.index_tit {
  display: flex;
  /* 响应式设计 */
}
.index_tit .cn {
  font-size: var(--font-size__60);
  font-weight: var(--font-weight__m);
}
.index_tit .en {
  font-size: var(--font-size__20);
  font-weight: var(--font-weight__l);
  margin-top: 0.15rem;
  padding-right: 0.64rem;
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .index_tit .cn {
    font-size: var(--font-size__40);
  }
  .index_tit .en {
    font-size: var(--font-size__16);
    padding-right: 0;
    margin-top: 0.1rem;
  }
}
@media screen and (max-width: 480px) {
  .index_tit .cn {
    font-size: var(--font-size__32);
  }
}
.index_list {
  /* 响应式设计 */
}
.index_list .item:nth-child(2n) {
  background-color: #f2f2f2;
}
.index_list .item:nth-child(2n) .textwarp {
  order: 2;
}
.index_list .textwarp {
  width: calc(820 / 1440 * 100%);
  display: flex;
  flex-flow: column wrap;
}
.index_list .pic {
  width: calc(580 / 1440 * 100%);
}
.index_list .pic img {
  width: 100%;
}
.index_list .index_tit {
  margin-bottom: 0.35rem;
}
.index_list .stit {
  font-size: var(--font-size__28);
  font-weight: var(--font-weight__m);
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #808080;
  margin-bottom: 0.15rem;
}
.index_list .des_cn {
  font-size: var(--font-size__22);
  line-height: calc(36 / 22);
  margin-bottom: 0.25rem;
  font-weight: var(--font-weight__l);
}
.index_list .des_en {
  color: #333333;
  font-weight: var(--font-weight__l);
  line-height: calc(28 / 16);
  margin-bottom: 0.25rem;
}
.index_list .more_box {
  margin-top: auto;
}
.index_list a[data-more] {
  border-radius: 0;
  min-width: 1.9rem;
  justify-content: center;
}
.index_list ul {
  font-size: var(--font-size__18);
  line-height: calc(36 / 18);
  list-style: italic;
  margin-left: 1em;
}
.index_list ul li {
  list-style: disc;
}
@media screen and (max-width: 768px) {
  .index_list .item {
    flex-direction: column;
  }
  .index_list .item:nth-child(2n) .textwarp {
    order: 0;
  }
  .index_list .textwarp,
  .index_list .pic {
    width: 100%;
  }
  .index_list .pic {
    margin-top: 0.4rem;
  }
  .index_list .stit {
    font-size: var(--font-size__24);
  }
  .index_list .des_cn {
    font-size: var(--font-size__20);
    line-height: calc(32 / 20);
  }
  .index_list .des_en {
    font-size: var(--font-size__14);
    line-height: calc(24 / 14);
  }
}
.nybanner {
  padding: 0.55rem 0;
  background-color: #f5f5f5;
  /* 响应式设计 */
}
.nybanner .left {
  width: 40%;
}
.nybanner .top {
  margin-bottom: 0.4rem;
}
.nybanner .top .en {
  font-weight: var(--font-weight__b);
  color: var(--primary-color);
  font-size: var(--font-size__24);
  margin-top: 0;
  padding-right: 0;
  text-transform: uppercase;
}
.nybanner .top .cn {
  margin-top: 0.1rem;
  font-size: var(--font-size__16);
  display: block;
}
.nybanner .right {
  width: 55%;
  text-align: right;
  max-width: 6.4rem;
}
.nybanner .index_tit .en {
  padding-right: 0;
}
.nybanner .content {
  line-height: calc(28 / 16);
}
.nybanner .content .cn {
  margin-top: 0.3rem;
  font-size: var(--font-size__24);
}
.nybanner .content .en {
  font-weight: var(--font-weight__l);
}
@media screen and (max-width: 1024px) {
  .nybanner .left {
    width: 55%;
  }
  .nybanner .right {
    width: 40%;
  }
}
@media screen and (max-width: 750px) {
  .nybanner {
    flex-direction: column;
    padding: 0.4rem 0;
  }
  .nybanner .left,
  .nybanner .right {
    width: 100%;
    text-align: center;
  }
  .nybanner .left {
    margin-bottom: 0.3rem;
  }
  .nybanner .right {
    max-width: 100%;
  }
  .nybanner .top .en {
    font-size: var(--font-size__20);
  }
  .nybanner .top .cn {
    font-size: var(--font-size__14);
  }
  .nybanner .content .cn {
    font-size: var(--font-size__20);
    margin-top: 0.2rem;
  }
}
.newslist {
  /* 响应式设计 */
}
.newslist .item {
  padding: 0.8rem 0;
}
.newslist .item:nth-child(2n) {
  background-color: #f5f5f5;
}
.newslist .textwarp {
  text-align: center;
  width: calc(460 / 1440 * 100%);
  /*padding: 0.25rem 0;*/
}
.newslist .logo {
  height: 1.2rem;
}
.newslist .logo img {
  max-height: 100%;
}
.newslist .title {
  font-weight: var(--font-weight__b);
  font-size: var(--font-size__20);
  margin: 0.1rem 0 0.35rem;
}
.newslist .title.f32 {
  font-size: var(--font-size__32);
}
.newslist .des {
  line-height: calc(28 / 16);
  margin-bottom: 0.3rem;
  color: #000000;
  white-space: pre-wrap;
}
.newslist .des_cn b {
  font-size: var(--font-size__20);
  font-weight: var(--font-weight__b);
  display: block;
}
.newslist .des_en {
  font-size: var(--font-size__14);
  margin-bottom: 0.5rem;
}
.newslist .pic {
  width: calc(920 / 1440 * 100%);
}
.newslist .pic img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .newslist .item {
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .newslist .textwarp,
  .newslist .pic {
    width: 100%;
  }
  .newslist .textwarp {
    padding: 0.2rem 0;
  }
  .newslist .title {
    font-size: var(--font-size__18);
    margin: 0.1rem 0 0.3rem;
  }
  .newslist .title.f32 {
    font-size: var(--font-size__24);
  }
  .newslist .des {
    line-height: calc(24 / 14);
    margin-bottom: 0.2rem;
  }
  .newslist .des_en {
    font-size: var(--font-size__12);
    margin-bottom: 0.4rem;
  }
  .newslist .pic {
    margin-top: 0.3rem;
  }
}
.newsDetail {
  padding-bottom: 1rem;
  /* 响应式设计 */
}
.newsDetail .left {
  width: 4.1rem;
  padding: 0.95rem 0.4rem;
  text-align: center;
  font-weight: var(--font-weight__l);
}
.newsDetail .left .logo {
  margin-bottom: 0.5rem;
}
.newsDetail .left .title {
  font-size: var(--font-size__24);
  color: #000000;
  margin-bottom: 0.3rem;
}
.newsDetail .left .title.f32{ font-size:var(--font-size__32);}
.newsDetail .left .des_cn b {
  display: block;
}
.newsDetail .left .des_en {
  line-height: calc(28 / 16);
}
.newsDetail .left .pre-wrap {
  white-space: pre-wrap;
}
.newsDetail .left .webite {
  margin: 0.65rem 0;
  line-height: calc(28 / 16);
}
.newsDetail .left .follow {
  margin-bottom: 0.7rem;
}
.newsDetail .left .follow .name {
  margin-bottom: 0.2rem;
}
.newsDetail .left .follow li {
  position: relative;
}
.newsDetail .left .follow li:hover .hover-code {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
.newsDetail .left .follow .ico {
  width: 0.44rem;
  height: 0.44rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.05rem 0.1rem;
  background-color: #333333;
  border-radius: 100%;
}
.newsDetail .left .follow .ico img {
  max-height: 40%;
  max-width: 60%;
}
.newsDetail .left .follow .hover-code {
  position: absolute;
  background-color: var(--black-color);
  padding: 0.05rem;
  width: 1.2rem;
  border: 1px dashed var(--white-color);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  left: 50%;
  transform: translateX(-50%) translateY(-0.3rem);
  bottom: calc(100% + 0.1rem);
}
.newsDetail .left .follow .hover-code::after {
  content: '';
  display: block;
  position: absolute;
  border: 5px solid transparent;
  border-top-color: #333333;
  left: 50%;
  top: 100%;
  margin-left: -5px;
}
.newsDetail .left .contact .name {
  margin-bottom: 0.35rem;
}
.newsDetail .left .contact dl {
  display: flex;
  justify-content: center;
  align-items: center;
}
.newsDetail .left .contact dt {
  width: 0.8rem;
  flex-shrink: 0;
}
.newsDetail .left .contact dd {
  padding-left: 0.2rem;
  text-align: left;
}
.newsDetail .left .contact dd p {
  display: flex;
  align-items: center;
}
.newsDetail .left .contact dd p:not(:last-child) {
  margin-bottom: 0.15rem;
}
.newsDetail .left .contact dd p img {
  flex-shrink: 0;
  margin-right: 0.1rem;
  max-width: 0.25rem;
}
.newsDetail .right {
  flex: 1;
  min-width: 0;
  margin-left: 0.5rem;
  padding-left: 0.6rem;
  padding-top: 0.95rem;
  border-left: 1px solid var(--black-color);
}
.newsDetail .right .title {
  margin-bottom: 0.55rem;
  font-weight: var(--font-weight__b);
  font-size: var(--font-size__24);
}
.newsDetail .right .Details {
  line-height: calc(28 / 16);
  margin-bottom: 1rem;
}
.newsDetail .right .Details .item {
  margin-bottom: 0.55rem;
  color: #333333;
  font-weight: var(--font-weight__l);
}
.newsDetail .right .Details .tit {
  margin-bottom: 0.05rem;
  font-size: var(--font-size__24);
  color: #000000;
  font-weight: var(--font-weight__r);
}
.newsDetail .right .Details em {
  font-style: normal!important;
  transform: skewX(-5deg);
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .newsDetail {
    flex-direction: column;
    padding-bottom: 0.5rem;
  }
  .newsDetail .left,
  .newsDetail .right {
    width: 100%;
  }
  .newsDetail .left {
    padding: 0.5rem;
    border-bottom: 1px solid var(--black-color);
    margin-bottom: 0.5rem;
  }
  .newsDetail .right {
    margin-left: 0;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0;
    border-left: none;
  }
  .newsDetail .left .logo {
    margin-bottom: 0.4rem;
  }
  .newsDetail .left .title {
    margin-bottom: 0.2rem;
  }
  .newsDetail .left .webite {
    margin: 0.5rem 0;
  }
  .newsDetail .left .follow {
    margin-bottom: 0.5rem;
  }
  .newsDetail .right .title {
    margin-bottom: 0.4rem;
  }
  .newsDetail .right .Details {
    margin-bottom: 0.8rem;
  }
}
.resourceDetail {
  /* 响应式设计 */
}
.resourceDetail .left {
  width: 4.3rem;
  padding-left: 0;
  padding-right: 0;
}
.resourceDetail .left .des_cn {
  margin: 0 auto 0.5rem;
  line-height: calc(28 / 16);
  padding: 0.1rem 0.35rem 0;
}
.resourceDetail .left .des_cn b {
  font-size: var(--font-size__20);
  display: block;
  margin: 0.1rem 0 0.05rem;
  font-weight: var(--font-weight__b);
}
.resourceDetail .left .des_en {
  margin-bottom: 0.7rem;
}
.resourceDetail .right .Details {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .resourceDetail {
    flex-direction: column;
  }
  .resourceDetail .left {
    width: 100%;
  }
  .resourceDetail .right {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    border-left: none;
    flex:auto;
    width:100%;
  }
  .resourceDetail .left .des_cn {
    padding: 0.1rem 0.2rem 0;
  }
}
.classicContet {
  /* 响应式设计 */
}
.classicContet .index_tit {
  margin-bottom: 0.05rem;
}
.classicContet .index_tit .cn {
  font-size: var(--font-size__24);
  letter-spacing: 0.15rem;
  text-transform: uppercase;
  position: relative;
}
.classicContet .index_tit .cn::before {
  content: '';
  left: 0;
  bottom: 0;
  width: 95%;
  height: 1px;
  background-color: #000000;
  position: absolute;
}
.classicContet .index_tit .en {
  font-size: var(--font-size__16);
  font-family: var(--f-family__en);
  font-weight: var(--font-weight__sb);
  padding-right: 0.15rem;
  margin-top: 0.1rem;
}
.classicContet .item:not(:last-child) {
  margin-bottom: 0.55rem;
}
@media screen and (max-width: 768px) {
  .classicContet .index_tit .cn {
    font-size: var(--font-size__20);
    letter-spacing: 0.1rem;
  }
  .classicContet .index_tit .en {
    font-size: var(--font-size__14);
  }
}
.teamlist {
  margin: 0 -0.175rem;
  gap: 0.4rem 0;
  /* 响应式设计 */
}
.teamlist li {
  width: calc((100% - 0.35rem * 4) / 4);
  margin: 0 0.175rem;
}
.teamlist .box {
  height: 100%;
  background-color: #fff;
  padding: 0.2rem;
  border-radius: 0.16rem;
  box-shadow: 0px 0px 0.25rem 0px rgba(0, 0, 0, 0.05);
  text-align: center;
  color: var(--black-color);
}
.teamlist .pic {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
  border-radius: 0.1rem;
}
.teamlist .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.teamlist .name {
  margin: 0.1rem 0 0;
  font-size: var(--font-size__18);
}
.teamlist p {
  font-size: var(--font-size__14);
  font-weight: var(--font-weight__l);
}
@media screen and (max-width: 768px) {
  .teamlist {
    margin: 0 -0.1rem;
    gap: 0.3rem 0;
  }
  .teamlist li {
    width: calc((100% - 0.35rem * 3) / 3);
  }
  .teamlist .box {
    padding: 0.15rem;
  }
}
@media screen and (max-width: 480px) {
  .teamlist li {
    width: calc((100% - 0.35rem * 2) / 2);
  }
}
.open_inner {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  z-index: 300;
  overflow: auto;
  max-height: 100%;
  display: none;
}
.open_inner.show {
  display: block;
}
.open_inner .flexbox {
  width: 100%;
  min-height: 100%;
  padding: 5% 0;
  position: relative;
}
.open_inner .inner {
  background-color: #fff;
  border-radius: 0.1rem;
  padding: 0.25rem 0.3rem 0.3rem;
  position: relative;
  width: 6rem;
  max-width: 92%;
}
.open_inner .close {
  width: 0.2rem;
  height: 0.2rem;
  position: absolute;
  right: 0.2rem;
  top: 0.2rem;
  cursor: pointer;
}
.open_inner .close::before,
.open_inner .close::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2px;
  height: 0.18rem;
  background-color: #000;
  transform: translate(-50%, -50%) rotate(45deg);
}
.open_inner .close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.open_inner .contact .title {
  margin-bottom: 0.2rem;
  font-size: var(--font-size__28);
  color: var(--black-color);
  border-bottom: 1px solid #000;
  padding-bottom: 0.2rem;
}
.open_inner .contact dl {
  display: flex;
  align-items: center;
}
.open_inner .contact dt {
  width: 1rem;
  flex-shrink: 0;
}
.open_inner .contact dd {
  padding-left: 0.2rem;
  text-align: left;
  flex: 1;
}
.open_inner .contact dd p {
  display: flex;
  align-items: center;
}
.open_inner .contact dd p:not(:last-child) {
  margin-bottom: 0.15rem;
}
.open_inner .contact dd p img {
  flex-shrink: 0;
  margin-right: 0.1rem;
  max-width: 0.25rem;
}

.di {
    margin-right: 2em;
}

@media(max-width:640px){
    .f-contact .info .fcon {
    flex-wrap: wrap;
}

.di {
    margin-top: 15px;
}
}