@charset "utf-8";

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

.indexbg {
    padding: 50px 0;
}

/* product_list */
.product_lists {
    transition: all 0.5s;
    cursor: pointer;
    position: relative;
}

.product_lists_bg {
    width: 80%;
    position: absolute;
    top: 10%;
    left: 10%;
    right: 10%;
    bottom: 10%;
    ;
    background: rgba(0, 0, 0, 0.5);
}

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

.product_lists_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.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.product_lists_title {
    position: relative;
    top: 25%;
    text-align: center;
    padding: 0 10%;
}

.product_lists_title h2 {
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
}

.product_lists {
    text-transform: capitalize;
}

.product_lists_more a {
    display: block;
    font-size: 18px;
    width: 80%;
    line-height: 50px;
    background-color: #294D5C;
    text-align: center;
    color: #fff;
    transition: all 0.5s;
    margin: auto;
    border: 3px #294D5C solid;
}

.product_lists:hover .product_lists_more a {
    text-decoration: none;
    background: none;
    color: #fff;
    transition: all 0.5s;
    border: 3px #fff solid;
    width: 90%;
}


/* 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 h1 {
    width: 90%;
    font-size: 40px;
    font-weight: bold;
    word-wrap: break-word;
    word-break: break-all;
}

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

.about_adv {
    margin-top: 30px;
}

.about_adv i {
    font-size: 60px;
    color: #294D5C;
    text-align: center;
    display: block;
}

.about_adv h3 {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    text-align: center;
}

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

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

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

/* product_category */

.product_category {
    padding: 10px 10px;
    transition: all 0.5s;
    cursor: pointer;
    margin-bottom: 30px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}

.product_category:hover {
    padding: 10px 10px;
    transition: all 0.5s;
    cursor: pointer;
    margin-bottom: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}

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

.product_category_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.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.product_category_tit {
    padding: 10px 10px;
}

.product_category_tit h2 {
    font-size: 20px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: center;
    word-wrap: break-word;
    word-break: break-all;
}

.product_category_tit h3 {
    font-size: 14px;
    text-align: center;
    color: #999;
    padding: 10px 0 0 0;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 10px;
    word-wrap: break-word;
    word-break: break-all;
}

.product_category_more {
    text-transform: capitalize;
}

.product_category_more a {
    display: block;
    font-size: 18px;
    width: 70%;
    line-height: 50px;
    background-color: #294D5C;
    text-align: center;
    color: #fff;
    transition: all 0.5s;
    margin: auto;
    border: 3px #294D5C solid;
}

.product_category:hover {
    transition: all 0.5s;
}

.product_category:hover .product_category_more a {
    text-decoration: none;
    background-color: #fff;
    color: #294D5C;
    transition: all 0.5s;
    border: 3px #294D5C solid;
    width: 80%;
}

/*  */
.commercial_box {
    position: relative;
    cursor: pointer;
}

.commercial_botimg {
    width: 100%;
    overflow: hidden;
}

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

.commercial_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.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.commercial_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 999;
}

.commercial_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 999;
}

.commercial_tit {
    top: 10%;
    left: 10%;
    position: relative;
    width: 90%;
}

.commercial_tit2 a,
.commercial_tit a {
    color: #fff
}

.commercial_tit2 h2,
.commercial_tit h2 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.commercial_tit2 span,
.commercial_tit span {
    text-decoration: underline;
    color: #fff
}

.commercial_box:hover .commercial_img img {
    transform: scale(1.1);
}

.commercial_tit2 {
    position: absolute;
    bottom: 10%;
    right: 10%;
    text-align: right;
}


/* vlog */
.index_Vlog .mySwiper1 {
    padding-bottom: 20px;
}

.index_Vlog .swiper-slide {
    padding: 20px;
}

.Vlog_title {
    margin-bottom: 30px;
    padding-top: 80px;
}

.Vlog_title h2 {
    font-size: 48px;
    color: #000;
    font-weight: bold;
    margin-bottom: 20px;
}

