@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: 1300px;
}

.layui-col-space40 {
    margin: -20px
}

.layui-col-space40>* {
    padding: 20px
}


.header{

}
.header .head{
    background: url("2025hnnydxhcxy_header_bg.png") no-repeat center center;
    background-size: cover;
}
.header .head .layui-main{
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header .head .logo{

}
.header .search-box{
    margin-top: 20px;
}
.header .search-box .search{
    display: flex;
    align-items: center;
    height: 36px;
    background: #fff;
    border-radius: 20px;
    border: 1px solid #ca5660;
    padding: 0 16px;
}
.header .search-box .search input{
    border: none;
    outline: none;
    width: 100%;
    height: 100%;
    font-size: 14px;
}
.header .search-box .search input::placeholder{
    color: #999;
}
.header .search-box .search button{
    cursor: pointer;
    border: none;
    outline: none;
    font-size: 16px;
    color: #0f7d5c;
    background: url(2025hnnydxhcxy_search_btn.png) no-repeat;
    background-size: contain;
    width: 23px;
    height: 23px;
    margin-left: 10px;
}

/* 导航 */
.nav {
    background: #23856b;
    background-size: cover;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
#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: 60px;
    line-height: 60px;
    font-size: 24px;
    color: #ffffff;
    position: relative;
}
#nav>.on>a {
    font-weight: bold;
}

/* 导航栏--子栏目 */
#nav .nav-cont {
    display: none;
    float: none;
    position: absolute;
    overflow: hidden !important;
    background: #fff;
    top: 60px;
    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: #118569;
}

.mobile-nav-box{
    position: relative;
    display: none;
}

.mobile-nav-box .logo{
    padding: 20px 60px 20px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #23856b;
}

.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;
    color: #ffffff;
}

.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;
    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: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    left: 0;
    z-index: 100;
    background: url(banner_button.png) no-repeat;
}

#owl-banner .owl-next {
    left: auto;
    right: 0;
    background-position: -50px 0;
}


/* 友情链接 */
.footer-links {
    display: flex;
    flex-direction: column;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.footer-links span,
.footer-links a {
    color: #000000;
    font-size: 18px;
}
.footer-links a {
    margin-right: 40px;
}
.footer-links .links-category {
    display: flex;
    align-items: center;
}
.footer-links .category-title {
    font-size: 18px;
    font-weight: bold;
    margin-right: 20px;
    white-space: nowrap;
    color: #000000;
}
.footer-links .category-links {
    display: flex;
    flex-wrap: wrap;
    line-height: 2;
}
.footer-links .category-links a:hover {
    color: #23856b;
    text-decoration: underline;

}

/* 页脚样式 */
.footer {
    background: #23856b;
    color: #fff;
    padding: 20px 0;
}
.footer .copyright {
    text-align: center;
}
.footer .copyright p{
    line-height: 2;
    font-size: 16px;
    color: #ffffff;
}

/* 响应式调整 */
@media only screen and (max-width: 1300px) {
    .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) {
    .header .head{
        display: none;
    }
    .mobile-nav-box{
        display: block;
    }
    .nav,
    #nav-placeholder{
        display: none !important;
    }
    .header .search-box .search{
        border-color: #ffffff;
    }
}

/* 响应式调整 */
@media only screen and (max-width: 768px) {
    #owl-banner{
        display: none!important;
    }
    .footer{
        padding: 20px 10px;
    }
    .footer-links{
        display: flex;
        flex-wrap: wrap;
        padding-bottom: 10px;
        line-height: 2;
        padding: 10px;
    }
    .footer-links span{
        font-size: 14px;
        width: 100%;
    }
    .footer-links a{
        font-size: 14px;
        width: 50%;
        margin-right: 0;
        flex: auto;
    }
    .footer-links .links-category {
        flex-direction: column;
        align-items: flex-start;
    }
    .footer-links .category-title {
        margin-bottom: 5px;
    }
    .footer-links .category-links{
        width: 100%;
    }
    .footer .copyright{
        font-size: 12px;
    }
}