@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
}

.layui-col-space50 {
    margin: 0 -25px
}

.layui-col-space50>* {
    padding: 0 25px
}

.header-box{
    height: 0;
    position: relative;
}

.header{
    position: fixed;
    z-index: 999;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 80px;
    transition: all 0.5s ease;
}

.header::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transition: 0.5s;
    opacity: 1;
    visibility: visible;
    z-index: -1;
    background: url(2025hnnydxsky_header_bg.png);
    height: 214px;
}

.header.header-fixed::before{
    background: url(2025hnnydxsky_header_bg2.png);
    height: 138px;
}

.header .logo{
    display: flex;
    align-items: center;
}
.header .logo img{
    width: 100%;
}

.header .header-right{
    flex: 1;
    min-width: 800px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.search-box{
    margin-top: 20px;
}
.search-box .search{
    display: flex;
    align-items: center;
    height: 36px;
    background: #fff;
    border-radius: 20px;
    padding: 0 16px;
}
.search-box .search input{
    border: none;
    outline: none;
    width: 100%;
    height: 100%;
    font-size: 14px;
}
.search-box .search input::placeholder{
    color: #999;
}
.search-box .search button{
    cursor: pointer;
    border: none;
    outline: none;
    background: none;
    font-size: 16px;
    color: #0f7d5c;
    background: url(2025hnnydxsky_search.png) no-repeat;
    background-size: contain;
    width: 23px;
    height: 23px;
    margin-left: 10px;
}


/* 导航 */
.nav{ 
    width: 94%;
}

#nav {
    z-index: 1;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    -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>a {
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #ffffff;
    position: relative;
}

#nav>.on>a {
    color: #e1c95b;
    font-weight: bold;
}
  
/* 导航栏--子栏目 */
#nav .nav-cont {
    display: none;
    float: none;
    position: absolute;
    overflow: hidden !important;
    background-color: rgba(255, 255, 255,.9);
    border-top: 4px solid #e1c95b;
    top: 50px;
    left: -40px;
    right: -40px;
    padding: 10px 0;
    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;
    text-align: center;
    line-height: initial;
    color: #23856b;
}

#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 70px 20px 20px;
    display: flex;
    background: #23856b;
    justify-content: flex-start;
}

.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 .search-box{
    padding: 20px;
}

.mobile-nav {
    position: fixed;
    top: 0;
    left: -100%;
    bottom: 0;
    width: 80%;
    max-width: 300px;
    z-index: 1001;
    background: #23856b;
    overflow-y: auto;
    transition: 0.4s;
    padding: 20px 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: 30px;
    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 {
    margin-top: 50px;
    background: #1b8065;
    color: #fff;
}

.footer .footer-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 50px 0;
}

.footer .footer-logo {
    display: flex;
    align-items: center;
}

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

.footer .footer-info{
    display: flex;
    flex-direction: column;
}
.footer .footer-links{
    width: 400px;
    display: flex;
    flex-direction: column;
}
.footer .footer-links .footer-links-item{
    display: flex;
    flex-wrap: wrap;
}
.footer .footer-info span,
.footer .footer-links span{
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 15px;
}
.footer .footer-info p,
.footer .footer-links a {
    font-size: 16px;
    color: #ebfff0;
    line-height: 32px;
}
.footer .footer-links a {
    width: 50%;
}

.footer .footer-links a:hover {
    text-decoration: underline;
}

.footer .copyright {
    height: 64px;
    line-height: 63px;
    border-top: 1px solid #6faf9e;
    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-space30{
        margin: -5px;
    }
    .layui-col-space30>*{
        padding: 5px;
    }
    .layui-col-space40>* {
        padding: 10px;
    }
    .layui-col-space50{
        margin: 0;
    }
    .layui-col-space50>* {
        padding: 10px;
    }
}
/* 响应式调整 */
@media only screen and (max-width: 1100px) {
    .mobile-nav-box{
        display: block;
    }
    .header-box{
        display: none !important;
    }
}

/* 响应式调整 */
@media only screen and (max-width: 768px) {
    body {
        font-size: 14px;
    }
    #owl-banner{
        display: none!important;
    }
    .footer{
        padding: 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;
        padding: 0;
    }
    .footer .footer-info span,
    .footer .footer-links span{
        font-size: 14px;
        margin-bottom: 10px;
    }
    .footer .footer-info p, .footer .footer-links a {
        font-size: 12px;
        line-height: 1.5;
    }
    .footer .footer-links{
        margin-top: 20px;
        width: 100%;
    }
    .footer .copyright{
        font-size: 12px;
        padding: 10px;
        height: auto;
        line-height: 1.5;
    }
}