.Vlog_title p {
    font-size: 16px;
    color: #333;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.Vlog_main {
    width: 100%;
    padding: 40px 20px;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

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

.rate i {
    font-size: 16px;
    color: #E4C412;
    margin-right: 5px;
}

.person {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 15px 0 30px 0;
}

.personimg {
    max-width: 80px;
    text-align: center;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px;
}

.personimg img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
}

.person h3 {
    font-size: 16px;
    color: #000;
    font-weight: bold;
    text-align: left;
}

.person span {
    font-size: 14px;
    color: #666;
    margin-top: 10px;
    text-align: left;
    display: block;
}

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

/* indexicon */
.indexicon{
    padding-bottom: 50px;
}

.indexicon_main li {
    border-right: 1px solid #e5e5e5;
    padding-left:5%;
    margin-bottom: 10px;
}

.indexicon_main li:nth-child(4) {
    border-right: none;
}

.indexicon_main li i {
    font-size: 60px;
    color: #DB5735;
    margin-right: 15px;
    display: block;
}

.indexicontxt h3 {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    margin-bottom: 10px;
}

.indexicontxt p {
    font-size: 14px;
    color: #666;
}
/* showbanner */
  .dr {
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index:99999;
  }
  
  .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/bannercon.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.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: 15px 10px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    padding-bottom: 15px;
    word-break: break-word;
    word-wrap: break-word;
}

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

.showban_more a {
    display: block;
    font-size: 18px;
    width: 180px;
    line-height: 50px;
    background-color: #294D5C;
    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;

}

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

.indextitle span {
    color: #294D5C;
    font-size: 14px;
    text-align: center;
    text-transform: capitalize;
}

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


/* 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: #294D5C;
}

.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: #294D5C;
    transition: all 0.5s;
    color: #fff;
    border: 3px #294D5C solid;
}
.newsline{width: 0%;height: 3px;background: #294D5C;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%;}
/* newproduct */
.indexnewproduct {
    padding: 100px 0 50px 0;
}
.indexnewproduct_left_box {
    height: 100%;
    background-color: #f6f6f6;
    padding: 50px 40px 40px 40px;
}

