.bg{
	background: url(../img/pro_bg.png) no-repeat center center;
}
.search .search_r{
	width: 50%;
	margin: 5% auto;
}
.search_detail .search_r{
	width: 100%;
	margin: 0!important;
}
.search .search_r form{
	position: relative;
}
.search .search_r input{
	width: 100%;
	height: 100%;
	background: #f8f8f8;
	padding: 5%;
	font-size: 0.3rem;
}
.search .search_r .search_icon{
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 0;
	background: #d32020;
	width: 20%;
	height: 100%;
}
.search .search_r .search_icon img{
	max-width: 50%;
}
.search_banner ul li img{
	display: block;
}
.about_main{
	margin: 0 auto;
}
.sub_head .head_lr{
	padding: 5% 0 2% 0;
}
.sub_head .head_l{
	line-height: 1.5;
	text-align: center;
}
.sub_head .head_l h1{
	font-size: 0.5rem;
}
.sub_head .head_l p{
	font-size: 0.36rem;
	color: #c5c5c5;
	text-transform: uppercase;
	font-weight: lighter;
}
.about_tt{
	color: #333333;
	width: 95%;
	margin: 0 auto;
}
.about_tt{
	line-height: 1.8;
	width: 95%;
	margin: 0 auto;
}
.about_img{
	width: 95%;
	margin: 10% auto;
}
.about_img img{
	display: block;
}
.about_img ul li{
	position: relative;
	width: 33.33%;
}
.about_img ul li p{
	width: 100%;
	position: absolute;
	bottom: 0;
	background: rgba(0,0,0,.5);
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	padding: 10px 0;
}
.search_list{
	margin-bottom: 8%;
}


/* product */
.mb_inbox > ul{
	width: 95%;
	margin: 0 auto 5% auto;
}
.mb_inbox > ul > li{
	display: inline-block;
	width: 48%;
	box-shadow: 1px 1px 5px rgba(0,0,0,.2);
	margin-right: 3.5%;
	margin-bottom: 3.5%;
	position: relative;
	transition: all .4s ease-in-out 0s;
	overflow: hidden;
	padding: 5% 0;
}
.mb_inbox > ul > li .img_a{
	padding-top: 0;
}
.mb_inbox > ul > li:nth-child(2n){
	margin-right: 0;
}
.mb_inbox > ul > li .inbox_img{
	width: 80%;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	padding-bottom: 66%;
}
.mb_inbox > ul > li .inbox_img img{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
	display: block;
}
.mb_inbox > ul > li .inbox_tt{
	width: 63%;
	height: 1.1rem;
	margin: 10% auto 0 auto;
	text-align: center;
	font-size: 0.36rem;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 1.5;
}
.mb_inbox > ul > li a{
	display: block;
	text-align: center;
	font-size: 0.3rem;
	color: #db2626;
	padding-top: 5%;
}
.pro_list{
	margin-top: 20px!important;
}
.sub_page ul{
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 5% auto 8% auto;
	font-size: 0.36rem;
}
.sub_page ul li{
	float: left;
	font-size: 0.36rem;
	border: 1px solid #cccccc;
	padding: 4px 9px;
	margin-right: 10px;
	-ms-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	cursor: pointer;
	transition: all .4s ease-in-out 0s;
}
.sub_page ul li:nth-child(1),.sub_page ul li:nth-child(2),.sub_page ul li:nth-child(3),.sub_page ul li:nth-child(4),.sub_page ul li:nth-child(5){
	padding: 0;
}
.sub_page ul li p{
	padding: 4px 9px;
}
.sub_page ul li p:hover{
	background: #df2a2a;
	color: #FFFFFF;
}
.sub_page ul li:last-child{
	margin-right: 0;
	padding: 4px 30px;
}


