@charset "utf-8";

.indexbg {
  padding: 50px 0;
}

/*company  */
.indexcompany {
  background-color: #f1f1f1;
  padding-bottom: 80px;
}

.indexcompany_main {
  padding: 40px;
  border-radius: 10px;
  background-color: #fff;
  position: relative;
  margin-top: -90px;
  z-index: 99;
}

.indexcompany_title h3 {
  font-size: 24px;
  color: #37236B;
  font-weight: bold;
  margin-bottom: 30px;
}

.indexcompany_title h1 {
  font-size: 36px;
  color: #000;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 36px;
}

.indexcompany_title span {
  display: block;
  width: 100px;
  height: 4px;
  background-color: #37236B;
}

.indexcompany_left {
  padding-top: 30px;
}

.indexcompany_right p {
  font-size: 16px;
  color: #555;
  line-height: 24px;
  margin: 30px 0;
}

/* about */
.indexabout {
  padding: 100px 0;
}

.indexabout_img {
  position: relative;
}

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

.indexabout_right {
  padding-top: 30px;
}

.index_title span {
  display: block;
  font-size: 24px;
  color: #EC255A;
  font-weight: bold;
}

.index_title h2 {
  font-size: 40px;
  color: #000;
  font-weight: bold;
  margin: 15px 0 20px 0;
}

.index_title p {
  font-size: 16px;
  color: #333;
}

.more {
  padding: 10px 30px;
  background-color: #EC255A;
  display: inline-block;
  margin-top: 20px;
  transition: all ease 0.3s;
  cursor: pointer;
}

.more a {
  color: #fff;
  font-weight: bold;
}

.more:hover {
  background-color: #37236B;
  padding: 10px 45px;
  transition: all ease 0.3s;
}

/* brand */
/* showbanner */
.dr {
  position: absolute;
  top: 20%;
  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/banner1.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: 10%;
  padding-bottom: 5%;
  text-align: center;
}

.showbanner .showban .info span {
  color: #fff;
  font-size: 16px
}

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

.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: 200px;
  line-height: 50px;
  background-color: #37236B;
  text-align: center;
  color: #fff;
  transition: all 0.3s ease;
  margin: auto;
  font-weight: bold;
}

.showban_more a:hover {
  text-decoration: none;
  background-color: #212121;
  transition: all 0.3s ease;
  width: 240px;
}

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

.indexproduct_title {
  margin-bottom: 50px;
}

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

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

