@charset "utf-8";

.indexbg {
    padding: 50px 0;
}

.cardli {
    background-color: #F0F0E6;
}

.cardcon {
    margin-top: -100px;
    z-index: 99;
    position: relative;
}

.cardbox {
    padding: 40px 30px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
}

.cardbox i {
    font-size: 40px;
    color: #FFA500;
    display: block;
    margin-right: 20px;
}

.cardbox h3 {
    font-size: 22px;
    font-weight: bold;
    color: #000;
    margin-bottom: 15px;
    line-height: 30px;
}

.cardbox p {
    font-size: 14px;
    color: #000;
    line-height: 28px;
}

.cardli:nth-child(2) {
    background-color: #FFA500;
}

.cardli:nth-child(2) i {
    color: #000;
}

/* about */

.indexabout {
    padding: 80px 0;
}

.indexabout_txt {
    padding-top: 50px;
    margin-bottom: 20px;
}

.indexabout_txt h2 {
    font-size: 48px;
    color: #000;
    font-weight: bold;
}

.indexabout_txt p {
    font-size: 16px;
    color: #000;
    margin: 20px 0;
    line-height: 28px;
}

.indexabout_list li {
    display: flex;
    justify-content: flex-start;
    word-break: break-all;
    align-items: flex-start;
    margin-bottom: 20px;
}

.indexabout_list li i {
    font-size: 18px;
    color: #FFA500;
    font-weight: bold;
    margin-right: 15px;
    display: block;
}

.indexabout_list li span {
    font-size: 16px;
    color: #000;
}

