a {
  color: inherit;
}
a:hover {
  text-decoration: none;
}

/* banner */
.carousel-indicators li {
  width: 8px;
  height: 8px;
  border: 1px solid #fff;
  border-radius: 50%;
  background: none;
}
.carousel-indicators .active {
  width: 20px;
  height: 6px;
  margin-top: 1px;
  border-radius: 3px;
}

/* 通用样式 */
.product-type,
.product-new,
.partner,
.news {
  padding: 50px 0;
}
.title > hr {
  width: 30px;
  height: 3px;
  margin-top: 15px;
  background-color: #555;
}
.product-type ul.product-slide,
.product-type .slide-control,
ul.product-list,
.partner ul.partner-list,
.news ul {
  margin-top: 38px;
}
@media (max-width: 767px) {
  .product-type,
  .product-new,
  .partner,
  .news {
    padding: 30px 0;
  }
  .product-type ul.product-slide,
  .product-type .slide-control,
  ul.product-list,
  .partner ul.partner-list,
  .news ul {
    margin-top: 20px;
  }
}

/* 产品分类 */
.product-type ul.product-slide {
  /* white-space: nowrap; */
  /* overflow: hidden; */
  font-size: 0;
}
.product-type ul.product-slide > li {
  width: 32%;
  margin-right: 2%;
}
.product-type ul.product-slide > li.last {
  margin-right: 0;
}
.product-type ul.product-slide > li > .product-box > p {
  position: absolute;
  bottom: 0;
  font-size: 16px;
}
.product-type .slide-control > i {
  margin: 0 10px;
  padding: 2px 16px;
  background-color: #ebeced;
  color: #555;
  cursor: pointer;
}
.product-type .slide-control > i:hover {
  background-color: #16356a;
  color: #fff;
}
@media (max-width: 991px) {
  .product-type ul.product-slide > li {
    width: 49%;
    margin-right: 2%!important;
  }
  .product-type ul.product-slide > li.last-mini {
    margin-right: 0!important;
  }
}
@media (max-width: 767px) {
  .product-type ul.product-slide > li {
    width: 100%;
    margin-right: 0!important;
  }
}

