@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: 0px;
  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;
  word-break: break-all;
}

.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;
  word-wrap: break-word;
    word-break: break-all;
}

.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;
  margin-bottom: 15px;
      display: -webkit-box;
    -webkit-line-clamp: 12;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

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

.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: 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.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: 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.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 .productmore span,*/
/*.indexproductli: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: 0px;
  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: 48px;
  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;
      word-break: break-all;
}

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

.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;
  word-wrap: break-word;
    word-break: break-all;
}

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


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

.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: 24px
  }

  .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) {}