.h5_header{
	display: none;
}
.h5_navlink{
	width: 54px;
	height: 44px;
	background: url(../images_zg/menu_icon.png) no-repeat center;
	background-size: 20px auto;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -22px;
	display: none;
	visibility: hidden;
	z-index: 50;
}
.h5_nav_wrap{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	overflow: hidden;
}
.h5_nav_shade {
    width: 100%;
    height: 100%;
	background: #000;
    -moz-opacity: 0.4;
    opacity: 0.4;
    filter: alpha(opacity=40);
    position: fixed;
    top: 0;
    left: 0;
	bottom: 0;
	z-index: 500;
}
.h5_navbox{
	width: 70%;
	padding: 73px 0 0;
	background: #fff;
	overflow: auto;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition:all .3s ;
    -moz-transition:all .3s ;
    -o-transition:all .3s ;
    transition:all .3s ;
}
.h5_navbox.show{
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.menu_close_btn {
    position: absolute;
    left: 14px;
    top: 30px;
    display: block;
    width: 24px;
    height: 24px;
    background: url(../images_zg/close_btn.png) no-repeat center;
    background-size: 16px;
}
.h5_navlist > li > a{
	position: relative;
    display: block;
    padding: 20px 16px 20px 46px;
    font-size: 16px;
    color: #333333;
    line-height: 20px;
    font-weight: bold;
}
.h5_navlist > li > a.active{
	color: #227CF7;
}
.h5_navlist > li > .sub{
	background: #F5F5F5;
	padding: 10px 0;
}
.h5_navlist > li > .sub a{
	display: block;
	padding: 13px 16px 13px 46px;
	position: relative;
	font-size: 16px;
	color: #333333;
	line-height: 20px;
}
.h5_navlist > li > .sub a.active{
	color: #227CF7;
}
.h5_navlist > li a .arrow{
	position: absolute;
	top: 50%;
	right: 12px;
	display: block;
	width: 20px;
	height: 20px;
	background: url(../images_zg/down_icon_01.png) no-repeat center;
	background-size: 13px 6px;
	margin-top: -10px;
}
.h5_navlist > li a.active .arrow{
	background: url(../images_zg/blue_xl_arrow.png) no-repeat center;
	background-size: 13px 5px;
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}




@media (max-width: 1024px){
	a{
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	}
	body{
		min-width: auto;
	}
	.wrapfix{
		min-width: auto;
		width: 100%;
		box-sizing: border-box;
		padding-left: 15px;
		padding-right: 15px;
	}
	.h5_header{
		display: block;
	}
	.h5_navlink{
		display: block;
		visibility: visible;
	}
	.header_top{
		display: none;
	}
	.nav_box{
		width: auto;
		height: 44px;
		position: absolute;
		top: 0;
		right: 54px;
	}
	.hm_loginbtn{
		width: 48px;
		height: 24px;
		font-size: 14px;
		line-height: 24px;
		margin-top: 9px;
		margin-left: 0;
	}
	.user_info{
		height: 20px;
		padding: 12px 0;
		margin-left: 0;
	}
	.user_info .link{
		font-size: 0;
		line-height: 0;
		padding-left: 0;
		width: 20px;
		height: 20px;
	}
	.user_info .layer{
		width: 120px;
		top: 44px;
		right: -54px;
		padding: 10px 0;
	}
	.user_info .layer a{
		font-size: 14px;
		height: 34px;
		line-height: 34px;
	}
	.nav_list {
		display: none;
	}
	.header_cont{
		width: auto;
		padding: 7px 0 !important;
		height: 30px;
	}
	.header .logo{
		float: none;
		width: auto;
		padding: 0 0 0 15px;
		height: 30px;
		line-height: 30px;
	}
	.header .logo img{
		height: 30px;
	}
	.header .logo span{
		font-size: 14px;
		margin-left: 10px;
		padding-left: 11px;
	}
	.footer{
		background-size: cover;
	}
	.foot_box{
		padding: 40px 0 30px;
	}
	.foot_rt{
		width: auto;
		float: none;
		overflow: hidden;
	}
	.foot_codebox{
		width: auto;
		float: right;
		font-size: 14px;
		line-height: 20px;
		padding-left: 0;
		margin-left: 0;
	}
	.foot_codebox:before{
		display: none;
	}
	.foot_codebox .pic{
		width: 66px;
		height: 66px;
	}
	.foot_csinfo{
		float: left;
		text-align: left;
		font-size: 14px;
	}
	.foot_csinfo .cs_tel{
		margin-bottom: 15px;
	}
	.foot_csinfo .cs_tel .tel{
		display: block;
		height: 20px;
		font-size: 14px;
		line-height: 20px;
	}
	.foot_csinfo .cs_tel .tel:after{
		display: none;
	}
	.foot_csinfo .cs_tel .tel:before{
		width: 16px;
		height: 16px;
		background-size: 100%;
		margin-top: -8px;
	}
	.foot_csinfo .cs_tel strong{
		display: block;
		margin-left: 0;
		height: 30px;
		line-height: 30px;
		font-size: 24px;
		margin-top: 8px;
	}
	.foot_lt{
		width: auto;
		float: none;
		margin-top: 20px;
	}
	.foot_link{
		font-size: 13px;
		line-height: 20px;
		text-align: center;
	}
	.foot_link a{
		margin: 0 6px;
	}
	.foot_link a:last-child{
		margin-right: 0 !important;
	}
	.foot_bottom{
		text-align: center;
		font-size: 13px;
		line-height: 20px;
	}
	.foot_bottom .fr{
		display: block;
		float: none !important;
		margin-bottom: 5px;
	}
	.section{
		padding-top: 44px;
	}
	.banner_box{
		display: none;
	}
	.banner_box_h5{
		display: block;
	}
	.banner_txt{
		width: auto;
		margin-left: 0;
		position: absolute;
		top: 55px;
		left: 20px;
		font-size: 13px;
		line-height: 18px;
	}
	.banner_txt h2{
		font-size: 30px;
	}
	.banner_txt h3{
		font-size: 18px;
	}
	.dot_box{
		width: 100%;
		height: 6px;
		text-align: center;
		left: 0;
		margin-left: 0;
		bottom: 15px;
	}
	.dot_box span{
		width: 6px;
		height: 6px;
		margin: 0 3px;
	}
	.ban_btn_prev,
	.ban_btn_next{
		display: none;
	}
	.home_module.section01{
		padding: 30px 0 40px;
		background-size: cover;
		background-position: center;
	}
	.home_mod_title{
		margin-bottom: 20px;
	}
	.home_mod_title h3{
		font-size: 24px;
		line-height: 34px;
	}
	.hm_busnav li{
		width: auto;
		float: none;
		border-top: 1px solid #E5E5E5;
	}
	.hm_busnav li:first-child{
		border-top: 0 none;
	}
	.hm_busnav li a{
		padding: 35px 20px;
		height: auto;
	}
	.hm_busnav li a .icon{
		width: 44px;
		height: 44px;
		margin-bottom: 15px;
	}
	.home_module.section02{
		padding: 30px 0 40px;
	}
	.pro_artbox .pic{
		width: auto;
		float: none;
		height: 200px;
		overflow: hidden;
	}
	.pro_artbox .cont{
		margin-left: 0;
		margin-top: 20px;
	}
	.pro_artlist li{
		float: none;
		width: auto;
		margin-left: 0;
		margin-top: 15px;
	}
	.pro_artlist li:nth-child(2){
		margin-top: 15px;
	}
	.pro_artlist li a{
		padding: 20px;
	}
	.pro_artlist li a .time{
		margin-bottom: 10px;
		padding-bottom: 8px;
	}
	.pro_artlist li a h5{
		height: auto;
	}
	.cen_btn_box{
		margin-top: 30px;
	}
	.page_banner{
		min-height: auto;
		height: 120px;
	}
	.page_banner .pic img{
		width: auto;
		margin-left: 0;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		height: 140px;
	}
	.page_title{
		width: auto;
		left: 15px;
		right: 15px;
		text-align: center;
		margin-left: 0;
		font-size: 24px;
		line-height: 30px;
		margin-top: -15px;
	}
	.page_title em{
		display: none;
	}
	.path_box{
		width: auto;
		padding: 0;
		height: 15px;
		font-size: 0;
		line-height: 0;
	}
	.top_wrap_line{
		padding: 20px 0;
	}
	.search_box{
		width: auto;
	}
	.pro_notitem{
		padding: 20px 0;
	}
	.pro_notitem .date{
		float: none;
		width: auto;
		font-size: 24px;
	}
	.pro_notitem .cont{
		margin-left: 0;
		min-height: auto;
		margin-top: 10px;
	}
	.pro_notitem .date span{
		display: inline-block;
		vertical-align: bottom;
	}
	.pro_notitem .date em{
		display: inline-block;
		margin-top: 0;
		margin-left: 10px;
	}
	.pagination_list{
		margin-top: 25px;
		text-align: center;
	}
	.pagination_list .pageCount{
		display: none;
	}
	.pagination_list a,
	.pagination_list span{
		margin: 0 3px;
	}
	.article_box{
		padding-bottom: 40px;
		min-height: 360px;
	}
	.article_title{
		padding-bottom: 20px;
		margin-bottom: 25px;
	}
	.article_title h2{
		font-size: 22px;
		line-height: 32px;
	}
	.article_title .info{
		font-size: 14px;
		line-height: 20px;
	}
	.art_download{
		font-size: 14px;
		line-height: 20px;
		background-size: 16px;
	}
	.article_cont{
		font-size: 16px;
		line-height: 26px;
	}
	.pdf_window{
		height: 500px;
	}
	.mt30{
		margin-top: 20px !important;
	}
	.page_contwrap{
		padding: 20px 0 40px;
	}
	.table_scroll{
		width: 100%;
		overflow-x: auto;
		padding-bottom: 10px;
	}
	.pro_table th,
	.pro_table td{
		min-width: 100px;
	}
	.pro_table th{
		font-size: 12px;
		line-height: 18px;
		height: 36px;
	}
	.pro_table th:first-child{
		padding-left: 10px;
	}
	.pro_table td{
		padding-top: 10px;
		padding-bottom: 10px;
		font-size: 14px;
		line-height: 20px;
	}
	.tb_pro_name{
		font-size: 14px;
		line-height: 20px;
	}
	.tb_pro_name em{
		font-size: 12px;
		line-height: 18px;
	}
	.pro_detailpage{
		background-size: 100% 240px;
	}
	.pro_detail_top .left_box{
		width: auto;
		float: none;
		padding: 20px 15px;
	}
	.pro_detail_top .right_box{
		width: auto;
		float: none;
		padding: 20px 15px;
		border-top: 1px solid #F0F0F0;
	}
	.pro_detail_name{
		font-size: 18px;
		line-height: 24px;
		padding: 0;
		height: auto;
		margin-bottom: 20px;
	}
	.pro_detail_name em{
		font-size: 14px;
	}
	.pro_detail_base dl{
		padding: 0;
		width: 50%;
	}
	.pro_detail_base dl:nth-child(2){
		text-align: right;
	}
	.pro_detail_base dl dt{
		font-size: 12px;
	}
	.pro_detail_base dl dd{
		height: 36px;
		line-height: 36px;
		font-size: 24px;
	}
	.pro_detail_other{
		margin-top: 20px;
	}
	.pro_detail_other .item{
		padding: 0;
		width: 50%;
		font-size: 12px;
	}
	.pro_detail_other .item:nth-child(2n){
		text-align: right;
	}
	.pro_tabnav{
		font-size: 16px;
		line-height: 22px;
	}
	.chart_tabnav span{
		font-size: 12px;
		padding: 0 8px;
		height: 22px;
		line-height: 22px;
		margin-left: 0 !important;
	}
	.detail_chartimg{
		height: 200px;
	}
	.tab_navbox{
		height: 48px;
		overflow: hidden;
	}
	.tab_navbox .wrap{
		height: 68px;
		overflow: auto;
	}
	.tab_nav{
		height: auto;
		padding: 0;
		display: table;
	}
	.tab_nav li{
		display: table-cell;
		float: none;
		padding: 0 15px 0 0;
	}
	.tab_nav li:first-child{
		padding-left: 15px;
	}
	.tab_nav li a{
		padding: 0;
		height: 48px;
		line-height: 48px;
		white-space: nowrap;
		position: relative;
		font-size: 16px;
	}
	.detail_tabcont{
		padding: 20px 15px;
	}
	.detail_txt_item{
		margin-top: 25px;
	}
	.detail_txt_item h3{
		font-size: 15px;
		line-height: 21px;
		margin-top: 15px;
	}
	.txt_table th {
		padding: 10px 5px;
		min-width: 60px;
	}
	.txt_table td{
		padding: 10px;
		min-width: 80px;
	}
	.search_box.right{
		width: auto;
		float: none;
		margin-bottom: 20px;
	}
	.sub_tabnav{
		height: 36px;
	}
	.sub_tabnav a{
		font-size: 14px;
		height: 34px;
		line-height: 34px;
		padding: 0 12px;
	}
	.article_list li a{
		font-size: 14px;
		padding-right: 80px;
	}
	.article_list li .time{
		font-size: 12px;
	}
	.detail_txt_item h3.spel{
		margin-bottom: 15px;
	}
	.date_select{
		height: auto;
	}
	.date_select .item{
		width: 49%;
		margin-right: 0;
		margin-left: 2%;
		margin-bottom: 10px;
	}
	.date_select .item:first-child{
		margin-left: 0;
	}
	.date_select .query_btn{
		display: block;
		float: none;
		clear: both;
	}
	.date_select.right{
		position: relative;
		margin-bottom: 20px;
	}
	.article_list.large li a{
		padding-top: 14px;
		padding-bottom: 14px;
	}
	.article_list.large li .time{
		top: 14px;
	}
	.com_tabbox{
		height: 44px;
		overflow: hidden;
	}
	.com_tabbox .wrap{
		width: 100%;
		padding: 0 15px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		height: 64px;
		overflow: auto;
	}
	.com_tabnav{
		display: table;
	}
	.com_tabnav li{
		display: table-cell;
		float: none;
		margin-left: 0;
	}
	.com_tabnav li a{
		display: block;
		height: 44px;
		line-height: 44px;
		font-size: 16px;
		margin-left: 15px;
		white-space: nowrap;
		position: relative;
	}
	.com_tabnav li:first-child a{
		margin-left: 0;
	}
	.pro_reservepage{
		padding: 30px 0 40px;
	}
	.pro_reservepage .title{
		font-size: 24px;
		line-height: 32px;
		margin-bottom: 20px;
	}
	.reserve_box{
		width: auto;
		padding: 25px 15px;
	}
	.input_form{
		width: auto;
	}
	.input_item{
		margin-top: 10px;
		min-height: 40px;
	}
	.input_item .tit{
		font-size: 14px;
		padding: 9px 0;
		width: 100px;
	}
	.input_item.text .ct{
		margin-left: 100px;
		min-height: 40px;
	}
	.p_input{
		height: 40px;
		padding: 8px 10px;
		font-size: 14px;
		line-height: 22px;
	}
	.input_item .ct.code{
		padding-right: 95px;
	}
	.p_code_img{
		width: 90px;
		height: 40px;
	}
	.p_btnbox{
		margin-top: 20px;
	}
	.p_button{
		display: block;
		width: 100%;
		height: 40px;
		line-height: 40px;
	}
	.p_button.border{
		line-height: 38px;
	}
	.p_btnbox .p_button{
		margin-left: 15px;
	}
	.reg_page{
		background: #ffffff;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.cont_title{
		padding: 10px 0;
	}
	.r_txt_box{
		font-size: 14px;
	}
	.main_cont_wrap{
		padding: 25px 0;
	}
	.reg_tabnav{
		width: auto;
		margin-bottom: 25px;
		height: 40px;
	}
	.reg_tabnav a{
		height: 40px;
		line-height: 38px;
		font-size: 16px;
	}
	.p_select{
		height: 40px;
	}
	.p_select .value{
		padding: 8px 30px 8px 10px;
		font-size: 14px;
	}
	.p_select .value:after{
		right: 12px;
	}
	.p_select .layer{
		top: 38px;
	}
	.p_select .list li{
		padding: 8px 10px;
		font-size: 14px;
	}
	.p_code_btn{
		width: 90px;
		height: 40px;
		line-height: 38px;
		font-size: 12px;
	}
	.rule_check{
		margin-top: 20px;
		font-size: 14px;
	}
	.p_btn_wrap .p_button{
		display: inline-block;
		width: 160px;
	}
	.suc_tipbox{
		padding: 30px 15px;
		width: auto;
	}
	.suc_tipbox .icon img{
		height: 80px;
	}
	.suc_tipbox h5{
		font-size: 20px;
		line-height: 32px;
	}
	.login_layer{
		width: auto;
		left: 15px;
		right: 15px;
		overflow: auto;
		top: 15px;
		bottom: 15px;
		margin: 0 !important;
	}
	.login_left{
		float: none;
		width: auto;
		padding: 20px 15px;
		height: auto;
	}
	.login_right{
		float: none;
		width: auto;
		padding: 20px 15px;
		height: auto;
	}
	.login_tabnav{
		margin-bottom: 0;
	}
	.login_tabcont{
		padding-top: 25px;
	}
	.login_tabnav a{
		font-size: 18px;
		padding-bottom: 8px;
	}
	.login_tabnav a:after{
		height: 2px;
	}
	.login_opea{
		margin-top: 20px;
	}
	.login_txt_title{
		margin-bottom: 15px;
	}
	.login_right .rule_check{
		margin-top: 20px;
	}
	.pg_hm_banner{
		min-height: 200px;
		height: auto;
		background-size: cover !important;
	}
	.pg_hm_banner .wrapfix{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.pg_hm_banner h2{
		font-size: 24px;
		line-height: 34px;
	}
	.pg_hm_banner p{
		width: auto;
		font-size: 14px;
		line-height: 22px;
	}
	.cs_hm_module{
		padding: 30px 0;
	}
	.com_mod_title{
		margin-bottom: 20px;
	}
	.com_mod_title h3{
		font-size: 24px;
		line-height: 34px;
	}
	.qa_hmlist li{
		width: auto;
		float: none;
		margin-top: 10px !important;
		margin-left: 0 !important;
	}
	.qa_hmlist li:first-child{
		margin-top: 0 !important;
	}
	.bus_form_item{
		width: auto;
		float: none !important;
	}
	.bus_form_item.fr{
		margin-top: 15px;
	}
	.bus_form_item .title{
		padding: 15px;
	}
	.bus_form_item .title h3{
		font-size: 18px;
	}
	.bus_form_item .title .more{
		right: 15px;
		background-size: 20px auto;
	}
	.bus_form_item .cont{
		padding: 15px;
	}
	.form_list li a{
		padding-right: 100px;
	}
	.form_list li .time{
		font-size: 14px;
	}
	.tzz_hm_list li{
		width: auto;
		float: left;
		margin-left: 0 !important;
		margin-top: 10px;
	}
	.tzz_hm_list li:first-child{
		margin-top: 0;
	}
	.tzz_hm_list li .pic{
		height: auto;
	}
	.tzz_hm_list li .cont{
		padding: 15px;
	}
	.tzz_hm_list li h5{
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 10px;
	}
	.tzz_hm_list li p{
		height: auto;
		font-size: 14px;
		line-height: 22px;
	}
	.zj_hm_module{
		padding: 30px 0;
	}
	.cm_txt_box{
		padding-bottom: 10px;
	}
	.cm_txt_box p{
		margin-top: 20px;
	}
	.cm_txt_box h4{
		font-size: 24px;
		line-height: 32px;
	}
	.zj_hm_module.section01{
		background-size: cover;
	}
	.zj_hm_module.section02{
		padding-bottom: 40px;
	}
	.hm_busnav.spel li{
		width: auto;
		margin-left: 0 !important;
		margin-top: 15px;
		border-top: 0 none;
	}
	.zj_hm_module.section03{
		padding: 40px 0 60px;
		background-size: 150% auto;
	}
	.mt70{
		margin-top: 40px;
	}
	.contact_box{
		width: auto;
		float: none;
		padding-top: 0;
		margin-bottom: 20px;
	}
	.contact_box h5{
		font-size: 20px;
	}
	.us_infolist li{
		font-size: 14px;
	}
	.code_follow{
		float: none;
		margin: 30px auto 0;
	}
	.contact_page .contact_box h5{
		font-size: 24px;
		line-height: 32px;
		margin-bottom: 15px;
	}
	.contact_page{
		padding-bottom: 60px;
		background-position: center bottom;
		background-size: 150% auto;
	}
	.txt_detailpage{
		padding-top: 20px;
	}
	.com_detailbox{
		margin-bottom: 40px;
	}
	.gpzy_infolist{
		margin: 20px 0;
	}
	.gpzy_infolist li{
		width: auto;
		float: none;
		margin-left: 0;
		margin-top: 10px;
		padding: 25px 15px;
		height: auto;
	}
	.gpzy_infolist li:first-child{
		margin-top: 0;
	}
	.gpzy_infolist li h5{
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 15px;
	}
	.gpzy_infolist li .icon{
		height: 80px;
		background-size: auto 100% !important;
	}
	.art_img{
		padding: 10px 0;
		margin: 15px 0;
	}
	.page_layout:before{
		display: none;
	}
	.p_layout_left{
		width: auto;
		float: none;
		padding-bottom: 0;
	}
	.p_layout_right{
		margin-left: 0;
		min-height: auto;
		padding: 20px 15px 40px;
		border-top: 1px solid #F0F0F0;
	}
	.cm_sidebar_nav{
		display: none;
	}
	.user_titbox{
		padding: 15px;
		overflow: hidden;
		text-align: left;
	}
	.user_titbox .pic{
		width: 40px;
		height: 40px;
		float: left;
		margin-bottom: 0;
	}
	.user_titbox h5{
		line-height: 40px;
		margin-left: 60px;
		font-size: 18px;
	}
	.sub_title h3{
		font-size: 16px;
	}
	.form_table th{
		padding: 10px;
		font-size: 14px;
		width: 90px;
	}
	.form_table td{
		height: 44px;
	}
	.tb_input{
		height: 44px;
		padding: 10px 10px 10px 15px;
		font-size: 14px;
	}
	.test_result h5{
		font-size: 18px;
		line-height: 28px;
	}
	.test_result p{
		font-size: 14px;
	}
	.test_main{
		padding: 20px 15px 40px;
	}
	.test_list{
		width: auto;
		padding-bottom: 10px;
	}
	.test_item{
		padding: 20px 0;
	}
	.test_item h5{
		font-size: 16px;
		line-height: 22px;
		padding-left: 28px;
		margin-bottom: 12px;
	}
	.test_item h5 .num{
		font-size: 16px;
	}
	.test_item ul li{
		font-size: 14px;
		margin-top: 6px;
		padding-left: 28px;
	}
	.ly_close{
		top: 5px;
		right: 5px;
	}
	.lhtz_infolist li{
		float: none;
		width: auto;
		margin-left: 0 !important;
		margin-top: 15px;
		min-height: 80px;
	}
	.lhtz_infolist li .num{
		float: left;
		margin-bottom: 0;
	}
	.lhtz_infolist li  p{
		margin-left: 75px;
	}
}

/*2022-06-13==add===start*/
@media (max-width: 1024px){
	.home_mod_title h3 .more_btn {
		display: inline-block;
		vertical-align: top;
		width: 108px;
		height: 32px;
		line-height: 32px;
		text-align: center;
		border: 1px solid #A6CCFF;
		font-size: 14px;
		color: #227CF7;
		border-radius: 32px;
		margin-top: 0;
	}

	.home_module.section00 {
		padding: 30px 0 40px;
		background-size: cover;
		background-position: center;
	}

	.pro_hotSaleBox {
		margin: 0;
	}

	.pro_hotSaleBox .pro_hotSale_item {
		margin: 0;
		width: 100%;
		height: auto;
		padding: 30px 20px;
	}

	.pro_hotSaleBox .pro_hotSale_item:not(:last-child) {
		margin-bottom: 15px;
	}

	.proPerf_excellentBox {
		margin: -6px 0;
	}

	.proPerf_excellent_item {
		width: 100%;
		margin: 6px 0;
		height: auto;
		padding: 0 20px;
	}

	.proPerf_excellent_item .item_tit {
		font-size: 18px;
		margin: 20px 0 24px;
	}

	.proPerf_excellent_item .item_info {
		display: flex;
		padding-bottom: 20px;
	}

	.proPerf_excellent_item .item_info span {
		width: auto;
		flex: 1;
	}
}


/*2022-06-13==add===end*/






