.detail *,
.news-detail * {
  max-width: 100%;
}

/* Banner */
.carousel {
  position: relative;
  top: -19px;
  /* z-index: -1; */
}
.carousel-control-prev > span.iconfont,
.carousel-control-next > span.iconfont {
  font-size: 40px;
  color: #aaa;
}
@media (max-width: 991px) {
  .carousel {
    top: -51px;
  }
}
@media (max-width: 767px) {
  .carousel {
    top: -14px;
  }
}
@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;
  }
}

/* Into */
.into {
  padding: 90px 0;
}
.into .into-title {
  letter-spacing: 1px;
  margin-bottom: 70px;
}
.into .into-title > span {
  font-size: 20px;
  font-weight: lighter;
  color: #ddd;
}
.into ul > li {
  position: relative;
  width: 23.5%;
  margin-right: 2%;
  cursor: pointer;
}
.into ul > li.fourth {
  margin-right: 0;
}
.into ul > li > a > img {
  opacity: 1;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
  transition:all .6s;
}
.into ul > li > a > img.pic-2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.into ul > li:hover > a > img {
  transform: scale(-1,1);
}
.into ul > li:hover > a > img.pic-1 {
  opacity: 0;
  visibility: hidden;
}
.into ul > li > a > .text-desc {
  height: 131px;
  padding: 25px 28px;
  background-color: #e4e5e6;
  border-bottom: 1px solid #8a9aca;
}
.into ul > li.second > a > .text-desc {
  border-color: #f1b486;
}
.into ul > li.third > a > .text-desc {
  border-color: #e11480;
}
.into ul > li.fourth > a > .text-desc {
  border-color: #91c130;
}
.into ul > li > a > .text-desc > span {
  font-size: 12px;
  color: #555;
}
@media (max-width: 1199px) {
  .into ul > li > a > .text-desc {
    height: 155px;
  }
}
@media (max-width: 991px) {
  .into {
    padding: 50px 0;
  }
  .into .into-title {
    margin-bottom: 30px;
  }
  .into ul > li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 20px;
  }
  .into ul > li.second {
    margin-right: 0;
  }
  .into ul > li > a > .text-desc {
    height: 131px;
  }
}
@media (max-width: 767px) {
  .into ul > li > a > .text-desc {
    height: 151px;
  }
}
@media (max-width: 575px) {
  .into {
    padding: 30px 0;
  }
  .into .into-title {
    margin-bottom: 20px;
  }
  .into .into-title > h2 {
    font-size: 26px;
  }
  .into ul > li {
    width: 100%;
    margin-right: 0!important;
    margin-bottom: 20px;
  }
  .into ul > li > a > .text-desc {
    height: auto;
  }
}

/* Product */
.product {
  padding-top: 85px;
  padding-bottom: 60px;
  background-color: #e1e2e3;
}
.product ul > li {
  width: 20%;
}
.product ul > li > .pic-box {
  border: 1px solid #ef7496;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition:all 1s;
}
.product ul > li > .pic-box:hover {
  border-color: #ee527d;
  transform: rotate(360deg);
}
@media (max-width: 991px) {
  .product {
    padding: 50px 0;
  }
  .product ul > li > .pic-box {
    width: 75%!important;
  }
}
@media (max-width: 767px) {
  .product ul > li {
    width: 33.3333333%;
    margin-bottom: 30px;
  }
}

