@media screen and (max-width:750px){
	#banner{
		width: 6.9rem;
		height: 3rem;
		padding-top: 1.56rem;
		/* margin-top: 0.24rem; */
		margin: 0 auto;
		position: relative;
	}
	#banner .swiper-container {
        width: 100%;
        height: 100%;
      }
	  .swiper-slide{
		  width: 100% !important;
	  }
	  #hot{font-size: 0.14rem;}
    #banner .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;
		width: 100%;
      }
	#banner .swiper-button-next,#banner .swiper-button-prev{
		display: none;
	}

	#banner img{
		width: 100%;
		height: 3rem;
		display: block;
	}

	#advert{
		width: 7rem;
		height: auto;
		margin: auto;
		margin-top: 0.3rem;
	}
	#advert_ul{
		list-style: none;
		width: 100%;
		height: 4rem;
		padding-left: 0;
	}
	#advert_ul li{
		list-style: none;
		float: left;
		width: 3.4rem;
		height:1.6rem;
		text-align: center;
		margin-top: 0.3rem;
	}
	#advert_ul li img{
		width: auto;
		height: 1rem;
	}
	#advert_ul li span{
		font-size: 0.22rem;
		width: 100%;
		display: block;
	}
	#hot{
		width: 6.9rem;
		margin: 0 auto;
		margin-top: 0.3rem;
	}
	#hot_title{
		font-size: 0.24rem;
		color: #ff7a23;
	}
	#hot_head_title{
		font-size: 0.48rem;
		margin-top: 0.3rem;
		margin-bottom: 0.3rem;
	}
	#hot_head_page{
		display: none;
	}
	#hot_main{
		display: block;
		width: 100%;
		height: auto;
	}
	#hot_main_ul{
		width: 100%;
		list-style: none;
		padding: 0;
		height: auto;
		float: left;
	}
	#hot_main_ul li{
		float: left;
		width: 3.3rem;
		height: auto;
		margin-right: 0.3rem;
		margin-bottom: 0.6rem;
	}
	#hot_main_ul li:nth-child(2n){
		margin-right: 0;
	}
	.hot_pro_img{
		width: 3.3rem;
		height: 3.3rem;
		display: block;
	}
	.hot_pro_name{
		margin-top: 0.2rem;
		margin-bottom: 0.3rem;
		display: block;
		width: 100%;
		font-size: 0.3rem;
	}
	.hot_pro_price{
		width: 100%;
		display: block;
		font-size: 0.4rem;
	}
	.hot_pro_market{
		font-size: 0.24rem;
		text-decoration:line-through;
		color: #999999;
	}
	#hot_mobile_page{
		display: block;
		margin: 0 auto;
		width: 1.8rem;
		height: 1rem;
	}
	#news_mobile_page{
		display: block;
		margin: 0 auto;
		width: 1.8rem;
		height: 1rem;
		margin-bottom: 0.7rem
	}
	#about{
		margin-top: 0.6rem;
		width: 100%;
		height: 6.8rem;
		background-image: url(../image/m_about_bg.png);
		background-size: cover;
	}
	#about_main{
		width: auto;
		height: auto;
		padding-top: 1rem;
		padding-left: 0.3rem;
	}
	#about_title{
		font-size: 0.48rem;
		color: black;
		margin-bottom: 0.6rem;
	}
	#about_desc{
		color: black;
		font-size: 0.3rem;
		width: 3.5rem;
		display: block;
		height: 2rem;
		word-wrap: break-word;
		overflow: hidden;
	}
	#about_read{
		width:auto;
		height: 0.4rem;
	}
	#about_read a{
		font-size: 0.3rem;
		color: #ff7a23;
		text-decoration: none;
		display: block;
		margin-top: 0.5rem;
	}

	#news{
		width: 6.9rem;
		height: auto;
		margin: 0 auto;
		margin-top: 0.7rem;
	}
	#news_title{
		font-size: 0.24rem;
		color: #ff7a23;
	}
	#news_title_name{
		font-size: 0.48rem;
		margin-bottom: 0.3rem;
	}
	#news_head_page{
		display: none;
	}
	#news_main{
		width: 6.9rem;
		height: auto;
	}
	.news_main_ul li{
		list-style: none;
		width: 6.9rem;
		height: 7.04rem;
		margin-bottom: 0.6rem;
		background: #f7f7f7;
	}

	.news_main_ul li img{
		width: 100%;
		display: block;
	}

	.hot_div li:nth-last-child(1), .hot_div li:nth-last-child(2){
		/*display: none;*/
	}
	.news_img{
		width: 100%;
		height: 4.2rem;
		display: block;
	}
	.news_date{
		width: 1.1rem;
		height: 2.8rem;
		background: #e3e3e3;
		float: left;
	}
	.news_day{
		font-size: 0.48rem;
		color: black;
		display: block;
		width: 100%;
		text-align: center;
		margin-top: 0.2rem;
	}
	.news_month,.news_year{
		font-size: 0.24rem;
		display: block;
		width: 100%;
		text-align: center;
		color: #666666;
	}
	.news_title{
		font-size: 0.3rem;
		font-weight: bold;
		color: black;
		float: left;
		width: 5.4rem;
		height: 0.35rem;
		margin-left: 0.35rem;
		margin-top: 0.35rem;
	}
	.news_desc{
		float: left;
		color: #999999 !important;
		font-size: 0.3rem;
		width: 5.4rem;
		text-overflow: -o-ellipsis-lastline;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		 display: -webkit-box;
        /* autoprefixer: off */
        -webkit-box-orient: vertical;
        /* autoprefixer: on */
        -webkit-line-clamp: 2;
        overflow: hidden;
        margin-left: 0.35rem;
        margin-top: 0.2rem;
	}
	.news_read{
		float: left;
		font-size: 0.28rem;
		color: #ff7a23;
		margin-left: 0.35rem;
		margin-top: 0.24rem;
		display: block;
	}


	.mobile_page_left,.mobile_news_left{
		width: 0.79rem;
		height: 0.79rem;
		background-image: url(../image/mobile_none_left.png);
		background-size:cover;
		float: left;
	}

	.mobile_page_right,.mobile_news_right{
		width: 0.79rem;
		height: 0.79rem;
		/* background-image: url(../image/mobile_right.png); */
		background-image: url(../image/mobile_none_right.png);
		background-size:cover;
		float: right;
	}
	.mobile_page_left{
		width: 0.79rem;
		height: 0.79rem;
		background-image: url(../image/mobile_left.png);
		background-size:cover;
		float: left;
	}
	.mobile_page_right{
		width: 0.79rem;
		height: 0.79rem;
		background-image: url(../image/mobile_right.png);
		background-size:cover;
		float: right;
	}
	.sletter_title{
		color: #ff7a23;
		font-size: 0.24rem;
	}
	.sletter_title_name{
		font-size: 0.48rem;
		width: 100%;
	}
	.sletter_head_page{
		font-size: 50px;
		float: right;
		display: none;
	}

	#sletter{
		width: 6.9rem;
		height: auto;
		margin: 0 auto;
		margin-top: 0.4rem;
	}
	#sletter_title{
		font-size: 0.18rem;
		color: #ff7a23;
		margin-left: 0.36rem;
	}
	#sletter_desc{
		font-size: 0.36rem;
		font-weight: bold;
		width: 6rem;
		display: block;
		margin-top: 0.34rem;
		margin-left: 0.36rem;
	}
	#sletter_form{
		margin-top: 0.44rem;
	}
	#sletter_page_left{
		cursor: pointer;
		margin-right: 13px;
		float: left;
		width: 46px;
		height: 46px;
		background-image: url(../image/left.png);
	}
	#sletter_page_right{
		cursor: pointer;
		width: 46px;
		height: 46px;
		float: left;
		background-image: url(../image/right.png);
	}
	.sletter_main{
		width: 100%;
		margin-top: 0.6rem;
	}
	.sletter_list{
		width: 100%;
		/*margin-bottom:0.7rem;*/
	}
	.sletter_main .swiper-container{
		width: 100%;
		height: auto;
	}
	.sletter_main .swiper-slide{
		width: 100%!important;
		height: 100%;
	}
	.sletter_list img{
		display: block;
		width: 100%;
		height: 3.77rem;
		padding-bottom: 0.3rem;
	}
	.sletter_list span{
		display: block;
		font-size: 0.3rem;
		font-weight: bold;
		overflow: hidden;
	}
	.sletter_mobile_page{
		display: block;
		margin: 0 auto;
		width: 1.8rem;
		height: 1rem;
		margin-bottom: 0.7rem;
	}

	.mobile_left{
		width: 0.79rem;
		height: 0.79rem;
		background-image: url(../image/mobile_left.png);
		background-size:cover;
		float: left;
	}
	.mobile_right{
		width: 0.79rem;
		height: 0.79rem;
		background-image: url(../image/mobile_right.png);
		background-size:cover;
		float: right;
	}


}