@charset "utf-8";
@import url(animate.min.css);

* {
    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: 0 -20px
;}

.layui-col-space40>* {
    padding: 0 20px
;}

.layui-col-space50 {
    margin: 0 -25px
;}

.layui-col-space50>* {
    padding: 0 25px
;}

.header{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    transition: all 0.5s ease;
    padding: 40px 0;}

.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;}

.header .header-right .info{
    color: #6e6e6e;}

.header .header-right .info a{
    color: #6e6e6e;
    padding: 0 5px;
    line-height: 20px;}

.nav {
    background-color: #2C6049;}

#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 {
    flex: 1;
    text-align: center;
    position: relative;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;}

#nav>li>a {
    display: block;
    height: 54px;
    line-height: 54px;
    font-size: 18px;
    color: #ffffff;
    position: relative;}

#nav>.on>a {
    border-bottom: 4px solid #4bb988;
    background: #019d58;
    font-weight: bold;}
  

#nav .nav-cont {
    display: none;
    float: none;
    position: absolute;
    overflow: hidden !important;
    background-color: rgba(255, 255, 255, .8);
    top: 54px;
    left: 0;
    right: 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:first-child{margin-top:10px;}
#nav .nav-cont li:last-child{margin-bottom:10px;}

#nav .nav-cont li a {
    display: block;
    padding: 10px 0;
    text-align: center;
    line-height: initial;
    color: #000000;}

#nav .nav-cont li:hover {
    background: #019d58;}

#nav .nav-cont li:hover a{
    color: #ffffff;}

.mobile-nav-box{
    position: relative;
    display: none;}

.mobile-nav-box .logo{
    padding: 20px 70px 20px 20px;
    display: flex;
    background: #019D58;
    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 {
    position: fixed;
    top: 0;
    left: -100%;
    bottom: 0;
    width: 80%;
    max-width: 300px;
    z-index: 1001;
    background: #019D58;
    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;}



#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);

    opacity: 0.5;}

#owl-banner .owl-pagination .owl-page.active {
    filter: Alpha(Opacity=100);

    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: #2c6049;
    color: #fff;}

.footer .footer-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 25px 0 15px;}

.footer .footer-info{
    flex: 1;
    display: flex;
    flex-direction: column;}
.footer .footer-info .footer-info-p{
    display: flex;
    flex-wrap: wrap;}
.footer .footer-links{
    flex: 1;
    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: 16px;
    color: #ffffff;
    margin-bottom: 15px;}
.footer .footer-info p,
.footer .footer-links a {
    font-size: 14px;
    color: #ffffff;
    line-height: 32px;
    margin-right: 30px;}
.footer .footer-links a {
    display: flex;
    flex-wrap: wrap;}

.footer .footer-links a:hover {
    text-decoration: underline;}

.footer .copyright {
    height: 60px;
    line-height: 60px;
    border-top: 1px solid #7a9b8c;
    text-align: center;
    font-size: 14px;
    color: #ffffff;}
.footer .copyright a{
    font-size: 14px;
    color: #ffffff;}



.side-float-window {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 175px;
    padding: 8px;
    z-index: 999;
    border-radius: 15px;

    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
    background-color: #019D58;
    background-image: -moz-linear-gradient( 90deg, rgb(1,157,88) 64%, rgb(44,96,73) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(1,157,88) 64%, rgb(44,96,73) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(1,157,88) 64%, rgb(44,96,73) 100%);}
.side-float-window .side-float-box{
    border: 1px solid #ffffff;
    border-radius: 10px;}
.side-float-title {
    color: white;
    text-align: center;
    padding: 15px 0;
    font-size: 28px;}
.side-float-content ul {
    list-style: none;
    margin: 0;
    padding: 0;}
.side-float-content ul li {
    border-top: 2px dotted #ffffff;position:relative;}
.side-float-content ul li:last-child {
    border-bottom: none;}
.side-float-content ul li a {
    display: block;
    font-size: 18px;
    color: white;
    padding: 14px 5px;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.3s;}
.side-float-content ul li a:hover {
    background-color: rgba(255, 255, 255, 0.2);}
.side-float-content ul li:hover .tel{visibility:visible;}
.side-float-content ul li .tel{position:absolute;width: 208px;height:100%;display:flex;align-items:center;color: #fff;left: -208px;top: 0;flex-wrap: nowrap;justify-content: center;visibility: hidden;padding-right: 8px;}
.side-float-content ul li .tel:hover{visibility:visible;}
.side-float-content ul li .tel p{color:#fff;width:100%;background: #2c6049;display:flex;height: 100%;padding: 10px;flex-wrap: nowrap;justify-content: center;align-items: center;}

@media only screen and (max-width: 1400px) {
    .layui-main {
        width: 100%;}
    .layui-col-space40{
        margin: 0;}
    .side-float-window {
        display: none;}
}

@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-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;}
    .footer .copyright{
        font-size: 12px;
        padding: 10px;
        height: auto;
        line-height: 1.5;}
    .footer .copyright a{
        font-size: 12px;}
}