/* max-width */
.child-mw-100 * {
  max-width: 100%;
}
.child-mw-100 img {
  height: auto;
}
/* text-normal */
.font-content {
  font-size: 14px;
  color: #555;
}
/* object-fit */
.obj-cover {
  object-fit: cover;
  font-family:'object-fit: cover;';
}
.obj-contain {
  object-fit: contain;
  font-family:'object-fit: contain;';
}
.animate-4 {
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition:all .4s;
}
.animate-6 {
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
  transition:all .6s;
}
.animate-10 {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition:all 1s;
}

/* page */
.page-num a {
  display: inline-block;
  padding: 4px 12px;
  margin: 0 5px;
  border: 1px solid #aaa;
  font-size: 14px;
}
.page-num a.on,
.page-num a:hover {
  background-color: #555;
  color: #fff!important;
  border-color: #555;
}
@media (max-width: 767px) {
  .page-num a {
    padding: 2px 8px;
    margin: 0 3px;
    font-size: 12px;
  }
}

/* Banner指针 */
.carousel-control-prev > span.iconfont,
.carousel-control-next > span.iconfont {
  font-size: 40px;
  color: #eee;
}
@media (min-width: 576px) {
  .carousel {
    overflow: hidden;
  }
  .carousel-control-next,
  .carousel-control-prev {
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    transition:all .6s;
  }
  .carousel-control-prev {
    left: -15%;
  }
  .carousel-control-next {
    right: -15%;
  }
  .carousel:hover > .carousel-control-prev {
    left: 0;
  }
  .carousel:hover > .carousel-control-next {
    right: 0;
  }
  .carousel-control-prev > span.iconfont,
  .carousel-control-next > span.iconfont {
    font-size: 60px;
  }
}



