@charset "utf-8";
.m_header {
	width: 100%;
    height: 2.333333rem;
	overflow: hidden
}
.m_header .m_head_content {
    height: 2.333333rem;
	width: 100%;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	box-shadow: 0 2px 2px 1px #ddd
}
.m_header .m_head_content .m_head_logo {
    height: 2.333333rem;
	float: left;
margin-left:.05rem
}
.m_header .m_head_content .m_head_logo img {
	float: left;
height:1.5rem;
margin-top:.5rem;
}
.m_header .m_head_content .m_head_logo p {
	float: left;
margin-left:.15rem
}
.m_header .m_head_content .m_head_logo p strong {
	font-size: 28px;
	line-height: 80px;
	display: block;
	color: #c7271e
}
.m_header .m_head_content .menu {
	float: right;
width:2.46rem;
height:2.46rem;
border: none;
}
.m_header .m_head_content .menu img {
	display: block;
	margin: 0 auto;
height:1.16rem;
margin-top:.15rem
}
.toggle {
    width: 50px;
    height: 46px;
    border-radius: 3px;
    background: rgb(255 111 6) url(../images/menu.svg) center no-repeat;
    background-size: 50%;
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 999;
}

.toggle-active {

    background: rgb(150 150 150) url(../images/guanbi.svg) center no-repeat;
    background-size: 50%;
}

.menu1 {
    width: 50%;
    position: fixed;
    top: 0px;
    right: -800px;

   height: 100%;
    transition: 0.8s;
    z-index: 2;
	padding-top: 1rem;
	padding-bottom: 1rem;
	background-color: rgba(89, 89, 89, 0.6);
backdrop-filter: blur(30px);
-webkit-backdrop-filter: blur(30px);
border: 0px solid rgba(255, 255, 255, 0.18);
box-shadow: rgba(14, 14, 14, 0.19) 0px 6px 15px 0px;
-webkit-box-shadow: rgba(14, 14, 14, 0.19) 0px 6px 15px 0px;
border-radius: 4px;
-webkit-border-radius: 4px;
color: rgb(128, 128, 128);
}

.menu-active {
    right: 0px;
}
.menu1 .rser-fomt{
    display: block;
    width: 80%;
    margin: 0 auto 20px;
    overflow: hidden;
}
.menu1 .rser-fomt a{
    font-size: 14px;
    border:1px solid #ddd;
    padding:3px 10px;
    color:#fff;
    line-height: 2;
    border-radius: 50px;
}
.menu1 ul{
	height: auto;
    min-height: 100%;
    box-sizing: border-box;
    padding-bottom: 60px;
    position: relative;
}
.menu1 ul li {
    display: block;
    width: 80%;
    padding: 10px 0px;
        border-bottom: 1px solid #999;
}
.menu1 ul li a{
   padding: 10px 20px;
    color: #fff;
    margin: 0 auto;
line-height: 20px;

}