.indexabout_go {
    display: inline-block;
    padding: 15px 60px;
    background-color: #FFA500;
    font-size: 18px;
    color: #000;
    font-weight: bold;
    margin-top: 30px;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.indexabout_go:hover {
    background-color: #545C64;
    color: #fff;
}

.indexabout_img {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    padding-top: 150%;
}

.indexabout_img img {
    width: 100%;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.aboutvideo {
    margin-top: 60px;
}

.aboutvideoimg {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    padding-top: 150%;
}

.aboutvideoimg img {
    width: 100%;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.indexabout_tubox {
    position: relative;
}

.indexabout_tutxt {
    position: absolute;
    bottom: -75px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    background-color: #fff;
    padding: 20px;
}

.indexabout_num {
    background-color: #FFA500;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.indexabout_num h4 {
    font-size: 28px;
    color: #000;
    font-weight: bold;
}

.indexabout_num p {
    font-size: 14px;
    color: #000;
    margin-top: 10px;
}

.aboutvideo {
    position: relative;
}

.videobtns {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 80px;
    background-color: #fff;
    z-index: 99;
    line-height: 80px;
    text-align: center;
}

.dr {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999999;
    background-color: #FFA500;
}

.drbtn {
    position: relative;
}

.cw {
    width: 60px;
    height: 60px;
    position: relative;
    transition: 0.5s;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cw:hover {
    background-color: transparent;
    transition: 0.5s;
}

.cw:hover i {
    color: #000;
}

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


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

/* product */
.product {
    padding: 50px 0 50px 0;
    background-color: #F0F0E6;
}

.productlist_right .product {
    padding: 0;
    background-color: transparent;
}

.product_title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto 50px auto;
}

.product_title h2 {
    text-align: center;
    font-size: 48px;
    font-weight: bold;
    color: #000;
    margin-bottom: 20px;
}

.product_title p {
    font-size: 16px;
    text-align: center;
    color: #000;
}

.product_li {
    margin-bottom: 30px;
}

.product_box {
    position: relative;
    overflow: hidden;
    height: 100%;
    background-color: #fff;
    box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.1);
    transition: all ease 0.3s;
}
.product_box:hover{
    background-color: #FFA500;
    transition: all ease 0.3s;
}

.product_li:hover .product_box i,
.product_li:hover .product_box p {
    color: #000;
}

.productimg {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
    display: block;
    padding-top: 100%;
}

.productimg img {
    width: 100%;
    vertical-align: middle;
    position: absolute;
    top: 0;
}

.producttxt {
    padding: 20px 15px;
    z-index: 999;
}

.producttxt p {
    z-index: 99;
    font-size: 16px;
    color: #666;
    line-height: 28px;
    text-align: center;
    transition: all 0.35s ease;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.producttxt h3 {
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    color: #000;
    margin: 15px auto;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.productmore {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    padding: 15px 40px;
    background-color: #545C64;
    transition: all 0.35s ease
}

.productmore a {
    font-size: 16px;
    color: #fff;
    transition: all 0.35s ease
}

.productmore i {
    font-size: 16px;
    color: #fff !important;
    margin-left: 10px;
    transition: all 0.35s ease
}

.product_box:hover .productmore {
    background-color: #fff;
    color: #000
}

.product_box:hover .productmore a,
.product_box:hover .productmore i {
    color: #000 !important;
}

.productall {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}

.promorego:hover {
    padding: 15px 100px;
    color: #fff;
    background-color: #545C64;
}

.promorego {
    padding: 15px 70px;
    background-color: #FFA500;
    font-size: 18px;
    text-align: center;
    color: #000;
    display: inline-block;
    margin: 30px auto 0 auto;
    text-align: center;
    transition: all 0.35s ease
}

/* indexban */
.indexban {
    padding: 100px 0;
    background: url(../images/img3.jpg) no-repeat 50% 50%;
    background-size:cover;
    position: relative;
    overflow: hidden;
}

.indexbancover {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5)
}

.indexban_box {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 999;
}

.indexban_box h2 {
    font-size: 48px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
    z-index: 999;
}

.indexban_box p {
    font-size: 16px;
    text-align: center;
    color: #fff;
    line-height: 28px;
    z-index: 999;
}

.indexban_box a {
    z-index: 999;
    display: inline-block;
    padding: 20px 50px;
    background-color: #FFA500;
    color: #000;
    text-align: center;
    font-weight: bold;
    margin-top: 40px;
    font-size: 18px;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.indexban_box a:hover {
    padding: 20px 80px;
    background-color: #545C64;
    color: #fff;
}

/* project */
.project {
    background-color: #333;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}

.project_img {
    overflow: hidden;
    padding: 0 0;
}

.project_img img {
    width: 100%;
    vertical-align: middle;
    height: 100%;
}

.project_main {
    overflow: hidden;
}

.project_box {
    padding: 100px;
}

.project_title h2 {
    font-size: 48px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 15px;
}

.project_title p {
    font-size: 16px;
    line-height: 28px;
    color: #fff;
}

.progress {
    height: 15px;
    background: #fff;
    overflow: visible;
    border-radius: 0;
    position: relative;
}

.progress .progress-value {
    display: block;
    font-size: 14px;
    color: #fff !important;

}

.progress .progress-bar {
    position: relative;
    animation: animate-positive 2s;
}

.progress .progress-bar.active {
    background-color: #FFA500;
    animation: reverse progress-bar-stripes 0.40s linear infinite, animate-positive 2s;
}

@-webkit-keyframes animate-positive {
    0% {
        width: 0;
    }
}

@keyframes animate-positive {
    0% {
        width: 0;
    }
}

.project_progress {
    margin-top: 40px;
}

.projectjump {
    display: flex;
    justify-content: center;
    align-items: center;
}

.projectpp h3 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 12px;
}

.projectpp {
    margin-bottom: 40px;
}

/* flow */
.flow {
    padding: 50px 0 100px 0;
}

.flow_main ul {
    display: flex;
    justify-content: space-between;
}

.flow_main li {
    width: 24%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.flow_main .arrow {
    width: 13%;
    overflow: hidden;
}

.arrow img {
    width: 100%;
    vertical-align: middle;
    display: block;
    margin-top: 50px;
}

.flow_box {
    width: 145px;
    height: 145px;
    line-height: 145px;
    text-align: center;
    border: 2px solid #FFA500;
    position: relative;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.flow_box i {
    font-size: 70px;
    color: #FFA500;
    text-align: center;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.flow_box span {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #FFA500;
    border-radius: 50%;
    font-size: 16px;
    color: #000;
    font-weight: bold;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
}

.flow_main li h3 {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    text-align: center;
    margin: 30px 0 20px 0;
}

.flow_main li p {
    font-size: 14px;
    color: #666;
    text-align: center;
    line-height: 28px;
}

.flow_main li:hover .flow_box {
    background-color: #FFA500;
    cursor: pointer;
}

.flow_main li:hover .flow_box i {
    color: #000;
    cursor: pointer;
}

.flow_main {
    margin-top: 70px;
}

/* data */
.data {
    background: url(../images/img6.jpg) no-repeat 50% 50%;
    background-size: cover;
    position: relative;
}

.datacover {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
}


.data_box {
    overflow: hidden;
}

.data_img {
    z-index: 99;
    display: inline-flex;
    overflow: hidden;
    margin-top: -110px;
}

.data_img img {
    width: 100%;
    vertical-align: middle;
    z-index: 99;
}

.data_box {
    padding-top: 5%;
}

.data_box ul {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.data_box li {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 30px 0;
    z-index: 99;
}

.data_box i {
    font-size: 40px;
    color: #FFA500;
    text-align: center;
}

.data_box span {
    font-size: 28px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    display: block;
    margin: 5px auto;
}

.data_box p {
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.numberjump {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* news */
.blog_box {
    height: 100%;
    box-shadow: 0px 4px 30px 1px rgba(35, 25, 1, 0.1);
}

.blog_li {
    cursor: pointer;
}

.blog_img {
    position: relative;
    overflow: hidden;
    height: auto;
    width: 100%;
    display: block;
    padding-top: 100%;
}

.blog_img img {
    width: 100%;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.35s ease
}

.blog_txt {
    padding: 30px;
}

.blog_txt h3 {
    font-size: 24px;
    color: #000;
    font-weight: bold;
    transition: all 0.35s ease;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog_txt span {
    display: block;
    font-size: 14px;
    color: #FFA500;
    margin: 10px auto;
}

.blog_txt p {
    font-size: 16px;
    color: #666;
    line-height: 28px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog_li:hover .blog_img img {
    transform: scale(1.2);
}

.blog_txt:hover h3 a {
    color: #FFA500;
    transition: all 0.35s ease;
}

.blog_more {
    width: 50%;
    background-color: #FFA500;
    text-align: center;
    padding: 10px 0;
    margin-top: 20px;
    transition: all 0.35s ease
}

.blog_li:hover .blog_more {
    width: 60%;
    transition: all 0.35s ease
}

/* footer */

footer {
    padding: 30px 0 30px 0;
    background-color: #000;
}

.footerlogo img {
    /*max-height: 70px;*/
}

.waysli i {
    font-size: 34px;
    color: #FFA500;
    margin-right: 15px;
    position: absolute;
}

.waysli .fottit {
    padding-left: 50px;
}

.waysli span {
    font-size: 16px;
    font-weight: bold;
    color: #FFA500;
}

.waysli p {
    font-size: 18px;
    color: #fff;
    margin-top: 5px;
}

.footer_main {
    padding: 40px 0 40px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 40px;
}

.footer_one h3 {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
}

.footer_one p {
    font-size: 16px;
    color: #fff;
}

.footericon {
    margin-top: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.footericon a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: block;
    border-radius: 50%;
    background-color: #FFA500;
    margin-right: 15px;
    text-align: center;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.footericon a i {
    font-size: 24px;
    color: #000;
    text-align: center;
}

.footernavli h3 {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
}

.footernavli a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 15px;
}

.footernavli a i {
    font-size: 14px;
    color: #FFA500;
    margin-right: 10px;
}

.footernavli a p {
    font-size: 16px;
    color: #fff;
}

.footer_other h3 {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
}

.footer_other p {
    font-size: 16px;
    color: #fff;
}

.footernavli a:hover p {
    color: #FFA500;
}

.footericon a:hover {
    transform: scale(0.8);
}

.callway {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
}

.callway i {
    font-size: 16px;
    color: #FFA500;
    margin-right: 10px;
}

.callway p {
    font-size: 16px;
    color: #fff;
}

.footer_bd {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px 0 20px 0;
    border-top: 1px solid #fff;
    color: #fff
}

.footer_bd a {
    font-size: 14px;
    color: #FFA500;
}


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

    .navbar-toggler {
        background-color: #FFA500;
    }
    .cardcon{
        margin-top:0px;
    }
    .producttxt h3{
        font-size:18px
    }
    .producttxt p{
        line-height: 20px;
        font-size:14px
    }
    .indexban_box h2{
        font-size:36px;
        line-height: 36px;
    }
    .project_box{
        padding: 15px 15px;
    }
    .product_title h2{
        font-size:30px
    }
    .flow_main li{
        width: 100%;
    }
    .flow_main ul{
        display: block;
    }
    .data_img{
        display: none;
    }
    .data_box li{
        display: flex;
        flex-direction:initial
    }
    .data_box ul{
        align-items:start
    }
    .data_box i{
        margin-right: 10px;
    }
    .numberjump{
        margin-right: 10px;
    }
    .data_box li{
        margin: 10px 0;
    }
    .data_box{
        padding-top: 0;
    }
    .blog_li{
        margin-bottom:20px;
    }
    .waysli{
        margin-top: 20px;
    }
    .footericon{
        margin-bottom: 20px;
    }
    .videobtns{
        background:none;
        top:40%;
        right: 40%;
    }
    .indexabout{
        padding: 30px 0;
    }
    .indexabout_txt h2{
        font-size:36px
    }
    .project_title h2{
        font-size:36px;
    }

.productmore a {
    font-size: 14px;
}
    
.producttxt {
    padding: 10px 10px;
}
}

@media (min-width:576px) and (max-width:768px) {
    .bg-dark {
        background-color: #fff !important;
    }

    .navbar-toggler {
        background-color: #FFA500;
    }
    .cardcon{
        margin-top:0px;
    }
    .producttxt h3{
        font-size:18px
    }
    .producttxt p{
        line-height: 20px;
        font-size:14px
    }
    .indexban_box h2{
        font-size:36px;
        line-height: 36px;
    }
    .project_box{
        padding: 15px 15px;
    }
    .product_title h2{
        font-size:30px
    }
    .flow_main li{
        width: 100%;
    }
    .flow_main ul{
        display: block;
    }
    /*.data_img{*/
    /*    display: none;*/
    /*}*/
    /*.data_box li{*/
    /*    display: flex;*/
    /*    flex-direction:initial*/
    /*}*/
    /*.data_box ul{*/
    /*    align-items:start*/
    /*}*/
    /*.data_box i{*/
    /*    margin-right: 10px;*/
    /*}*/
    /*.numberjump{*/
    /*    margin-right: 10px;*/
    /*}*/
    /*.data_box li{*/
    /*    margin: 10px 0;*/
    /*}*/
    /*.data_box{*/
    /*    padding-top: 0;*/
    /*}*/
    .blog_li{
        margin-bottom:20px;
    }
    .waysli{
        margin-top: 20px;
    }
    .footericon{
        margin-bottom: 20px;
    }
    .videobtns{
        background:none;
        top:40%;
        right: 40%;
    }
    .indexabout{
        padding: 30px 0;
    }
    .indexabout_txt h2{
        font-size:36px
    }

}


@media (min-width:768px) and (max-width:992px) {
    .bg-dark {
        background-color: #fff !important;
    }

    .navbar-toggler {
        background-color: #FFA500;
    }
    .cardcon{
        margin-top:0px;
    }
    .blog_more{
        width:70%;
    }
    .blog_li:hover .blog_more{
        width: 80%;
    }
    .flow_main .arrow{
        width: 50%;
    }
    .project_box{
        padding:20px;
    }
    .project_title h2{
        font-size:36px
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .bg-dark {
        background-color: #fff !important;
    }

    .navbar-toggler {
        background-color: #FFA500;
    }
    .project_box{
        padding: 0 0;
    }
    .project_title h2{
        font-size:36px
    }
    .indexabout_txt h2{
        font-size:30px;
    }
    .indexabout_txt{
        padding-top: 0;
    }
    .cardcon{
        margin-top: 0;
    }
    .cardbox h3{
        font-size:20px
    }
    .footerlogo{
        margin-bottom: 20px;
    }
}

@media (min-width:1200px) and (max-width:1400px) {
    .project_box{
        padding: 20px ;
    }
    
    .logo-fixed img {
         max-width: 150px !important;
    }
    
    .nav_wrap .head_nav>li,
    .fixed-nav .nav_wrap .head_nav>li{
        margin-left: 8px;
        margin-right: 8px;
    }
    .public_ad_header .public_ad_header_contact i {
        width: 45px;
        height: 45px;
        line-height: 45px;
        font-size: 30px;
    }
    
    .public_ad_header .public_ad_header_social_media {
        margin-left: 0px; 
    }
}

@media (min-width:1400px) and (max-width:1680px) {
    .project_box{
        padding: 20px ;
    }
}

@media (min-width:1200px) {
    
footer {
    padding: 80px 0 30px 0;
}
}

@media (min-width: 992px) and (max-width: 1200px) {
    .bottomDiv {
        display: block;
    }
}