
/* 首页 */
.content_box {
	width: 100%;
	margin: 0 auto;
    padding-bottom: 60px;
}

/* 轮播图 */
.content_box>.content {
	width: 1250px;
	margin: 0 auto;
}

.content>.banner_top {
    display: flex;
    height: 400px;
    padding: 0;
    position: relative;
}

#index_searlist {
    display: block;
}

.swiper-wrapper {
    /* position: relative;
    width: 100%;
    height: 100%;
    z-index: 1; */
    display: flex;
    /* box-sizing: content-box; */
}

.swiper-container {
    position: relative;
    overflow: hidden;
}

.look {
    width: 280px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: #000;
}

.defau_lobox {
    width: 280px;
    height: 400px;
    position: absolute;
    right: 0;
    top: 0;
    background: rgba(0,0,0,0.5);
    z-index: 9;
}

.defau_lobox>ul {
    display: block;
    width: 100%;
    height: 350px;
}

.content>.banner2 {
    margin-top: 20px;
    height: 81px;
    background: white;
}

.content>.banner2 .swiper-container .swiper-wrapper .swiper-slide {
    padding: 0 10px;
}

.content>.banner2 .swiper-container .swiper-wrapper .swiper-slide a img {
    margin: 11px 0;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    right: 10px;
}

#searchData_index li {
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    line-height: 50px;
    border-bottom: 1px solid #636363;
    color: white;
}
/* 分类选项卡-start */
#category {
	/* width: 230px;
	height: 40px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 20; */
}
#category #allsort {
    display:block;
    width: 245px;
    background: #fff;
    height: 400px;
}
#category #allsort .item {
	width: 100%;
    border-bottom: 1px dashed #e5e5e5;
    background: #fff;
}
#category #allsort .item h3 {
	font-size: 14px;
	font-weight: normal;
	color: #333;
}
#category #allsort .item h3 a {
	color: #333;
	text-decoration: none;
	display: block;
    line-height: 38px;
    padding: 0 10px;
}
/* #category #allsort .item h3 a:hover {
    color: #fff;
    line-height: 38px;
    background: #005eea;
} */
#category #allsort .item .i-mc {
    display: none;
    width: 736px;
    height: 378px;
    padding: 10px;
    background: #fff;
    border: 1px solid #005eea;
    position: absolute;
    left: 245px;
    top: 0;
    z-index: 25;
}
#category #allsort .item .i-mc li{
	float: left;
}
#category #allsort .item .i-mc li a{
	font-size: 14px;
	line-height: 32px;
    color: #333;
    transition: all 0.3s;
}
#category #allsort .item .i-mc li a:hover{
    color: #005eea;
}
#category #allsort .item .i-mc li span{
	font-size: 12px;
	padding: 0 10px;
}
#category #allsort .on h3 {
	background: #005eea;
	z-index: 40;
}
#category #allsort .on h3 a{
    color: #fff;
}
#category.on #allsort .on .i-mc {
	display: block;
}
#iframe-wrap {
	height: 100%;
	overflow: visible;
	position: relative;
	top: 0;
}

