﻿/* 公共标题 */
.titlePul{
    margin-bottom: .4rem;
}

.titleCn{
    font-size: .22rem;
    color: #5d5d5d;
    line-height: 1;
    margin-bottom: .07rem;
}
.titleEn{
    font-size: .24rem;
    line-height: 1;
    color: #5d5d5d;
    text-transform: uppercase;
    font-family: 'HankookKRTTFRegular';
    font-weight: 600;
}
/* 1. 定义过渡的持续时间和 easing 曲线 */
.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.5s ease; /* 0.5秒 淡入淡出 */
}

/* 2. 进入前的状态 / 离开后的状态 (完全透明) */
.fade-enter-from,
.fade-leave-to {
  opacity: 0;
}
p{
    margin-bottom: .2rem;
    line-height: .24rem;
    text-align: justify;
}
p:nth-last-child(1){
    margin-bottom: 0;
}
#content{
  padding: 1rem  0 ; 
  /* min-height: 8rem; */
  background: #fff url(/images/page_bg.png) no-repeat center bottom;
}
.homePage #footer,.indexPage #footer{
  background: url(/images/footer_bg.jpg) no-repeat center / cover !important;
}
.page_title h3{
  color: #000;
  line-height: .42rem;
  margin-bottom: .4rem;
}
.moreBtn {
    width: 1.2rem;
    height: 0.4rem;
    line-height: 0.4rem;
    border-radius: 0.3rem;
    background: #5c5a54;
    text-align: left;
    color: #fff;
    font-weight: 600;
    padding-left: 0.15rem;
    transition: all 0.5s;
    position: relative;
    will-change: transform
}
.moreBtn::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url(/images/register_bg.png) no-repeat center / cover;
  transition: all 0.5s;
  opacity: 0;
  z-index: -1;
}
.moreBtn::before {
  content: "";
  position: absolute;
  top: 0.03rem;
  right: 0.04rem;
  width: 0.33rem;
  height: 0.33rem;
  background: url(/images/moreBtn.png) no-repeat center / cover;
  transition: all 0.5s;
  z-index: 10;
}
.moreBtn:hover::after{
  opacity: 1;
}
.moreBtn:hover:before{
  background-image: url(/images/moreBtn2.png) ;

}
  .subBan{
    position: relative;
    overflow: hidden;
    height: 4.35rem;
  }
.subBan .img {
    position: relative;
    overflow: hidden;
    height: 100%;
}

.subBan .img .bg {
    height: 100%;
    background: no-repeat center/cover;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    -webkit-transition: all 5s cubic-bezier(.4, 0, .2, 1);
    -moz-transition: all 5s cubic-bezier(.4, 0, .2, 1);
    transition: all 5s cubic-bezier(.4, 0, .2, 1);
}
.subBan .img .bg.animated{
   transform: scale(1);
   -webkit-transform: scale(1);
}
.subBan .img .bg.pcBg{display: block;}
.subBan .img .bg.mobBg{display: none;}

.subBan .img .auto {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding-top: 2.5rem;
}
.subBan .img .auto img{
  margin: 0 auto;
}
.subBan .img .h1 {
    font-family: 'RAJDHANI-SEMIBOLD';
    font-size: .48rem;
    color: #fff;
    text-transform: capitalize;
    line-height: .4rem;
    opacity: .8;
    filter: alpha(opacity=80);
    text-align: right;
    letter-spacing: -2px;
}

.subBan .img .auto .cn{
  color: #0b5be6;
  text-align: left;
  margin-bottom: .03rem;
  overflow: hidden;

}
.subBan .img .auto .cn p{
  transform: translateY(119px);
  transition: all .6s .2s;
  opacity: 0;
}
.subBan .img .auto .animated .cn p{
  transform: translateY(0);
  opacity: 1;
}
.subBan .img .auto .en p{
  transform: translateY(36px);
  transition: all .6s .6s;
  opacity: 0;
}
.subBan .img .auto .animated .en p{
  transform: translateY(0);
  opacity: 1;
}
.subBan .img .auto .cn p,
.subBan .img .auto .en p{
  text-align: left;
  line-height: 1;
}
.subBan .img .auto .en{
  color: #fff;
	font-family: 'FSSinclair-Bold';
  font-weight: 600;
  text-transform: uppercase;
  text-align: left;
  letter-spacing: -.01rem;
  overflow: hidden;
}
.subBan .page_nav {
  width: auto;
  margin: auto;
  height: auto;
  position: absolute;
  bottom: 30px;
  right: 0;
  z-index: 10;
  padding: .06rem;
  background-color: rgba(255, 255, 255, .5);
  border-radius: .35rem;
}

.subBan .page_nav .list {
  display: flex;
  justify-content: left;
  margin-right: -.1rem;
}

