@charset "utf-8";
/**
 * Created by sunJia on 2025/10/30.
 * @Description: Generic Style.
 */
.title{ color: #333;}
.summary{ color: #999;}
.gp-img-responsive.lazyed{ background-repeat: no-repeat;background-size: cover;background-position: center center;}

/* header */
header{width: 100%; position: absolute;top: 0;right: 0; z-index: 10;padding-left: 0.5rem; padding-right: 1.2rem; box-sizing: border-box;border-top: 0.1rem solid #94070A;}
header::before{ content: '';display: block;width: 100%;height:0;padding-bottom: 10.41%;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -moz-linear-gradient( -90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -webkit-linear-gradient( -90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -ms-linear-gradient( -90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;right: 0;top: 0;z-index: -1;}
header{ padding-top: 0.2rem;}
.logo{ padding: 0;align-items: center;}
.logo a{ display: block;color: #fff;text-wrap: nowrap; width: auto;position: relative;}
.logo img{ height: 100%; width: auto; height: 0.8rem;}
.logo img:last-child{ display: none;}
.logo01{ padding-right: 0.26rem;font-size: 0;}
.logo01::before{ content: '';display: block;width: 1px;height: 0.35rem;background: #fff;position: absolute;right: 0;top: 50%;transform: translateY(-50%);}
.logo02{ line-height: 1; white-space: nowrap;margin-left: 0.25rem;user-select: none;}

.gp-links{ align-items: center; opacity: 0.7; margin-left: auto;justify-content: flex-end;}
.gp-links a{ display: flex; display: -ms-flexbox; align-items: center;line-height: 1;color: #fff; margin-right: 0.3rem;}
.gp-links a:last-child{ margin: 0;}
.gp-links i{ margin-right: 0.08rem;font-size: 0;}
.gp-links i img,
.gp-links img{ height: 0.15rem;}
.gp-links .gp-serBtn2{ height: auto;width: auto;}

.search{ position: relative; width: 1.2rem;height: 0.36rem;border-radius: 0.18rem;
    border: 1px solid rgba(255,255,255,0.2);background: rgba(255, 255, 255, 0.1);}
.gp-search{position: relative;transition: all 0.35s ease-in-out;*display: inline;*zoom:1;}
.gp-ser{width:100%; height:0.4rem; z-index:9999994; margin:0 auto;position: relative;}
.gp-search input,.gp-search button{position:absolute; border:none;height: 100%; background:transparent; top:0px;overflow: hidden; }
.gp-search input.notxt{ width:100%;left: 0;padding-left: 0.38rem;padding-right: 0.1rem; outline: none; box-sizing: border-box;color: rgba(255,255,255,0.6);}
.gp-search input.notxt::placeholder{ color: rgba(255,255,255,0.6);}
.gp-search .notxt1 {position: absolute;width: 0.38rem;height: 100%;border-radius: 0%;left:0px;top: 0px;
  cursor:pointer;background: url(../images/search.svg) no-repeat center/0.2rem auto;}
.gp-search .notxt1::before{ content: '';display: none;width: 0.2rem;height: 0.2rem;
  position: absolute;left: 50%;top: 50%;transform: translate3d(-50%,-50%,0);}
.gp-search .notxt1 svg{ width: 0.2rem; height: 0.2rem;}
.gp-search .notxt1 svg path{ fill: #fff;}
.gp-m-search.gp-search .notxt1{ background: url(../images/search.svg) no-repeat center;background-size: 0.2rem auto;}
.gp-m-search.gp-search .notxt1{ width: 0.8rem;}
.gp-moble-links{ }
.gp-moble-links ul{ justify-content: center; margin-bottom: 0.3rem;}
.gp-moble-links ul:last-child{ margin-bottom: 0;}
.gp-menu .headFucBox{ max-width: 1.2rem;margin: 0.4rem auto 0;}

/* 置顶导航 */
header.currents{ position: fixed; top: 0; left: 0; animation: headerAnimation 0.5s ease-in-out; background: #fff;
    box-shadow: 0 0.05rem 0.1rem rgba(0,0,0,0.1); padding-top: 0.05rem; padding-bottom: 0.05rem;}
header.currents::before{ display: none;}
.currents .logo img:first-child{ display: none;}
.currents .logo img:last-child{ display: block;}
.currents .gp-links a,
.currents .nav li > a{ color: #333;}
.currents .search{ border-color: rgba(0,0,0,0.1);}
.currents .gp-search input.notxt,
.currents .gp-search input.notxt::placeholder{ color: #CCC;}
.currents .gp-search .notxt1{ background: url(../images/search-fixed.svg) no-repeat center/0.2rem auto;}
@keyframes headerAnimation {
    0%{ transform: translateY(-100%);}
    100%{ transform: translateY(0);}
}

  
/* 网站地图 */
.siteMapBg{ position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 10;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(25px); /* Note: backdrop-filter has minimal browser support */
    transform: translateY(-100%); opacity: 0;visibility: hidden;}
.openMap{ overflow: hidden;}
.openMap .gp-links, .openMap .head{ position: relative;z-index: 2;}
.openMap .nav{ display: none;}
.openMap .siteMapBg{transition: all 0.35s ease-out , transform 0.4s ease-in-out; transform: translateY(0rem);opacity: 1;visibility: visible;}
.openMap .gp-links{ transform: translateY(0.4rem); z-index: 3;}
.siteMap{ position: absolute; top: 0.35rem; right: 0;z-index: 10;}
.siteMapBtn{ height: 0.5rem; padding-right: 0.23rem;padding-left: 0.27rem;background: #94070A;border-radius: 0.27rem 0 0 0.23rem;cursor: pointer;position: relative;z-index: 4;}
.siteMapBtn img{ max-width: 0.3rem;}
.openMap .siteMapBtn{ background: #FFE5AE url(../images/map-close.svg) no-repeat center;}
.openMap .siteMapBtn img{ opacity: 0;}
.siteMapCon{ position: fixed; width: 100%;height: 100%;top: 0;left: 0;z-index: 11;margin-top: 19.45vh;
    padding: 0 5vw;opacity: 0;visibility: hidden;transform: translateX(50%);}
.openMap .siteMapCon{transition: all 0.35s ease-in-out, transform 0.35s ease 0.15s; opacity: 1;visibility: visible;transform: translateX(0%);}
.siteMapCon ul{ justify-content: space-between;}
.siteMapCon ul a{ display: block;}
.siteMapCon ul a:hover{ color: #fff;font-weight: bold;}
.siteMapCon ul > li{ line-height: 1; font-weight: bold; position: relative;}
.siteMapCon dl{ line-height: 1.25;font-weight: normal;
    position: absolute; left: 0; top: 100%;width: 200%;max-width: 11vw;}
.siteMapCon dd{ margin-top: 2.2vh;}
.siteMapCon ol{ opacity: 0.7; line-height: 2.14; margin: 0.02rem 0 0.25rem; font-weight: lighter;}
.twoColumns dl{ display: flex; display: -ms-flexbox;}
.twoColumns ol{ line-height: 1.43;}
.twoColumns ol li{ margin-bottom: 1.53vh;}

.nav{ position: relative; padding-top: 0rem;}
.nav ul{ position: relative; justify-content: space-between;}
.nav li{ position: relative; margin-right: 0.3rem;}
.nav li:last-child{ margin-right: 0;}
.nav li > a{position: relative; display: block; line-height: 0.6rem; color: #fff;}
.nav li > a::before{ content: ''; display: block; width: 0%; height: 0.02rem;background: #94070A;
  position: absolute;left: 50%;bottom: -1px;transform: translateX(-50%);transition: all 0s ease;z-index: 1; display: none;}
.currents .nav li > a::before{ background: #94070A;}
/* .nav li.active > a, */
/* .nav li.on > a{ background: rgba(255,255,255,0.3);} */
.nav li:hover > a::before,
.nav li.active > a::before,
.nav li > a.on::before,
.nav li > a.active::before{ width: 100%;min-width: 1.5rem; font-size: 0.24rem;}
.nav li dl{ min-width: 1.5rem; width: auto;background: rgba(255, 255, 255, .8);backdrop-filter: blur(10px); padding: 0.15rem 0;display: none;
  position: absolute;top: 100%;left: 50%;transform: translateX(-50%);font-weight: normal;border-top: 6px solid #94070A;}
/* .nav li:nth-last-child(1) dl,
.nav li:nth-last-child(2) dl{ left: auto; right: 0;} */
.nav li dd:hover{ background: #94070A;}
.nav li dd a{ display: block; color: #333;line-height: 0.4rem;padding: 0 0.18rem;white-space: nowrap;text-align: center;}
.nav li dd:hover a{ color: #fff;}
/*手机端导航默认*/
body.open{ overflow: hidden;}
.mobile_bg{width: 100vw;height: 100%;z-index: 90;position: fixed;top: 0;right: 0;background: rgba(0,0,0,0.4);display: none;}
.gp-menu{ display: none; width: 100%;z-index: 98;height: 100%;position: relative;}
.gp-menu-header{position: absolute;top: 0;right: 0;z-index: 996;width: auto;height: 0.4rem;background: rgba(0,0,0,0);}
.gp-menu-link{float: left;line-height: 0.4rem;height: 0.4rem;padding-left: 0.15rem;}
.gp-menu-link a{color:#fff;}
.gp-menu-header-icon{color: #fff; height: 0.4rem;font-size: 0.25rem;text-align: center; float:right;width: 0.4rem;position: relative;  -webkit-transition: background 0.5s; -moz-transition: background 0.5s; -o-transition: background 0.5s; transition: background 0.5s;margin-right: 0.1rem;cursor: pointer;}
.gp-menu-header-icon span{  position: absolute; left: calc((100% - 0.25rem) / 2);  top: calc((100% - 2px) / 3);  width: 0.27rem;  height: 0.03rem;  background-color: #003670;}
.gp-menu-header-icon-out span{width: 0.27rem;height: 0.04rem;background-color:#fff;display: block;border-radius: 0.04rem;}
.gp-menu-header-icon-out span:nth-child(1){animation-duration: 0.5s;animation-fill-mode: both;animation-name: outfirst;}       
.gp-menu-header-icon-out span:nth-child(2){animation-duration: 0.5s;animation-fill-mode: both;animation-name: outsecond;}
.gp-menu-header-icon-out span:nth-child(3){animation-duration: 0.5s;animation-fill-mode: both;animation-name: outthird;}
.gp-menu-header-icon span:nth-child(1){transform: translateY(0.04rem) rotate(0deg);}
.gp-menu-header-icon span:nth-child(2){transform: translateY(-0.04rem) rotate(0deg);}
.gp-menu-header-icon span:nth-child(3){transform: translateY(-0.04rem) rotate(0deg);}
@keyframes outfirst {
  0% {transform: translateY(0) rotate(-45deg);}
  100% {transform: translateY(-0.04rem) rotate(0deg);}
}   
@keyframes outsecond {
  0% { transform: translateY(0) rotate(45deg);}
  100% {transform: translateY(0.04rem) rotate(0deg);}
}
@keyframes outthird {
  0% {transform: translateY(0) rotate(90deg);}
  100% {transform: translateY(0.12rem) rotate(0deg); }
}
.gp-menu-header-icon-click span{background-color:#fff ;top: calc((100% - 2px) / 2.1);}
.gp-menu-header-icon-click span:nth-child(1){animation-duration: 0.5s; animation-fill-mode: both;animation-name: clickfirst;}     
.gp-menu-header-icon-click span:nth-child(2){animation-duration: 0.5s; animation-fill-mode: both;animation-name: clicksecond;}
.gp-menu-header-icon-click span:nth-child(3){animation-duration: 0.5s; animation-fill-mode: both;animation-name: clickthird;}
@keyframes clickfirst {
  0% {transform: translateY(0.04rem) rotate(0deg);}
  100% {transform: translateY(0) rotate(45deg);}
}   
@keyframes clicksecond {
  0% {transform: translateY(-0.04rem) rotate(0deg);}
  100% {transform: translateY(0) rotate(-45deg);}
} 
@keyframes clickthird {
    0% {  opacity: 0}
  100% {opacity: 0}
}   
.gp-menu-nav.gp-menu-offcanvas2{position: fixed;display: block;transform: translate(150%,0);transition: all 1s ease-in-out;width: 85%;}
.open .gp-menu-offcanvas2{transform: translate(0,0);position:absolute;}
.gp-menu-nav{ width: 100%; max-height: 100vh; overflow-y: scroll;
  position: fixed;top: 0;right: 0px;padding: 0.4rem;display: none;background:#04418B;}

.gp-m-logo{ padding-left: 0.1rem; height: 0.5rem; border-bottom: none !important;margin-bottom: 0.1rem;}
.gp-m-logo img{ height: 100%; max-width: unset; width: auto;}
/*导航*/
.gp-menu-nav a{}
.gp-menu-nav > ul { padding-bottom: 0.4rem;}
.gp-menu-nav > ul li{-webkit-animation-duration: 0.5s;animation-duration: 0.5s;-webkit-animation-fill-mode: both;animation-fill-mode: both;-webkit-animation-name: returnToNormal;animation-name: returnToNormal;}
.gp-menu-nav > ul > li{position: relative;border-bottom: 1px solid rgba(255,255,255,0.3);}
.gp-menu-nav > ul > li > a{display: inline-block;padding: 0.14rem 0 0.14rem 0.25rem;font-size: 0.2rem;}
.gp-menu-nav > ul > li > ul {background: rgba(0,0,0,0.15);border-top: 1px solid rgba(255,255,255,0.15);}
.gp-menu-nav > ul > li > ul a{display: inline-block;padding: 0.12rem 0; font-size: 0.16rem;}
.gp-menu-nav > ul > li > ul li{ padding:0 0.3rem}
.gp-menu-arrow {cursor: pointer;width: 0.3rem;height: 0.5rem;line-height: 0.5rem;color:#fff;text-align: center;position: absolute;right: 0;top: 0;font-size: 0.2rem;margin-right: 0.1rem;transition: all 0.3s ease-in-out;}
.gp-menu-nav > ul > li.on .gp-menu-arrow{transform: rotate(90deg);}
.gp-menu-nav li ul {display: none;}
/*导航内标签效果*/
.gp-menu-nav a{color:#fff;}
.open .gp-menu-link{display: none;}
.open .gp-menu-header{background: none;}
@-webkit-keyframes returnToNormal {
  from {
    opacity: 0;-webkit-transform: translate3d(0, 100%, 0);transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;-webkit-transform: none;transform: none;
  }
}
@keyframes returnToNormal {
  from {
    opacity: 0;-webkit-transform: translate3d(0, 100%, 0);transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;-webkit-transform: none;transform: none;
  }
}



/* footer */
footer{ position: relative;
    z-index: 1;
    color: #fff;
    padding: .43rem 0 .5rem;
    background: url(../images/footer-bg.png) no-repeat center/cover;}
.footer{ padding: 0rem 0;}
.footerTop{
    padding-bottom: 0.25rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footerTop dl{
    justify-content: flex-start;
    line-height: 0.5rem;
}
.footerTop a:hover{
    color: rgba(255,255,255,0.85);
}
.footerTop dt{
    padding-right: 0.3rem;
    margin-right: 0.3rem;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.footerTop dd{
    margin-right: 0.3rem;
}
.footerTop dd:last-child{ margin-right: 0; }
.footerBottom{
    padding-top: 0.3rem;
}
.footerBottom .logo{ }
.footerBottom .logo img{
    display: block !important;
}
.footerBottom .code{
}
.footerBottom .img{
    max-width: 1.22rem;
    margin: 0 auto;
}
.footerBottom .gp-img-responsive{ 
    padding-bottom: 100%;
}
.footerBottom .name{
    word-wrap: nowrap;
    line-height: 1.25;
    margin-top: 0.1rem;
}
.footerInfo{
    margin-top: 0.1rem;
    line-height: 1.25;
    align-items: flex-end;
}
.contact{
    margin: -0.22rem 0 0;
}
.contact .email{
    margin-top: 0.2rem;
}
.copy{
    flex-wrap: wrap;
}
.copy span{
    margin-right: 0.3rem;
}
.copy span:last-child{ margin-right: 0; }


/* Responsive style */
@media screen and (max-width:1800px){
    .logo01{ padding-right: 1.35vw;}
    .logo02{ margin-left: 1.3vw;}
    .nav li{ margin-right: 0.2rem;}
    .logo02{ font-size: 0.3rem;}
}

@media screen and (max-width:1680px){
    .logo02{ font-size: 0.28rem;}
}

@media screen and (max-width:1480px){ }

@media screen and (max-width:1320px){ }

@media screen and (max-width:1280px){
    .mode08{
        width: 26.8%;
    }
    .siteMapCon dl{
        font-size: .18rem;
    }
}

@media screen and (max-width:1200px){}

@media screen and (max-width:996px){
    .siteMap, .head-rt{ display: none;}
    .gp-menu{ width: auto; display: block;height: 100%; position: absolute;top: 0%;right: 0;}
    .open .gp-menu{ width: 100%; overflow-x: clip;}
    .gp-menu-header{ top: 0.25rem; right: 0.3rem;}
    .gp-menu-header-icon{ margin-right: 0;}
    .gp-menu-nav{ padding: 0.7rem 0.4rem; background: #94070A; background-color: 100% auto;}
    .gp-moble-logo{ padding-left: 0.3rem;}
    .gp-m-search{ width: 95%; margin: 0 auto; height: 0.5rem;line-height: 0.5rem; border-radius: 0.25rem; border: 1px solid rgba(255,255,255,0.5);}
    .gp-m-search input.notxt{ width: 85%; font-size: 0.18rem; color: rgba(255,255,255,0.7) !important; padding-right: 0.8rem;}
    .gp-m-search input.notxt::placeholder{ color: rgba(255,255,255,0.5);}
    .gp-menu-nav > ul{ padding-top: 0.1rem;}
    .gp-menu-nav > ul > li.gp-m-search{ border-bottom: 2px solid rgba(255,255,255,0.6); margin-top: 0.27rem; }
    .gp-m-search input.notxt{ padding-left: 0.3rem;}
    .gp-m-search.gp-search .notxt1{ width: 15%; height: 100%;border-left: 1px solid rgba(255,255,255,0.1);}
    .gp-menu-nav > ul > li > a{ padding-left: 0.3rem; color: #fff; font-weight: bold;font-size: 0.18rem;}
    .gp-menu-nav > ul > li > ul a{ padding-left: 0.23rem;}
    .gp-menu-header-icon{width: 40px;height: 27px;}
    .open .gp-menu-header-icon{width: calc(100% - 4px);}
    .open .gp-menu-header{ background: transparent; width: 25px;height: 25px;border-radius: 50%;}
    .open .gp-menu-header-icon span{ width: 0.25rem; height: 0.02rem;background: #fff;}
    .gp-m-links{ justify-content: flex-start; margin: 0 auto;width: auto;}
    .gp-m-links a{ font-size: 0.16rem;}
    .openMap .siteMapBg{ display: none;}

    header{
        padding: 0.15rem 3% 0;
    }
    .logo img{
        height: 0.65rem;
    }
    .gp-search .notxt1{
        left: auto;
        right: 0;
    }

    footer{
        padding: 0.3rem 0;
    }
    footer .gp-flex{ 
        flex-direction: column;
        align-items: center;
    }
    .footerTop{
        padding-bottom: 0.1rem;
    }
    .footerTop dl{
        flex-direction: row;
        justify-content: center;
    }
    .footerBottom{
        padding-top: 0.15rem;
    }
    footer .logo img{
        margin: 0 auto;
    }
    .footerBottom .code{
        margin-top: 0.1rem;
        text-align: center;
    }
    .footerInfo{
        align-items: center;
        text-align: center;
        margin-top: 0.2rem;
    }
    .contact .email{
        margin-top: 0.15rem;
    }
    .copy span{
        margin-right: 0;
        margin-top: 0.15rem;
    }
    header{
        border-width: 0.04rem;
    }
    .gp-menu{
        top: -0.04rem;
    }
    .footerBottom .logo{
        max-width: 6rem;
    }
    .contact{margin: 0;}

}

@media screen and (max-width:768px){
    .footerTop dl{
        line-height: 2;
        align-items: center;
        flex-wrap: wrap;
    }
    .footerTop dt{
        padding-right: 0.15rem;
        margin-right: 0.15rem;
    }
    .footerTop dd{
        margin-right: 0.1rem;
    }
}

@media screen and (max-width:491px){
    header{ padding: 0.15rem 0.15rem 0;}
    .logo{ width: 300px; max-width: 70%;}
    .logo img{ height: auto; max-height: 0.5rem;}
    .gp-menu-nav > ul > li > a{ font-size: 0.16rem; padding-left: 0.2rem;}
    .gp-m-search{ width: 100%; height: 0.4rem;}
    .gp-m-search input.notxt{ padding-left: 0.2rem;padding-right: 0.2rem;}
    .gp-menu-nav > ul{ padding-bottom: 0.35rem;}
    .gp-menu-nav{ padding: 0.6rem 0.15rem 0.5rem;}
    .gp-menu-nav a{ padding-left: 0.2rem;}
    .gp-m-links a{ margin-right: 0.1rem;}
    .gp-m-search input.notxt{ font-size: 0.14rem;}

    footer{
        padding: 0.2rem 0;
    }
    .footerTop{
        padding-bottom: 0.05rem;
    }
    .footerTop dl{
        flex-direction: column;
    }
    .footerTop dt{
        margin-right: 0;
        padding-right: 0;
        border-right: none;
    }
    .footerTop dd{
        margin-right: 0;
    }
    footer,
    .footerBottom{
        padding-top: 0.1rem;
    }
    .footerInfo,
    .contact .email,
    .copy span{
        margin-top: 0.1rem;
    }
    .footerBottom .img{
        max-width: 1rem;
    }
    .footerBottom .logo img{
        max-height: unset;
    }
}

@media screen and (max-width:414px){
    header{
        padding: 0.1rem 0.15rem 0;
    }
    .gp-menu-header{
        top: 0.25rem;
        right: 0.15rem;
    }
    .logo{
        max-width: 80%;
    }
    .footerBottom .code{
        margin-top: 0.05rem;
    }
}

@media screen and (max-width:370px){
    .logo img{  max-height: 0.45rem;}
    .gp-menu-nav{ padding: 0.45rem 0.15rem 0.3rem;}
}