.indexproduct_title .indexhot_title_t {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.indexproduct_title .indexhot_title_t span {
  display: block;
  width: 60px;
  height: 4px;
  background-color: #EC255A;
  margin-right: 15px;
}

.indexproduct_title .indexhot_title_t h3 {
  font-size: 24px;
  color: #EC255A;
  font-weight: bold;
}

.indexproductli {
  margin-bottom: 30px;
}

.productbox {
  position: relative;
  overflow: hidden;
  height: 100%;
  background-color: #fff;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.productbox i {
  z-index: 99;
  font-size: 60px;
  color: #37236B;
  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;
}

.productbox h3 {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  color: #000;
  margin: 0 auto 15px auto;
}

.productbox p {
  z-index: 99;
  font-size: 16px;
  color: #666;
  line-height: 28px;
  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;
}

.productbox a {
  z-index: 99;
}

.productline {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #37236B;
  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;
}

.indexproductli:hover .productline {
  width: 100%;
  transition: all 0.35s ease-in-out;
}

.indexproductli:hover .productbox i {
  color: #000;
}

.indexproductli:hover .productbox p {
  color: #000;
}

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

.productimg img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  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 .productbox {
  padding: 0;
}

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

.producttxt p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -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.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.producttxt h3 {
  word-break: break-all;
  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.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.productmore {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  padding: 15px 40px;
  background-color: #37236B;
  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;
}

.productmore span {
  font-size: 16px;
  color: #fff;
  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;
}

.productmore i {
  font-size: 16px;
  color: #fff !important;
  margin-left: 10px;
  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;
}

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

.indexproductli:hover:hover .productmore span,
.indexproductli:hover:hover .productmore i {
  color: #000 !important;
}

.indexproductli:hover .producttxt h3,
.indexproductli:hover .producttxt p {
  color: #fff;
}


/* choose */
.indexchoose {
  padding: 60px 0;
}

.indexchoose_img img {
  width: 100%;
}

.indexchoose_list {
  margin-top: 40px;
}

.indexchoose_list li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 30px;
}

.indexchoose_list li i {
  font-size: 38px;
  color: #37236B;
  margin-right: 10px;
}

.indexchoose_list li h3 {
  font-size: 22px;
  color: #000;
  font-weight: bold;
  margin-bottom: 10px;
}

.indexchoose_list li p {
  font-size: 14px;
  color: #333;
}

.indexchoose_left {
  padding-left: 20%;
  padding-top: 20px;
}

.indexchoose_right {
  padding: 0 0;
}

/* server */
.indexserver {
  padding: 100px 0 100px 0;
  background-color: #f1f1f1;
}

.indexserver_img {
  position: relative;
}

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

.indexserver_number {
  padding: 30px 20px;
  margin-left: -80px;
  background-color: #fff;
  border-radius: 10px;
  margin-top: 50px;
  position: relative;
  z-index: 999;
}

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

.indexserver_number li {
  width: 32%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.indexserver_number li div {
  display: flex;
  justify-content: center;
  align-items: center;
}

.indexserver_number h3 {
  font-size: 64px;
  color: #76777A;
  font-weight: bold;
}

.indexserver_number span {
  font-size: 64px;
  color: #76777A;
  font-weight: bold;
}

.indexserver_number p {
  font-size: 18px;
  color: #76777A;
  text-align: center;
  margin-top: 10px;
}

.indexserverdata {
  padding: 30px;
  background-color: #fff;
  border-radius: 10px;
  position: absolute;
  top: -15px;
  left: -15px;
}

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

.indexserverdata h3 {
  font-size: 64px;
  color: #76777A;
  font-weight: bold;
}

.indexserverdata span {
  font-size: 64px;
  color: #76777A;
  font-weight: bold;
}

.indexserverdata p {
  font-size: 18px;
  color: #76777A;
  font-weight: bold;
}

/* news */
.indexnews {
  padding-bottom: 50px;
  padding-top: 50px;
}

.news {
  margin-bottom: 20px;
}

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

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

.news {
  padding-bottom: 20px;
  cursor: pointer;
  transition: all 0.5s;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  position: relative;
}

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

.news h2 {
  font-size: 20px;
  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: 45px;
  background-color: #fff;
  text-align: center;
  transition: all 0.5s;
  border: 3px #ddd solid;
}

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

.newsline {
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 2px;
  width: 0;
  transform: translateX(-50%);
  background-color: #37236B;
  transition: 0.5s;
}

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

.news_title {
  padding: 10px 20px;
}

/* advantages */
.index_advantages {
  padding: 50px 0;
  background-color: #f0f0f0;
}

.index_advantages_title h2 {
  font-size: 36px;
  color: #000;
  font-weight: bold;
  margin-bottom: 20px;

}

.adv_logo {
  margin: 10px 10px;
  padding: 15px 10px;
  background-color: #fff;
  text-align: center;
  border-radius: 5px;
}

/* view */
.mySwiper2 .swiper-slide {
  padding-top: 25px;
  padding-bottom: 50px;
}


.view {
  background-color: #f0f0f0;
  border-radius: 10px;
  padding: 30px 20px;
  text-align: center;
}

.view .c {
  position: relative;
}

.view .dh {
  position: absolute;
  top: 0px;
  background-color: #37236B;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  padding: 0;
  right: 25px;
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.view .viewtit {
  margin-top: 15px;
}

.viewtit h5 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 5px;
}

.viewtit p {
  font-size: 14px;
  color: #999;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.view i {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  color: #fff;
  line-height: 50px;
  text-align: center;
  position: relative;
}

.view .ltxt p {
  font-size: 14px;
  margin: 15px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

/* fotban */

.fotban {
  background: url(../images/img5.jpg) no-repeat 50% 50%;
  background-size: cover;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.fotbanecover {
  width: 100%;
  height: 100%;
  background-color: rgba(55, 35, 107, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}

.fotbanemain {
  z-index: 99;
  position: relative;
  width: 60%;
}

.fotbanemain h2 {
  font-size: 40px;
  color: #fff;
  z-index: 99;
  font-weight: bold;
  margin: 20px 0 30px 0;
  line-height: 40px;
}

.fotbanemain p {
  font-size: 16px;
  color: #fff;
  z-index: 99;
}

.fotbanemain .fotbanebtn {
  display: inline-block;
  width: 25%;
  height: 60px;
  line-height: 60px;
  background-color: #37236B;
  font-size: 20px;
  color: #fff;
  text-align: center;
  margin-top: 40px;
  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;
}

.fotbanebtn:hover {
  width: 30%;
  background-color: #EC255A;
}

/* footer */

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

footer a {
  color: #fff
}

.fot_logo {
  margin-bottom: 10px;
}

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

.foot a:hover {
  color: #EC255A
}

.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: #EC255A;
  transition: all 0.5s;
  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;
}

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

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

.bottom {
  border-top: 1px #ddd solid;
  padding: 15px 0;
  color: #fff
}

.bottom a {
  color: #EC255A;
}

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

.navbar-toggler {
    background-color: #37236B;
}

  .indexbg {
    padding: 20px 0;
  }

  .indexcompany_main {
    margin-top: 0px;
  }

  .indexcompany {
    padding-top: 30px;
  }

  .indexcompany_title h3 {
    margin-bottom: 10px;
  }

  .indexcompany_title h1 {
    font-size: 30px
  }

  .indexcompany_left {
    padding-top: 0;
  }

  .indexcompany {
    padding-bottom: 30px;
  }

  .indexabout {
    padding: 50px 0;
  }

  .index_title h2 {
    font-size: 30px
  }

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

  .dr {
    top: 13%
  }

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

  .showban_more {
    margin-top: 0px;
  }

  .indexproduct_title h2 {
    font-size: 36px;
    font-weight: bold;
    line-height: 36px;
  }

  .productbox {
    display: block;
  }

  .producttxt {
    padding: 10px 10px;
  }

  .producttxt p {
    font-size: 14px
  }

  .indexchoose_left {
    padding-left: 0;
  }

  .indexserver_number {
    margin-left: 0;
  }

  .indexserver_number span {
    font-size: 30px
  }

  .indexserver_number h3 {
    font-size: 36px
  }

  .indexserver_number p {
    font-size: 16px
  }

  .indexserver {
    padding: 50px 0;
  }
  .index_advantages_title h2{
    font-size:30px;
    line-height: 30px;
  }
  .adv_logo{
    margin: 10px 0;
  }
  .fotbanemain{
    width: 100%;
  }
  .fotbanemain h2{
    font-size:30px;
    line-height: 30px;
  }
  .fotbanemain .fotbanebtn{
    width: 50%;
  }
  .foot{
    padding: 20px 0;
  }
  .fot_tags{
    margin-bottom: 0;
  }
  .fot_none{
    display: none;
  }


}

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

.navbar-toggler {
    background-color: #37236B;
}

  .indexcompany_main {
    margin-top: 0px;
  }

  .indexcompany {
    padding-top: 30px;
  }

  .indexcompany_title h3 {
    margin-bottom: 10px;
  }

  .indexcompany_title h1 {
    font-size: 30px
  }

  .indexcompany_left {
    padding-top: 0;
  }

  .indexcompany {
    padding-bottom: 30px;
  }

  .indexabout {
    padding: 50px 0;
  }

  .index_title h2 {
    font-size: 30px
  }

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

  .dr {
    top: 20%
  }

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

  .showban_more {
    margin-top: 0px;
  }

  .indexproduct_title h2 {
    font-size: 36px;
    font-weight: bold;
    line-height: 36px;
  }


  .producttxt {
    padding: 10px 10px;
  }

  .producttxt p {
    font-size: 14px
  }

  .indexchoose_left {
    padding-left: 0;
  }

  .indexserver_number {
    margin-left: 0;
  }

  .indexserver_number span {
    font-size: 30px
  }

  .indexserver_number h3 {
    font-size: 36px
  }

  .indexserver_number p {
    font-size: 16px
  }

  .indexserver {
    padding: 50px 0;
  }
  .index_advantages_title h2{
    font-size:30px;
    line-height: 30px;
  }
  .adv_logo{
    margin: 10px 0;
  }
  .fotbanemain{
    width: 100%;
  }
  .fotbanemain h2{
    font-size:30px;
    line-height: 30px;
  }
  .fotbanemain .fotbanebtn{
    width: 50%;
  }
  .foot{
    padding: 20px 0;
  }
  .fot_tags{
    margin-bottom: 0;
  }
  .indexproduct_title{
    margin-bottom: 30px;
  }
  .indexchoose{
    padding: 30px 0;
  }
}

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

.navbar-toggler {
    background-color: #37236B;
}
  .indexcompany_main{
    margin-top: 0;
  }
  .indexcompany{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .indexabout{
    padding: 50px 0;
  }
  .showbanner .showban .info{
    width: 100%;
    padding-top: 20%;
  }
  .showban_more{
    margin-top: 0;
  }
  .indexchoose_left{
    padding-left: 0;
  }
  .indexserver_number{
    margin-left: 0;
  }
  .adv_logo{
    margin: 10px 0;
  }
  .fotbanemain .fotbanebtn{
    width: 40%;
  }
  .fotbanemain{
    width: 80%;
  }
}

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

.navbar-toggler {
    background-color: #37236B;
}
  .indexcompany_main{
    margin-top: 0;
  }
  .indexcompany{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .indexabout{
    padding: 50px 0;
  }
  .showbanner .showban .info{
    width: 100%;
    padding-top: 20%;
  }
  .showban_more{
    margin-top: 0;
  }
  .indexchoose_left{
    padding-left: 0;
  }

  .adv_logo{
    margin: 10px 0;
  }
  .fotbanemain .fotbanebtn{
    width: 40%;
  }
  .fotbanemain{
    width: 80%;
  }
  .indexproduct_title h2{
    font-size:36px;
    margin-bottom: 10px;
  }
  .indexproduct_title .indexhot_title_t{
    margin-bottom: 10px;
  }
  .index_title h2{
    font-size: 36px;
    margin: 0px 0;
  }

}

@media (min-width:1200px) and (max-width:1400px) {
  .indexabout_right{
    padding-top: 0;
  }
  .index_title h2{
    font-size:36px;
    line-height: 36px;
  }
  .showbanner .showban .info{
    width: 80%;
    padding-top: 15%;
  }
  .indexchoose_left{
    padding-left: 0;
    padding-top: 0;
  }
}

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
















/*063*/

/* indexcard */
.indexcard{padding: 60px 0;background: url(../images/backjpg.jpg)}
.indexcard_flex{display: flex;flex-wrap: wrap;}
.indexcard_box{padding: 30px 15px;border-radius: 10px;position: relative;height: 100%;}
.indexcard_li:nth-child(1) .indexcard_box{background-color: #359b41;}
.indexcard_li:nth-child(2) .indexcard_box{background-color: #a0cb5b;}
.indexcard_li:nth-child(3) .indexcard_box{background-color: #ff892b;}
.indexcard_content{display: flex;flex-wrap: wrap;align-items: center;}
.indexcard_left span{font-size: 14px;color: #fff;text-transform: uppercase;display: block;margin-bottom: 10px;}
.indexcard_left .indexcard_title,.indexcard_left h3{font-size: 24px;color: #fff;font-weight: bold;display: block;word-wrap: break-word;word-break: break-all;display: -webkit-box;-webkit-line-clamp: 3; -webkit-box-orient: vertical;overflow: hidden;}
.indexcard_left .indexcard_title{margin-bottom: 20px;}
.indexcard_more{display: flex;justify-content: flex-start;align-items: center;}
.indexcard_more p{font-size: 16px;color: #fff;font-weight: bold;}
.indexcard_more i{font-size: 18px;color: #fff;margin-left: 10px;display: block;margin-top: 3px;}
.indexcard_img{position: relative;overflow: hidden;display: block;width: 100%;height: auto;padding-top: 100%;}
.indexcard_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;}
.indexcard_li:hover .indexcard_img img{transform: scale(1.2);}
/* indexslogan */
.indexslogan_li{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;}
.indexslogan{padding:20px  0;background: url(../images/backjpg.jpg)}
.indexslogan_flex{display: flex;flex-wrap: wrap;box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.2);background-color: #fff;border-radius: 20px;overflow: hidden;}
.indexslogan_box{ padding: 30px 15px; height: 100%;position: relative;display: flex;align-items: center;flex-wrap: wrap;justify-content: center;}
.indexslogan_box img{width: 80px;height: 80px;display: block;vertical-align: middle;margin-right: 15px;}
.indexslogan_txt{flex: 1;}
.indexslogan_txt h3{font-size: 18px;color: #000;font-weight: bold;margin-bottom: 10px;word-wrap: break-word;word-break: break-all;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;}
.indexslogan_txt p{font-size: 14px;color: #000;word-wrap: break-word;word-break: break-all;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;}
.indexslogan_li:hover  {background-color: #359b41;}
.indexslogan_li:hover .indexslogan_txt h3,.indexslogan_li:hover .indexslogan_txt p{color: #fff;} 
/* indexabout */
.indexabout{padding: 60px 0 0 0;background: url(../images/backjpg.jpg)}
.indexabout_flex{display: flex;flex-wrap: wrap;align-items: center;}
.indexabout_img{overflow: hidden;width: 100%;}
.indexabout_img img{width: 100%;}
.indexabout_main{overflow: hidden;}
.indexabout_content span{display: block;font-size: 18px;color: #ff892b;font-weight: bold;text-transform: uppercase;margin-bottom: 15px;}
.indexabout_content h1{font-size: 42px;color: #000;font-weight: bold;margin-bottom: 20px;}
.indexabout_content p{font-size: 14px;color: #000;line-height: 25px;margin-bottom: 10px;display: -webkit-box;-webkit-line-clamp:9; -webkit-box-orient: vertical;overflow: hidden;}
.indexabout_btn{ border-radius: 30px; display: inline-block;padding: 13px 40px;margin-top: 10px;background-color: #359b41;font-size: 18px;text-align: center;color: #fff;text-transform: uppercase;font-weight: bold;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_number{display: flex;flex-wrap: wrap;z-index: 999;position: relative;margin: 40px 0;}
.indexabout_box{background-color: #fff;padding: 20px 10px; box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.2);border-radius: 20px;height: 100%;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;}
.indexabout_box span{display: block;margin: 0 auto 10px auto; width: 40px;height: 40px;line-height: 40px;border-radius: 50%;background-color: #359b41;text-align: center;}
.indexabout_box span img{width: 25px;height: 25px;text-align: center;}
.indexabout_data{display: flex;justify-content: center;align-items: center;margin-bottom: 10px;}
.indexabout_data h3{font-size:30px;color: #000;text-align: center;font-family: "impact";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_box h4{font-size: 14px;color: #000;text-align: center;margin-bottom: 10px;font-weight: bold;word-wrap: break-word;word-break: break-all;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_box p{font-size: 14px;text-align: center;color: #333;word-wrap: break-word;word-break: break-all;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_box:hover{background-color: #359b41;}
.indexabout_box:hover h3{color: #fff;}
.indexabout_box:hover h4{color: #fff;}
.indexabout_box:hover p{color: #fff;}
.indexabout_btn:hover{padding: 13px 60px;background-color: #FF892B;}
.indexabout_left{position: relative;}
.indexabout_card{width: 40%; box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.2) ; background-color: #fff;padding: 30px 15px 15px 15px;border-radius: 15px;display: flex;justify-content: flex-start; position: absolute;bottom: -10px;right: 0;}
.indexabout_card img{width: 60px;height:60px;vertical-align: middle;display: block;margin-top: -10px;}
.indexabout_cardcontent{flex: 1;}
.indexabout_cardcontent h3{text-align: center; font-size: 18px;color: #000;font-weight: bold;margin-bottom: 10px;word-wrap: break-word;word-break: break-all;}
.indexabout_cardcontent b{font-size: 32px;color: #000;font-family: "impact";}








/* indexproducts */
.indexproducts{
  padding: 50px 0;
}
.indextitle{
  margin-bottom: 50px;
  word-wrap: break-word;
  word-break: break-all;

}
.indextitle h3{
  font-size:48px;
}
.indextitle h3 span{
  color:#b79771
}
.indexproducts_item{
  position: relative;
  transition: all 0.35s ease;
  margin-bottom: 30px;
  cursor: pointer;
}
.indexproducts_img {
  width: 100%;
  height: auto;
  display: block;
  overflow: hidden;
  position: relative;
  padding-top: 100%;
  cursor: pointer;
}
.indexproducts_img img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease;
}
.indexproducts_title{
  position: absolute;
  top:5%;
  left: 5%;
  bottom: 5%;
  right: 5%;
  width: 90%;
  height: 90%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 99;
}
.indexproducts_number{
  padding: 30px 0 20px 20px;
  color:#fff;
  font-size:24px;
  font-weight: bold;
  position: relative;
}
.indexproducts_number::after{
  content: "";
  width: 80px;
  height: 2px;
  background-color: #b79771;
  bottom:0;
  left: 0;
  position: absolute;
}
.indexproducts_tit{
  position: absolute;
  bottom:50px;
  color:#fff;
  left: 20px;
  right:20px
}
.indexproducts_tit a{
  color:#fff
}
.indexproducts_tit h2{
  font-size: 24px;
  font-weight: bold;
  margin-bottom:30px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-wrap: break-word;
  word-break: break-all;
}
.indexproducts_tit p{
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-wrap: break-word;
  word-break: break-all;
}
.indexproducts_item:hover .indexproducts_title{
  background: rgba(0, 0, 0, 0.1);
  transition: all 0.35s ease;
}
.indexproducts_item:hover .indexproducts_tit h2 a{
  color: #b79771;
}
.indexproducts_item:hover .indexproducts_img img{
  transform: scale(1.1);
  transition: all 0.35s ease;
}




@media (max-width:576px){
  .indexcard_left .indexcard_title, .indexcard_left h3{font-size: 18px;}
    
  .indexcard{padding: 40px 0 0 0;}
  .indexcard_li {margin-bottom: 15px;}
  
  
   /**/
  .indexslogan_box{padding: 0;}
  
  .indexslogan_box{flex-direction: column;}
  .indexslogan_box img{width: 50px;height: 50px;}
  .indexslogan_txt h3{text-align: center;}
  .indexslogan_txt p{text-align: center;}
  .indexslogan_li {margin: 5px 0;}
  .indexslogan_flex{padding: 15px;}
  
   /**/
  
  .indexabout_card{width: 100%;position: static;bottom: auto;right: auto;}
  .indexabout_content h1{font-size: 26px;}
  .indexabout_li {margin-bottom: 10px;}
  
  
  .indexabout{padding: 40px 0 0 0;}
  .indexabout_main{margin-top: 30px;}
  .indexabout_data h3{font-size: 22px;}
  
  /**/
 .indexproducts_img{
    min-height: auto;
  }
  .indexproducts_number{
    padding: 0 0;
  }
  .indexproducts_tit{
    bottom: 0;
    left: 0; 
    right: 0;
  }
  .indexproducts_tit a{
    font-size:15px
  }
  .indexproducts_tit p{
    display: none;
  }
  
}
  
  
  
@media (min-width:576px) and (max-width:768px) {
  .indexcard_left .indexcard_title, .indexcard_left h3{font-size: 18px;}
  
  .indexcard{padding: 40px 0 0 0;}
  .indexcard_li {margin-bottom: 15px;}
  
  /**/ 
  
  .indexslogan_box{padding: 0;}
  
  .indexslogan_box{flex-direction: column;}
  .indexslogan_box img{width: 50px;height: 50px;}
  .indexslogan_txt h3{text-align: center;}
  .indexslogan_txt p{text-align: center;}
  .indexslogan_li {margin: 5px 0;}
  .indexslogan_flex{padding: 15px;}
   /**/
  
  .indexabout_card{width: 50%;}
  .indexabout_content h1{font-size: 26px;}
  .indexabout_li {margin-bottom: 10px;}
  
  .indexabout{padding: 40px 0 0 0;}
  .indexabout_main{margin-top: 30px;}
  .indexabout_data h3{font-size: 22px;}
 /**/
 
  .indexproducts_img{
    min-height: auto;
  }
  .indexproducts_number{
    padding: 0 0;
  }
  .indexproducts_tit{
    bottom: 10px;
    left: 0; 
    right: 0;
  }
  .indexproducts_tit h2{
    margin-bottom: 10px;
  }
  .indexproducts_tit a{
    font-size:16px
  }
}






@media (min-width:768px) and (max-width:992px) {
  .indexcard_left .indexcard_title, .indexcard_left h3{font-size: 18px;}
    
    
  .indexcard{padding: 40px 0 0 0;}
  .indexcard_li {margin-bottom: 15px;}
  
  .indexcard_left .indexcard_title{font-size: 16px;}
  
  
  
  
  
  
  
  
  
  
  .indexslogan_box{padding: 0;}
  
  .indexslogan_box{flex-direction: column;}
  .indexslogan_box img{width: 50px;height: 50px;}
  .indexslogan_txt h3{text-align: center;}
  .indexslogan_txt p{text-align: center;}
  .indexslogan_li {margin: 5px 0;}
  .indexslogan_flex{padding: 15px;}
  
  
  
  
  
  
  
  
  
  
  
  
  .indexabout_card{width: 50%;}
  .indexabout_content h1{font-size: 26px;}
  .indexabout_li {margin-bottom: 10px;}
  
  .indexabout{padding: 40px 0 0 0;}
  .indexabout_main{margin-top: 30px;}
  .indexabout_data h3{font-size: 22px;}
}



 
 
@media (min-width:992px) and (max-width:1199px) {
  .indexcard_left .indexcard_title, .indexcard_left h3{font-size: 18px;}
  
  
  .indexcard{padding: 40px 0 0 0;}
  .indexcard_li {margin-bottom: 15px;}
  
  .indexcard_left .indexcard_title{font-size: 16px;}
   /**/
  
  
  .indexslogan_box{padding: 0;}
  
  .indexslogan_box{flex-direction: column;}
  .indexslogan_box img{width: 50px;height: 50px;}
  .indexslogan_txt h3{text-align: center;}
  .indexslogan_txt p{text-align: center;}
  .indexslogan_li {margin: 5px 0;}
  .indexslogan_flex{padding: 15px;}
    /**/
  
  .indexabout_card{width: 50%;}
  .indexabout_content h1{font-size: 26px;}
  .indexabout_li {margin-bottom: 10px;}
  
  .indexabout{padding: 40px 0 0 0;}
  .indexabout_main{margin-top: 30px;}
  .indexabout_data h3{font-size: 22px;}
  
  /**/
  
    .indexproducts_tit{
    bottom: 10px;
  }
  .indexproducts_tit h2{
    margin-bottom: 10px;
  }
  .indexproducts_number{
    padding: 0 0;
  }
  .indexproducts_tit{
    left: 0;
    right: 0;
  }

}







@media (min-width:1201px) and (max-width:1440px) {
    .indexproducts_tit{
    bottom: 10px;
  }
  .indexproducts_tit h2{
    margin-bottom: 10px;
  }
}




  
  .wpcf7 form .wpcf7-response-output {
      margin-top: -80px !important;
  }



.form_title {
  font-size: 18px;
  color: #fff;
  line-height: 3.5;
  background: #054ADA;
  padding: 0 15px;
  font-weight: normal;
}
#form {
  background-color: #fff;
  padding: 22px 22px 22px 22px;
  padding-bottom: 80px;
  box-sizing: border-box;
}
#form .list {
  margin-bottom: 15px;
}
#form .list p {
  color: #2A2B32;
  font-size: 18px;
  line-height: 2;
}
#form .list p span {
  color: #FF4236;
}
#form .list input {
  width: 100%;
  line-height: 3;
  padding-left: 10px;
  box-sizing: border-box;
}
#form .list input::placeholder {
  font-size: 16px;
}
#form .list textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  line-height: 2;
  resize: none;
  height: 120px;
}
#form .list textarea::placeholder {
  font-size: 16px;
}
#form #submit {
  width: 30%;
  color: #fff;
  background-color: #054ADA;
  border: none;
  line-height: 3;
  font-size: 16px;
  margin-bottom: 15px;
  cursor: pointer;
}

.none{
    display: none;
}