.subBan .page_nav .list a {

  height: 100%;
  position: relative;
  width: 1.5rem;
  min-height: .55rem;
  border-radius: .35rem;
  margin-right: .1rem;
  cursor: pointer;
  background: #fff;
  transition: all .4s;
  text-align: center;
  overflow: hidden;
  z-index: 10;
}
.subBan .page_nav .list .text_a{
  position: relative;
  z-index: 20;
  display: flex;
  justify-content: center;
  align-items: center;
  height: .55rem;

}
.subBan .page_nav .list .text_a p{
  line-height: .2rem;
  text-align: center;
  margin-bottom: 0;
}
.subBan .page_nav .list .text_a p:first-child {
  color: #575757;
  transition: all .4s ease;
}
.subBan .page_nav .list .text_a p:nth-of-type(2) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #000000;
  z-index: 10;
  opacity: 0;
  display: block;
  width: 100%;
  text-align: center;
  line-height: .2rem;
  transition: all .4s ease;
}
.subBan .page_nav .list a .text_a p:first-child{
  opacity: 1;
}
.subBan .page_nav .list a .text_a p:nth-of-type(2){
  opacity: 0;
}
.subBan .page_nav .list a:hover .text_a p:first-child{
  opacity: 0;
}
.subBan .page_nav .list a:hover .text_a p:nth-of-type(2){
  opacity: 1;
}
.subBan .page_nav .list a::after {
  content: '';
  width: 0;
  height: 100%;
  background: linear-gradient(to bottom, #61f082, #4bdfb8);
  position: absolute;
  left: 0;
  top: 0;
  transition: all .4s ease-out;
  border-radius: .35rem;
  z-index: 1;
}
.subBan .page_nav .list a.on::after,
.subBan .page_nav .list a:hover::after {
  width: 100%;
}
/* 悬停状态和选中状态 */
.subBan .page_nav .list a.on .text_a p{
  color: #000000;
}

.newsListPub ul {
  border-bottom: 0.02rem solid #f5f5f5;
  margin-bottom: 0.4rem;
}
.newsListPub ul li a {
  border-top: 0.02rem solid #f5f5f5;
  padding-bottom: 0.28rem;
  position: relative;
  overflow: hidden;
  height: 1.38rem;
}
.newsListPub ul li a:hover:before {
  opacity: 1;
}

.newsListPub ul li a:hover::after {
  right: 0;
  opacity: 1;
}

.newsListPub ul li a:hover .fl {
  height: 1.38rem;
}

.newsListPub ul li a:hover .fl h1 {
  color: #e10000;
}

.newsListPub ul li a:hover .fl h2 {
  color: #828282;
  opacity: 1;
}

.newsListPub ul li a:hover .fr h1 {
  color: #bb9549;
}

.newsListPub ul li a .fl {
  position: relative;
  width: 1.43rem;
  height: 1rem;
  padding-left: 0.2rem;
  padding-top: 0.32rem;
  letter-spacing: -0.01rem;
  transition: all 0.6s;
  font-family: 'HankookKRTTFRegular';
}

.newsListPub ul li a .fl::after {
  content: '';
  background: #f5f5f5;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}

.newsListPub ul li a .fl h1 {
  font-weight: bold;
  color: #c3a26b;
  line-height: 0.32rem;
  transition: all 0.4s;
  z-index: 2;
  position: relative;
}

.newsListPub ul li a .fl h2 {
  color: #c3a26b;
  opacity: 0.57;
  transition: all 0.4s;
  z-index: 2;
  position: relative;
}

.newsListPub ul li a .fr {
  width: calc(100% - 1.43rem);
  padding-left: 0.25rem;
  padding-top: 0.32rem;
}

.newsListPub ul li a .fr h1 {
  color: #505050;
  line-height: 0.2rem;
  margin-bottom: 0.1rem;
  transition: all 0.4s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.newsListPub ul li a .fr h2 {
  height: 0.48rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #505050;
}

.newsListPub ul li a::before {
  content: '';
  width: 13%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  /* background-color: white; */
  background-image: linear-gradient(to right, rgb(255 255 255 / 74%), white, white);
  z-index: 3;
  opacity: 0;
}

.newsListPub ul li a::after {
  content: '';
  width: 0.54rem;
  height: 100%;
  position: absolute;
  right: -0.1rem;
  top: 0;
  background: #d8bf8c url(/images/news/ico2.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  transition: all 0.6s;
  opacity: 0;
  z-index: 5;
}


/* 弹窗公共样式 */
.pop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: none;
}


.pop .bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.55);
}
.pop .popCont {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
}

.pop .close {
  position: absolute;
  top: 0.22rem;
  right: 0.22rem;
  width: 16px;
  height: 16px;
  background: url(/images/close.png) no-repeat center;
  background-size: cover;
  cursor: pointer;
  z-index: 1;
}



@media screen and (max-width:1360px) {
  html {
    font-size: calc(100vw / 22);
  }

  @media screen and (-webkit-min-device-pixel-ratio: 1) and (-webkit-max-device-pixel-ratio: 1) {
    html {
      font-size: calc(100vw / 13.6);
    }
  }
}


