@charset "utf-8";

.head_003 {
    position: relative;
    background-color: #fff;
    width: 100%;
    z-index: 999999;
}

.indexbg {
    padding: 50px 0;
}

/*indexhotproduct */
.indexhotproduct_li {
    margin: 0;
    padding: 0;
    border-right: 1px solid #fff;
    cursor: pointer;
}

.indexhotproduct_li:last-child {
    border-right: none;
}

.indexhotproduct_box {
    position: relative;
    overflow: hidden;
    padding: 40px;
    background-color: #fff;
    height: 100%;
    border-right: 1px #ddd solid;
    border-bottom: 1px #ddd solid ;
}

.indexhotproduct_content {
    margin-bottom: 30px;
}

.indexhotproduct_content span {
    font-size: 16px;
    color: #FB700E;
    display: block;
    margin-bottom: 15px;
}

.indexhotproduct_content h3 {
    font-size: 26px;
    color: #000;
    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;
}

.indexhotproduct_more {
    margin-top: 30px;
}

.indexhotproduct_more .indexhotproduct_btn {
    display: block;
    width: 50%;
    height: 50px;
    line-height: 50px;
    background-color: #FB700E;
    font-size: 16px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    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;
}

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

.indexhotproduct_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;
}

.indexhotproduct_li:hover .indexhotproduct_img img {
    transform: scale(0.9);
}

.indexhotproduct_li:hover .indexhotproduct_content h3 {
    color: #FB700E;
}

.indexhotproduct_li:hover .indexhotproduct_more .indexhotproduct_btn {
    width: 60%;
    background-color: #000;
    color: #FB700E;
}

/* indextitle */

.indextitle {
    width: 60%;
    margin: auto;
    text-align: center;
    margin-bottom: 30px;
}

.indextitle span {
    color: #FB700E;
    font-size: 16px;
    text-align: center;
    text-transform: capitalize;
}

.indextitle h2 {
    margin-top: 10px;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 10px;
}


/* products */

.indexproductli {
    margin: 20px 0;
}

.indexproductbox {
    height: 100%;
    border: 2px solid #a0a0a0;
    border-radius: 8px;
    padding: 20px 20px;
    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;
}

.indexproductimg {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    height: auto;
    padding-top: 100%;
    text-align: center;
}

.indexproductimg 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;
    margin: auto;
}

.indexproductcon h3{
    text-align: center;
    cursor: pointer;
}
.indexproductcon {
    padding: 20px 0 0 0;
    border-top: 1px dashed #a0a0a0;
    margin-top: 20px;
}

.indexproducttxt {
    word-wrap: break-word;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    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;
}

