/*首页---style----*/

/*banner轮播*/

.index_banner {
  position: relative;
}

.index_banner ul {
  overflow: hidden;
}

.index_banner li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.index_banner li a {
  display: block;
  margin: 0 auto;
}

.index_banner cite {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 5;
  display: block;
  margin-left: -106px;
  width: 212px;
  height: 15px;
  _display: none;
}

.index_banner cite span {
  float: left;
  display: block;
  margin: 0 4px;
  width: 33px;
  height: 5px;
  background-color: #e5e5e5;
  text-indent: -999em;
  opacity: .8;
  cursor: pointer;
}

.index_banner cite span:hover {
  background-color: #f5f5f5;
}

.index_banner cite span.cur {
  background-color: #1d8bd8;
  cursor: default;
}

.clear {
  clear: both;
}

.home-content {
  padding-top: 5rem;
}

.index_banner:after {
  content: ".";
  height: 0;
  visibility: hidden;
  display: block;
  clear: both;
}

.row {
  text-align: center;
  padding-bottom: 1rem;
}

.home-content .home-img {
  width: 60px;
  margin: 0 auto;
}

.product-content .product-title {
  width: 30%;
  margin-bottom: 1rem;
}

.product-content .title-display {
  height: 3.5rem;
  line-height: 1.6rem;
}

.product-content .product-title h5 {
  margin: 1.5rem 0;
  font-size: 1.8rem;
  font-weight: bold;
}

.product-content .product .product-box {
  margin: 0 auto;
  box-shadow: 0px 1px 3px #eee;
}

.product-content .product .product-box a {
  color: #19B5FE;
}

.product-box .product-container {
  padding: 1rem 2rem;
  text-align: left;
  height: 11rem;
}

.product-titleV1 h5 {
  padding: 0 2rem;
  text-align: left;
  padding-top: 2.5rem;
  font-size: 1.5rem;
  font-weight: bold;
  padding-bottom: 1rem;
}

.product-box .product-container p {
  line-height: 1.8rem;
}

.title-display,
.img-display {
  display: none;
}

.partner {
  padding-top: 4rem;
}

.partner .portal {
  display: none;
}

.partner .portal a {
  color: #fff;
}

.product-container a {
  color: #19B5FE;
}

.homebtn {
  background-color: #19B5FE;
  width: 88px;
  font-size: 1.1rem;
  height: 32px;
  padding: 0;
  border-radius: 3px;
  margin-top: 20px;
  border: none;
}

.slider {
  text-align: center;
  padding-bottom: 4rem;
}

.slider h2 {
  margin-bottom: 4rem;
}

.index_slider {
  position: relative;
}

.index_slider ul {
  overflow: hidden;
  height: 100%;
}

.index_slider li {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
}

.index_slider li a {
  display: block;
  margin: 0 auto;
}

.index_slider cite {
  display: block;
  width: 110px;
  height: 15px;
  margin: 20px auto;
}

.index_slider cite span {
  float: left;
  cursor: pointer;
  display: inline-flex;
  width: 0.8rem;
  height: 0.8rem;
  background-color: #19B5FE;
  opacity: 0.4;
  border: none;
  border-radius: 50%;
  margin: 10px 10px;
}

.index_slider cite span:hover {
  opacity: 1;
}

/*.index_slider cite span:hover{background-color:#f5f5f5;}*/

.index_slider cite span.cur {
  opacity: 1;
}

.clear {
  clear: both;
}

.selected {
  background-color: #19B5FE !important;
  opacity: 1 !important;
}

.home-footer {
  width: 100%;
  padding-top: 2rem;
  background: #f3f3f3;
  font-size: 1.2rem;
}

.home-footer .footer-product {
  padding-left: 0.5rem;
}

/*首页----footer style---*/

#footer {
  width: 100%;
  background: #f3f3f3;
}

.footerBar {
  margin: 0 auto;
  width: 80%;
  height: 170px;
  padding: 30px 0 15px 0;
  text-align: center;
  color: #fff;
  /*font-size: 12px;*/
}

.footLeft {
  width: 30%;
}

.footCenter {
  text-align: left;
}

.footCenter ul li {
  display: flex;
  margin-bottom: 10px;
}

.footCenter ul li:after {
  content: " ";
  display: table;
  clear: both;
}

.footCenter ul li div.detail-li {
  width: 20px;
  padding: 0 3px;
  text-align: left;
  margin-right: 10px;
}

