/* 
Theme Name: China_8090
Author: 鲁顺
Author URI: http://www.8090beidi.com
Description:贝迪中文网站开发
Version: 1.0
*/

.aligncenter {
    display: block;
    margin: 0 auto;
}


/* 
*****************
分页部分的css
*****************
*/

.fenye {
    height: 25px;
    line-height: 25px;
    padding: 2px 5px;
    margin: 20px 4px;
    text-align: center;
}

.fenye a {
    padding: 4px 6px 4px 6px;
    margin: 0 2px 0 2px;
    border: 1px solid #aaa;
    text-decoration: none;
    color: #333;
}

.fenye a.current {
    background: #0f5958;
    color: #fff;
}

.fenye a:hover {
    background: #0f5958;
    color: #fff;
}

.product_detail_title {
    text-align: center;
    font-size: 30px;
    margin-top: 50px;
}

#daohangnav ul.navbar-nav li a:hover {
    color: #fd5d10;
}

#daohangnav .sub-menu {
    position: absolute;
    left: 4px;
    z-index: 1;
    width: 100%;
    background-color: #2a2a2a;
    text-align: center;
}

#daohangnav .sub-menu {
    display: none;
}

#daohangnav .sub-menu li {
    line-height: 40px;
}

/* 首页加的product产品部分图片宽度设置为100% */
.portfolio-container img {
	width:100%;
}

/* 首页加的推荐产品模块样式 */
.case_box {
	padding:80px 0;
}
.index_anli {
    padding: 0;
}

.index_anli .index_anli_h2 {
    text-align: center;
	font-size:30px;
	color:#f5f5f5;
}

.index_anli .index_anli_summary {
    text-align: center;
    margin: 40px 0 60px;
	color:#f5f5f5;
}

.index_anli_content li {
/*     background-color: #ffffff; */
    padding: 0;
    overflow: hidden;
}

.index_anli_content li img {
    width: 95%;
    transition: all .5s;
}

.index_anli_content li img:hover {
    transform: scale(1.2);
}

.index_anli_content h4 {
    text-align: center;
    margin: 30px 0;
	font-size:18px;
	color:#f5f5f5;
}
#menu-item-1550>a {
    cursor: default;
}

/* new Footer ----------start */
.justify-content-around {
    justify-content: space-around;
}

#newFooter {
  /*background-color: #ecf4f2;*/
  background-color: #f6f6f6;
  padding-top: 30px;
}
#newFooter .content {
  align-items: center;
  padding-bottom: 40px;
  flex-wrap: wrap;
}
#newFooter .content .leftInfo ul li {
  margin: 10px 0;
}
#newFooter .content .leftInfo ul li img {
  width: 25px;
  margin-right: 10px;
}
#newFooter .content .leftInfo ul li:nth-child(1) {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
}

 #newFooter .content .rightImgBox .img01,
 #newFooter .content .rightImgBox .img02,
 #newFooter .content .rightImgBox .img03 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 40px;
 }
 #newFooter .content .rightImgBox .img01 span,
 #newFooter .content .rightImgBox .img02 span,
 #newFooter .content .rightImgBox .img03 span {
  padding: 10px 0;
 }

 #newFooter .bottomWrapper {
  background-color: #333;
  color: #fff;
 }
 #newFooter .bottomWrapper .contentBox {
  flex-wrap: wrap;
 }
 #newFooter .bottomWrapper .contentBox .left  a {
  color: #fff;
  line-height: 50px;
  padding: 0 10px;
 }
 #newFooter .bottomWrapper .contentBox .right {
  line-height: 50px;

 }
 #newFooter .bottomWrapper .contentBox .right a {
  color: #fff;
 }

 @media screen and (max-width: 768px) {
  #newFooter {
    padding-top: 5px;
  }
  #newFooter .content {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  #newFooter .content .leftInfo ul li:nth-child(1) {
    font-size: 22px;
  }
  #newFooter .content .rightImgBox .img01, #newFooter .content .rightImgBox .img02, #newFooter .content .rightImgBox .img03 {
    margin-right: 10px;
    width: 80px;
  }
  #newFooter .content .rightImgBox .img01 img, 
  #newFooter .content .rightImgBox .img02 img, 
  #newFooter .content .rightImgBox .img03 img {
    width: 100%;
  }
  #newFooter .bottomWrapper .contentBox .left a {
    font-size: 14px;
    line-height: 30px;
  }
  #newFooter .bottomWrapper .contentBox .right {
    font-size: 14px;
    text-align: center;
    line-height: 22px;
  }
 }
/* new Footer-------------end */



/* 产品中心-------------start */

.productMax .product-list ul>li .text {
  width: 40%;
  padding-left: 8%;
  padding-top: 4%;
}
.productMax .product-list ul>li .text h4 {
  width: 72%;
  font-family: 'BLACK';
  font-size: 29px;
}
.productMax .product-list ul>li .text .product-title ol li a {
  line-height: 26px;
  position: relative;
  transition: .6s;
  display: block;
}
.productMax .product-list ul>li .text .product-title ol li a h5 {
    font-size: 20px;
}
.productMax .product-list ul>li .text .product-title ol li a::before {
  content: "";
  position: absolute;
  width: 0;
  left: 0;
  top: 10px;
  height: 1px;
  background: #0f5958;
  overflow: hidden;
  transition: .5s;
}
.mb-4 {
    margin-bottom: 24px;
}
.mt-5 {
    margin-top: 48px;
}
.productMax .product-list ul>li .text .product-title ol li.active a {
  padding-left: 60px;
  color: #0f5958;
}
.productMax .product-list ul>li .text .product-title ol li.active a::before {
  width: 50px;
}

