@charset "utf-8";
/* banner */
.banner{
    position: relative;
}
.banner .swiper-pagination-bullet{
    border: 2px #000 solid;
    background-color: #000;
}
.banner .swiper-pagination-bullet-active{
    border: 2px #006400 solid;
    background-color: #006400;
}

.indexabout{
    position:relative;
    padding: 80px 0;
}
.indexaboutimg {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    vertical-align: top;
    overflow-x: hidden;
    overflow-y: hidden;
    width: 600px;
    height: 600px;
    border-radius: 5000px;
    filter: none;
    border: 20px #fff solid;
    box-shadow: 0px 20px 50px 1px rgba(0, 0, 0, 0.3)
}
.indexabout_flex{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.indexaboutimg img {
    object-fit: cover;
    width: 100%;
    height: 100%
}
.indexaboutitle h2{
    font-size:18px;
    color:#999;
    word-wrap: break-word;
    white-space: normal;
}
.indexaboutitle h1{
    font-size:60px;
    font-weight: bold;
    color:#0f334b;
    font-family: "Roboto";
    margin: 10px 0;word-wrap: break-word;
    white-space: normal;
}
.indexaboutitle h3{
    font-size:20px;
    color: #0f334b;
    margin-bottom: 10px;
    font-weight: bold;word-wrap: break-word;
    white-space: normal;
}
.indexaboutitle p{
    font-size: 15px;
    margin-bottom: 10px;
    color: #999;word-wrap: break-word;
    white-space: normal;
}
.indexaboutdiv{
    background-color:#0f334b;
    border-radius: 8px;
    padding:50px;
    margin-top:30px;
    box-shadow: 5px 5px 30px 0px rgba(15, 51, 75, 0.3);
}
.indexaboutdiv h3{
    font-size:26px;
    font-weight: bold;
    color:#fff
}
.indexabout_more{
    border: 3px #006400 solid;
    display: inline-block;
    padding: 15px 35px;
    border-radius: 35px;
    margin-top: 30px;
    transition: all ease 0.5s;

}
.indexabout_more a{
    color: #006400;
    font-weight: bold;
}
.indexabout_more:hover {
    box-shadow: 5px 5px 30px 0px rgba(139, 185, 27, 0.5);
    background-color: #006400;
    border: 3px #006400 solid;
    transition: all ease 0.5s;
}
.indexabout_more:hover a{
    color:#Fff
}

/* product */
.indexproduct{
    background-color: #f0f0f0;
    padding: 80px 0;
}
.indextitle {
    text-align: center;
}
.indextitle span{
    color:#666;
    font-size:14px;
    word-wrap: break-word;
    white-space: normal;
}
.indextitle h3{
    font-size:48px;
    font-weight: bold;word-wrap: break-word;
    white-space: normal;
}
.indexproducts{
    text-align: center;
    margin-top: 50px;
    transition: all ease 0.3s;
    border-radius: 25px;
    padding: 10px 10px 30px 10px;
}
.indexproducts:hover{
    box-shadow: 0 0 10px rgba(139, 185, 27, 0.4);
    transition: all ease 0.3s;
}
.indexproductimg{
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
    padding-top: 100%;
}
.indexproductimg img{
    width: 100%;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.35s ease;
    border-radius: 25px;
    border: 10px #fff solid;
}
.indexproductmore{
    border: 3px #006400 solid;
    display: inline-block;
    padding: 15px 35px;
    border-radius: 35px;
    margin-top: 30px;
    transition: all ease 0.5s;
    background-color: #006400;
    cursor: pointer;
}
.indexproductmore a{
    color: #fff;
    transition: all ease 0.5s;
    font-weight: bold;
}
.indexproducts:hover  .indexproductmore{
    box-shadow: 5px 5px 30px 0px rgba(139, 185, 27, 0.5);
    background-color: #006400;
    border: 3px #006400 solid;
    transition: all ease 0.5s;
}
.indexproducttitle{
    font-size:16px;
    padding: 0 30px;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 20px;
}
.indexproducttitle a{
    color: #666;
    word-wrap: break-word;
    white-space: normal;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.indexproduct_wrap{
    background: url(../images/1.jpg) no-repeat;
    background-size: cover;
    padding: 30px 0;
    position: relative;
    margin-top: 50px;
    border-radius: 35px;
}
.indexproduct_wrap::before{
    content: "";
    background: rgba(15, 51, 75, 0.9);
    top:0;
    bottom: 0;
    left:0;
    right: 0;
    position: absolute;
    width:100%;
    height: 100%;
    z-index: 0;
    border-radius: 35px;
}
.indexwrap_title{
    position: relative;
    padding: 50px 50px;
}
.indexwrap_title h2{
    font-size:32px;
    font-weight: bold;
    color:#fff;
    z-index: 999;
    /*line-height: 60px*/
    margin-bottom: 20px;
    word-wrap: break-word;
    word-break: break-all;
}
.indexwrap_title span{
    color:#fff;
    word-wrap: break-word;
    word-break: break-all;
}

.indexabout_video{
    position: relative;
}
.indexproduct_flex {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.dr {
    position: absolute;
    left:50%;
    transform: translate(-50%, -50%);
    z-index: 9;
}

.drbtn {
    position: relative;
}

.cw {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 5px solid #fff;
    position: relative;
    transition: 0.5s;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}

.cw:hover {
    border: 5px solid #fff;
    background-color: transparent;
    transition: 0.5s;
    background-color: #fff;

}

.cw:hover i {
    color: #172f3b;
}

.cw i {
    font-size: 25px;
    color: #172f3b;
}

.bo {
    position: absolute;
    top: 0;
}

.bo::before {
    content: "";
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid #fff;
    animation: scale 2s infinite;
}

.bo::after {
    content: "";
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #fff;
    animation: scale2 2s infinite;
}

@keyframes scale {
    0% {
        transform: scale(1);
        opacity: 0.9;
    }

    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes scale2 {
    0% {
        transform: scale(1);
        opacity: 0.9;
    }

    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

.videomain {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999999999999999999999;
}

.videoclose {
    position: absolute;
    top: 50px;
    right: 50px;
    cursor: pointer;
}

.videoclose img {
    width: 50px;
    height: 50px;
    display: block;
    cursor: pointer;
}

.videobox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    overflow: hidden;
    max-height: 800px;
    min-height: 600px;
}

.videobox video {
    width: 100%;
    height: 100%;
}

.videobox iframe {
    width: 100%;
    height: 100%;
    max-height: 800px;
    min-height: 600px;
}
/* indexadvantages */
.indexadvantages{
    background: url(../images/backjpg.jpg) no-repeat bottom center #006400;
    padding: 80px 0;
}
.indextitle_bg {
    text-align: center;
}
.indextitle_bg span{
    color:#fff;
    font-size:14px;
    word-wrap: break-word;
    white-space: normal;
}
.indextitle_bg h3{
    font-size:38px;
    font-weight: bold;
    color:#fff;word-wrap: break-word;
    white-space: normal;
    /*-webkit-line-clamp: 2;*/
}
.indexadvantages_main{
    background-color: #Fff;
    padding: 50px 50px;
    border-radius: 15px;
    margin-top: 50px;
}
.indexadvantages_icon i{
    border-radius: 50%;
    border: 10px #ddd solid;
    width: 120px;
    height: 120px;
    text-align: center;
    line-height: 100px;
    display: inline-block;
    font-size:48px;
    color:#006400;
    transition: all 0.35s ease
}

.indexadvantages_icon:hover i{
    transform: rotateY(180deg);
    transition: all 0.35s ease
}
.indexadvantages_title{
    font-size:20px;
    margin-top: 20px;
    font-weight: bold;
    width: 90%;
    line-height: 24px;
    margin-bottom: 20px;word-wrap: break-word;
    white-space: normal;
}
/* FAQ */
.indexfaq{
    padding: 80px 0;
}
.indexfaqtitle{
    width: 90%;
}
.indexfaqtit h2{
    font-size:48px;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 20px;word-wrap: break-word;
    white-space: normal;
}
.indexfaqtit h3{
    font-size:18px;
    line-height: 24px;word-wrap: break-word;
    white-space: normal;
}
.indexfaq_accordion{
    background-color: #f0f0f0;
    padding: 20px 50px;
    border-radius: 15px;
    margin-top: 30px;
    margin-bottom: 20px;
}
.indexfaq_accordion .accordion{
    background: none;
}
.indexfaq_accordion .accordion-button:not(.collapsed){
    box-shadow: none;
}
.indexfaq_accordion .accordion-item{
    background: none;
    border: none;
}
.indexfaq_accordion .accordion-button{
    background: none;
    border-bottom: 1px #ddd solid;
    padding:15px 0 !important;
}
.accordion-body{
    padding: 15px 0;word-wrap: break-word;
    white-space: normal;
}
.indexfaq_accordion .accordion-button:focus{
    box-shadow: none;
}
.indexfaq_accordiontit{
    font-size:24px;
    font-weight: bold;
    margin-bottom: 10px;word-wrap: break-word;
    white-space: normal;
}
.indexfaq_more{
    text-align: center;
    margin-top: 20px;
}
.indexfaq_more h2{
    font-size:28px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    color: #172f3b;word-wrap: break-word;
    white-space: normal;    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.indexfaq_more a{
    font-weight: bold;
    font-size:18px;
    padding: 15px 30px;
    border-radius: 35px;
    background-color: #006400;
    display: inline-block;
    color: #fff;
}
/* logo */
.indexlogo{
    background: url(../images/bg1.png) bottom;
    background-size: cover;
    padding: 80px 0;
}
.indexlogo_title{
    font-size:48px;
    font-weight:bold;
    color:#fff;
    word-wrap: break-word;
    white-space: normal;
}
.indexlogo .logoSwiper{
    margin-top: 30px;
}

/* news */
.indexnews{
    padding: 50px 0;
}
.indexnews_main{
    margin-top: 50px;
}
.indexnews .newblogflex {
    display: flex;
    flex-wrap: wrap;
}
.indexnews .blogbox {
    height: 100%;
    position: relative;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
}
.indexnews .blog_img {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
    padding-top: 100%;
}
.indexnews .blog_img img {
    width: 100%;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}
.indexnews .blog_txt {
    padding: 20px 15px 30px 15px;
}
.indexnews .blog_txt h3 {
    word-wrap: break-word;
    /*white-space: pre-wrap;*/
    word-break: break-all;
    margin: 0 0 10px 0;
    line-height: 23px;
    font-weight: bold;
    font-size: 18px;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}
.indexnews .blog_txt p {
    word-wrap: break-word;
    /* white-space: pre-wrap; */
    word-break: break-all;
    font-size: 16px;
    color: #666;
    line-height: 25px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}
.indexnews .blogmorebtn {
    display: flex;
    justify-content: center;
    align-items: center;
}
.indexnews .blogmore {
    display: block;
    padding: 10px 60px;
    font-size: 18px;
    color: #000;
    text-align: center;
    background-color: #fff;
    margin-top: 10px;
    border: 1px solid #000;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}
.indexnews .blogline {
    width: 0%;
    height: 3px;
    background: #006400;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}
.indexnews .blogli:hover .blogline {
    width: 100%;
}
.indexnews .blogli:hover .blogmore {
    background-color: #006400;
    border: 1px solid #006400;
    color: #fff;
}
.indexnews .blogli:hover .blog_txt h3 {
    font-weight: bold;
    color: #006400;
}
.indexnews .blogli:hover .blog_img img {
    transform: scale(1.2);
}
.indexnews .blogli {
    margin-bottom: 30px;
}

/* map */
#map_foot {
    width: 100%;
    height: 450px;
}
/* footer */
footer{
    background-color: #0f334b;
    padding: 50px 0;
    color:#fff
}
footer a{
    color:#fff;
}
.foot{
    margin-top: 50px;
    margin-bottom: 50px;
}
.fot_nav{
    display: flex;
    justify-content:flex-start;
    align-items:center;
    margin: 10px 0;
}
.fot_nav i{
    position: absolute;
    font-size:30px
}
.fot_nav h3{
    font-size: 16px;
    font-weight: normal;
    word-wrap: break-word;
    white-space: normal;
    padding-left: 45px;
}
.footer_tags {
    border-bottom: 1px solid #092538;
    padding: 0 0 30px 0;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
}
.footer_tags p {
    font-size: 14px;
    color: #ddd;
    text-transform: none;
    margin-right: 10px;
}
.footer_tags a {
    font-size: 16px;
    color: #ddd;
    display: block;
    line-height: 24px;
    margin-right: 20px;
}
.footer_tags a:hover {
    text-decoration: underline !important;
    color: #006400;
}
.bottom{
    word-wrap: break-word;
    white-space: normal;
    word-break: break-all;
    padding: 20px 0;
    border-top:1px #092538 solid ;
}
.bottom a{
    color:#006400
}  .bg-dark {
       background-color: #0f334b !important;
       padding:5px 0 !important
   }
@media (max-width:576px) {
    .navbar-toggler {
        background-color: #006400;
    }

    .indexaboutimg{
        width: auto;
        height: auto;
    }
    .indexaboutitle h1{
        font-size:36px;
        line-height: 36px;
    }
    .indexabout{
        padding: 50px 0;
    }
    .indexaboutitle{
        padding-top: 50px;
    }
    .indexaboutdiv h3{
        font-size: 24px;
    }
    .indexaboutdiv{
        padding: 30px 20px;
    }
    .indextitle h3{
        font-size:30px;
        line-height: 30px;
    }
    .indexproducttitle{
        padding:0 0;
    }
    .indexproductmore{
        padding: 15px 15px;
    }
    .indexproducts{
        margin-top: 30px;
    }
    .indexproduct_wrap{
        padding-bottom:100px;
    }
    .indexwrap_title{
        padding: 20px 20px;
    }
    .indexwrap_title h2{
        font-size:30px;
        line-height: 30px;
    }
    .indexadvantages_main{
        padding: 20px 20px;
    }
    .indexadvantages_title{
        width: 100%;
    }
    .dr{
        margin-top: 10%;
    }
    .indextitle_bg h3{
        font-size:30px;
        line-height: 30px;
    }
    .indexfaqtit h2{
        font-size:30px;
        padding-bottom: 10px;
    }
    .indexfaqtit h3{
        font-size:14px
    }
    .indexfaq_more h2{
        font-size:24px
    }
    .indexfaq{
        padding: 30px 0;
    }
    .indexfaq_accordion{
        padding: 20px 15px;
    }
    .indexfaqtitle{
        width: 100%;
    }
    .indexfaq_accordion{
        margin-bottom: 20px;
    }
    .indexlogo_title{
        font-size:30px;
        line-height: 30px;
    }
    .foot{
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

@media (min-width:577px) and (max-width:767px) {
    .navbar-toggler {
        background-color: #006400;
    }

    .indexaboutimg{
        width: auto;
        height: auto;
    }
    .indexaboutitle h1{
        font-size:36px;
        line-height: 36px;
    }
    .indexabout{
        padding: 50px 0;
    }
    .indexaboutitle{
        padding-top: 50px;
    }
    .indexaboutdiv h3{
        font-size: 24px;
    }
    .indexaboutdiv{
        padding: 30px 20px;
    }
    .indextitle h3{
        font-size:30px;
        line-height: 30px;
    }
    .indexproducttitle{
        padding:0 0;
    }
    .indexproductmore{
        padding: 15px 15px;
    }
    .indexproducts{
        margin-top: 30px;
    }
    .indexproduct_wrap{
        padding-bottom:100px;
    }
    .indexwrap_title{
        padding: 20px 20px;
    }
    .indexwrap_title h2{
        font-size:30px;
        line-height: 30px;
    }
    .indexadvantages_main{
        padding: 20px 20px;
    }
    .indexadvantages_title{
        width: 100%;
    }
    .dr{
        margin-top: 5%;
    }
    .indextitle_bg h3{
        font-size:30px;
        line-height: 30px;
    }
    .indexfaqtit h2{
        font-size:30px;
        padding-bottom: 10px;
    }
    .indexfaqtit h3{
        font-size:14px
    }
    .indexfaq_more h2{
        font-size:24px
    }
    .indexfaq{
        padding: 30px 0;
    }
    .indexfaq_accordion{
        padding: 20px 15px;
    }
    .indexfaqtitle{
        width: 100%;
    }
    .indexfaq_accordion{
        margin-bottom: 20px;
    }
    .indexlogo_title{
        font-size:30px;
        line-height: 30px;
    }
    .foot{
        margin-top: 30px;
        margin-bottom: 30px;
    }

}

@media (min-width:768px) and (max-width:992px) {
    .indexproductmore{
        padding: 15px 15px;
    }
    .indexproductmore{
        margin-top:20px;
    }
    .indexwrap_title h2{
        font-size:30px;
        line-height: 30px;
    }
    .indexfaq_accordion{
        margin-bottom: 20px;
    }
    .indexaboutimg{
        width: auto;
        height: auto;
    }

}

@media (min-width:992px) and (max-width:1200px) {
    .indexaboutimg{
        width: auto;
        height: auto;
    }
    footer {
        padding: 50px 0 100px;
    }
}

@media (min-width:1200px) and (max-width:1400px) {

}

@media (min-width:1400px) and (max-width:1680px) {

}