/*头部结束*/
.contentMain {

	padding-bottom: 0px;
}
.price-num {
	display: flex;
	align-items: center;
	margin: 10px auto;
}
.price-num .price {
	color: #ff6600;
	font-size: 14px;
}
.price-num .price, .price-num .num {
	flex: 1;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.price-num .num {
	text-align: right;
	font-size: 14px;
	color: #999;
}
.list-lmmc {
	position: relative;
	display: inline-block;
}
.list-lmmc span {
	margin-left: 8px;
}
.list-lmmc::before {
	content: "";
	position: absolute;
	margin-right: 0.625rem;
	top: 50%;
	margin-top: -8px;
	width: 0.125rem;
	height: 17px;
	background-color: #ff6f06;
}
.title {
	display: flex;
	height: 2.625rem;
	line-height: 20px;
	padding: 0.3125rem 0.9375rem;
}
.title .title-left {
	flex: 1;
}
.title .title-left .title-txt {
	position: relative;
	display: inline-block;
}
.title .title-left .title-txt span {
	padding-left: 0.625rem;
}
.title .title-left .title-txt::before {
	content: "";
	position: absolute;
	margin-right: 0.625rem;
	top: 50%;
	margin-top: -5px;
	width: 0.125rem;
	height: 15px;
	background-color: #2fb15a;
}
.title .title-right {
	width: 40%;
	text-align: right;
}
.title .title-right .more {
	font-size: 14px;
	color: #999;
}
.title .title-right .iconfont {
	color: #999;
	font-size: 0.875rem;
}
.content {
	margin: 0 auto;
	width: calc(100% - 0.875rem);
	margin-bottom: 10px;
}
.news-list .item {
	display: flex;
	background-color: #fff;
	padding: 0.625rem;
	margin-bottom: 0.9375rem;
}
.news-list .item:last-child {
	margin-bottom: 0;
}
.news-list .item .img {
	width: 6.875rem;
	height: 6.875rem;
	overflow: hidden;
}
.news-list .item .img2 {
	width: 6.25rem;
	height: 6.25rem;
}
.news-list .item .img img {
	width: 100%;
	height: 100%;
}
.news-list .item .txt {
	width: calc(100% - 6.875rem - 0.625rem);
}
.news-list .item .txt.txt2 {
	width: calc(100% - 6.25rem - 0.625rem);
}
.news-list .item .txt .tit {
	font-size: 16px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
	line-height: 1.5;
}
.news-list .item .txt .tit2 {
	font-size: 1rem;
	width: 100%;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.news-list .item .txt .desc {
	margin-top: 0.375rem;
	font-size: 13px;
	width: 100%;
	color: #999;
	height: 2rem;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.news-list .item .txt .time-more {
	display: flex;
	align-items: center;
	margin-top: 8px;
}
.news-list .item .txt .time-more .time {
	font-size: 12px;
	color: #999;
}
.searchding {
	width: 100%;
	margin: 0 auto;
	height: 65px;
	padding-top: 13px;
	    background: #f77b10;
}
.searchding input {
	display: block;
	padding: 0;
	margin: 0;
}
.searchding .mtxt {
	border: none;
	width: 77%;
	height: 40px;
	line-height: 0.65rem;
	margin-left: 3%;
	text-indent: 3%;
}
.searchding .mbtn {
	cursor: pointer;
	border: none;
	width: 17%;
	height: 40px;
	background: #ff6f06;
	color: #fff;
	border: 2px solid #fff;
}
.mwidth-pic{
    width: 100%;
    height: 130px;
    padding:.3rem 1rem;
    background: no-repeat center / cover;
}
.mwidth-pic h2{
    font-weight: 600;
    color:#fff;
    font-size: 22px;
}
.mwidth-pic p{
    color:#fff;
}
.mwidth-pic a{
    color:#fff;
}
.mwidth-pic .bat{
    background: rgb(255 111 6);
    padding:0.5rem 1.5rem;
    border-radius: 50px;
    margin-bottom: 1rem;
}
.tab-container{
        width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.tab-header {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.tab-header .tab-btn:nth-of-type(3n){
    margin-right: 0px;
}
.tab-btn {
  padding: 10px;
width: 31%;
  background-color: #fff;
  border: none;
  cursor: pointer;
  text-align: left;
margin-right: .5rem;
margin-top: .5rem; 
}

.tab-btn:hover {
  background-color: #ddd;
}

.tab-btn.active {
  background-color: #ff6f06;
  color:#fff;
}
.tab-content{
    margin-top: 10px;
    border-top: 1px solid #ddd;
    margin-bottom: 1rem;
}
.tab-content .tab-panel {
  display: none;
}

.tab-content .tab-panel.active {
  display: block;
}
.tab-panel a{
   float: left;
    text-align: center;
    background: #fafafa;
    width: 31.333333%;
    margin-top:10px;
    margin-right:10px;
    box-shadow: 2px 2px 2px #ddd;
}
.tab-panel a:nth-of-type(3n){
 margin-right:0px;   
}
.tab-panel a p{
    line-height: 2;
    margin: 0px;
}
.tab-panel a img{
    width:50%;
}

.jjw-asing a{
     width: 49.5%;
    padding: 12px;
    box-sizing: border-box;
    margin-right: 1%!important;
    margin-bottom: 1%;
    display: block;
    overflow: hidden;
    background: #fff;
    float: left;
    width: calc(49% - 0px);
    border: 1px solid #ddd;
    margin: 0 0.5% 0.5% 0;
    position: relative;
}
.jjw-asing a i{
    float: right;
    color:#ff6f06;
}
.products149 {
    background:#333 url(../images/bqijing.jpg) center top no-repeat;
    padding: 20px 0;
    text-align: center;
}

.products149 h3 {
    font-size: 30px;
    line-height: 52px;
    color: #FFF;
    font-weight: 400;
}

.products149 .search149 input {
    width: 80%;
    height: 48px;
    font-size: 14px;
    line-height: 48px;
    color: #333;
    padding: 15px 20px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
    outline: none
}

.products149 .search149 .search149-btn {
    display: inline-block;
    cursor: pointer;
    color: #FFF;
    background-color: #FD8A08;
    width:20%;
    height:48px;
    font-size:16px;
    line-height:48px;
    border: none;
    padding: 0;
}
.products149 .search149 .search149-btn:hover {
    text-decoration: none
}
.product-asim{
	width: 100%;
	    padding: 1rem;
	    margin-bottom: 1rem;
	    background-color: rgba(255, 255, 255, 0.4);
	    backdrop-filter: blur(25.5px);
	    -webkit-backdrop-filter: blur(25.5px);
	    border: 0.8px solid rgba(255, 255, 255, 0.18);
	    box-shadow: rgba(142, 142, 142, 0.19) 0px 6px 15px 0px;
	    -webkit-box-shadow: rgba(142, 142, 142, 0.19) 0px 6px 15px 0px;
	    border-radius: 7px;
	    -webkit-border-radius: 7px;
	    color: rgb(255, 255, 255);
}
.product-asim h3{
    font-size: 19px;
    padding:10px 0px;
    font-weight: 600;
    line-height: 1.4;
}
.product-asim p{
    font-size: 15px;
    line-height: 1.53;
    margin:auto;
}
.product-asim p a i{
  color:#FD8A08;
}
.poroduvt-pic{
        background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 120px;
    margin-bottom: 10px;
}