@charset "utf-8";
/**
 * Created by sunJia on 2025/10/30.
 * @Description: Generic Style.
 */
.title{ color: #333;}
.summary{ color: #999;}
.date{ color: #999;}
.gp-img-responsive.lazyed{ background-repeat: no-repeat;background-size: cover;background-position: center center;}

body{
    max-width: 1920px;
    margin: 0 auto;
}
/* header */
header{width: 100%; position: relative;top: 0;right: 0; z-index: 10;}
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{ }
.logo{ padding: 0;align-items: center; font-size: 0;}
.logo a{ display: block;color: #fff;text-wrap: nowrap; width: auto;position: relative;}
.logo img{ height: 100%; width: auto; height: 0.9rem;}

.head-top{ padding: .2rem 0; background: url(../images/header-bg.jpg) no-repeat center/cover;}
.gp-links{ align-items: center; opacity: 1; 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: 2rem;height: 0.5rem;border-radius: 0.25rem;
    border: 1px solid rgba(255,255,255,0.3);background: rgba(255, 255, 255, 0.3); backdrop-filter: blur(10px);}
.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.2rem;padding-right: 0.44rem;font-size: .18rem;
    outline: none; box-sizing: border-box;color: rgba(255,255,255,0.3);}
.gp-search input.notxt::placeholder{ color: rgba(255,255,255,0.3);}
.gp-search .notxt1 {position: absolute;width: 0.44rem;height: 100%;border-radius: 0%;right:0px;top: 0px;
  cursor:pointer;background: url(../images/search.svg) no-repeat center left/0.24rem 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;}

/* 置顶导航 */
body.currents{ padding-top: 1.98rem;}
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);}
header.currents::before{ display: none;}
.currents .head-top{ display: none;}
.currents .logo img:first-child{ display: none;}
.currents .logo img:last-child{ display: block;}
.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);}
}

  
.head-bottom{ background: #fff;}

.nav{ position: relative; padding-top: 0rem;}
.nav ul{ position: relative; justify-content: space-between;}
.nav li{ position: relative; margin-right: 0rem;}
.nav li:last-child{ margin-right: 0;}
.nav li > a{position: relative; display: block; line-height: 0.68rem; color: #333;}
.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;
    box-shadow: 0 0.05rem 0.1rem rgba(0,0,0,0.1);}
/* .nav li:nth-last-child(1) dl,
.nav li:nth-last-child(2) dl{ left: auto; right: 0;} */
.nav li dd{ position: relative;}
.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;}
.nav li ol{ display: none; position: absolute; left: 100%; top: 0%;box-shadow: 0 0.05rem 0.1rem rgba(0,0,0,0.1);z-index: 1;}
.nav li dd:hover ol{ display: block;}
.nav li dd:hover ol a,
.nav li ol a{ color: #333;}
.nav li dd:hover ol a:hover{ color: #fff;}
/*手机端导航默认*/
body.open{ overflow: hidden;}
.mobile_bg{width: 100vw;height: 100%;z-index: 90;position: fixed;top: 0;left: 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.1rem 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;
}
footer::before{
    content: '';
    display: block;
    width: 100%;
    height: calc(100% + .95rem);
    background: url(../images/footer-bg.png) no-repeat center bottom/auto 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    pointer-events: none;
    -ms-pointer-events: none;
}
.footer{
    padding: .65rem 0;
    /* background: url(../images/footer-mask.png) no-repeat right bottom/auto 100%; */
}
.footerCon{ margin-left: auto;margin-right: 0;width: 4.7rem; line-height: .2rem;}
.footer .time{
    margin: .2rem 0 .4rem;
    justify-content: flex-start;
    line-height: .25rem;
}
.footer .time div{
    padding-right: .2rem;
    margin-right: .2rem;
}
.footer .time div:first-child{
    border-right: 1px solid rgba(255,255,255,0.2);
}
.footer .time p{
    margin-bottom: .1rem;
}
.footer .time p:last-child{
    margin-bottom: 0;
}
.copy{
    flex-direction: column;
}
.copy span{
    margin-bottom: .2rem;
}
.copy span:last-child{
    margin-bottom: 0;
}


/* Responsive style */
@media screen and (max-width:1600px){
    .logo img{ height: .8rem;}
}

@media screen and (max-width:1680px){ }

@media screen and (max-width:1480px){ }

@media screen and (max-width:1320px){ }

@media screen and (max-width:1280px){
}

@media screen and (max-width:1200px){ }

@media screen and (max-width:996px){
    header.currents{ position: relative;}
    .gp-links, .head-bottom{ 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.35rem; 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.1rem;}
    .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 .logo img{
        height: 0.65rem !important;
    }
    .head-top{
        padding: .15rem 0;
    }
    .gp-search .notxt1{
        left: auto;
        right: 0;
    }

    header{
        border-width: 0.04rem;
    }
    .gp-menu{
        top: -0.04rem;
    }
    .footer{
        background: linear-gradient(to right bottom, rgba(148, 7, 10, 0) 30%, rgba(148, 7, 10, 0.8) 100%);
        background: -webkit-linear-gradient(to right bottom, rgba(148, 7, 10, 0) 30%, rgba(148, 7, 10, 0.8) 100%);
        background: -moz-linear-gradient(to right bottom, rgba(148, 7, 10, 0) 30%, rgba(148, 7, 10, 0.8) 100%);
    }
    footer::before{
        height: calc(100% + .95rem);
    }
    
}

@media screen and (max-width:768px){
    .footer{
        background: linear-gradient(to right bottom, rgba(148, 7, 10, 0) 0%, rgba(148, 7, 10, 0.8) 100%);
        background: -webkit-linear-gradient(to right bottom, rgba(148, 7, 10, 0) 0%, rgba(148, 7, 10, 0.8) 100%);
        background: -moz-linear-gradient(to right bottom, rgba(148, 7, 10, 0) 0%, rgba(148, 7, 10, 0.8) 100%);
    }
}

@media screen and (max-width:491px){
    .logo{ width: 300px; max-width: 70%;}
    header .logo img{ height: auto !important; max-height: unset;}
    .gp-menu-header{ top: .3rem; right: .2rem;}
    .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{
        background: linear-gradient(to bottom, rgba(148, 7, 10, 0) 0%, rgba(148, 7, 10, 0.8) 30%);
        background: -webkit-linear-gradient(to bottom, rgba(148, 7, 10, 0) 0%, rgba(148, 7, 10, 0.8) 30%);
        background: -moz-linear-gradient(to bottom, rgba(148, 7, 10, 0) 0%, rgba(148, 7, 10, 0.8) 30%);
        padding: 1rem 0 .3rem;
    }
    .footer .time{
        margin: .2rem 0;
    }
    .footerCon{
        width: 100%;
    }
    
}

@media screen and (max-width:414px){
    .gp-menu-header{
        top: 0.25rem;
        right: 0.15rem;
    }
    .logo{
        max-width: 80%;
    }
    .footer .time{
        margin: .1rem 0;
    }
    .copy span{
        margin-bottom: .1rem;
    }
    .footer .time{ font-size: .16rem;}
    
    
}

@media screen and (max-width:370px) {
    header .logo img{ height: auto !important;}
    .footer .time div:first-child{ padding-right: .1rem; margin-right: .1rem;}
}