/* INDEX */
.index-item {
  padding: 100px 0;
}
.index-item .title > i {
  position: relative;
  width: 65px;
  height: 3px;
  margin-top: 15px;
  margin-bottom: 70px;
  background-color: #0a73be;
}
.index-item .title > i::before,
.index-item .title > i::after {
  content: '';
  position: absolute;
  top: 1px;
  width: 320px;
  height: 1px;
  background-color: #dbdcdd;
}
.index-item .title > i::before {
  right: 100%;
}
.index-item .title > i::after {
  left: 100%;
}
.index-item .more > a {
  padding: 8px 40px;
  border: 1px solid #999;
  color: #555!important;
  font-size: 14px;
}
.index-item .more > a:hover {
  color: #fff!important;
  background-color: #0a73be;
  border-color: #0a73be!important;
}
@media (max-width: 991px) {
  .index-item .title > i::before,
  .index-item .title > i::after {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .index-item {
    padding: 50px 0;
  }
  .index-item .title > i {
    margin-bottom: 30px;
  }
  .index-item .title > i::before,
  .index-item .title > i::after {
    width: 150px;
  }
}
@media (max-width: 575px) {
  .index-item .title > i::before,
  .index-item .title > i::after {
    width: 100px;
  }
}

/* ABOUT */
.index-about .img-box {
  width: 45%;
}
.index-about .img-box img {
  border: 3px solid #ddd;
}
.index-about .img-box > ul > li {
  width: 32%;
  margin-right: 2%;
  cursor: pointer;
}
.index-about .img-box > ul > li.last {
  margin-right: 0;
}
.index-about .img-box > ul > li > img {
  opacity: .6;
}
.index-about .img-box > ul > li.active > img {
  opacity: 1;
}
.index-about .text-box {
  width: 55%;
}
.index-about .text-box > .content {
  line-height: 30px;
  text-indent: 28px;
  letter-spacing: 1px;
}
@media (max-width: 1199px) {
  .index-about .text-box > .content {
    line-height: 24px;
    letter-spacing: 1px;
  }
}
@media (max-width: 991px) {
  .index-about .img-box,
  .index-about .text-box {
    width: 100%;
  }
}


/* PRODUCT */
.index-product {
  background: url(../images/product_bg.jpg) no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
}
.index-product ul.type-list > li {
  width: 90px;
  height: 90px;
  margin: 0 15px;
  margin-bottom: 30px;
  border-radius: 50%;
  cursor: pointer;
}
.index-product ul.type-list > li.active {
  border: 2px solid #0a73be;
}
.index-product ul.type-list > li.active::before {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border-left: 10px solid transparent;
  border-top: 10px solid #0a73be;
  border-right: 10px solid transparent;
}
.index-product ul.product-list > li {
  display: none;
  padding: 30px;
}
.index-product ul.product-list > li > .product-box {
  width: 75%;
  padding: 70px;
}
.index-product ul.product-list > li > .product-box > ul > li {
  display: none;
}
.index-product ul.product-list > li > .product-box > ul > li.active {
  display: block;
}
.index-product ul.product-list > li > .product-box > ul > li > .text-box {
  padding: 90px 40px;
  padding-left: 70px;
  border: 1px solid #ccc;
}
.index-product ul.product-list > li > .product-box > ul > li > .text-box > p.title {
  color: #007de7;
  font-size: 22px;
}
.index-product ul.product-list > li > .product-box > ul > li > .text-box > p.num {
  padding: 5px 10px;
  background-color: #fb5a22;
  font-size: 22px;
}
.index-product ul.product-list > li > .product-box > ul > li > .text-box > .desc {
  font-size: 14px;
  color: #555;
}
.index-product ul.product-list > li > .product-box > ul > li > .img-box {
  top: 50%;
  width: 365px;
  height: 305px;
  margin-top: -152.5px;
  border-top: 20px solid #fff;
  border-bottom: 20px solid #fff;
}
.index-product ul.product-list > li > .product-box > i.iconfont {
  top: 50%;
  width: 30px;
  height: 60px;
  line-height: 60px;
  margin-top: -30px;
  font-size: 24px;
  background-color: #00a1e7;
  color: #fff;
  cursor: pointer;
}
.index-product ul.product-list > li > .product-box > i.icon-toleft {
  left: 0;
}
.index-product ul.product-list > li > .product-box > i.icon-toright {
  right: 0;
}
.index-product ul.product-list > li > .product-box > i.iconfont.none {
  color: #a6a7a8;
  background-color: #dbdcdd;
}
.index-product .product-other {
  width: 17%;
  padding: 70px 0;
  font-size: 0;
}
.index-product .product-other > img {
  height: 130px;
  opacity: .5;
  margin-bottom: 5px;
  cursor: pointer;
}
.index-product .product-other > img.active {
  opacity: 1;
}
@media (max-width: 1199px) {
  .index-product ul.product-list > li > .product-box {
    width: 80%;
    padding: 70px 40px;
  }
}
@media (max-width: 991px) {
  .index-product ul.product-list > li > .product-box {
    width: 100%;
    padding: 40px;
  }
  .index-product ul.product-list > li > .product-box > ul > li > .img-box {
    position: static!important;
    margin-top: 0;
    margin-bottom: 15px;
    border: none;
    width: 100%;
    height: auto;
    text-align: center;
  }
  .index-product ul.product-list > li > .product-box > ul > li > .img-box > img {
    width: auto!important;
    height: auto!important;
    max-width: 100%;
  }
  .index-product ul.product-list > li > .product-box > ul > li > .text-box {
    padding: 30px;
    text-align: center;
  }
  .index-product .product-other {
    width: 100%;
    padding: 0;
  }
  .index-product .product-other > img {
    width: 33%!important;
    height: auto;
    margin-right: .5%;
    margin-bottom: 0;
  }
  .index-product .product-other > img.last {
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  .index-product ul.type-list > li {
    width: 50px;
    height: 50px;
    margin: 0 5px;
    margin-bottom: 20px;
  }
  .index-product ul.product-list > li {
    padding: 0;
  }
  .index-product ul.product-list > li > .product-box {
    padding-bottom: 0;
  }
  .index-product .product-other {
    padding: 10px;
  }
}


/* NEWS */
.index-news ul.news-list > li.primary-news {
  width: 45%;
}
.index-news ul.news-list > li.primary-news .date {
  top: 10px;
  left: 10px;
  padding: 5px 8px;
  background-color: #0a73be;
}
.index-news ul.news-list > li.primary-news .date > p {
  font-size: 26px;
}
.index-news ul.news-list > li.primary-news .date > span {
  font-size: 15px;
}
.index-news ul.news-list > li.primary-news .text-box > p.title {
  margin: 10px 0;
  font-size: 20px;
  color: #555;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.index-news ul.news-list > li.primary-news .text-box > p.desc {
  font-size: 14px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.index-news ul.news-list > li.sec-news {
  width: 52%;
  height: 120px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #ccc;
}
.index-news ul.news-list > li.sec-news .img-box {
  width: 180px;
}
.index-news ul.news-list > li.sec-news .text-box {
  width: 370px;
}
.index-news ul.news-list > li.sec-news .text-box > p.title {
  width: 280px;
  font-size: 20px;
  color: #555;
  margin-bottom: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.index-news ul.news-list > li.sec-news .text-box > p.desc {
  font-size: 14px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.index-news ul.news-list > li.sec-news .date {
  right: 0;
  top: 5px;
  font-size: 14px;
  color: #999;
}
.index-news ul.news-list > li:hover p.title {
  color: #0a73be!important;
}
@media (max-width: 1199px) {
  .index-news ul.news-list > li.primary-news .text-box > p.desc {
    -webkit-line-clamp: 3;
  }
  .index-news ul.news-list > li.sec-news {
    height: 100px;
  }
  .index-news ul.news-list > li.sec-news .img-box {
    width: 130px;
  }
  .index-news ul.news-list > li.sec-news .text-box {
    width: 340px;
  }
  .index-news ul.news-list > li.sec-news .text-box > p.title {
    width: 260px;
    font-size: 18px;
  }
  .index-news ul.news-list > li.sec-news .text-box > p.desc {
    -webkit-line-clamp: 2;
  }
}
@media (max-width: 991px) {
  .index-news ul.news-list > li {
    width: 100%!important;
    margin: 0!important;
    padding: 15px 0;
    border-bottom: 1px dashed #ccc;
  }
  .index-news ul.news-list > li.primary-news .date,
  .index-news ul.news-list > li.sec-news .date {
    top: 17.5px;
  }
  .index-news ul.news-list > li.sec-news {
    height: auto;
  }
  .index-news ul.news-list > li.sec-news .img-box {
    display: none;
  }
  .index-news ul.news-list > li.sec-news .text-box {
    width: 100%;
  }
  .index-news ul.news-list > li.sec-news .text-box > p.title {
    width: 600px;
  }
}
@media (max-width: 767px) {
  .index-news ul.news-list > li.sec-news .text-box > p.title {
    width: 400px;
  }
}
@media (max-width: 575px) {
  .index-news ul.news-list > li {
    padding: 10px 0;
  }
  .index-news ul.news-list > li .text-box > p.title {
    font-size: 16px!important;
    width: 100%!important;
  }
  .index-news ul.news-list > li.sec-news .date {
    display: none;
  }
}