/* 新品推荐 */
.product-new {
  background: url(../image/product_new_bg.jpg) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.product-new .title > hr {
  background-color: #eee;
}
ul.product-list > li {
  width: 32%;
  border: 1px solid #ccc;
}
.product-new ul.product-list > li {
  box-shadow: 0 2px 10px #000;
  border: none;
}
ul.product-list > li.first,
ul.product-list > li.second {
  margin-right: 2%;
}
ul.product-list > li .product-box {
  cursor: pointer;
  overflow: hidden;
}
ul.product-list > li .product-box > img {
  min-height: 200px;
  object-fit: cover;
}
ul.product-list > li .product-box h5 {
  padding: 15px 0;
  color: #555;
  background-color: #e2e3e4;
}
ul.product-list > li .product-box:hover > .masking-box {
  bottom: 0;
}
ul.product-list > li .product-box > .masking-box {
  position: absolute;
  bottom: 100%;
  left: 0;
  padding: 40px;
  background-color: rgba(24, 93, 176,.9);
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition:all .5s;
  overflow: hidden;
}
ul.product-list > li .product-box > .masking-box > h5 {
  background: none;
  color: #fff;
}
ul.product-list > li .product-box > .masking-box > p {
  color: #ccc;
  font-size: 14px;
  font-weight: 300;
}
ul.product-list > li .product-box > .masking-box > i.icon-arrow {
  font-size: 26px;
}
@media (max-width: 1199px) {
  ul.product-list > li .product-box > .masking-box {
    padding: 25px;
  }
  ul.product-list > li .product-box > img {
    min-height: 170px;
  }
}
@media (max-width: 991px) {
  ul.product-list > li {
    width: 48%;
  }
  ul.product-list > li.first,
  ul.product-list > li.second {
    margin-right: 0;
  }
  ul.product-list > li.mini-single {
    margin-right: 4%;
  }
  ul.product-list > li .product-box > .masking-box {
    padding: 34px;
  }
}
@media (max-width: 767px) {
  ul.product-list > li .product-box h5 {
    font-size: 14px;
  }
  ul.product-list > li .product-box > .masking-box {
    padding: 10px;
  }
  ul.product-list > li .product-box > img {
    min-height: 130px;
  }
}
@media (max-width: 575px) {
  ul.product-list > li .product-box h5 {
    font-size: 12px;
    padding: 5px 0;
  }
  ul.product-list > li .product-box > img {
    min-height: 0;
  }
  ul.product-list > li .product-box > .masking-box {
    padding: 15px;
  }
  ul.product-list > li .product-box > .masking-box > h5 {
    display: none;
  }
  ul.product-list > li .product-box > .masking-box > p {
    font-size: 12px;
    color: #fff;
  }
  ul.product-list > li .product-box > .masking-box > i.icon-arrow {
    font-size: 20px;
  }
}

/* 新闻中心 */
.news {
  background-color: #f1f1f1;
}
.news ul {
  width: 49%;
  color: #777;
  /* border: 1px solid #ddd; */
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition:all .5s;
}
.news ul:hover {
  box-shadow: 0 0 15px #bbb;
}
.news ul > p > span {
  /* display: inline-block;
  padding: 3px 5px;
  border: 1px solid #999; */
  color: #555;
  font-weight: bold;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition:all .5s;
}
.news ul:hover > p > span {
  color: #0056b3;
}
.news ul > li {
  margin-bottom: 10px;
  border-bottom: 1px dotted #ccc;
}
.news ul > li:last-of-type {
  margin-bottom: 0;
  border-bottom: none;
}
.news ul > li > a > span {
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .news ul > li > a > span {
    max-width: 300px;
  }
}
@media (max-width: 991px) {
  .news ul {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .news ul > li > a > span {
    max-width: 100%;
  }
  .news ul > li > a > span.float-right {
    display: none;
  }
}

/* 合作伙伴 */
.partner ul.partner-list > li {
  width: 15.8333333333%;
  height: 75px;
  margin-right: 1%;
  margin-bottom: 10px;
  border: 1px solid #ddd;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition:all .5s;
}
.partner ul.partner-list > li.last {
  margin-right: 0;
}
.partner ul.partner-list > li:hover {
  box-shadow: 0 0 15px #ccc;
}
@media (max-width: 1199px) {
  .partner ul.partner-list > li {
    height: 63px;
  }
}
@media (max-width: 991px) {
  .partner ul.partner-list > li {
    width: 32%;
    height: 78px;
    margin-right: 2%;
  }
  .partner ul.partner-list > li.last {
    margin-right: 1%;
  }
  .partner ul.partner-list > li.lg-last {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .partner ul.partner-list > li {
    height: 58px
  }
}
@media (max-width: 576px) {
  .partner ul.partner-list > li {
    width: 49%;
    height: 90px;
    margin-right: 0!important;
  }
  .partner ul.partner-list > li.mini-first {
    margin-right: 2%!important;
  }
}
@media (max-width: 540px) {
  .partner ul.partner-list > li {
    height: 80px;
  }
}
@media (max-width: 480px) {
  .partner ul.partner-list > li {
    height: 72px;
  }
}
@media (max-width: 435px) {
  .partner ul.partner-list > li {
    height: 65px;
  }
}
@media (max-width: 400px) {
  .partner ul.partner-list > li {
    height: 58px;
  }
}

/* footer */
footer {
  padding-top: 80px;
  padding-bottom: 20px;
  background: url('../image/footer_bg.jpg') no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
footer ul.footer-list > li {
  width: 16%;
}
footer ul.footer-list > li:last-of-type {
  width: 20%;
}
footer ul.footer-list > li > ul.footer-item > li {
  line-height: 30px;
  color: #aaa;
  font-size: 13px;
}
footer ul.footer-list > li > ul.footer-item > li > a:hover {
  color: #184f90;
}
footer .copyright {
  margin-top: 100px;
  color: #999;
  font-size: 13px;
}
@media (max-width: 1199px) {
  footer .copyright {
    margin-top: 80px;
  }
}
@media (max-width: 991px) {
  footer ul.footer-list > li {
    width: 16.6666666667%!important;
  }
  footer ul.footer-list > li:last-of-type > ul.footer-item > li {
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  footer {
    padding-top: 30px;
  }
  footer .copyright {
    margin-top: 30px;
  }
  footer ul.footer-list > li {
    display: none;
  }
  footer ul.footer-list > li.about,
  footer ul.footer-list > li:last-of-type {
    display: block;
    text-align: center;
  }
  footer ul.footer-list > li.about {
    width: 40%!important;
  }
  footer ul.footer-list > li:last-of-type {
    width: 60%!important;
  }
  footer ul.footer-list > li:last-of-type > ul.footer-item > li > span {
    display: none;
  }
}


/* 二级页面 */
/* 二级菜单 */
.nav-secondary {
  height: 88px;
  line-height: 88px;
  border-bottom: 1px solid #ccc;
}
.nav-secondary .nav-left {
  color: #999;
}
.nav-secondary .nav-left > span {
  color: #555;
}
.nav-secondary .nav-right > li {
  padding: 0 15px;
}
.nav-secondary .nav-right > li:first-of-type {
  padding-left: 0;
}
.nav-secondary .nav-right > li:last-of-type {
  padding-right: 0;
}
.nav-secondary .nav-right > li > a {
  height: 88px;
  color: #555;
}
.nav-secondary .nav-right > li > a:hover {
  color: inherit
}
.nav-secondary .nav-right > li > a.active {
  color: #de5b33;
  border-bottom: 2px solid #de5b33;
}
@media (max-width: 1199px) {
  .nav-secondary .nav-right > li {
    padding: 0 10px;
  }
}
@media (max-width: 991px) {
  .nav-secondary {
    height: 60px;
    line-height: 60px;
  }
  .nav-secondary .nav-left {
    float: none!important;
    text-align: center;
    font-size: 14px!important;
    font-weight: 400;
  }
  .nav-secondary .nav-right {
    display: none;
  }
  .nav-secondary .nav-right > li > a {
    height: 60px;
  }
}

/* 内容 */
.content {
  margin: 60px 0;
}
.content .content-wrapper {
  padding: 50px;
  font-size: 14px;
}
@media (max-width: 991px) {
  .content {
    margin: 0;
  }
  .content .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .content .content-wrapper {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .content .content-wrapper {
    padding: 20px;
  }
}

/* 驱动下载 */
.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;
  }
}

/* 资质荣誉 */
.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: 33.3333333%;
}
ul.certify-list > li > a > img {
  cursor: pointer;
  height: 350px;
  border: 1px solid #eee;
  object-fit: contain;
}
ul.certify-list > li > p {
  height: 48px;
}
@media (max-width: 1199px) {
  ul.certify-list > li > a > img {
    height: 280px;
  }
  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: 350px;
  }
}
@media (max-width: 767px) {
  ul.certify-list > li {
    padding-bottom: 0!important;
  }
  ul.certify-list > li > a > img {
    height: 250px;
  }
  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;
  }
}

/* 新闻中心 */
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: 775px;
}
ul.news-list > li > .news-desc h5 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
ul.news-list > li > .news-desc > a.more {
  font-size: 14px;
  color: #999;
}
@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: 767px) {
  ul.news-list > li img {
    display: none;
  }
  ul.news-list > li > .news-desc {
    width: 100%;
  }
  ul.news-list > li > .news-desc h5 {
    white-space: normal;
    text-overflow: ellipsis;
    overflow: auto;
  }
}

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