/* 分类选项卡-end */
/* 经销品牌 */
.brand{
    width: 100%;
    overflow: hidden;
    background: #fff;
    margin-top: 15px;
}
.brand ul{
    display: flex;
    flex-wrap: wrap;
}
.brand ul li{
    width: 135px;
    border-right: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    padding: 15px 10px;
    transition: all 0.5s;
}
.brand ul li:hover{
    box-shadow: 0 10px 15px rgb(0 0 0 / 10%);
    transform: translate3d(0, -2px, 0);
}
.brand ul li a img{
    width: 60%;
    display: block;
    margin: 0 auto;
}
/* 推荐产品 */
.recommend_pro {
    margin-top: 15px;
}
.recommend_pro .hot_pro {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}
.hot_pro .right {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.hot_pro .right li {
    height: 270px;
    width: 19.5%;
    background: white;
    padding: 10px;
    box-sizing: border-box;
    transition: all 0.5s;
    border: 2px solid #ffffff;
}
.hot_pro .right li .price {
    color: red;
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
}
.hot_pro .right li .xl_box {
    margin: 5px 0;
    color: black;
}

.hot_pro .right li .remake {
    display: flex;
    justify-content: space-between;
    color: #636363;
    line-height: 26px;
}
.recommend_pro .title span,
.list_box .title span:first-child a{
    color: #333;
    font-size: 26px;
    font-weight: bold;
}
.recommend_pro .title span a,
.list_box .title span:last-child a{
    font-size: 14px;
    font-weight: normal;
}
.recommend_pro .title { 
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #005eea;
    color: #636363;
    padding-bottom: 10px
}
/* list */

.list_box {
    margin-top: 35px;
    width: 100%;
    overflow: inherit;
}
.list_box .title span span{
    background: #005eea;
    color: #fff;
    padding: 0 8px;
    margin-right: 5px;
}
.list_box .title{ 
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #005eea;
    color: #636363;
}
.list_box .body {
    margin-top: 15px;
    display: flex;
    height: 505px;
    justify-content: space-between;
    overflow: hidden;
}

.list_box .body .lef {
    width: 245px;
    overflow: hidden;
}
.list_box .body .lef img{
    width: 100%;
}
.list_box .body .right{
    width: 995px;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
}
.list_box .body .right li {
    width: 25%;
    background: white;
    padding: 10px;
    box-sizing: border-box;
    transition: all 0.5s;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.list_box .body .right li:nth-child(4),
.list_box .body .right li:nth-child(8){
    border-right: 0;
}
.list_box .body .right li:nth-child(5),
.list_box .body .right li:nth-child(6),
.list_box .body .right li:nth-child(7),
.list_box .body .right li:nth-child(8){
    border-bottom: 0;
}
.list_box .body .right li .price{
    color: red;
    font-size: 16px;
    font-weight: 700;
   margin: 10px 0;
}
.list_box .body .right li .remake {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    /*要显示的行数*/
    -webkit-box-orient: vertical;
    color: #636363;
}

.list_box .body .right li .imgs,.hot_pro .right li .imgs {
    height: 160px;
    overflow: hidden;
}

.list_box .body .right li .imgs img,.hot_pro .right li .imgs img {
    width: auto;
    height: 160px;
    display: block;
    margin: auto;
    overflow: hidden;
    transition: all 0.5s;
}

.list_box .body .right li:hover .imgs img,
.hot_pro .right li:hover .imgs img  {
    transform: scale(1.2);
}
.hot_pro .right li:hover {
    border: 2px solid #005eea;
}

/*登录提醒弹窗*/
#dl_box {
	position: fixed;
	top: 0px;
	left: 0px;
	bottom: 0;
	right: 0;
	z-index: 100;
    text-align: center;
	background: rgba(0, 0, 0 , .4);
	display: none;
}
.dl_content{
	background: #fff;
	font-size: 14px;
	position: absolute;
	left: 50%;
	top: 40%;
	width: 580px;
	padding: 40px 20px;
	transform: translate(-50%,-50%);
	border-radius: 5px;
}
.dl_content .min_title {
    padding: 40px 0;
    font-size: 20px;
    color: #333;
}
.dl_content .dl_text {
    width: 100%;
    border-top: 1px solid #cccccc;
}
.dl_content .dl_text .dl_msg {
    padding: 30px 0 0;
    cursor: pointer;
    font-size: 14px;
    color: #ff0000;
}
/* 分类 */
.ban_box{
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}
.fl_box{
    width: 245px;
    background: #fff;
}
.fl_box ul li a{
    display: block;
    line-height: 38px;
    padding: 0 20px;
    color: #333;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-bottom: 1px dashed #e5e5e5;
    transition: all 0.8s;
}
.fl_box ul li a:hover{
    background: #ff0000;
    color: #fff;
}
/* banner轮播 */
.c-banner{
	width: 750px;
    position: relative;
    margin:0 auto;
}
.c-banner img{
	width: 100%;
}
.c-banner .banner ul{
	list-style: none;
	padding-left: 0px;
	margin-bottom: 0px;
}
.c-banner .banner ul li{
	position: absolute;
	display: none;
	opacity: 0;
}
.c-banner .banner ul li:nth-child(1){
	opacity: 1;
	display: block;
}
.c-banner .banner ul li img{
	width: 100%;
	position: absolute;
	top: 0px;
}
.c-banner .banner ul li:first-child img{
	position: relative;
}
.c-banner .nexImg,.c-banner .preImg{
	padding: 25px 10px 25px 10px;
	position: absolute;
	top: 50%;
	margin-top: -53px;
	opacity: 0.6;
	z-index: 10;
	
}
.c-banner .nexImg:hover,.c-banner .preImg:hover{
	opacity: 1;
}
.c-banner .nexImg{
	right: 0px;
}
.preImg img,
.nexImg img{
	width: 15px;
}
.c-banner .jumpBtn{
	width: 100%;
	position: absolute;
	bottom: 20px;
	text-align: center;
}
.c-banner .jumpBtn ul{
	margin-bottom: 0px;
	padding: 0px;
}

.c-banner .jumpBtn ul li{
	width: 15px;
	height: 15px;
	border-radius: 50%;
	display: inline-block;
	background-color: #000;
	opacity: 0.9;
	margin-left: 10px;
}
.c-banner .jumpBtn ul li:first-child{
	margin-left: 0px;
}
.ban_rigt{
    width: 245px;
    overflow: hidden;
}
/* 最新交易查询公告 */
.jyss_box{
    width: 100%;
    height: 283px
}
.jyss_box .zxdt{
    max-height: 283px;
    overflow: hidden;
}
.jyss_box .zxdt .left_bar{
    color: #ffffff;
    width: 100%;
    background: #1674ff;
    display: flex;
    cursor: pointer;
}
  
.jyss_box .zxdt .left_bar p{
    width: 50%;
    margin: 0;
    text-align: center;
    height: 40px;
    line-height: 40px;
}
.jyss_box .zxdt .left_bar .jy_active{
    background: #ff0000;
}
.jyss_box .jyxx{
    width: 100%;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    background: #fff;
  
}
.jyss_box  .djdzz{
    width: 100%;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    background: #fff;
    display: none;
}
.jyss_box .l-o-guang ul li{
    display: flex;
    text-align: left;
    padding: 0 5px;
    justify-content: space-between;
    line-height: 20px;
}
.jyss_box .l-o-guang ul li span{
    color: #333;
    display: inline-block;
    font-size: 13px;
    margin: 5px 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.jyss_box .l-o-guang ul li span:first-child{
    max-width: 57%;
}
/*公告 */
.notice{
    overflow: hidden;
    border-top: 4px solid #f5f5f5;
    background: #fff;
    padding: 10px;
}
.notice li{
    line-height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 13px;
}
.notice li span{
    padding: 3px 5px;
    background: #0f58d6;
    color: #fff;
    border-radius: 3px;
    margin-right: 5px;
    font-size: 12px;
}
/*游客登录弹框 */
.alertBox{
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	text-align:center;
	display:none;
	background: #000000a1;
	z-index: 9999;
}
.alertBox2{
    width: 640px;
    height: 320px;
    position: absolute;
    top: 30%;
    left: 50%;
    text-align: center;
    background: #fff;
    z-index: 99999;
	transform: translateX(-50%);
	background: url(/assets/image/special.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}	
.g_btn{
    color: #424242;
    font-size: 24px;
    border: none;
    position: absolute;
    right: 30px;
    top: 20px;
    cursor: pointer;
    display: block;
    font-weight: 300;
}
.alertBox2 h3{
	font-size: 24px;
    text-align: center;
    margin: 45px 0 0;
}
.alertBox2 p{
	margin: 20px auto;
	width: 85%;
	line-height: 38px;
	font-size: 16px;
}
.tjbut{
	width: 240px;
	margin: 40px auto 0;
	display: flex;
	justify-content: space-between;
	position: relative;
}
.tjbut a{
	width: 110px;
	line-height: 34px;
	display: block;
	color: #fff;
	text-align: center;
	background: #005eea;
    font-size: 14px;
    transition: all 0.5s;
}
.tjbut a:last-child{
    background: transparent;
    border: 1px solid #005eea;
    color: #005eea;
}
.tjbut a:first-child:hover,
.tjbut a:hover{
    background: #267cfd;
    color: #fff;
}
.tjbut a:last-child
.tjbut 	input{
	width: 110px;
  line-height: 34px!important;
  display: block;
  color: #fff;
  text-align: center;
  background: #9c9c9c;
  font-size: 14px!important;
  right: 0;
  height: 34px;
  top: 0;
}
.zywz{
    width: 100%;
    overflow: hidden;
    background: #fff;
    padding: 20px;
    margin-top: 30px;
    box-sizing: border-box;
}
.zywz p{
    font-size: 14px;
    color: #333;
    line-height: 28px;
    text-indent: 2em;
}