﻿/* 导航 */
.logoNavStyle {
  width: 100%;
  height: 80px;
  margin: 0px auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  justify-content: space-around;
}
.logoStyle {
  /* flex: 40%; */
  width: 40%;
  align-items: center;
  justify-content: center;
}
.logoStyle img {
  display: block;
  margin: 0px auto;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.navStyle {
  flex: 60%;
  height: 80px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}
.navStyle a {
  flex: 1;
}
.indexswiper-container {
  width: 100%;
  margin: 0px auto;
  overflow: hidden;
}
.indexswiper-container img {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0px auto;
}
/* 新闻资讯开始 */
.newsConsultStyle{
  width: 1200px;
  height: 100%;
  margin: 100px auto;
  position: relative;
}
.newsConsultStyle .newConsult_title{
  width:265px;
  height: 91px;
  margin: 0px auto;
}
.drill_tabList{
	margin: 0px auto;
    margin-top: 30px;
    width: 1200px;
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    border-bottom: 1px solid #CCCCCC;
}
.drill_tabList .tabItem{
	margin: 10px;
    width: 250px;
    height: 51px;
    font-size: 26px;
    font-family: PingFang SC;
    font-weight: 500;  
    display: flex;
    justify-content: center;
    align-items: center;
	color: #000000;
	background-color: #f0f0f0; 
}
.tabItem:hover{
	color: #000000;
	background-color: #dedede; 
}
.tabItem:active{
	color: #000000;
	background-color: #dedede; 
}
.drill_tabList .nav-current{
 background-color: #B4905A;
 color: #ffffff;
}
.drill_tabList .chooseCurrent{    
	color: #ffffff;
	background-color: #000000;
}
.newsConsultContent_li{
  display: flex;
  flex-direction: row;
  margin: 40px 0px 20px 0px;
  padding-bottom: 40px;
  border-bottom: 1px solid #cccccc;
  position: relative;

}
.newsConsultContent_li_leftImg img{
  width: 500px;
  height: 375px;
}
.newsConsultContent_li_leftTime{
  margin: 0px 20px 0px 50px;
  width: 140px;
  height: 126px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content:center;
  background: url('../picture/dateTime01.png');
  color: #CDA973;
}
.newsConsultContent_li_leftTime h1{
  width: 140px;
  font-size: 46px;
}
.newsConsultContent_li_leftTime p{
  font-size: 22px;
}
.newsConsultContent_li_leftText h1{
  font-size: 26px;
  margin-bottom: 40px;
}
.newsConsultContent_li_leftText p{
  color:#999999;
  font-size: 17px;
}
.newsConsultContent_li_leftText button{
 width: 200px;
 height: 50px;
 background-color: #cda973;
 border: none;
 position: absolute;
 right: 0px;
 bottom: 50px;
 font-size: 16px;
 color: white;
}
.newsConsultContent_page{
  position: absolute;
  right: 0px;
}
/* 新闻资讯结束 */
/* 关于盛奢 */
.aboutLaxury {
  width: 1200px;
  height: 824px;
  margin: 80px auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.aboutLaxury_right {
  flex: 1;
}
.aboutLaxury_rightContent {
  width: 495px;
  margin-left: 70px;
}
.aboutLaxury_rightContent h2 {
  text-indent: 2em;
  margin: 40px auto;
  line-height: 50px;
}
.aboutLaxury_rightContent p {
  text-indent: 2em;
  margin: 40px auto;
  line-height: 30px;
  font-size: 16px;
  color: #a3a3a3;
}
.aboutLaxury_rightContent button {
  width: 180px;
  height: 60px;
  border: none;
  background-color: #cda973;
  color: white;
  font-size: 20px;
  margin-top: 30px;
}
.aboutLaxury_left {
  flex: 1;
}
.dataStyle {
  width: 1200px;
  height: 170px;
  margin: 0px auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.dataStyle .dataStyleContent {
  flex: 1;
  text-align: center;
  height: 170px;
  line-height: 30px;
  padding-top: 40px;
  border: 1px solid #cccccc;
  border-left: none;
}
.dataStyle .dataStyleContent:nth-child(1) {
  border-left: 1px solid #cccccc;
}
.dataStyle .dataStyleContent h1 {
  font-size: 50px;
  color: #cda973;
}
.dataStyle .dataStyleContent h1 span {
  font-size: 20px;
  font-weight: 400;
}
.dataStyle .dataStyleContent p {
  color: #666666;
}
/* 品牌回收开始 */
.brandRecycleStyle {
  margin: 100px auto;
  width: 1200px;
}
.brandRecycleStyle_top_left{
  width: 497px;
  height: 90px;
  margin: 0px auto;
}
.brandRecycleStyle_top {
  width: 1200px;
  margin: 0px auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.brandRecycleStyle_buttom {
  width: 100%;
  height: 550px;
  display: flex;
  margin-right: auto;
  margin-top: 40px;
  overflow: hidden;
  position: relative;
}
.brandSwiper-container {
  width: 100%;
  height: 540px;  
}

.brandSwiper-container .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.brandSwiper-container .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.brandSwiper-container .swiper-button-prev{ 
  position: absolute;
  left: 0px;
  top: 50%;
  width: 20px;
  height: 20px;
  border: 1px solid #666;
  border-radius: 50%;
  padding: 5px;
  background-size: 30%;
}
.brandSwiper-container .swiper-button-next {
  position: absolute;
  right: 0px;
  top: 50%;
  width: 20px;
  height: 20px;
  border: 1px solid #666;
  border-radius: 50%;
  padding: 5px;
  background-size: 30%;
}
.swiper-scrollbar-drag{
  width: 33%;
  background: #cda973!important;
  color: #cda973;
}
.brandSwiper-container .swiper-scrollbar{
  margin-top: 20px;
  background: #CCCCCC;
}
/* 品牌回收结束 */
/* 回收流程开始 */
.recycleProcessStyle{
  width:1900px;
  height:1200px;
  background: url('../picture/recycleProTitle.png');
  background-repeat: no-repeat;
  background-size: 80% 80%;
  position: relative;
  margin: 0px auto;  
}
.recycleProcessStyle .recycleLeft{
  width: 1200px;
  height:1014px;
  margin: 0px auto;
  display: flex;
  flex-direction: column;
  justify-content:center;
}
.recycleProcessStyle .recycleRight{  
  overflow: hidden;
  position: absolute;
  height:1014px;
  right: 0px;
  top: 150px;
  display: flex;  
  }
.recycleProcessStyle .recycleLeft img:nth-child(2){
  margin-top: 30px;
}
.recycleRight_bom{
  position: absolute;
  bottom: 50px;
  width: 100%;
  height: 385px;
  background-color: #CDA973;
}
.recycleRight_bom .recycleRight_bomText{
  margin: 10% 0px 0px 20%;
  width: 310px;
  color: white;
  font-weight: 500;
}
/* 回收历程开始 */
.recycleHistory{
  /* width: 1820px; */
  width: 100%;
  height:886px;
  margin: 0px auto;
}
.recycleHistory img{
  width: 100%;
}
/* 回收历程结束 */
/* 评估团队 开始*/
.estimateTeamStyle{
  margin: 100px auto;
}
.estimateTeamStyle .estimateTitleImg{
  width: 520px;
  height:90px;
  margin: 0px auto;
}
.estimateTeamContent{
  width: 1900px;
  height: 750px;
  margin: 50px auto;
  background: url('../picture/estimateTeamBg.png');
  background-repeat: no-repeat;
  background-size: 100%;
  border: 1px solid transparent;
  display: flex; 
  overflow: hidden;

}
.estimateTeam_con_leftAright{
  width: 1200px;
  height: 640px;
  margin: 0px auto;
  margin-top: 110px;
  display: flex;
  flex-direction: row;  
}
.estimateTeam_con_right_text{
  margin: 50px;
}
.estimateTeam_con_right_text .text_title_h1{
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: center;
  margin: 0px 0px 20px 0px;
}
.estimateTeam_con_right_text .text_title_h1 p:nth-child(1){
  color: white;
  font-size: 40px;
}
.estimateTeam_con_right_text .text_title_h1 p:nth-child(2){
  width: 150px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin-left: 10px;
  border: 1px solid #CDA973;
  color:#CDA973 ;
}
.estimateTeam_con_right_text .text_title_p{
 color: white;
 line-height: 30px;
}
.estimateTeam_con_right_text .text_title_p p:nth-child(4){
  margin: 30px 0px 50px 0px;
 }
 .estimateTeam_con_right_text .text_title_p button{
   width: 110px;
   height: 30px;
   background-color: #CDA973;
   color: white;
   font-weight: 600;
   border: none;
 }
 .estimateTeam_con_right{
   position: relative;
 }
 .estimateTeam_con_right_img{  
   display: flex;
   flex-direction: row;
   position: absolute;
   bottom: 0px;
   left: 0px;
 }
 .estimateTeam_con_right_img img{
   margin-left: 20px;
 }
/* 评估团队结束 */
/* 全国门店开始 */
.contryShopStyle{
  width: 1200px;
  height: 580px;
  margin: 0px auto;
}
.contryShopStyle .contryShop_title{
  width:299px;
  height: 91px;
  margin: 0px auto;
}
/* 合作伙伴开始 */
.cooperationStyle{
  width: 1200px;
  height: 400px;
  margin: 100px auto;
}
.cooperationStyle .cooperation_title{
  width: 430px;
  height:89px;
  margin: 0px auto;
}
.cooperationStyle .cooperation_icon{
width: 1170px;
height: 335px;
margin: 40px auto;
}
/* 合作伙伴结束 */
/* footer 开始 */
.footerStyle{
  /* width: 100%; */
  height: 520px;
  background-color: #333333;
  border: 1px solid transparent;
  overflow: hidden;
}
.footerStyle_img{
  width: 1200px;
  height: 317px;
  margin: 100px auto;
}
/* footer 结束 */
/* 头部banner图 */
.authorBanner {
  width: 100%;
  margin: 0px auto;
}
.authorBanner img {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0px auto;
}