.indexnewproduct_left_box h3 {
    margin-bottom: 20px;
    text-align: center;
    font-size: 28px;
    color: #000;
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.indexnewproduct_left_box p {
    font-size: 16px;
    color: #333;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.indexnewproduct_left_img {
    margin: 40px auto 0 auto;
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
    padding-top: 100%;
}

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

.indexnewproduct_right_title h2 {
    font-size: 48px;
    color: #000;
    font-weight: bold;
    line-height: 48px;
    padding-top: 10px;
}

.indexnewproduct_right .indexhotproduct_img {
    padding-top: 90%;
}

.indexnewproduct_right .indexhotproduct_li {
    margin-top: 30px;
}
.indexhotproduct_box {
    height: 100%;
    position: relative;
    overflow: hidden;
}

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

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

.indexhotproduct_con {
    z-index: 99;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
    margin: 0 auto;
    text-align: center;
}

.indexhotproduct_con h3 {
    word-break: break-all;
    z-index: 99;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.indexhotproduct_con .indexhotproduct_more {
    z-index: 99;
    margin: 0 auto;
    display: inline-block;
    padding:10px;
    background-color: #294D5C;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    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_cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 00, 0.2);
    z-index: 9;
}

.indexhotproduct_more:hover {
    transform: scale(0.85);
}
/* Signup_title */
.indexbg1{
    background-color: #efefef;
    padding: 80px 0;
}
.Signup_title h2{
    font-size:48px;
    font-weight: bold;
    margin-bottom: 10px;
}
.Signup_title h2 span{
    font-family: Arial;
    font-weight: bold;
    color:#DB5735;
}
.Signup_title p {
    font-size: 18px;
}
.Signup_right{
    padding-left: 20%;
    padding-top: 20%;
}
.Signup_more{
    background-color: #294D5C;
    display: block;
    font-size: 18px;
    width: 60%;
    line-height: 50px;
    text-align: center;
    color: #fff;
    transition: all 0.5s;
    border: 3px #294D5C solid;
    margin: auto;
}
.Signup_more:hover{
    width: 70%;
    transition: all 0.5s;
}
/* footer */
footer {
    background: #111;
    color: #fff;
    padding-bottom: 50px;
}

footer a {
    color: #fff
}

.fot_tags {
    padding: 50px 0 20px 0;
    border-bottom: 1px #ddd solid;
}

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

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

.foot a:hover {
    color: #294D5C
}
.fot_sj {
    margin-top: 20px;
}

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

.fot_sj i:hover {
    background-color: #294D5C;
    transition: all 0.5s;
    color: #fff;
    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;
}


.footer_copyrights {
  border-top: 1px solid #333;
  margin-top:40px;
  padding: 40px 0 40px 0;
  width: 100%;
  font-size: 18px;
  color: #fff;
}
.footer_copyrights_name {
  font-size: 18px;
  color: #fff;
}
.footer_copyrights_p{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  font-size: 16px;
  color: #fff;
}
.footer_Powered{display: flex;justify-content: flex-end;align-items: center;}
.footer_copyrights_p p {
  font-size: 16px;
  color: #fff;
  display: inline;
}
.footer_copyrights_p a {
  font-size: 16px;
  color: #294D5C;
  display: inline;
  text-transform: uppercase;
}
.footer_copyrights_p a:hover{
    color:#fff;
}
@media (max-width:576px) {
    .Signup_title h2{
        font-size: 30px;
    }
.dr{
    top: 7%;
}
.product_category_more a{
    font-size: 12px;
}
    .bg-dark{
        background-color: #294D5C !important;
    }
    .indexbg{
        padding: 20px 0;
    }
    .indextitle{
        width: 100%;
    }
    .indextitle h2{
        font-size:36px;
        line-height: 36px;
    }
    .product_lists{
        margin-bottom: 20px;
    }
    .product_lists_bg{
        width: 100%;
        left: 0;
        top:0;
        bottom: 0;
        right: 0;
    }
    .product_lists_more a{
        width: 90%;
        line-height: 40px;
    }
    .product_lists_title h2{
        font-size:18px;
        margin-bottom: 10px;
    }
    .aboutit h1{
        font-size:30px;
        width: 100%;

    }
    .product_category_more a{
        width: 90%;
    }
    .commercial_tit2 h2, .commercial_tit h2{
        font-size:20px
    }
    .indexicon_main li{
        border: none;
    }
    .Vlog_title h2{
        font-size:30px;
        line-height: 30px;
    }
    .Vlog_title{
        padding-top: 30px;
    }
    .commercial_tit{
        left: 0;
        padding-left: 20px;
    }
    .commercial_box{
        margin-bottom: 20px;
    }
    .indexicontxt h3 {
        font-size:14px
    }
    .showbanner .showban .info{
        width: 100%;   
        padding-top: 30%;    
    }
    .showbanner .showban .info h2{
        font-size:26px;
        line-height: 30px;
    }
    .showban_more{
        margin-top: 10px;
    }
    .indexnewproduct{
        padding: 30px 0;
    }
    .indexnewproduct_right_title h2{
        font-size:30px;
        line-height: 30px;
    }
    .Signup_more{
        width: 100%;
    }
    .Signup_right{
        padding-left: 0;
    }
    .fot_nav {
        margin-top: 20px;
    }

    footer {
        margin-bottom: 80px;
    }
    .feedback .eMailIco{
        display: none;
    }
    .Signup_right{
        padding-top: 10%;
    }
    .scrollsidebar{
        display: none;
    }
    .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) {
.dr{
    top: 7%;
}
    .bg-dark{
        background-color: #294D5C !important;
    }
    .indexbg{
        padding: 20px 0;
    }
    .indextitle{
        width: 100%;
    }
    .indextitle h2{
        font-size:36px;
        line-height: 36px;
    }
    .product_lists{
        margin-bottom: 20px;
    }
    .product_lists_bg{
        width: 100%;
        left: 0;
        top:0;
        bottom: 0;
        right: 0;
    }
    .product_lists_more a{
        width: 90%;
        line-height: 40px;
    }
    .product_lists_title h2{
        font-size:18px;
        margin-bottom: 10px;
    }
    .aboutit h1{
        font-size:30px;
        width: 100%;

    }
    .product_category_more a{
        width: 90%;
    }
    .commercial_tit2 h2, .commercial_tit h2{
        font-size:20px
    }
    .indexicon_main li{
        border: none;
    }
    .Vlog_title h2{
        font-size:30px;
        line-height: 30px;
    }
    .Vlog_title{
        padding-top: 30px;
    }
    .commercial_tit{
        left: 0;
        padding-left: 20px;
    }
    .commercial_box{
        margin-bottom: 20px;
    }
    .indexicontxt h3 {
        font-size:16px
    }
    .showbanner .showban .info{
        width: 95%;   
        padding-top: 20%;    
    }
    .showbanner .showban .info h2{
        font-size:30px;
        line-height: 30px;
    }
    .showban_more{
        margin-top: 10px;
    }
    .indexnewproduct{
        padding: 30px 0;
    }
    .indexnewproduct_right_title h2{
        font-size:30px;
        line-height: 30px;
    }
    .Signup_more{
        width: 100%;
    }
    .Signup_right{
        padding-left: 0;
    }
    .fot_nav {
        margin-top: 20px;
    }

    footer {
        margin-bottom: 80px;
    }
    .feedback .eMailIco{
        display: none;
    }
    .indexicon_main li{
        padding-left: 10px;
    }
    .Signup_right{
        padding-top: 10%;
    }
    .scrollsidebar{
        display: none;
    }
    .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) {
.indexbg .col-md-6{
    width: 100%!important;
}
.dr{
    top: 8%;
}
    .bg-dark{
        background-color: #294D5C !important;
    }
    .aboutit{
        padding-top: 0;
    }
    .aboutit h1{
        width: 100%;
        font-size:30px;
        padding-top: 0;
    }
    .about_adv{
        margin-top: 10px;
    }
    .more{
        text-align: -webkit-center;
    }
    .aboutimg{
        width: 100%;
    }
    .aboutit h2{
        line-height: 24px;
    }
    .indextitle{
        width: 80%;
    }
    .Vlog_title{
        padding-top: 0;
    }
    .showbanner .showban .info{
        width: 90%;
        padding-top: 10%;
    }
    .showbanner .showban .info h2{
        font-size:36px
    }
    .indexnewproduct{
        padding: 50px 0;
    }
    .indexnewproduct_right_title h2{
        font-size:36px
    }
    .Signup_more{
        width:50%;
        float: left;
    }
    .Signup_right{
        padding-left: 0;
        padding-top: 5%;
    }
    .videobox {
        width: 90%;
        margin: 0 auto;
        max-height: auto;
        min-height: 350px;
    }

    .videobox iframe {
        width: 100%;
        max-height: auto;
        min-height: 350px;
    }
    .commercial_tit2 h2, .commercial_tit h2{
        font-size:18px
    }
    .indexicontxt h3{
        font-size:16px
    }
        .commercial_tit{
        left: 0;
        padding-left: 20px;
    }
}

@media (min-width:992px) and (max-width:1200px) {
.product_left_hotproduct{
    display: none;
}
.dr{
    top: 10%;
}
    .bg-dark{
        background-color: #294D5C !important;
    }
    .indextitle{
        width: 80%;
    }
    .aboutit{
        padding-top: 0;
    }
    .aboutit h1{
        font-size:36px;
        width: 100%;
    }
    .Vlog_title{
        padding-top: 0;
    }
    .Vlog_title h2{
        font-size:36px
    }
    .Vlog_main{
        padding: 20px 10px;
    }
    .showbanner .showban .info{
        width: 90%;
    }
    .showbanner .showban .info{
        padding-top: 10%;
    }
    .showban_more{
        margin-top: 10px;
    }
    .Signup_more{
        width: 100%;
    }
    .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) {
    .aboutit{
        padding-top: 30px;
    }
    .showbanner .showban .info{
        width: 80%;
        padding-top: 10%;
    }
    .Signup_more{
        width: 80%;
    }
}

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