/* detail */
.top_lr{
	width: 95%;
	margin: 6% auto;
}
.top_lr .top_swiper{
	border: 1px solid #dcdcdc;
}
.top_lr .top_swiper .top_pag{
	bottom: 5%;
}
.top_lr .top_swiper .top_pag span{
	width: 0.2rem!important;
	height: 0.2rem!important;
	border-radius: 0;
	border: 1px solid #e52f2f;
	margin-left: 0!important;
	margin-right: 1%;
	background: transparent;
	opacity: 1;
}
.top_lr .top_swiper .top_pag span.swiper-pagination-bullet-active{
	background: #e52f2f;
}
.top_lr .top_swiper .top_pag span:last-child{
	margin-right: 0;
}
.top_lr .top_swiper ul li .detail_img{
	position: relative;
	width: 100%;
	padding-bottom: 70%;
}
.top_lr .top_swiper ul li .detail_img img{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
	display: block;
}
.top_lr .top_r{
	font-size: 0.38rem;
	line-height: 2;
	margin-top: 6%;
}
.detail_js{
	width: 95%;
	margin: 5% auto;
	font-size: 0.38rem;
	line-height: 2;
}
.detail_tj{
	width: 95%;
	margin: 5% auto;
}
.detail_tj .tj_head{
	padding-bottom: 1%;
}
.detail_tj .tj_head p{
	font-size: 0.46rem;
	color: #000000;
	font-weight: bold;
}
.detail_tj .tj_head img{
	width: 55%;
}
.detail_tj .tj_head a{
	font-size: 0.36rem;
	color: #999999;
}
.detail_tj .tj_head a span{
	color: #df2a2a;
}
.tj_list ul{
	margin: 5% auto;
	width: 100%;
}
.tj_list ul li{
	display: initial;
	float: left;
}

/* news */
.news_main{
	margin-top: 3%;
}
.news_head .head_tt h1{
	font-size: 0.36rem;
	padding-bottom: 2%;
}
.news_head .head_tt p{
	font-size: 0.24rem;
	color: #666;
	line-height: 2;
	overflow: hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp: 4;
}
.news_head .head_tt a{
	margin-top: 40px;
	text-align: center;
	display: block;
	width: 141px;
	height: 46px;
	line-height: 46px;
	font-size: 14px;
	color: #FFFFFF;
	background: #df2a2a;
	border-radius: 5px;
}
.news_list ul li{
	border-top: 1px solid #e7e7e7;
	padding: 4%;
}
.news_list ul li:last-child{
	border-bottom: 1px solid #e7e7e7;
}
.news_inbox > a{
	color: #EA3333;
	font-size: 0.4rem;
}
.news_inbox .news_tt{
	width: 100%;
}
.news_inbox .news_tt h1{
	font-size: 0.45rem;
	font-weight: normal;
	transition: all .4s ease-in-out 0s;
}
.news_inbox .news_tt h2{
	font-size: 0.33rem;
	font-weight: normal;
	color: #666666;
	margin-top: 1%;
}
.news_inbox .news_tt p{
	line-height: 2;
	margin: 2% 0;
	font-size: 0.33rem;
	color: #6D6D6D;
	overflow: hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp: 2;
}


/* news_detail */
.news_lr{
	margin: 5% auto;
}
.news_lr .news_l{
	width: 95%;
	margin: 0 auto;
}
.news_lr .news_l .newsl_top{
	border-bottom: 1px dashed #cdcdcd;
	text-align: center;
}
.news_lr .news_l .newsl_top h1{
	font-size: 0.6rem;
}
.news_lr .news_l .newsl_top ul{
	margin: 1% 0 3% 0;
	text-align: center;
}
.news_lr .news_l .newsl_top ul li{
	display: inline-block;
	font-size: 0.34rem;
	color: #666666;
	margin-right: 5%;
}
.news_lr .news_l .newsl_top ul li:last-child{
	margin-right: 0;
}
.news_lr .news_l .newsl_tt{
	line-height: 2;
	margin: 5% 0;
}


/* support */
.sup_list{
	width: 100%;
	margin: 0 auto 10% auto;
}
.sup_list ul li{
	width: 100%;
	padding: 5%;
	transition: all .4s ease-in-out 0s;
	border-top: 1px solid #e7e7e7;
}
.sup_list ul li:last-child{
	border-bottom: 1px solid #E7E7E7;
}
.sup_list ul li:hover{
	background: #f7f7f7;
}
.sup_list ul li .sup_inbox .inbox_title{
	font-size: 0.45rem;
}
.sup_list ul li .sup_inbox .inbox_title > a{
	font-weight: bold;
	transition: all .4s ease-in-out 0s;
}
.sup_list ul li:hover .sup_inbox .inbox_title > a{
	color: #EA3333;
	
}
.sup_list ul li .sup_inbox > h2{
	font-size: 0.33rem;
	font-weight: normal;
	color: #666666;
	line-height: 2;
}
.sup_list ul li .sup_inbox > p{
	font-size: 0.33rem;
	color: #666666;
	line-height: 1.9;
	padding-top: 2%;
	overflow: hidden;
	text-overflow:ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.sup_list ul li .sup_inbox > a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32%;
	text-align: center;
	font-size: 0.33rem;
	color: #FFFFFF;
	background: #ea3333;
	border-radius: 5px;
	margin-top: 4%;
	padding: 2% 0;
}


