@charset "utf-8";

.indexbg {
    padding: 50px 0;
}

.banner {
    margin-top: -100px;
    position: relative;
}

/* product  */
.indexproduct {
    background: url(../images/mainbgimg.png) repeat;
    padding: 50px 0;
}

.indextitle_top {
    text-align: center;
}

.indextitle_top span {
    display: inline-block;
    width: 60px;
    height: 2px;
    background-color: #30AEA5;
    margin: 0 10px;
    top: -15px;
    position: relative;
}

.indextitle_top {
    font-size: 48px;
    font-weight: bold
}

.indextitle_bootom {
    text-align: center;
}

.indextitle_bootom h2 {
    font-size: 24px;
    color: #444;
    margin: 10px 0;
    word-wrap: break-word;
    white-space: normal;
}

.indextitle_bootom h3 {
    color: #0ba7f1;
    text-transform: none;
    word-wrap: break-word;
    white-space: normal;
}

.indextitle_more {
    text-align: center;
    margin-top: 20px;
}

.indextitle_more a {
    background-color: #30AEA5;
    display: inline-block;
    padding: 10px 30px;
    color: #fff;
    transition: all ease 0.3s;

}

.indextitle_more a:hover {
    padding: 10px 45px;
    transition: all ease 0.3s;
}

.products_title {
    text-align: center;
}

/* product */
.productSwiper {
    padding: 50px 0 80px 0;
}

.indexproducts_img {
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
    position: relative;
    padding-top: 100%;
    transition: all 0.35s ease;
}

.indexproducts_img img {
    width: 100%;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.35s ease;
}
.indexproducts_img:hover img{
    transform: scale(1.1);
}
.indexproducts_title {
    text-align: center;
    padding: 10px 0;
}

.indexproducts_title h2 {
    font-size: 22px;
    color: #30AEA5;
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 10px;
    word-wrap: break-word;
}

.indexproducts_title h3 {
    font-size: 16px;
    color: #888;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 10px;
    word-wrap: break-word;
}

.productSwiper .swiper-button-next,
.productSwiper .swiper-button-prev {
    bottom: 0;
    top: auto;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius:2px;
    text-align: center;
    background-color: #30AEA5;
    z-index: 9999;
}

.productSwiper .swiper-pagination-bullet {
    opacity: 1;
    border: 1px solid #30AEA5;
    width: 15px;
    height: 15px;
    background-color: transparent;
}

.productSwiper .swiper-pagination-bullet-active {
    background-color: #30AEA5;
}

.productSwiper .swiper-button-next:after,
.productSwiper .swiper-button-prev:after {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}

.productSwiper .swiper-button-next:hover,
.productSwiper .swiper-button-prev:hover {
    background-color: #0ba7f1;
}