@media screen and (max-width:1015px) {
/* .subBan .img .bg.pcBg{display: none;}
.subBan .img .bg.mobBg{display: block;} */
  html {
    font-size: calc(100vw / 10.15);
  }
  .w1200,
  .auto,
  .w1280,
  .content {
    width: 100% !important;
    padding: 0 .4rem;
    max-width: none;
  }
 
  .homePage #footer, .indexPage #footer{
    background-image: none !important;
  }
  .subBan .page_nav{
    /* display: none; */
    left: 0;
    background-color: transparent;
    bottom: .3rem;
  }
  .subBan .page_nav .list{
    margin-right: 0;
    justify-content: center;
  }
  .subBan .page_nav .list a{
    width: auto;
    padding: .2rem .15rem ;
    min-height: unset;
    font-size: .24rem;
  }
  .subBan .page_nav .list .text_a p:nth-of-type(2){
    line-height: .3rem;
  }
  .subBan .page_nav .list a,
  .subBan .page_nav .list .text_a p{
    line-height: .3rem;
  }
  .fl,.fr{
    width: auto;
    float: none;
  }
 

  .s14 {
    font-size: .24rem;
  }
  
  .s15 {
    font-size: .25rem;
  }
  
  .s16 {
    font-size: .26rem;
  }
  
  .s17 {
    font-size: .27rem;
  }
  
  .s18 {
    font-size: .28rem;
  }
  
  .s20 {
    font-size: .28rem;
  }
  
  .s21 {
    font-size: .29rem;
  }
  
  .s22 {
    font-size: .3rem;
  }
  
  .s23 {
    font-size: .31rem;
  }
  
  .s24 {
    font-size: .32rem;
  }
  
  .s26 {
    font-size: .33rem;
  }
  
  .s28 {
    font-size: .34rem;
  }
  
  .s30 {
    font-size: .36rem;
  }
  
  .s32 {
    font-size: .37rem;
  }
  
  .s34 {
    font-size: .38rem;
  }
  
  .s36 {
    font-size: .4rem;
  }
  .s38 {
    font-size: .41rem;
  }
  
  .s40 {
    font-size: .42rem;
  }
  
  .s42 {
    font-size: .42rem;
  }
  .s44 {
    font-size: .44rem;
  }
  
  .s48 {
    font-size: .48rem;
  }
  
  .s52 {
    font-size: .48rem;
  }
  
  .s60 {
    font-size: .60rem;
  }
  .s80 {
    font-size: .80rem;
  }
  .s100 {
    font-size: 1rem;
  }
  .titleCn{
    font-size: .32rem;
    margin-bottom: .12rem;
}
.titleEn{
    font-size: .34rem;
}
.subBan{
  height: 4.42rem;
}
.subBan .img .auto{
  padding-top: 2.6rem;
}
.subBan .img .auto .cn p{
  text-align: left;
      /* display: inline-block; */
}
.subBan .img .auto .en p{
  text-align: left;
      /* display: inline-block; */
}
.subBan .page_nav .list .text_a{
  font-size: .22rem;
}
.el-message.el-message--error{
  top: 2rem !important;
}
p {
  line-height: .4rem;
  margin-bottom: .3rem;
}
body {
  font: .24rem / 1.6  "Microsoft YaHei", sans-serif, \5b8b\4f53;
}
#content{
  min-height: 8rem;
}

.newsListPub ul li a{
  height: auto;
}
.newsListPub ul li a .fl{
  height: 1.5rem;
  width: 1.5rem;
  padding-bottom: .1rem;
  padding-left: 0;
  padding-top: .35rem;
}
.newsListPub ul li a .fl h1,.newsListPub ul li a .fl h2{
  text-align: center;
}
.newsListPub ul li a .fl h1{
 color: #e10000;
 font-size: .52rem;
 line-height: 1;
}
.newsListPub ul li a .fl h2{
  font-size: .28rem;
  font-weight: 600;
 }
.newsListPub ul li a .fr h1{
  line-height: .44rem;
  -webkit-line-clamp: 2;
}
.newsListPub ul li a .fr{
  width: calc(100% - 1.5rem);
}
.newsListPub ul li a .fr h2{
  height: auto;
  display: none;
}
.newsListPub ul li a::after{
  content: unset;
}
.newsListPub ul li a:hover .fr h1 {
  color: #e10000;
}
.newsListPub ul li a:hover .fl h2 {
  color: #c3a26b;
}
.newsListPub ul li a:hover:before{
  content: unset;
}
.moreBtn {
    width: 2.2rem;
    height: 0.7rem;
    line-height: 0.7rem;
    padding-left: 0.3rem;
  }
.moreBtn::after{
  content: unset;
}
.moreBtn:before{
    top: 0.12rem;
    right: 0.1rem;
    width: 0.45rem;
    height: 0.45rem;
}
}



@media screen and (max-width: 750px) {
  html {
    font-size: calc(100vw / 7.5);
  }
}

/* @media screen and (max-width: 1015px){} */