#navb li:first-child a {
  color: #005ebf!important;
}
.index_nav{
  width: 100%;
  overflow: hidden;
  background: #f5f5f5;
}
.index_nav .w{
  display: flex;
}
/* 左侧分类 */
.index_fl{
  width: 230px;
  background: #fff;
  float: left;
  z-index: 99;
  margin: 0;
  height: 420px;
}
.index_fl li{
  border-bottom: 1px dashed #e5e5e5;
  position: relative;
}
.index_fl li a{
  line-height: 40px;
  color: #333;
  padding: 0 0 0 15px;
  display: block;
  transition: all 0.8s;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.index_fl li a span{
  float: right;
  padding-right: 10px;
  position: absolute;
  right: 0;
}
.index_fl li a:hover{
  background:#005ebf;
  color:#fff;
}
/* banner */
.banner {
  width: 720px;
  margin: 0 10px;
  float: left;
  height: 420px;
}
.carousel-indicators {
  bottom: 0!important;
}
/*右侧注册登录 */
.right_login{
  width: 230px;
  height: 420px;
  background: #fff;
  float: right;
}
.login_box{
  width: 100%;
  overflow: hidden;
  text-align: center;
  padding-top: 20px;
  background: url(/assets/image/login_bj.jpg) no-repeat right top;
}
.login_box img{
  width: 60px;
  border: 1px solid #ccc;
  border-radius: 50%;
}
.login_box h3{
  font-size: 16px;
  font-weight: bold;
  margin: 15px 0 6px 0;
}
.login_box p{
  font-size: 14px;
  color: #888888;
  margin: 0;
}
.login_btn{
  width: 100%;
  margin: 22px auto 12px;
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
  background: #fff;
}
.login_btn a{
  width: 95px;
  line-height: 34px;
  display: block;
  background: #005ebf;
  color: #fff;
  border-radius: 20px;
  text-align: center;
  transition: all 0.5s;
}
.login_btn a:hover{
  background: #fff;
  color: #005ebf;
  border: 1px solid #005ebf;
}
.login_btn a:last-child{
  background: #ffffff;
  color: #005ebf;
  border: 1px solid;
}
.login_btn a:last-child:hover{
  background: #005ebf;
  color: #fff;
}
.login_server{
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 12px 10px 6px;
  margin: 0;
}
.login_server li{
  text-align: center;
}
.login_server li a p{
  color: #888;
  line-height: 28px;
  margin: 0;
}
.login_server li a:hover p{
  color: #005ebf;
}
.login_new{
  width: 100%;
  overflow: hidden;
  padding: 10px;
  margin: 0;
}
.login_new .new_tit{
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #efefef;
  padding-bottom: 5px;
  position: relative;
  margin-bottom: 8px;
}
.login_new .new_tit h3{
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}
.login_new .new_tit h3::before{
  content: "";
  width: 64px;
  height: 1px;
  background: #005ebf;
  position: absolute;
  top: 22px;
  left: 0;
}
.login_new .new_tit a{
  font-size: 12px;
  color: #005ebf;
  position: relative;
  top: 2px;
}
.login_new li{
  line-height: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.login_new li span{
  padding: 3px 5px;
  background: #005ebf;
  color: #fff;
  border-radius: 3px;
  margin-right: 5px;
  font-size: 12px;
}
.login_new li a{
  color: #333;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.5s;
}
.login_new li a:hover{
  color: #005ebf;
  font-weight: bold;
}
/* 推荐品牌 */
.index_box{
  width: 100%;
  overflow: hidden;
  background: #f5f5f5;
}
.brand_title{
  width: 100%;
  overflow: hidden;
  margin: 10px 0 5px;
}
.brand_title h2{
  font-size: 22px;
  font-weight: bold;
  color: #333;
  float: left;
}
.brand_title h2 span{
  font-size: 14px;
  color: #b7b7b7;
  font-weight: normal;
  padding-left: 20px;
}
.brand_title a{
  float: right;
  font-size: 14px;
  color: #999999;
  margin-top: 25px;
}
.brand_box {
	width: 100%;
	position: relative;
	cursor: pointer;
	overflow: hidden;
	padding: 15px;
	background: #fff;
	margin: auto;
}
.brand_box ul{
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  margin: 0
}
.brand_box ul:first-child{
  margin-bottom: 15px;
}
.brand_box ul li {
	width: 19%;
	background: #fff;
	border: 1px solid #e5e5e5;
  float: left;
  overflow: hidden;
}
.brand_box ul li a img{
	text-align: center;
	display: block;
	width: 75%;
	margin: auto;
	webkit-transition: all 0.8s;
   -o-transition: all 0.8s;
  transition: all 0.8s;
}
.brand_box ul li:hover a img{
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
/* 新品上线 */
.product_title{
  width: 100%;
  overflow: hidden;
  margin: 30px 0 15px;
  border-bottom: 1px solid #bfbfbf;
  padding-bottom: 10px;
}
.product_title h2{
  font-size: 22px;
  font-weight: bold;
  color: #333;
  float: left;
  margin: 0;
}
.product_title a {
  float: right;
  font-size: 14px;
  color: #999999;
  position: relative;
  top: 5px;
}
.new_product_box{
  width: 100%;
  overflow: hidden;
  background: #FFF;
  padding: 15px;
  justify-content: space-between;
  display: flex;
  margin: 0;
}
.new_product_box li{
  width: 19%;
  padding: 0 10px 10px;
  border: 1px solid #e5e5e5;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.5s;
}
.new_product_box li:hover {
  border: 1px solid #005ebf;
}
.new_product_box li img{
  display: block;
  margin: auto;
  width: auto;
  height: 165px;
  webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}
.new_product_box li:hover img{
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.new_product_box li h3{
  margin: 10px 0 5px;
}
.new_product_box li h3 a{
  font-size: 18px;
  font-weight: bold;
  color: #ff0000;
}
.new_product_box li p{
  margin: 0;
  justify-content: space-between;
  display: flex;
  line-height: 28px;
}
.new_product_box li .prod_xh{
  color: #999;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.new_product_box li .prod_xh p:first-child span{
  color: #333;
}
/* 产品展示 */
.cpzs_box{
  width: 100%;
  overflow: hidden;
  background: #fff;
  padding: 15px;
  justify-content: space-between;
  display: flex;
  margin-top: 30px;
}
.cpzs_box li{
  width: 24%;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  background: #f6faff;
  overflow: hidden;
}
.cpzs_box li:nth-child(even){
  background: #f8f8f8;
  overflow: hidden;
}
.cpzs_box li .cpzs_tit{
  height: 145px;
  padding: 15px 10px 0;
  position: relative;
}
.cpzs_box li:first-child .cpzs_tit{
  background: url(/assets/image/zsbj3.png) no-repeat;
  background-position: center;
  background-size: cover;
}
.cpzs_box li:nth-child(2) .cpzs_tit{
  background: url(/assets/image/zsbj2.png) no-repeat;
  background-position: center;
  background-size: cover;
}
.cpzs_box li:nth-child(3) .cpzs_tit{
  background: url(/assets/image/zsbj1.png) no-repeat;
  background-position: center;
  background-size: cover;
}
.cpzs_box li:nth-child(4) .cpzs_tit{
  background: url(/assets/image/zsbj4.png) no-repeat;
  background-position: center;
  background-size: cover;
}
.cpzs_box li .cpzs_tit .cpzs_bran{
  width: 94px;
  height: 34px;
  border-radius: 20px;
  background: #fff;
  margin: 0 auto 8px;
}
.cpzs_box li .cpzs_tit .cpzs_bran img{
  height: 22px;
  display: block;
  margin: auto;
  position: relative;
  top: 6px;
  max-width: 70px;
}
.cpzs_box li:first-child .cpzs_tit .cpzs_bran img{
  height: 26px;
  top: 4px;
}
.cpzs_box:nth-child(2) li:nth-child(2) .cpzs_tit .cpzs_bran img{
  height: 26px;
  top: 4px;
}
.cpzs_box:nth-child(2) li:nth-child(3) .cpzs_tit .cpzs_bran img{
  height: 26px;
  top: 4px;
}
.cpzs_box li .cpzs_tit p{
  margin: 0;
  font-size: 12px;
  color: #fff;
  line-height: 22px;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.cpzs_box li .cpzs_tit .cpzs_btn{
  width: 105px;
  display: block;
  line-height: 30px;
  background: #ff4405;
  border: 1px solid #ff4405;
  position: absolute;
  font-size: 13px;
  text-align: center;
  color: #fff;
  border-radius: 30px;
  left: 50%;
  margin-top: 4px;
  transform: translateX(-50%);
  transition:all 0.5s;
}
.cpzs_box li .cpzs_tit .cpzs_btn:hover{
  background: #fff;
  color: #ff4405;
}
.cpzs_box li .cpzs_list_box{
  padding: 35px 10px 15px;
}

.cpzs_box li .cpzs_list_box .cpzs_list{
  width: 100%;
  overflow: hidden;
  margin-bottom: 12px;
}
.cpzs_box li .cpzs_list_box .cpzs_list:last-child{
  margin: 0px;
}
.cpzs_box li .cpzs_list_box .cpzs_list .cpzs_list_left{
  width: 30%;
  float: left;
  background: #fff;
}
.cpzs_box li .cpzs_list_box .cpzs_list .cpzs_list_left img{
  width: 100%;
  max-height: 78px;
}
.cpzs_box li .cpzs_list_box .cpzs_list .cpzs_list_rigrt{
  width: 66%;
  float: right;
}
.cpzs_box li .cpzs_list_box .cpzs_list .cpzs_list_rigrt h3{
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  display: flex;
  justify-content: space-between;
}
.cpzs_box li .cpzs_list_box .cpzs_list .cpzs_list_rigrt h3 span:first-child{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.cpzs_box li .cpzs_list_box .cpzs_list .cpzs_list_rigrt a{
  color: #333;
  transition:all 0.2s;
}
.cpzs_box li .cpzs_list_box .cpzs_list .cpzs_list_rigrt a:hover{
  color:#005ebf;
}
.cpzs_box li .cpzs_list_box .cpzs_list .cpzs_list_rigrt p{
  margin: 0;
  line-height: 30px;
}
.cpzs_box li .cpzs_list_box .cpzs_list .cpzs_list_rigrt p a{
  font-size: 14px;
  color: #ff0000;
}
.cpzs_box li .cpzs_list_box .cpzs_list .cpzs_list_rigrt .but_d {
  line-height: 24px;
}
.cpzs_box li .cpzs_list_box .cpzs_list .cpzs_list_rigrt .but_d a span{
  font-size: 24px;
  color: #ff0000;
}
.cpzs_box:last-child{
  margin-bottom: 60px;
}



.footer_box {
  width: 100%;
  overflow: hidden;
  background: #fff;
}
.footer_box .foot_icon .w .advert_box {
  width: 100%;
  overflow: hidden;
  padding: 35px 0 20px;
  display: flex;
  justify-content: space-between;
}
.footer_box .foot_icon .w .service_box {
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #f2f2f2;
  padding: 40px 0;
}
.footer_box center {
  padding: 15px 0;
  width: 100%;
  overflow: hidden;
  background: #f5f5f5;
}
.navbar {
  margin: 0 !important;
  border: 0!important;
  background-color: #ffffff!important;
  position: relative;
  box-shadow: 0 6px 6px #cecece;
}