/* indexban */
.indexban{
    padding: 80px 0;
    background-color: #30AEA5;
}
.indexnumber{
    color:#Fff;
    position: relative;
}
.indexnumber .number{
    font-size:60px;
    z-index: 9;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.indexnumber .timer{
    position: relative;
    font-size:60px;
    z-index: 9;
    position: relative;
    font-weight: bold;
}
.indexnumber_title{
    font-size:20px;
    z-index: 9;
    text-align: center;
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 10px;
    word-wrap: break-word;
    white-space: normal;
}
.indexnumber_icon{
    position: absolute;
    left: 70px;
    z-index: 0;
    top:10px;
}
.indexnumber_icon i{
    font-size:100px;
    color:#20619b
}

/* indexproducts */
.indexproducts{
    background-color: #Fff;
    padding: 20px 20px;
    margin-top: 30px;
    cursor: pointer;
    transition: all ease 0.3s;

}
.indexproducts_tit h2{
    font-size:26px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 10px;
    word-wrap: break-word;
}
.indexproducts_tit{
    text-align: center;
}
.indexproducts_tit span{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    font-size:15px;
    color: #666;
}
.indexproducts_tit i{
    font-size:48px;
    color:#000;
}
.indexproducts:hover{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    transition: all ease 0.3s;
}
.indexproducts:hover i, .indexproducts:hover h2 a{
    color:#30AEA5;
}
.indexproducts:hover img{
    transform: scale(1.1);
    transition: all ease 0.3s;
}
.indexproduct .indextitle_more{
    margin-top: 30px;
}

/* about */
.index_hpronavinzz {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 10;
}
.indexabout{
    background: url(../images/about.png) no-repeat top;
    min-height:850px;
    padding-top: 50px;
    position: relative;
    z-index: 1;
}
.indexabout .container{
    position: absolute;
    z-index: 99;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.indexabout .indextitle_top{
    color: #fff;
    word-wrap: break-word;
    white-space: normal;
}
.indexabout_title{
    text-align: center;
    width: 80%;
    margin: auto;
    margin-top: 20px;
    line-height: 28px;
    color: #fff;
    word-wrap: break-word;
    white-space: normal;
}
/* news */
.indexnews{
    padding: 50px 0;
    background: url(../images/bg1.png) no-repeat top;
}
.indexnews_flex{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.indexnews_img{
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block;
    padding-top: 100%;
    margin-right: -60px;
}
.indexnews_img img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    vertical-align: margin-right;
}
.indexnews_time{
    position: absolute;
    background-color: #30AEA5;
    color: #fff;
    width: 60px;
    height: 80px;
    text-align: center;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    top: 0;
    left: 5%;
    padding-top: 10px;
}
.indexnews_time h2{
    font-size:36px;
}
.indexnews_time span{
    font-size:13px
}
.indexnews_title{
    position: relative;
    background-color: #fff;
    margin-left: -80px;
    /*margin-top: 20px;*/
    padding: 30px;
}
.indexnews_title h2{
    font-size:20px;
    font-weight: bold;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
    word-wrap: break-word;
}
.indexnews_title p{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
    word-wrap: break-word;
    border-top: 1px #ddd solid;
    padding-top: 10px;
    font-size:15px;
    color: #666;
}
.indexnews_more{
    margin-top: 20px;
}
.indexnews_more a{
    background-color: #30AEA5;
    padding: 8px 20px;
    color:#fff;
    transition: all ease 0.3s;
}
.indexnews_more a:hover{
    background-color: #000;
    transition: all ease 0.3s;
}
.newsSwiper .swiper-button-next,
.newsSwiper .swiper-button-prev {
    bottom: 0;
    top: auto;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 2px;
    text-align: center;
    background-color: #30AEA5;
    z-index: 9999;
}


.newsSwiper .swiper-button-next:after,
.newsSwiper .swiper-button-prev:after {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}

.newsSwiper .swiper-button-next:hover,
.newsSwiper .swiper-button-prev:hover {
    background-color: #0ba7f1;
}
.indexnews .newsSwiper{
    padding: 50px 0 100px 0;
}
/* footer */

footer {
    background-color: #30AEA5;
    color: #fff;
    padding-top: 30px;
}

footer a {
    color: #fff;
    word-wrap: break-word;
    white-space: normal;
}

.fot_logo {
    margin-bottom: 10px;
}

.foot {
    padding:0 0 30px 0;
}

.foot a:hover {
    color: #0ba7f1
}

.fot_sj {
    margin-top: 20px;
}

.fot_sj i {
    width: 30px;
    height: 30px;
    background-color: #0ba7f1;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    font-size: 18px;
    margin-right: 10px;
    transition: all 0.2s;
    position: relative !important;
    color: #fff;

}

.fot_sj i:hover {
    transition: all 0.2s;
    color: #fff;
    transform: scale(0.9);
}

.fot_nav {
    margin-bottom: 10px;
    margin-top: 10px;
}

.fot_nav i {
    position: absolute;
    width: 25px;
}

.fot_nav h3 {
    padding-left: 30px;
    word-wrap: break-word;
    font-weight: normal;
    font-size: 16px;
    flex: 1;
}

.fot_nav h2 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.fot_nav ul li {
    padding-top: 10px;
}

.bottom {
    border-top: 1px #066bc6 solid;
    padding: 15px 0 50px 0;
    color: #fff;
    word-wrap: break-word;
    white-space: normal;
    word-break: break-all;
}

.bottom a {
    color: #0ba7f1;
}

@media (max-width:576px) {
    .navbar-toggler {
        background-color: #30AEA5;
    }
    .bg-dark {
        background-color: #30AEA5 !important;
    }


    .banner{
        margin-top:0px;
    }
    .indexproduct{
        padding:30px 0;
    }
    .indextitle_top span{
        display: none;
    }
    .indextitle_bootom h2{
        font-size:18px
    }
    .indexproducts_title h2{
        font-size:18px
    }

    .indexproducts_tit h2{
        font-size:20px
    }
    .indexproducts{
        padding: 0 0;
    }
    .indexabout_title{
        width: 100%;
    }
    .indextitle_top{
        font-size:36px
    }
    .indexnews_img{
        margin-right: 0;
    }
    .indexnews_title{
        margin-left: 0;
    }
    .indexnumber_icon{
        left: 50%;
        transform: translateX(-50%);
        top: 0;
    }
    .indexnumber .timer,.number span{
        font-size: 40px;
    }
    .indexban{
        padding: 40px 0;
    }
    .indexnumber_icon i{
        font-size: 90px;
    }
    .indexnumber{
        margin: 20px auto;
    }
    .foot {
        padding: 20px 0;
    }

    .fot_tags {
        margin-bottom: 0;
    }

    .fot_none {
        display: none;
    }
    .bannercontent{
        margin-top: 0;
    }
    .productSwiper .swiper-pagination-bullet{
        display: none;
    }


    .indexabout{
        min-height:1200px;
    }

}

@media (min-width:576px) and (max-width:767px) {
    .indexnumber{
        margin: 20px auto;
    }
    .navbar-toggler {
        background-color: #30AEA5;
    }
    .bg-dark {
        background-color: #30AEA5 !important;
    }

    .banner{
        margin-top:0px;
    }
    .indexproduct{
        padding:30px 0;
    }
    .indextitle_top span{
        display: none;
    }
    .indextitle_bootom h2{
        font-size:18px
    }
    .indexproducts_title h2{
        font-size:18px
    }
    .indexnumber .timer{
        font-size:48px
    }
    .indexproducts_tit h2{
        font-size:20px
    }
    .indexproducts{
        padding: 10px;
    }
    .indexabout_title{
        width: 100%;
    }
    .indextitle_top{
        font-size:36px
    }
    .indexnews_img{
        margin-right: 0;
    }
    .indexnews_title{
        margin-left: 0;
    }
    .indexnumber_icon{
        left: 0;
    }

    .foot {
        padding: 20px 0;
    }

    .fot_tags {
        margin-bottom: 0;
    }
    .bannercontent{
        margin-top: 0;
    }
    .productSwiper .swiper-pagination-bullet{
        display: none;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .indexnumber{
        margin: 20px auto;
    }
    .navbar-toggler {
        background-color: #30AEA5;
    }
    .bg-dark {
        background-color: #30AEA5 !important;
    }

    .banner{
        margin-top:0px;
    }
    .indexproduct{
        padding: 30px 0;
    }
    .indextitle_top{
        font-size:40px
    }
    .indextitle_bootom h2{
        font-size: 20px;
    }
    .indexproducts_tit h2{
        font-size:24px
    }
    .indexabout_title{
        width: 80%;
    }
    .bannercontent{
        margin-top: 0;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .indexnumber{
        margin: 20px auto;
    }
    .navbar-toggler {
        background-color: #30AEA5;
    }
    .bg-dark {
        background-color: #30AEA5 !important;
    }
    .banner{
        margin-top:0px;
    }
    .bannercontent{
        margin-top: 0;
    }


}

@media (min-width:1200px) and (max-width:1400px) {
    .indexabout_right {
        padding-top: 0;
    }

    .advantages {
        position: relative;
        width: 100%;
    }
}

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


.offcanvas-header {
    background-color: #30AEA5 !important;
}