@charset "utf-8";
@import url(animate.min.css);

/*CSS reset*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family:
        "Source Han Sans CN",
        "Microsoft YaHei",
        "PingFang SC",
        sans-serif;
    font-size: 16px;
    line-height: 1;
    cursor: default;
    color: #000000;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.clear {
    clear: both;
}


.layui-main {
    width: 1400px;
}

.layui-col-space40 {
    margin: -20px
}

.layui-col-space40>* {
    padding: 20px
}

/* 导航 */
.nav {
    background: #ffffff url(2025hnnydxjyxy_navbar_bg.png) no-repeat center;
    background-size: cover;
    height: 150px;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

#nav {
    z-index: 1;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    background: url(2025hnnydxjyxy_navbar_textbg.png) no-repeat center 43px;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

#nav>li {
    text-align: center;
    position: relative;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

#nav>li.nLi {
    margin-top: 80px;
}

#nav>li>a {
    display: block;
    height: 55px;
    line-height: 55px;
    font-size: 22px;
    color: #ffffff;
    position: relative;
}

#nav>.on>a {
    color: #a5f1bf;
    font-weight: bold;
}

#nav>.home {
    border-radius: 10px;
    background: url(2025hnnydxjyxy_logo_bg.png) no-repeat;
    width: 380px;
    height: 158px;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out; 
}

#nav>.home .logo {
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.nav-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
    transition: all 0.5s ease;
}
.nav-fixed.nav {
    height: 120px;
}
.nav-fixed #nav{
    background-position: center 23px;
}
.nav-fixed #nav>.home {
    height: 128px;
    background-position: 0 -38px;
}
.nav-fixed #nav>.home .logo{
    height: 120px;
}
.nav-fixed #nav>li.nLi{
    margin-top: 60px;
}

/* 导航栏--子栏目 */
#nav .nav-cont {
    display: none;
    float: none;
    position: absolute;
    overflow: hidden !important;
    background: #fff;
    top: 55px;
    left: -30px;
    right: -30px;
    border-radius: 4px;
    text-align: center;
    z-index: 999;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

#nav .nav-cont li {
    text-align: left;
    line-height: normal;
}

#nav .nav-cont li a {
    display: block;
    padding: 10px 0;
    font-size: 18px;
    text-align: center;
    line-height: initial;
}

#nav .nav-cont li:hover a {
    color: #fff;
}

#nav .nav-cont li:hover {
    background: #5daf62;
}

.mobile-nav-box{
    position: relative;
    display: none;
}

.mobile-nav-box .logo{
    padding: 20px 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0f7d5c;
    text-align: center;
}

.mobile-nav-box .logo img{
    max-width: 100%;
}

/* 移动端导航样式 */
.mobile-nav-toggle {
    position: absolute;
    top: 50%;
    right: 14px;
    margin-top: -12px;
    z-index: 1002;
    border: 0;
    background: none;
    font-size: 24px;
    transition: all 0.4s;
    outline: none;
    cursor: pointer;
    color: #fff;
}

.mobile-nav-toggle i{
    font-size: 24px;
}

.mobile-nav-active {
    overflow: hidden;
}

.mobile-nav-active .mobile-nav {
    left: 0;
}

.mobile-nav {
    position: fixed;
    top: 0;
    left: -100%;
    bottom: 0;
    width: 80%;
    max-width: 300px;
    z-index: 1001;
    background: #007450;
    overflow-y: auto;
    transition: 0.4s;
    padding: 60px 0 0 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.mobile-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mobile-nav a {
    display: block;
    position: relative;
    color: #fff;
    padding: 10px 20px;
    font-weight: 500;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
    background-color: rgba(255, 255, 255, 0.1);
}

.mobile-nav .drop-down > a:after {
    font-family:layui-icon!important;
    content: "\e61a";
    font-style: normal;
    font-weight: normal;
    padding-left: 10px;
    position: absolute;
    right: 20px;
}

.mobile-nav .drop-down > a {
    padding-right: 35px;
}

.mobile-nav .drop-down ul {
    display: none;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.05);
}

.mobile-nav .drop-down ul li {
    border-bottom: none;
}

.mobile-nav .drop-down ul a {
    padding-left: 30px;
    font-size: 14px;
}

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 999;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(0, 0, 0, 0.6);
    overflow: hidden;
    display: none;
    transition: ease-in-out 0.2s;
}


/* banner */
#owl-banner .item img {
    width: 100%;
}

#owl-banner .owl-pagination {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