/* 产品中心 */
ul.nav-third {
  margin-top: 16px;
}
ul.nav-third > li {
  padding: 0 15px;
}
ul.nav-third > li.active > a {
  padding-bottom: 10px;
  border-bottom: 1px solid #de5b33;
}
ul.nav-third > li:first-of-type {
  padding-right: 0;
}
ul.nav-third > li.active > a {
  color: #de5b33;
}

/* 产品详情页 */
.product-info > .info-pic {
  width: 450px;
}
.product-info > .info-pic img {
  border: 1px solid #ccc;
}
.product-info > .info-pic > img {
  width: 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 {
  margin-right: 0;
}
.product-info > .info-pic > ul.pic-list > li > img {
  opacity: .7;
  object-fit: contain;
}
.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: 45px;
  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 > p {
  text-indent: 32px;
  color: #555;
  font-size: 16px;
}
.product-content {
  margin-top: 70px;
}
/* .product-content > h5 {
  color: #555;
} */
.product-content > .cute-btn > a {
  padding: 10px 15px;
  font-size: 16px;
}
.product-content > .cute-btn > a:hover {
  color: inherit;
}
.product-content > .cute-btn > a.active {
  color: #fff!important;
  background-color: #de5b33;
}
.product-content table {
  max-width: 100%!important;
}
.product-content img {
  max-width: 100%!important;
}
.product-content td {
  padding-left: 5px;
  font-size: 14px!important;
}
@media (max-width: 1199px) {
  .product-info > .info-pic {
    width: 350px;
  }
  .product-info > .info-pic > img {
    width: 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: 40px;
  }
  .product-info > .info-pic > i.icon-toleft {
    left: -5px;
  }
}
@media (max-width: 991px) {
  .product-info > .info-pic {
    width: 300px;
  }
  .product-info > .info-pic > img {
    width: 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;
    bottom: 39px;
  }
  .product-info > .info-pic > i.icon-toleft {
    left: -5px;
  }
  .product-content table {
    width: 100%!important;
  }
}
@media (max-width: 767px) {
  .product-info > .info-pic {
    position: relative;
    left: 50%;
    margin-left: -150px;
  }
  .product-info > .info-desc {
    width: 100%!important;
  }
  .product-content {
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .product-content {
    margin-top: 10px;
  }
}

/* 分页样式 */
.page-num .page_list > a {
  margin: 0 3px;
  padding: 0 2px;
}
.page-num .page_list > a.on {
  background-color: #184f90;
  color: #fff;
}
.page-num .page_list > a[title=已是第一页],
.page-num .page_list > a[title=已是最后一页] {
  color: #999;
}