/* support_detail */
.sup_detail{
	width: 95%;
	margin: 0 auto;
}
.sup_detail .sup_head{
	text-align: center;
	border-bottom: 1px solid #e5e5e5;
	margin-top: 2%;
}
.sup_detail .sup_head h1{
	font-size: 0.6rem;
}
.sup_detail .sup_head ul{
	margin: 1% 0 3% 0;
	text-align: center;
}
.sup_detail .sup_head ul li{
	display: inline-block;
	font-size: 0.34rem;
	color: #666666;
	margin-right: 5%;
}
.sup_detail .sup_head ul li:last-child{
	margin-right: 0;
}
.sup_detail .sup_tt{
	margin: 5% 0;
	line-height: 2;
}
.sup_detail .sup_return{
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	padding: 5% 0;
	margin: 8% 0 10% 0;
}
.sup_detail .sup_return ul li{
	line-height: 1.8;
	font-size: 0.36rem;
}
.sup_detail .sup_return ul li a span{
	color: #EA3333;
}
.sup_detail .sup_return ul li a{
	color: #666666;
	font-size: 0.36rem;
}
.sup_detail .sup_return .sup_button{
	width: 30%;
	margin-top: 3%;
	box-sizing: border-box;
	border: 1px solid #bfbfbf;
	background: url(../img/sup_button_bg1.png) no-repeat center center;
}
.sup_detail .sup_return .sup_button a{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5% 0;
}
.sup_detail .sup_return .sup_button button{
	font-size: 0.36rem;
	background: url(../img/sup_button_bg.png) no-repeat left center;
	padding-left: 17%;
}


/* customer */
.cus_list{
	margin: 2% auto 10% auto;
}
.md_list ul{
	border: 1px solid #e5e5e5;
	border-bottom: none;
	border-right: none;
	box-sizing: border-box;
	width: 95%;
	margin: 0 auto;
}
.md_list ul li{
	float: left;
	border-right: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
	position: relative;
	overflow: hidden;
	width: 33.33%;
}
.md_list ul li .md_img{
	position: relative;
	padding-bottom: 55.4%;
	width: 100%;
}
.md_list ul li .md_img img{
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}


/* contact */
.con_lr{
	margin: 2% auto 10% auto;
}
.con_l{
	width: 100%;
}
.con_r{
	width: 100%;
}
.con_l h1{
	text-align: center;
	font-size: 0.36rem;
	font-weight: normal;
	line-height: 1;
}
.con_l h2{
	text-align: center;
	font-size: 0.5rem;
	font-weight: normal;
}
.con_l .con_tel{
	color: #000;
	padding: 2% 0;
	font-weight: bold;
}
.con_l .con_tel p{
	background: url(../img/cus_tel_bg.png) no-repeat left center;
	width: 30%;
	margin: 0 auto;
	padding-left: 5%;
	font-size: 0.36rem;
}
.con_list{
	text-align: center;
	width: 100%;
}
.con_list ul li{
	font-size: 0.23rem;
	color: #000;
	line-height: 2;
}
.con_list ul li:last-child{
	width: 100%;
}
.con_lr .con_r .conr_wh{
	width: 17%;
	margin: 0 auto;
}
.con_lr .con_r .conr_wh .conr_qrcode .qrcode_img{
	position: relative;
	width: 100%;
	padding-bottom: 100%;
}
.con_lr .con_r .conr_wh .conr_qrcode .qrcode_img img{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}
.con_lr .con_r .conr_wh .conr_tt{
	text-align: center;
}
.con_lr .con_r .conr_wh .conr_tt p{
	line-height: 1.8;
	font-size: 0.2rem;
}
.map{
	width: 95%;
	margin: 10% auto 0 auto;
}
.map iframe{
	border: none;
}


@media screen and (max-width: 414px) {
.search .search_r .search_icon img{
	max-width: 35%;
}
.con_l .con_tel p{
	background-size: 15%;
	padding-left: 6%;
}
.map iframe{
	height: 200px;
}
.about_img ul li{
	width: 100%;
}
.about_img ul li p{
	width: 100%;
	position: absolute;
	bottom: 0;
	background: rgba(0,0,0,.5);
	font-size: 0.4rem;
	color: #FFFFFF;
	text-align: center;
	padding: 3% 0;
}
.sub_head .head_l h1{
	font-size: 0.6rem;
}
.sub_head .head_l p{
	font-size: 0.45rem;
}
.con_l .con_tel p{
	width: 35%;
	font-size: 0.45rem;
}
.con_list ul li{
	font-size: 0.36rem;
}
}