.productMax .product-list ul>li .banner-carousel {
  width: 60%;
}
.productMax .product-list ul>li .banner-carousel .img {
  width: 100%;
  height: 600px;
  display: block;
  position: relative;
  overflow: hidden;
  
}
.productMax .product-list ul>li .banner-carousel .img .ho-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-width: auto;
  min-height: auto;
  width: 100%;
  height: 100%;
  transform: none;
  transition: transform .5s ease;
  object-fit: cover;
  max-height: 100%;
  border-radius: 5px;
}

.productMax .product-list ul>li:nth-child(odd) .banner-carousel .pro-btn {
  position: absolute;
  left: -56px;
  bottom: 0;
  width: 112px;
  display: flex;
  z-index: 1;
}

.productMax .product-list ul>li:nth-child(even) .banner-carousel .pro-btn {
  position: absolute;
  right: -56px;
  bottom: 0;
  width: 112px;
  display: flex;
  z-index: 1;
}

.productMax .product-list ul>li .banner-carousel .pro-btn div {
  width: 50%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.productMax .product-list ul>li .banner-carousel .pro-btn div.prev {
  background-color: #0f5958;
  cursor: pointer;
  
}
.productMax .product-list ul>li:nth-child(even) .banner-carousel .pro-btn div.prev {
  background-color: #fff;

  
}
.productMax .product-list ul>li .banner-carousel .pro-btn div.prev:hover .iconfont {
  transform: translateX(-10px);
}
.productMax .product-list ul>li .banner-carousel .pro-btn div.prev .iconfont {
  color: #fff;
  transition: .5s;  
  font-size: 24px;
}
.productMax .product-list ul>li:nth-child(even) .banner-carousel .pro-btn div.prev .iconfont {
  color: #0f5958;
}
.productMax .product-list ul>li .banner-carousel .pro-btn div.next {
  background-color: #fff;
  cursor: pointer;
}
.productMax .product-list ul>li:nth-child(even) .banner-carousel .pro-btn div.next {
  background-color: #0f5958;

}
.productMax .product-list ul>li .banner-carousel .pro-btn div.next:hover .iconfont {
  transform: translateX(10px);
}
.productMax .product-list ul>li .banner-carousel .pro-btn div.next .iconfont {
  color: #0f5958;
  transition: .5s;
  font-size: 24px;
}
.productMax .product-list ul>li:nth-child(odd) .icon-youjiantou::before {
    font-size: 24px;
    color: #0f5958;
}
.productMax .product-list ul>li:nth-child(even) .icon-youjiantou::before {
    font-size: 24px;
    color: #fff;
}
.productMax .product-list ul>li:nth-child(even) .banner-carousel .pro-btn div.next .iconfont {
  color: #fff;

}

.productMax .product-list ul>li {
  justify-content: space-between;
  margin-bottom: 160px;

}
.productMax .product-list ul>li:nth-child(even) {
  flex-direction: row-reverse;
}
@media (max-width: 1680px) {
  .productMax .product-list ul>li {
    margin-bottom: 120px;
  }
}
@media (max-width: 1480px) {
  .productMax .product-list ul>li {
    margin-bottom: 100px;
  }
}
@media (max-width: 1400px) {
  .productMax .product-list ul>li {
    margin-bottom: 60px;
  }
  .productMax .product-list ul>li .text {
    padding-left: 30px;
  }
}
@media (max-width: 992px) {
  .productMax .product-list ul>li {
    flex-direction: column!important;
    margin-bottom: 40px;
  }
  .productMax .product-list ul>li .text {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .productMax .product-list ul>li .text h4 {
    width: 100%;
    font-size: 28px;
  }
  .productMax .product-list ul>li .text .product-title ol {
    display: flex;
    justify-content: center;
  }

  .productMax .product-list ul>li .text .product-title ol li a {
    margin: 0 10px;
    
  }
  .productMax .product-list ul>li .text .product-title ol li a h5 span {
    font-size: 15px;
  }
  .productMax .product-list ul>li .text .product-title ol li a::before {
    content: none;
  }
  .productMax .product-list ul>li .text .product-title ol li:hover a, .productMax .product-list ul>li .text .product-title ol li.active a {
    padding-left: 0;
  }
  .productMax .product-list ul>li .banner-carousel {
    width: 100%;
  }
  .productMax .product-list ul>li:nth-child(odd) .banner-carousel .pro-btn {
      display:none;
  }
    .productMax .product-list ul>li:nth-child(even) .banner-carousel .pro-btn {
      display:none;
  }
}
@media (max-width: 768px) {
    .productMax .product-list {
        padding-top: 0;
    }
    .productMax .product-list .text .product-title {
        margin-top: 0;
    }
    .productMax .product-list ul>li {
        margin-bottom: 0;
    }
    .productMax .product-list .text h2 {
        font-size: 24px;
    }
  .productMax .product-list ul>li .banner-carousel .img {
    padding-top: 60%;
    height: 0;
  }
  .productMax .product-list ul>li .text .product-title ol li a {
    margin: 0 6px;
    
  }
  .productMax .product-list ul>li .text .product-title ol li a h5 span {
    font-size: 12px;
  }
  .productMax .product-list ul>li .text .product-title ol {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    align-items: flex-start;
    box-sizing: border-box;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .productMax .product-list ul>li:nth-child(3) .text .product-title ol {
      justify-content: center;
  }
}
.w-100 {
    width: 100%;
}



#sugang,
#crown,
#jingzhuang,
#lvcai {
    scroll-margin-top: 60px;
}



/* 产品中心---------------end */


.n_title.news_top {
    padding-top: 20px;
}
.n_title.news_top .h1 {
    margin-top: 0;
}