.indexproducttxt {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.indexproductli:hover h3 a {
    color: #FB700E;
}

.indexproductli:hover .indexproductbox {
    border: 2px solid #FB700E;
}

.indexproductli:hover .indexproductimg img {
    transform: scale(0.9);
}

/* about */
.aboutimg {
    overflow: hidden;
    cursor: pointer;
    width: 95%;
}

.aboutimg:hover img {
    transform: scale(1.1);
    transition: all 0.5s;
}

.aboutimg img {
    transition: all 0.5s;
    width: 100%;
    height: 100%;
}

.aboutit {
    padding-top: 30px;
}

.aboutit span {
    font-size: 20px;
    color: #DB5735
}

.aboutit h1 {
    width: 90%;
    font-size: 40px;
    font-weight: bold;
    padding-top: 2%;
}

.aboutit h2 {
    width: 90%;
    display: block;
    line-height: 30px;
    padding-top: 2%;
    font-size: 16px;
    color: #696969;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.indexabout_content {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #999;
}

.indexabout_content h3 {
    font-size: 24px;
    color: #333;
    font-weight: bold;
    margin-bottom: 30px;
}

.indexabout_way li {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 20px;
}

.indexabout_way li span {
    margin-right: 15px;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    background-color: #fff;
    position: absolute;
}

.indexabout_way li i {
    font-size: 24px;
    color: #FB700E;
    text-align: center;
}

.indexabout_way li h4 {
    font-size: 16px;
    color: #000;
    line-height: 25px;
    flex: 1;
    padding-left: 50px;
}

.indexabout_way li a {
    flex: 1;
}

.more {
    margin-top: 2%;
    text-transform: capitalize;
}

.more a {
    display: block;
    font-size: 18px;
    width: 180px;
    line-height: 50px;
    background-color: #FB700E;
    text-align: center;
    color: #fff;
    transition: all 0.5s;
}

.more a:hover {
    text-decoration: none;
    background-color: #212121;
    transition: all 0.5s;
}

.indexbg1{
    background-color: #f0f0f0;
    padding: 50px 0;
}
.indexbg1 .mySwiper2 {
    margin-top: 80px;
}


/* showbanner */
.dr {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999999;
}

.drbtn {
    position: relative;
}

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

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

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

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

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

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

.bo::after {
    content: "";
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #ffffff;
    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;
}

.showbanner {
    background-image: url(../images/a2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    z-index: 99;
}

.showbanner .showban {
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.showbanner .showban .info {
    width: 60%;
    padding-top: 8%;
    padding-bottom: 5%;
    text-align: center;
}

.showbanner .showban .info h2 {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 45px;
    font-weight: bold;
    line-height: 60px;
}

.showbanner .showban .info h3 {
    display: block;
    padding-top: 15px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    padding-bottom: 15px;
}

.showban_more {
    margin-top: 30px;
    text-transform: capitalize;
}

.showban_more a {
    display: block;
    font-size: 18px;
    width: 180px;
    line-height: 50px;
    background-color: #FB700E;
    text-align: center;
    color: #fff;
    transition: all 0.5s;
    margin: auto;
}

.showban_more a:hover {
    text-decoration: none;
    background-color: #212121;
    transition: all 0.5s;
}

/* news */
.news {
    padding: 15px 15px 30px 15px;
    cursor: pointer;
    transition: all 0.5s;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}

.news span {
    margin-top: 10px;
    display: block;
    color: #FB700E;
}

.news h2 {
    font-size: 24px;
    font-weight: bold;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 10px 0 10px 0;
}

.news h3 {
    font-size: 16px;
    color: #666;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    ;
    margin: 10px 0;
    line-height: 22px;
}


.news_more {
    margin-top: 20px;
    text-transform: capitalize;
}

.news_more a {
    display: block;
    font-size: 18px;
    width: 180px;
    line-height: 50px;
    background-color: #fff;
    text-align: center;
    transition: all 0.5s;
    border: 3px #ddd solid;
}

.news:hover .news_more a {
    text-decoration: none;
    background-color: #FB700E;
    transition: all 0.5s;
    color: #fff;
    border: 3px #FB700E solid;
}

.newsline {
    width: 0%;
    height: 3px;
    background: #FB700E;
    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;
}

.news:hover .newsline {
    width: 100%;
}


/* footer */
footer {
    background:#FB700E;
    color: #fff
}

footer a {
    color: #fff
}
.fot_logo img{
    display: inline-block;
    margin-bottom: 30px;
}
.fot_logo{
    text-align: center;
    width: 70%;
    margin: auto;;
}
.fot_logo h3{
    font-size:16px
}
.fot_tags {
    padding: 50px 0 20px 0;
    border-bottom: 1px #ddd solid;
}

.fot_tags a {
    padding-right: 10px;
}

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

.foot a:hover {
    color: #222
}

.fot_sj {
    margin-top: 20px;
}

.fot_sj i {
    width: 50px;
    height: 50px;
    background-color: #fff;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    font-size:24px;
    margin-right: 10px;
    transition: all 0.5s;
    position: relative !important;
    border-radius: 50%;
    color:#FB700E
}

.fot_sj i:hover {
    background-color: #FB700E;
    transition: all 0.5s;
    color: #000;
    transform: scale(0.9);
}

.fot_nav {
    margin-bottom: 10px;
}

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

.fot_nav h3 {
    padding-left: 30px;
}

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

.fot_nav ul li {
    padding-top: 10px;
    word-wrap: break-word;
    word-break: break-all;
}
.fot_right{
    text-align: right;
}
.fot_center{
    text-align: center;
}
.fot_contact{
    display: block;
    padding-bottom: 50px;
    align-items: center;
    display: flex;
    justify-content: flex-start;
    width:100%;
    padding-left: 20%;
}
.fot_contact i{
    position: absolute;
    font-size:24px
}
.fot_contact h3{
    padding-left: 30px;
}
.bottom {
    border-top: 1px #ddd solid;
    padding: 15px 0;
    color: #fff
}

.bottom a {
    color: #000;
}

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

    .indexbg {
        padding: 20px 0;
    }

    .indextitle {
        width: 100%;
    }

    .indextitle h2 {
        font-size: 30px;
        line-height: 30px;
    }
    .navbar-toggler {
        background-color: #FB700E;
    }
    .indexhotproduct_box{
        padding: 10px 10px 30px 10px;
    }
    .indexhotproduct_more .indexhotproduct_btn{
        width: 100%;
    }
    .indexhotproduct_content span{
        margin-bottom: 5px;
    }
    .indexhotproduct_content h3{
        font-size:22px
    }
    .aboutimg{
        width: 100%;
    }
    .aboutit h1{
        width: 100%;
        font-size:30px
    }

    .showbanner .showban .info {
        width: 100%;
        padding-top: 30%;
    }

    .showbanner .showban .info h2 {
        font-size: 30px;
        line-height: 30px;
    }

    .showban_more {
        margin-top: 10px;
    }
    .fot_nav {
        margin-top: 20px;
    }

    footer {
        margin-bottom: 80px;
    }

    .feedback .eMailIco {
        display: none;
    }

    .Signup_right {
        padding-top: 10%;
    }
    .scrollsidebar{
        display: none;
    }
    .fot_logo{
        width: 100%;
    }
    .fot_nav{
        display: none;
    }
    .fot_contact{
        padding-left: 0;
        padding-bottom: 20px;
    }
    .foot{
        padding: 30px 0;
    }
        .videobox {
            width: 90%;
            margin: 0 auto;
            max-height: auto;
            min-height: 250px;
        }
    
        .videobox iframe {
            width: 100%;
            max-height: auto;
            min-height: 250px;
        }

}

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

    .indexbg {
        padding: 20px 0;
    }

    .indextitle {
        width: 100%;
    }

    .indextitle h2 {
        font-size: 30px;
        line-height: 30px;
    }
    .navbar-toggler {
        background-color: #FB700E;
    }
    .indexhotproduct_box{
        padding: 10px 10px 30px 10px;
    }
    .indexhotproduct_more .indexhotproduct_btn{
        width: 100%;
    }
    .indexhotproduct_content span{
        margin-bottom: 5px;
    }
    .indexhotproduct_content h3{
        font-size:22px
    }
    .aboutimg{
        width: 100%;
    }
    .aboutit h1{
        width: 100%;
        font-size:30px
    }

    .showbanner .showban .info {
        width: 100%;
        padding-top: 20%;
    }

    .showbanner .showban .info h2 {
        font-size: 30px;
        line-height: 30px;
    }

    .showban_more {
        margin-top: 10px;
    }
    .fot_nav {
        margin-top: 20px;
    }

    footer {
        margin-bottom: 80px;
    }

    .feedback .eMailIco {
        display: none;
    }

    .Signup_right {
        padding-top: 10%;
    }
    .scrollsidebar{
        display: none;
    }
    .fot_logo{
        width: 100%;
    }

    .fot_contact{
        padding-left: 0;
        padding-bottom: 20px;
    }
    .fot_right{
        text-align: left;
    }
    .foot{
        padding: 30px 0;
    }

    .videobox {
        width: 90%;
        margin: 0 auto;
        max-height: auto;
        min-height: 300px;
    }

    .videobox iframe {
        width: 100%;
        max-height: auto;
        min-height: 300px;
    }
}

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

    .indexbg {
        padding: 20px 0;
    }

    .indextitle {
        width: 100%;
    }

    .indextitle h2 {
        font-size: 30px;
        line-height: 30px;
    }
    .navbar-toggler {
        background-color: #FB700E;
    }
    .indexhotproduct_box{
        padding: 10px 10px 30px 10px;
    }
    .indexhotproduct_more .indexhotproduct_btn{
        width: 100%;
    }
    .indexhotproduct_content span{
        margin-bottom: 5px;
    }
    .indexhotproduct_content h3{
        font-size:22px
    }
    .aboutimg{
        width: 100%;
    }
    .aboutit h1{
        width: 100%;
        font-size:30px
    }

    .showbanner .showban .info {
        width: 100%;
        padding-top: 15%;
    }

    .showbanner .showban .info h2 {
        font-size: 30px;
        line-height: 30px;
    }

    .showban_more {
        margin-top: 10px;
    }
    .fot_nav {
        margin-top: 20px;
    }

    footer {
        margin-bottom: 80px;
    }

    .feedback .eMailIco {
        display: none;
    }

    .Signup_right {
        padding-top: 10%;
    }
    .scrollsidebar{
        display: none;
    }
    .fot_logo{
        width: 100%;
    }

    .fot_contact{
        padding-left: 0;
        padding-bottom: 20px;
    }
    .fot_right{
        text-align: left;
    }
    .foot{
        padding: 30px 0;
    }
    .videobox {
        width: 90%;
        margin: 0 auto;
        max-height: auto;
        min-height: 350px;
    }

    .videobox iframe {
        width: 100%;
        max-height: auto;
        min-height: 350px;
    }
}