.footLeftCon {
  width: 100%;
  margin: 0 auto;
  text-align: left;
}

.textL {
  text-align: left;
  padding-left: 8px;
}

.footLeftCon a {
  color: #555;
  display: inline-block;
  padding: 0.2rem;
}

.footLeftCon .col-xs-12 {
  padding-right: 0;
  padding-left: 0;
}

.footRightCon {
  height: 100px;
}

.footRight div a {
  margin-left: 5px;
}

.footer-message {
  display: none;
}

.hoverModal {
  /*box-shadow: 3px 3px 5px #eee !important;*/
  /*animation:move 1s;*/
  /*position: absolute;*/
}

@keyframes move {
  0% {
    width: 100%;
  }
  50% {
    width: 102%;
  }
  100% {
    width: 102%
  }
}

/*在小于768像素的屏幕里*/

@media (max-width: 767px) {
  .home-content .home-img {
    width: 50px;
    margin-top: 2rem;
    background: #f7f7f7;
  }
  .home-content {
    padding-top: 0;
  }
  .home-content .products {
    padding-top: 2rem;
  }
  .home-content .products:not(:last-child) {
    border-bottom: 1px solid #eee;
  }
  .product-content .product .product-box {
    width: 100%;
    box-shadow: none;
  }
  .product-content .product-title {
    margin-bottom: 0.5rem;
  }
  .product-content .product-title h5 {
    font-size: 1.2rem;
    font-weight: normal;
  }
  .product-box .product-container {
    height: auto;
  }
  .product-box .product-container p {
    font-size: 1.2rem;
    line-height: 25px;
  }
  .index_slider cite {
    width: 90px;
  }
  .slider {
    padding-bottom: 1.5rem;
  }
  .slider h2 {
    font-size: 1.5rem;
    margin-bottom: 2rem;
    font-weight: bold;
  }
  .home-content h2 {
    font-size: 1.5rem;
    font-weight: bold;
    margin-top: 3rem;
    margin-bottom: 1rem;
    text-align: center;
  }
  .textL {
    text-align: left;
    padding-left: 8px;
  }
  .QR {
    width: 70px;
    margin: 0 auto
  }
  .index_banner cite {
    margin-left: -56px;
    width: 112px;
    height: 10px;
    bottom: 5px;
  }
  .index_banner cite span {
    width: 12px;
    height: 2px;
  }
}

/*在768和991像素之间的屏幕里*/

@media (min-width: 768px) and (max-width: 991px) {
  .row {
    text-align: center;
    /*padding-bottom:3rem;*/
  }
  .slider h2 {
    font-size: 1.5rem;
  }
  .index_slider cite {
    width: 110px;
  }
  .index_slider cite span {
    width: 1rem;
    height: 1rem;
  }
  .textL {
    text-align: left;
    padding-left: 20px;
  }
  .footLeftCon a {
    padding: 0.2rem;
  }
  .QR {
    width: 70px;
    margin: 0 auto
  }
}

/*在992和1199像素之间的屏幕里*/

@media (min-width: 992px) and (max-width: 1199px) {
  .row {
    text-align: center;
    /*padding-bottom:3rem;*/
  }
  .slider h2 {
    font-size: 1.5rem;
  }
  .index_slider cite {
    width: 110px;
  }
  .index_slider cite span {
    width: 1rem;
    height: 1rem;
  }
  .textL {
    text-align: left;
    padding-left: 20px;
  }
  .footLeftCon a {
    padding: 0.2rem;
  }
  .QR {
    width: 70px;
    margin: 0 auto
  }
}

/*在大于1200像素的屏幕里*/

@media (min-width: 1200px) {
  .row {
    text-align: center;
    /*padding-bottom:3rem;*/
  }
  .slider h2 {}
  .index_slider cite {
    width: 110px;
  }
  .index_slider cite span {
    width: 1rem;
    height: 1rem;
  }
  .textL {
    text-align: left;
    padding-left: 20px;
  }
  .footLeftCon a {
    padding: 0.2rem 0.5rem;
  }
  .QR {
    width: 70px;
    margin: 0 auto
  }
}

.fixed-contact {
  position: fixed;
  top: 50%;
  margin-top: -60px;
  right: 0;
  z-index: 2000;
}

.fixed-contact li {
  padding: 10px 20px;
  background: #fff;
  margin-top: 20px;
}