#owl-banner .owl-pagination .owl-page {
    border-radius: 50%;
    background: #fff;
    width: 15px;
    height: 15px;
    margin: 5px 7px;
    cursor: pointer;
    overflow: hidden;
    filter: Alpha(Opacity=50);
    /*IE7 fix*/
    opacity: 0.5;
}

#owl-banner .owl-pagination .owl-page.active {
    filter: Alpha(Opacity=100);
    /*IE7 fix*/
    opacity: 1;
}

#owl-banner .owl-prev,
#owl-banner .owl-next {
    display: none;
    width: 42px;
    height: 69px;
    position: absolute;
    top: 50%;
    margin-top: -35px;
    left: 0;
    z-index: 100;
    background: url(carouse_anniu.png) no-repeat;
}

#owl-banner .owl-next {
    left: auto;
    right: 0;
    background-position: -42px 0;
}


/* 页脚样式 */
.footer {
    background: url(2025hnnydxjyxy_footer_bg.png) no-repeat;
    background-size: cover;
    color: #fff;
    padding: 40px 0 40px;
}

.footer .footer-content {
    display: flex;
    margin-bottom: 20px;
    flex-direction: row;
    justify-content: space-between;
}

.footer .footer-content .footer-left {
    display: flex;
    flex-direction: column;
}

.footer .footer-logo {
    margin-bottom: 44px;
}

.footer .footer-logo img {
    max-height: 54px;
}

.footer .footer-info .info-item {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.footer .footer-info .info-item:last-child {
    margin-bottom: 0;
}

.footer .footer-info .info-item .icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.footer .footer-qrcode {
    display: flex;
    width: 560px;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
}

.footer .qrcode-item {
    text-align: center;
    margin: 0 15px
}

.footer .qrcode-item img {
    width: 120px;
}

.footer .qrcode-item p {
    margin-top: 5px;
    font-size: 12px;
    line-height: 1.2;
}

.footer .footer-links {
    /* margin-top: 64px; */
    display: flex;
    flex-direction: column;
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.footer .footer-links span,
.footer .footer-links a {
    color: #fff;
    font-size: 16px;
}

.footer .footer-links a {
    margin-right: 40px;
}

.links-category {
    display: flex;
    margin-bottom: 15px;
    align-items: center;
}
.category-title {
    font-weight: bold;
    margin-right: 10px;
    white-space: nowrap;
    color: #fff;
}
.category-links {
    display: flex;
    flex-wrap: wrap;
}

.category-links a:hover {
    color: #a5f1bf;
    text-decoration: underline;

}

.footer .copyright {
    margin-top: 30px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
}

/* 响应式调整 */
@media only screen and (max-width: 1400px) {
    .layui-main {
        width: 100%;
    }
    .layui-col-space40{
        margin: 0;
    }
}
/* 响应式调整 */
@media only screen and (max-width: 1200px) {
    .layui-col-space20{
        margin: 0;
    }
    .layui-col-space20>*{
        padding: 5px;
    }
    .layui-col-space40>* {
        padding: 10px;
    }
}
/* 响应式调整 */
@media only screen and (max-width: 1100px) {
    .mobile-nav-box{
        display: block;
    }

    .nav,
    #nav-placeholder{
        display: none !important;
    }
}

/* 响应式调整 */
@media only screen and (max-width: 768px) {
    #owl-banner{
        display: none!important;
    }
    .footer{
        padding: 20px 10px;
    }
    .footer .footer-logo {
        margin-bottom: 20px;
    }
    .footer .footer-info .info-item{
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 10px;
    }
    .footer .footer-logo img{
        max-width: 100%;
        max-height: initial;
    }
    .footer .footer-content {
        margin-bottom: 10px;
        flex-direction: column;
    }
    .footer .footer-qrcode{
        display: none;
        margin-top: 20px;
        width: 100%;
        border-left: none;
    }
    .footer .footer-links{
        display: flex;
        flex-wrap: wrap;
        padding-bottom: 10px;
        line-height: 2;
    }
    .footer .footer-links span{
        font-size: 14px;
        width: 100%;
    }
    .footer .footer-links a{
        font-size: 14px;
        width: 50%;
        margin-right: 0;
        flex: auto;
    }
    .links-category {
        flex-direction: column;
        align-items: flex-start;
    }
    .category-title {
        margin-bottom: 5px;
    }
    .category-links{
        width: 100%;
    }
    .footer .copyright{
        margin-top: 20px;
        font-size: 12px;
    }
}