footer > .footer-info {
  padding-top: 50px;
  padding-bottom: 70px;
  background-color: #2d2e2f;
}
footer > .footer-info .brand > p {
  letter-spacing: 4px;
}
footer > .footer-info .brand > span {
  font-size: 24px;
}
footer > .footer-info ul > li {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
footer > .footer-info ul > li:last-of-type {
  padding-right: 0;
}
footer > .footer-info ul > li::before,
footer > .footer-info ul > li::after {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  height: 40px;
  width: 1px;
  background-color: #7c8a88;
}
footer > .footer-info ul > li::after {
  height: 17px;
  width: 2px;
  background-color: #1b9ffc;
}
footer > .footer-info ul > li > ol {
  line-height: 26px;
}
footer > .footer-info ul > li > ol > li > a {
  color: #999!important;
  font-size: 14px;
}
footer > .footer-info ul > li > ol > li > a:hover {
  color: #1b9ffc!important;
}
footer > .footer-copyright {
  padding: 40px 0;
  background-color: #171819;
  font-size: 14px;
  color: #aaa;
}
@media (max-width: 1599px) {
  footer > .footer-info ul > li {
    padding-right: 30px;
  }
}
@media (max-width: 1199px) {
  footer > .footer-info ul > li {
    padding-left: 15px;
    padding-right: 20px;
  }
  footer > .footer-info img.pic-qr {
    width: 100px;
  }
}
@media (max-width: 991px) {
  footer > .footer-info ul {
    margin-top: 20px;
  }
  footer > .footer-info ul > li {
    padding-left: 20px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  footer > .footer-info {
    padding: 30px 0;
  }
  footer > .footer-info ul {
    display: none;
  }
  footer > .footer-copyright {
    padding: 15px 0;
  }
}


/* 二级菜单 */
.menu-secondary {
  height: 55px;
  line-height: 55px;
  margin-top: 20px;
  /* border-bottom: 1px solid #ddd; */
}
.menu-secondary ul > li {
  padding: 0 20px;
}
.menu-secondary ul > li:first-of-type {
  padding-left: 0;
}
.menu-secondary ul > li:last-of-type {
  padding-right: 0;
}
.menu-secondary ul > li > a {
  padding: 6px 10px;
  border-radius: 10px;
  font-size: 15px;
}
.menu-secondary ul > li > a.active,
.menu-secondary ul > li > a:hover {
  background-color: #0f80cf;
  color: #fff!important;
}
.menu-secondary .menu-right {
  font-size: 14px;
  color: #555;
}
.menu-secondary .menu-right > i.icon-site {
  font-size: 18px;
  color: #999;
}
.content {
  padding: 30px 0;
}
@media (max-width: 991px) {
  .menu-secondary {
    margin-top: 40px;
  }
  .menu-secondary ul {
    display: none;
  }
  .content {
    padding: 25px 0;
  }
}
@media (max-width: 767px) {
  .menu-secondary {
    height: 40px;
    line-height: 40px;
    margin-top: 20px;
  }
  .content {
    padding-top: 0;
  }
}

/* product_menu */
.menu-product ul > li {
  width: 20%;
}
.menu-product ul > li.active > .pic-box {
  background-color: #ccc;
  border: none;
}
.menu-product ul > li > .pic-box {
  width: 70px;
  height: 70px;
  border: 1px solid #eee;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition:all 1s;
}
.menu-product ul > li > .pic-box:hover {
  border-color: #000;
  transform: rotate(360deg);
}
.menu-product ul > li > span {
  font-size: 14px;
}
@media (max-width: 767px) {
  .menu-product ul > li > .pic-box {
    width: 50px;
    height: 50px;
  }
  .menu-product ul > li > span {
    font-size: 12px;
  }
}

/* 下载 */
.drive-desc {
  display: none;
  position: fixed;
  top: 35%;
  left: 50%;
  width: 500px;
  margin-left: -250px;
  padding: 50px 50px 80px 50px;
  color: #555;
  font-size: 14px;
  background-color: rgba(255,255,255,.9);
  box-shadow: 0 0 10px #999;
  z-index: 999;
}
.drive-desc > span.close {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin-left: -15px;
  font-size: 20px;
  font-weight: 400;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .drive-desc {
    width: 350px;
    margin-left: -175px;
  }
}

/* news */
ul.news-list > li {
  border-bottom: 1px dotted #999;
}
ul.news-list > li img {
  width: 250px;
  height: 150px;
  object-fit:cover;
}
ul.news-list > li > .news-desc {
  width: 1075px;
}
ul.news-list > li > .news-desc > a.more {
  font-size: 14px;
  color: #999;
}
@media (max-width: 1599px) {
  ul.news-list > li > .news-desc {
    width: 775px;
  }
}
@media (max-width: 1199px) {
  ul.news-list > li img {
    width: 200px;
    height: 130px;
  }
  ul.news-list > li > .news-desc {
    width: 645px;
  }
  ul.news-list > li > .news-desc > p {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  ul.news-list > li img {
    width: 150px;
    height: 100px;
  }
  ul.news-list > li > .news-desc {
    width: 470px;
  }
  ul.news-list > li > .news-desc h4 {
    font-size: 18px;
  }
  ul.news-list > li > .news-desc > p {
    font-size: 14px;
  }
  ul.news-list > li > .news-desc > a.more {
    display: none;
  }
}
@media (max-width: 757px) {
  ul.news-list > li img {
    display: none;
  }
  ul.news-list > li > .news-desc {
    width: 100%;
  }
}

/* news_detail */
.news-detail > p {
  font-size: 14px;
  color: #999;
}
.news-detail > .news-content {
  overflow: hidden;
  border-top: 1px solid #ccc;
}

/* product_detail */
.content > .detail {
  padding: 50px;
  padding-top: 100px;
}
.product-info > .info-pic {
  width: 450px;
  margin-left: 100px;
}
.product-info > .info-pic img {
  border: 1px solid #ccc;
}
.product-info > .info-pic > img {
  width: 450px;
  height: 450px;
}
.product-info > .info-pic > ul.pic-list {
  width: 390px;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
}
.product-info > .info-pic > ul.pic-list > li {
  display: inline-block;
  width: 90px;
  height: 90px;
  margin-right: 10px;
  cursor: pointer;
}
.product-info > .info-pic > ul.pic-list > li:last-of-type,
.product-info > .info-pic > ul.pic-list > li.last {
  margin-right: 0;
}
.product-info > .info-pic > ul.pic-list > li > img {
  opacity: .7;
}
.product-info > .info-pic > ul.pic-list > li > img.active {
  opacity: 1;
}
.product-info > .info-pic > ul.pic-list > li > img.active,
.product-info > .info-pic > ul.pic-list > li > img:hover {
  border-color: #999;
}
.product-info > .info-pic > i.iconfont {
  position: absolute;
  font-size: 30px;
  height: 30px;
  line-height: 30px;
  width: 30px;
  bottom: 30px;
  color: #ccc;
}
.product-info > .info-pic > i.icon-toright {
  right: 0;
}
.product-info > .info-pic > i.iconfont:hover {
  color: #555;
  cursor: pointer;
}
.product-info > .info-desc {
  width: 55%;
  padding-right: 150px!important;
}
.product-info > .info-desc > p {
  text-indent: 32px;
  color: #555;
}
.product-content {
  margin-top: 70px;
}
.product-content > h5 {
  color: #555;
}
.product-content table {
  max-width: 100%!important;
}
.product-content img {
  max-width: 100%!important;
}
@media (max-width: 1599px) {
  .product-info > .info-pic {
    margin-left: 50px;
  }
  .product-info > .info-desc {
    width: 50%;
    padding-right: 70px!important;
  }
}
@media (max-width: 1199px) {
  .product-info > .info-pic {
    width: 350px;
    margin-left: 40px;
  }
  .product-info > .info-pic > img {
    width: 350px;
    height: 350px;
  }
  .product-info > .info-pic > ul.pic-list {
    width: 295px;
  }
  .product-info > .info-pic > ul.pic-list > li {
    width: 70px;
    height: 70px;
    margin-right: 5px;
  }
  .product-info > .info-pic > i.iconfont {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 25px;
    bottom: 25px;
  }
  .product-info > .info-pic > i.icon-toleft {
    left: -5px;
  }
}
@media (max-width: 991px) {
  .product-info > .info-pic {
    width: 300px;
    margin-left: 0;
  }
  .product-info > .info-pic > img {
    width: 300px;
    height: 300px;
  }
  .product-info > .info-pic > ul.pic-list {
    width: 270px;
  }
  .product-info > .info-pic > ul.pic-list > li {
    width: 63px;
    height: 63px;
    margin-right: 6px;
  }
  .product-info > .info-pic > i.iconfont {
    width: 15px;
    height: 15px;
    line-height: 15px;
    font-size: 20px;
  }
  .product-info > .info-pic > i.icon-toleft {
    left: -5px;
  }
  .product-info > .info-desc {
    padding-right: 16px!important;
    padding-top: 0!important;
  }
  .product-content table {
    width: 100%!important;
  }
}
@media (max-width: 767px) {
  .content > .detail {
    padding: 30px;
  }
  .product-info > .info-pic {
    position: relative;
    left: 50%;
    margin-left: -150px;
  }
  .product-info > .info-desc {
    width: 100%!important;
    margin-top: 30px;
  }
  .product-content {
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .product-content {
    margin-top: 10px;
  }
  .product-info > .info-desc {
    padding-left: 0!important;
    padding-right: 0!important;
  }
}

/* honor */
.larger-img {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,.5);
  z-index: 999;
}
.larger-img > img {
  position: absolute;
}
ul.certify-list > li {
  width: 25%;
}
ul.certify-list > li > a > img {
  height: 200px;
  object-fit: cover;
  border: 2px solid #aaa;
}
ul.certify-list > li > p {
  height: 48px;
}
@media (max-width: 1599px) {
  ul.certify-list > li {
    width: 33.3333333%;
  }
  ul.certify-list > li > a > img {
    height: 220px;
  }
}
@media (max-width: 1199px) {
  ul.certify-list > li > a > img {
    height: 180px;
  }
  ul.certify-list > li > p {
    margin-top: 5px;
  }
}
@media (max-width: 991px) {
  ul.certify-list > li {
    width: 50%;
  }
  ul.certify-list > li > a > img {
    height: 200px;
  }
}
@media (max-width: 767px) {
  ul.certify-list > li {
    padding-bottom: 0!important;
  }
  ul.certify-list > li > a > img {
    height: 135px;
  }
  ul.certify-list > li > p {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  ul.certify-list > li {
    width: 100%;
    padding: 0!important;
  }
  ul.certify-list > li > a > img {
    height: auto;
  }
}

/* product & product-type */
.product-wrapper > p,
.product-type-wrapper > p {
  font-size: 18px;
}
.product-wrapper.double ul > li > a,
.product-type-wrapper ul > li > a {
  background-color: #e2e2e2;
}
.product-wrapper ul > li .product-desc > p,
.product-type-wrapper ul > li .product-desc > p {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.product-wrapper ul > li .product-desc > p.desc,
.product-type-wrapper ul > li .product-desc > p.desc,
.product-type-wrapper ul > li .product-desc > span,
.product-wrapper ul > li .product-desc > span {
  color: #999;
  font-size: 14px;
}
.product-wrapper ul > li.recommend .product-desc,
.product-type-wrapper ul > li .product-desc {
  background-color: #fff;
}
.product-wrapper ul > li.secondary .product-desc {
  position: relative;
  margin-top: -45px;
  background-color: rgba(255,255,255,.8);
}
.product-wrapper ul > li .pic-box,
.product-type-wrapper ul > li .pic-box {
  overflow: hidden;
}
.product-wrapper ul > li .pic-box > img,
.product-type-wrapper ul > li .pic-box > img {
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
  transition:all .6s;
}
.product-wrapper ul > li:hover .pic-box > img,
.product-type-wrapper ul > li:hover .pic-box > img {
  transform: scale(1.1);
}
.product-wrapper ul > li:hover .product-desc > span.more,
.product-type-wrapper ul > li:hover .product-desc > span.more {
  color: #1b9ffc;
}
.product-wrapper .more-box > a {
  border: 1px solid #aaa;
  color: #999!important;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition:all .2s;
}
.product-wrapper .more-box > a:hover {
  border-color: #1b9ffc;
  background-color: #1b9ffc;
  color: #fff!important;
}
.product-type-wrapper ul > li {
  width: 23.5%;
  margin-right: 2%;
}
.product-type-wrapper ul > li.last {
  margin-right: 0;
}
@media (max-width: 1199px) {
  .product-wrapper ul > li.secondary .product-desc {
    margin-top: -40px;
  }
  .product-wrapper ul > li.secondary .product-desc > p {
    font-size: 14px;
  }
  .product-wrapper ul > li.secondary .product-desc > p.desc,
  .product-wrapper ul > li.secondary .product-desc > span {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .product-wrapper > p {
    font-size: 16px;
  }
  .product-wrapper .more-box > a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .product-wrapper ul > li.secondary .product-desc {
    margin-top: -30px;
  }
  .product-type-wrapper ul > li {
    width: 49%;
  }
  .product-type-wrapper ul > li.last-mini {
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  .product-wrapper ul > li {
    width: 100%!important;
    padding-left: 0!important;
  }
  .product-wrapper .more-box > a {
    width: 100%;
    color: #999!important;
    background-color: #fff;
    border: none;
  }
  .product-type-wrapper ul > li {
    width: 100%;
    margin-right: 0;
  }
}

/* recruit_detail */
.recruitment-detail p.title {
  font-size: 26px;
}
.recruitment-detail p.desc {
  padding: 10px;
  background-color: #eee;
}
.recruitment-detail p.recruitment-contact {
  line-height: 26px;
}
.recruitment-detail ul > li {
  width: 33.33333%;
  color: #555;
}
.recruitment-detail span {
  font-weight: bold;
  color: #000;
}
@media (max-width: 992px) {
  .recruitment-detail ul > li {
    width: 33.33333%;
    color: #555;
    font-size: 15px;
  }
  .recruitment-detail span {
    font-size: 15px;
  }
}
@media (max-width: 576px) {
  .recruitment-detail ul > li {
    width: 50%;
  }
}

/* page */
.page-num a {
  display: inline-block;
  padding: 3px 11px;
  margin: 0 3px;
}
.page-num a.on {
  background-color: #1b9ffc;
  color: #fff!important;
}

/* mall */
ul.mall > li {
  position: relative;
  width: 23.5%;
  height: 220px;
  margin-right: 2%;
  background-color: rgb(23, 23, 23);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
}
ul.mall > li.last {
  margin-right: 0;
}
ul.mall > li > p {
  font-size: 24px;
}
ul.mall > li > a {
  padding: 5px 10px;
  border-radius: 30px;
  background-color: #f7673c;
  font-size: 14px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition:all .3s;
}
ul.mall > li > a:hover {
  color: #f7673c!important;
  background-color: #fff;
}
ul.mall > li > img {
  position: absolute;
  right: 24px;
  bottom: 24px;
  width: 30%;
}
@media (max-width: 1199px) {
  ul.mall > li {
    height: 200px;
  }
}
@media (max-width: 991px) {
  ul.mall > li {
    width: 49%;
  }
  ul.mall > li.last-mini {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  ul.mall > li {
    height: 180px;
  }
}
@media (max-width: 460px) {
  ul.mall > li {
    width: 100%;
    margin-right: 0;
  }
  ul.mall > li > img {
    width: 20%;
  }
}
