@charset "utf-8";
/**
 * Created by sunJia on 2026/1/8.
 * @Description: Generic Style.
 */
.title{ color: #4b524f;}
.summary{ color: #999;}
.date{ color: #056840;}
.gp-img-responsive.lazyed{ background-repeat: no-repeat;background-size: cover;background-position: center center;}
.fmKaiTi{ font-family: "楷体";}
.background_line{background-image: linear-gradient(#056840,#056840);background-position: 0 100%;background-repeat: no-repeat;background-size: 0 1px;transition: background-size .3s;}
.background_line:hover,a:hover .background_line{background-size: 100% 1px;}

body{
    /* max-width: 1920px; */
    margin: 0 auto;
}
/* header */
header{width: 100%; /* position: absolute;top: 0;right: 0; z-index: 10; */background: #056840; position: relative;z-index: 5;}
.header{ max-width: 1920px; margin: 0 auto; padding-top: .25rem; background: url(../2026images/head-bg.jpg) no-repeat center bottom/100% auto;}
.header .gp-flex{ align-items: center;}
header.subIndex{ position: relative; background: #5c261b;}
header.subIndex::before{ display: none;}

.logo{ padding: 0;align-items: center; font-size: 0;position: relative;}
.logo a{ display: block;color: #fff;text-wrap: nowrap; width: 100%;height: 100%; position: absolute;right: 0;top: 0; z-index: 1;}
.logo a.logo02{ width: 25%; z-index: 2;}
.logo img{ height: 100%; width: auto; height: .52rem;}

.linksBox{ text-align: right; flex: 1;}
.linksBox a{ display: inline-block; line-height: 1;}
.linksBox .home{ padding-right: .3rem; margin-right: .4rem; border-right: 1px solid rgba(255,255,255,1);}
.linksBox .home:hover{ color: #fff;}
.linksBox .home i{ display: inline-block; width: .14rem; height: .14rem; vertical-align: top; margin-right: .1rem;
    background: url(../2026images/home.png) no-repeat center/cover;}

.head-top{ padding: .2rem 0; background: url(../2026images/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: 3.4rem;height: 0.32rem;border-radius: 0.25rem;
    border: 1px solid rgb(229, 243, 238);background: transparent;}
.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: .15rem;
    outline: none; box-sizing: border-box;color: rgba(255,255,255,0.4);}
.gp-search input.notxt::placeholder{ color: rgba(255,255,255,0.3);}
.gp-search .notxt1 {position: absolute;width: 0.37rem;height: 100%;border-radius: 0%;right:0px;top: 0px;
  cursor:pointer;background: url(../2026images/search.png) no-repeat center left/0.17rem 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(../2026images/search.png) 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;}
@keyframes headerAnimation {
    0%{ transform: translateY(-100%);}
    100%{ transform: translateY(0);}
}

  
.head-bottom{ background: #fff;}

.nav{ position: relative; padding-top: 0rem;padding-left: .74rem; padding-right: .74rem; margin-top: .2rem;
    flex: 1; justify-content: space-between; border-top: 1px solid rgb(161, 202, 193);}
.nav ul{ position: relative; justify-content: space-between;}
.nav li{ position: relative; margin-right: 0rem;}
.nav li:last-child{ margin-right: 0;}
.nav li:hover dl{ display: block;}
.nav li > a{position: relative; display: block; line-height: 0.6rem; padding: 0 .1rem;}
.nav li > a:hover{ color: #fff;}
.nav li > a::before{ content: ''; display: block; width: 0%; height: 0.02rem;background: #056840;
  position: absolute;left: 50%;bottom: -1px;transform: translateX(-50%);transition: all 0s ease;z-index: 1; display: none;}
.currents .nav li > a::before{ background: #056840;}
/* .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 #056840;
    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:hover{ background: #056840;}
.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;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;
  }
}

/* 板块标题 */
.modeTil{
    padding-bottom: .3rem;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #44a082;
}
.tilTitle{
    line-height: 1;
    color: #4b524f;
}
.tilTitle:hover{
    color: #4b524f;
}
.tilMore{
    color: #05613a;
    line-height: .37rem;
    border: 1px solid #05613a;
    border-left: none;
    padding-left: .23rem;
    padding-right: .17rem;
    border-radius: 0 .1rem .1rem 0;
    position: relative;
}
.tilMore::before{
    content: '';
    display: block;
    width: .2rem;
    height: 100%;
    background: url(../2026images/more-ico.svg) no-repeat center/auto 100%;
    position: absolute;
    left: 0;
    top: 0;
    transform: translateX(-50%);
    z-index: 1;
}
.tilMore:hover{
    color: #05613a;
}



/* footer */
footer{
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 0;
    text-align: center;
}
.footerTop{
    padding: .68rem 0 .63rem;
    background: url(../2026images/footer-bg.jpg) no-repeat top center/cover;
}
.footerTop .gp-container{
    position: relative;
}
.footerLogo{
    display: inline-block;
    position: relative;
}
.footerLogo a{
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.footerLogo img{
    height: .52rem;
}
.footerLinks{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}
.footerLinks a{
    position: relative;
    display: inline-block;
    width: .5rem;
    height: .5rem;
    border-radius: 50%;
    background: #c2d9d0;
    margin-left: .15rem;
}
.footerLinks a:first-child{
    margin-left: 0;
}
.footerLinks .codeBox{
    display: none;
    position: absolute;
    width: .9rem;
    height: .9rem;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.footerLinks a:hover .codeBox{
    display: block;
}
.footer{
    background: #056840;
}
.copy{
    line-height: .6rem;
    justify-content: space-between;
}
.copy span{
    /* margin-bottom: .2rem; */
}
.copy span:last-child{
    margin-bottom: 0;
}
.go-Top{
    width: auto;
    height: auto;
    padding-right: .22rem;
    background: url(../2026images/go-top.png) no-repeat right center/.12rem auto;
    cursor: pointer;
}


/* Responsive style */
@media screen and (max-width:1700px){}
@media screen and (max-width:1600px){
    .footerTop{
        padding: .5rem 0;
    }
}

@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){
    .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.3rem; right: 0.3rem;}
    .gp-menu-header-icon{ margin-right: 0;}
    .gp-menu-nav{ padding: 0.7rem 0.4rem; background: #056840; background-color: 100% auto;}
    .gp-moble-logo{ padding-left: 0.3rem;}
    .gp-m-search{ width: 100%; 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: 0rem;}
    .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;}

    .linksBox, .gp-search, .nav{
        display: none;
    }
    .gp-m-search{
        display: block;
    }
    .logo img{
        height: .5rem !important;
    }
    .header{
        padding: .2rem 0;
    }
    .footerTop{
        padding: 0.6rem 0 .3rem;
    }
    .footerLogo{
        display: block;
        margin-top: .2rem;
    }
    .footerLinks{
        position: relative;
        top: 0;
        right: auto;
        float: none;
    }
    .footer{
        padding: .1rem 0;
    }
    .copy{
        flex-direction: column;
        line-height: .3rem;
    }
    .go-Top{
        display: inline-block;
        width: auto;
        flex: 0;
    }
    .modeTil{
        padding-bottom: .1rem;
    }
}

@media screen and (max-width:768px){
}

@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;}

    .modeTil .lf{
        margin-right: .06rem;
    }
    .modeTil .rt .en{
        margin-top: .03rem;
    }
    .tilMore{
        line-height: .28rem;
        padding-left: .15rem;
        padding-right: .1rem;
    }
    .footerLinks .codeBox{
        width: .75rem;
        height: .75rem;
    }
    
}

@media screen and (max-width:414px){
    .gp-menu-header{
        top: 0.2rem;
        right: 0.15rem;
    }
    .logo{
        max-width: 80%;
    }
    .footerTop{
        padding: 0.4rem 0 .3rem;
    }
    .footerLinks a{
        width: .4rem;
        height: .4rem;
        margin-left: .1rem;
    }
    .copy span{
        margin-bottom: .1rem;
    }
    .footerLinks .codeBox{
        width: .65rem;
        height: .65rem;
    }
    
    
}

@media screen and (max-width:370px) {
    header .logo img{ height: auto !important;}
}
