
/* 首页 */

.content_box {
	width: 100%;
	margin: 0 auto;
	background: #f7f7f7ee;
	padding-bottom: 20px;
}

/* 轮播图 */
.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;
}

/* 推荐产品 */
.recommend_pro {
    margin-top: 10px;
}
.recommend_pro .hot_pro {
    display: flex;
}

/* list */

.list {
    height: 574px;
    margin-top: 15px;
}

.list .title,.recommend_pro .title { 
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 34px;
    border-bottom: 2px solid #a20937;
    color: #636363;
    font-size: 16px;
}

.recommend_pro .title span {
    color: #333;
}

.list .body {
    display: flex;
    height: 528px;
}

.list .body .lef {
    margin-top: 10px;
    width: 200px;
    overflow: hidden;
}

.list .body .right,.hot_pro .right {
    width: 1050px;
    display: flex;
    flex-wrap: wrap;
}

.hot_pro .right {
    width: 100%;
    flex-wrap: nowrap;
}

.list .body .right li,.hot_pro .right li {
    width: 252.5px;
    height: 254px;
    margin-left: 10px;
    margin-top: 10px;
    background: white;
    padding: 10px;
    box-sizing: border-box;
    transition: all 0.5s;
    border: 2px solid #ffffff;
}

.hot_pro .right li {
    height: 270px;
    flex-grow: 1;
    margin-left: 0;
    margin-right: 10px;
}

.hot_pro .right li:nth-last-child(1) {
    margin-right: 0;
}

.list .body .right li .price,.hot_pro .right li .price {
    color: red;
    font-size: 14px;
    font-weight: 700;
    height: 28px;
    line-height: 28px;
    margin-bottom: 8px;
}

.list .body .right li .remake {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    /*要显示的行数*/
    -webkit-box-orient: vertical;
    color: #636363;
}

.hot_pro .right li .xl_box {
    margin: 5px 0;
    color: black;
}

.hot_pro .right li .remake {
    display: flex;
    justify-content: space-between;
    color: #636363;
}

.list .body .right li .imgs,.hot_pro .right li .imgs {
    height: 160px;
    overflow: hidden;
}

.list .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 .body .right li:hover .imgs img,.hot_pro .right li:hover .imgs img  {
    transform: scale(1.5);
}

.list .body .right li:hover,.hot_pro .right li:hover {
    border: 2px solid #ff0000;
}

/*登录提醒弹窗*/
#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;
}
.fl_box{
    width: 100%;
    background: #fff;
    margin: 30px 0 20px;
    display: flex;
}
.fl_bt{
    width: 18%;
    background: #0f58d6;
    text-align: center;
}
.fl_bt h3{
    color: #FFF;
    font-size: 26px!important;
    margin: 85px 0 30px;
    font-weight: normal;
}
.fl_bt a{
    width: 140px;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 20px;
    text-align: center;
    line-height: 38px;
    display: block;
    transition: all .5s;
    margin: auto;
}
.fl_bt a:hover{
    background: #fff;
    color: #0f58d6;
}
.fl_box ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 82%;
}
.fl_box ul li{
    width: 19.8%;
    overflow: hidden;
    border-bottom: 1px dashed #e5e5e5;
    border-right: 1px dashed #e5e5e5;
    text-align: center;
}
.fl_box ul li a{
    display: block;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.8s;
}
.fl_box ul li a h3{
    font-size: 14px;
    font-weight: normal;
    position: relative;
    padding: 0 0 20px 0;
}
.fl_box ul li a img{ 
    transition: all 0.8s;
    width: 58%;
    margin: auto;
    display: block;
}
.fl_box ul li a:hover h3{
    color: #0f58d6;
}
.fl_box ul li a:hover img{
    transform: scale(1.15);
}
/* banner轮播 */
.slick-banner {
    position: relative;
	width: 100%;
}
.slick-dotted.slick-slider {
    margin-bottom: 0px !important;
}

.slick-banner .nexImg,.slick-banner .preImg{
	padding: 25px 10px 25px 10px;
	position: absolute;
	top: 50%;
	margin-top: -53px;
	opacity: 0.6;
	z-index: 10;
}
.slick-banner .nexImg:hover,.slick-banner .preImg:hover{
	opacity: 1;
}
.slick-banner .nexImg{
	right: 0px;
}
.preImg img,
.nexImg img{
	width: 15px;
}
.slick-banner .slick-dots {
	width: 100%;
	position: absolute;
	bottom: 20px;
	text-align: center;
}
.slick-banner .slick-dots ul{
	margin-bottom: 0px;
	padding: 0px;
}

.slick-banner .slick-dots li{
	width: 15px;
	height: 15px;
	border-radius: 50%;
	display: inline-block;
	background-color: #000;
	opacity: 0.9;
	margin-left: 10px;
}
.slick-banner .slick-dots li:first-child{
	margin-left: 0px;
}
.slick-dots li button:before {
    content: '' !important;
}
.slick-banner .slick-dots .slick-active{
	background-color: red;
}

.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;
}
/* 最新交易查询公告 */
.jyss_box{
    width: 245px;
    float: left;
}
.jyss_box .zxdt{
    max-height: 400px;
    overflow: hidden;
}
.jyss_box .zxdt .left_bar{
    color: #ffffff;
    width: 100%;
    background: #4c4c4c;
    border-bottom: 1px solid #7d7d7d;
    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: rgba(0,0,0,.7);
  
}
.jyss_box  .djdzz{
    width: 100%;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    background: rgba(0,0,0,.7);
    display: none;
}
.jyss_box .l-o-guang ul li{
    display: flex;
    text-align: left;
    padding: 0 5px;
    justify-content: space-between;
    line-height: 26px;
}
.jyss_box .l-o-guang ul li span{
    color: #fff;
    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%;
}
.jyss_box .l-o-guang ul li a{
    color: #fff;
}
.brand{
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
    display: flex;
    background: #ffff;
}
.brand h3{
    font-size: 20px;
    font-weight: normal;
}
.brand ul{
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 80%;
    padding: 12px;
}
.brand ul li{
    width: 9%;
    padding: 25px 20px;
    margin: 4px 0;
    display: inline-block;
    text-align: center;
    border: 1px solid #f1f1f1;
    background: #fff;
    position: relative;
    border-radius: 10px;
}
.brand ul li img{
    width: 100%;
}
.brand ul li p{
    margin: 10px 0;
}
.zz_btn{
    display: none;
}
.brand ul li:hover .zz_btn{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.4);
    z-index: 1;
    border-radius: 10px;
    display: block;
}
.brand ul li:hover .zz_btn a{
    display: block;
    width: 65px;
    height: 30px;
    margin: 50px auto;
    color: #fff;
    background: #0f58d6;
    line-height: 30px;
    border-radius: 5px;
    font-size: 13px;
}
.brand .fl_bt h3{
    margin-top: 185px;
}
/*游客登录弹框 */
.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;
    border-radius: 15px;
}	
.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: #0f58d6;
	font-size: 14px;
}
.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;
}