@media (min-width:992px) and (max-width:1200px) {
    .bg-dark {
        background-color: #FB700E !important;
    }
    .indexhotproduct_more .indexhotproduct_btn{
        width: 100%;
    }

    .indextitle {
        width: 80%;
    }

    .aboutit {
        padding-top: 10px;
    }
    .aboutimg{
        width: 100%;
    }
    .aboutit h1 {
        font-size: 36px;
        width: 100%;
        padding-top: 1%;
    }
    .aboutit h2 {
        padding-top: 1%;
    }
    .showbanner .showban .info {
        width: 90%;
    }

    .showbanner .showban .info {
        padding-top: 10%;
    }
    .fot_contact{
        padding-left: 5%;
        padding-bottom: 20px;
    }
    footer{
        margin-bottom: 80px;
    }
    .scrollsidebar{
        display: none;
    }   
    .videobox {
        width: 90%;
        margin: 0 auto;
        max-height: auto;
        min-height: 400px;
    }

    .videobox iframe {
        width: 100%;
        max-height: auto;
        min-height: 400px;
    }
}

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

    .showbanner .showban .info {
        width: 80%;
        padding-top: 10%;
    }
    .aboutit{
        padding-top: 0;
    }
    .aboutit h1{
        font-size: 30px;
        line-height: 30px;
        width: 100%;
        padding-top: 1%;
    }
    .aboutit h2{
        padding-top: 1%;
    }

}

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