@media (max-width: 1024px){
	a{
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	}
	body{
		min-width: auto !important;
	}
	.wrapfix{
		min-width: auto;
		width: 100% !important;
		box-sizing: border-box;
		padding-left: 15px;
		padding-right: 15px;
	}
	.header{
		min-width: auto;
		display: none !important;
	}
	
	.mobile_header{
		display: block !important;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		position: relative;
		padding: 0 15px;
		height: 60px;
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 500;
	}
	.mobile_header .logo{
		width: 140px;
		height: 60px;
	}
	.mobile_header .logo a{
		display: block;
		height: 60px;
		background: url(../images/logo_01.png) no-repeat center;
		background-size: 100% auto;
	}
	.mobile_header .h_right{
		position: absolute;
		padding: 10px 0;
		top: 0;
		right: 10px;
		z-index: 50;
	}
	.h5_icon_nav,
	.h5_icon_search{
		width: 40px;
		height: 40px;
		float: right;
		transition: all .3s;
		-moz-transition: all .3s;
		-webkit-transition: all .3s;
	}
	.h5_icon_nav{
		background: url(../images/images-h5/menu_icon02.png) no-repeat center;
		background-size: 20px;
	}
	.h5_icon_search{
		background: url(../images/images-h5/search_icon02.png) no-repeat center;
		background-size: 20px;
	}
	.mobile_header.inner{
		background: #ffffff;
	}
	.mobile_header.fixed{
		background: #ffffff;
	    box-shadow: 0 0 15px rgba(0,0,0,0.1);
	}
	.mobile_header.inner  .logo a,
	.mobile_header.fixed  .logo a{
		background-image: url(../images/logo_02.png);
	}
	.mobile_header.inner .h5_icon_nav,
	.mobile_header.fixed .h5_icon_nav{
		background-image: url(../images/images-h5/menu_icon01.png);
	}
	.mobile_header.inner .h5_icon_search,
	.mobile_header.fixed .h5_icon_search{
		background-image: url(../images/images-h5/search_icon01.png);
	}
	.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: 65%;
		height: 100%;
		background: #fff;
		overflow: auto;
		position: fixed;
		top: 0;
		right: 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);
	}
	.h5_firstlist > li{
		border-bottom: 1px solid #F2F2F2;
	}
	.h5_firstlist > li  > .item{
		position: relative;
	}
	.h5_firstlist > li  > .item a{
		display: block;
		font-size: 16px;
		line-height: 24px;
		padding: 10px 15px;
		color: #000;
		padding-right: 44px;
	}
	.h5_firstlist > li  > .item i,
	.h5_firstlist > li  > .item b{
		display: block;
		width: 44px;
		height: 44px;
		background: url(../images/images-h5/h5_navarrow01.png) no-repeat center;
		background-size: 7px 12px;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 50;
	}
	.h5_firstlist > li  > .item b{
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	.h5_firstlist > li  > .item.act a{
		background: #DA1D27;
		color: #fff;
	}
	.h5_firstlist > li  > .item.act i,
	.h5_firstlist > li  > .item.act b{
		background-image: url(../images/images-h5/h5_navarrow02.png);
	}
	.h5_firstlist > li  > .item.act b{
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}
	.h5_secondlist{
		background: #F9F9F9;
	}
	.h5_secondlist > li > .item{
		position: relative;	
	}
	.h5_secondlist > li > .item a{
		display: block;
		line-height: 24px;
		padding: 10px 0 10px 30px;
		font-size: 15px;
		color: #666;
	}
	.h5_secondlist > li > .item b{
		display: block;
		width: 44px;
		height: 44px;
		background: url(../images/images-h5/h5_navarrow01.png) no-repeat center;
		background-size: 7px 12px;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 50;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	.h5_secondlist > li > .item.act a{
		background: #e8e9f2;
	    color: #DA1D27;
	}
	.h5_secondlist > li > .item.act b{
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}
	.h5_thirdlist{
		border-bottom: 1px dashed #f2f2f2;
	}
	.h5_thirdlist > li > .item{
		position: relative;
	}
	.h5_thirdlist > li > .item a{
		display: block;
		line-height: 24px;
	padding: 10px 0;
		font-size: 14px;
		padding-left: 44px;
		color: #666;
	}
	.h5_thirdlist > li > .item.act a{
		color: #DA1D27;
	}
	.h5_navinfo{
		border-bottom: 1px solid #f2f2f2;
		height: 44px;
		line-height: 44px;
		font-size: 16px;
		padding-left: 38px;
		color: #DA1D27;
		font-weight: bold;
		position: relative;
	}
	.h5_navinfo h3{
		font-size: 16px;
		color: #DA1D27;
		font-weight: bold;
	}
	.h5_navinfo .icon_back{
		width: 35px;
		height: 44px;
		background: url(../images/images-h5/h5_back.png) no-repeat center;
		background-size: 7px 12px;
		position: absolute;
		top: 0;
		left: 0;
	}
	.foot_topbox{
		padding: 30px 0 20px;
	}
	.footer .wrapfix{
		width: auto;
		padding: 0 15px;
	}
	.fd_link_wrap{
		display: none;
	}
	.foot_csinfo{
		margin-right: 0;
	}
	.foot_csinfo .tel_num{
		font-size: 28px;
		line-height: 36px;
		margin-bottom: 10px;
	}
	.foot_bottombox{
		padding: 20px 0;
		text-align: center;
	}
	.foot_bottombox span{
		display: block;
		margin-right: 0;
	}
	.section{
		padding-top: 60px;
	}
	.float_link{
		right: 0;
		width: 36px;
		bottom: 20px;
	}
	.float_link ul li{
		height: 36px;
	}
	.float_link ul li a{
		height: 36px;
	}
	.float_link ul li a.f_code_link i,
	.float_link ul li a.f_online_cs i{
		width: 20px;
		height: 20px;
		margin: -10px 0 0 -10px;
		background-size: 100%;
	}
	.float_link ul li a.f_top_back i{
		width: 36px;
		height: 36px;
		background-size: 36px;
	}
	.pc_banner_box{
		display: none;
	}
	.h5_banner_box{
		display: block;
	}
	.banner_box{
		height: auto;
	}
	.h5_banner_box{
		height: 400px;
	}
	.banner_box .swiper-container{
		height: 400px;
	}
	.banner_box .bg.pc{
		display: none;
	}
	.banner_box .bg.h5{
		display: block;
	}
	.ban_txt{
		top: 34%;
	}
	.ban_txt h2{
		font-size: 28px;
		line-height: 36px;
	}
	.ban_txt p{
		font-size: 16px;
		line-height: 22px;
	}
	.ban_dot .wrap,
	.ban_txt .wrapfix{
		width: auto;
		padding: 0 15px;
	}
	.ban_dot{
		bottom: 15px !important;
		height: 5px;
		text-align: center;
	}
	.ban_dot span{
		height: 5px;
		margin: 0 4px !important;
	}
	.fast_navbox{
		width: auto;
		position: relative;
		bottom: 0;
		padding: 20px 0;
	}
	.fast_navlist{
		width: auto;
		height: auto;
	}
	.fast_navlist li a{
		padding: 0;
		text-align: center;
		height: auto;
		color: #000000 !important;
	}
	.fast_navlist li a p{
		display: none;
	}
	.fast_navlist li a i{
		float: none;
		margin: 0 auto 10px;
		width: 36px;
		height: 36px;
		background-size: 100% !important;
	}
	.fast_navlist li a h5{
		margin-left: 0;
		font-size: 16px;
		line-height: 22px;
	}
	.fast_navlist li:hover a:before{
		display: none;
	}
	.fast_navlist li:hover a i.ic_01{
		background-image: url(../images/fast_ic01.png);
	}
	.fast_navlist li:hover a i.ic_02{
		background-image: url(../images/fast_ic02.png);
	}
	.fast_navlist li:hover a i.ic_03{
		background-image: url(../images/fast_ic03.png);
	}
	.home_module.mod_01{
		padding: 40px 0;
	}
	.home_md_title{
		margin-bottom: 25px;
	}
	.home_md_title h2{
		font-size: 24px;
		line-height: 34px;
		padding-left: 16px;
	}
	.home_md_title h2:before{
		width: 4px;
		height: 24px;
		margin-top: -12px;
	}
	.cm_introbox .pic{
		float: none;
		margin-top: 0;
		margin-left: 0;
	}
	.cm_introbox .pic img{
		height: auto;
		width: 100%;
	}
	.cm_introbox .cont{
		padding: 25px 15px 30px;
		height: auto;
	}
	.cm_introbox .cont h5{
		font-size: 24px;
		line-height: 32px;
		margin-bottom: 20px;
	}
	.data_dlbox{
		margin-top: 20px;
	}
	.data_dlbox dl{
		margin-left: 30px;
		padding-left: 31px;
	}
	.data_dlbox dl dd{
		font-size: 40px;
		line-height: 52px;
	}
	.data_dlbox dl dt{
		font-size: 14px;
	}
	.btn_wrap{
		margin-top: 25px;
	}
	.more_btn{
		width: 110px;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	}
	.service_lylist{
		flex-wrap: wrap;
	}
	.service_lylist li{
		flex: auto !important;
		width: 50%;
	}
	.service_lylist li:nth-child(5){
		width: 100%;
	}
	.service_lylist li a{
		padding-bottom: 0;
	}
	.service_lylist li .bg{
		height: 180px;
	}
	.service_lylist li .cont{
		height: auto;
		background: rgba(0,0,0,0.6);
		padding: 15px 0;
		color: #ffffff;
	}
	.service_lylist li .cont h5{
		font-size: 18px;
		line-height: 28px;
		color: #ffffff;
		margin-bottom: 0;
		font-weight: 500;
	}
	.service_lylist li .cont p{
		display: none;
	}
	.service_lylist li .cont:before,
	.service_lylist li .cont:after{
		display: none;
	}
	.home_module.mod_03{
		padding: 40px 0;
	}
	.hm_dtbox .pic{
		display: none;
	}
	.hm_dt_wrap,
	.hm_dt_wrap .swiper-container{
		height: 370px;
	}
	.hm_dtbox .cont{
		padding: 25px 15px;
		height: 370px;
	}
	.hm_dtbox .cont h5{
		font-size: 22px;
		line-height: 30px;
	}
	.hm_dtbox .cont .info{
		margin-top: 25px;
	}
	.hm_dt_wrap .btn_wrap{
		right: 15px;
		left: 15px;
		text-align: center;
		bottom: 30px;
	}
	.hm_dt_wrap .ban_dot{
		width: auto;
		left: 15px;
		right: 15px;
		bottom: 95px !important;
		text-align: center !important;
	}
	.hm_dt_wrap .ban_dot span{
		width: 30px;
		margin: 0 4px !important;
	}
	.hm_dt_wrap .ban_dot span.swiper-pagination-bullet-active{
		width: 30px !important;
	}
	.page_banner{
		height: 120px;
	}
	.page_banner .pic img{
		width: 1280px;
		margin-left: -512px;
	}
	.page_title{
		width: 100%;
		left: 0;
		margin-left: 0;
		text-align: center;
		margin-top: -30px;
	}
	.page_title h2{
		font-size: 28px;
		line-height: 36px;
	}
	.page_title p{
		font-size: 14px;
	}
	.page_layout{
		width: auto;
	}
	.p_layout_left{
		display: none;
	}
	.p_layout_right{
		margin-left: 0;
		padding: 16px 15px 40px;
	}
	.path_box{
		display: none;
	}
	.sub_title h3{
		font-size: 22px;
	}
	.news_item .pic{
		width: 120px;
		margin-right: 15px;
	}
	.news_item .pic + .cont .time{
		margin-top: 12px;
	}
	.page_box{
		text-align: center;
	}
	.page_box a.first,
	.page_box a.last{
		display: none;
	}
	.page_box .jump{
		display: block;
		margin-top: 8px;
		text-align: center;
	}
	.article_li_item .time{
		margin-left: 20px;
	}
	.section.gray_bg{
		padding-bottom: 0;
	}
	.com_cont{
		width: auto;
		padding: 0 15px;
	}
	.article_page{
		padding: 20px 0;
	}
	.article_title{
		margin-bottom: 30px;
	}
	.article_title h2{
		font-size: 22px;
		line-height: 36px;
	}
	.article_title .info{
		margin-top: 15px;
		font-size: 14px;
	}
	.article_cont{
		font-size: 16px;
		line-height: 26px;
	}
	.hz_list li{
		width: 50%;
	}
	.hz_item .icon{
		width: 50px;
		height: 50px;
	}
	.hz_item h5{
		font-size: 14px;
	}
	.page_cont{
		padding: 30px 0;
	}
	.cus_ctbox .title{
		font-size: 24px;
		line-height: 32px;
	}
	.cus_list{
		margin: 0;
	}
	.cus_list li{
		padding: 0;
		width: 100%;
		margin-top: 15px;
	}
	.cus_list li:first-child{
		margin-top: 0;
	}
	.cus_list li .item{
		min-height: auto;
		padding: 20px 25px;
	}
	.cus_list li .item .icon{
		width: 30px;
		height: 30px;
		margin-right: 15px;
	}
	.cus_list li .item .cont p{
		font-size: 14px;
		line-height: 20px;
	}
	.cus_map_box{
		height: 280px;
	}
	.cus_map_box > img{
		width: auto;
		height: 100%;
		position: relative;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.zn_introbox .cont{
		padding: 24px 15px;
	}
	.zn_introbox .cont h5{
		font-size: 20px;
		line-height: 28px;
		font-weight: 600;
	}
	.zn_layout{
		display: block;
	}
	.zn_layout .row_01 .cont{
		padding: 24px 15px;
	}
	.zn_layout .row_02{
		min-height: auto;
		width: auto;
		margin-left: 0;
		margin-top: 8px;
		padding: 24px 15px;
	}
	.search_topbox{
		padding: 30px 0;
	}
	.search_box{
		height: 48px;
	}
	.search_box input{
		height: 48px;
		font-size: 16px;
		line-height: 24px;
		padding: 12px 90px 12px 45px;
	}
	.search_box .icon{
		width: 20px;
		height: 20px;
		left: 12px;
		margin-top: -10px;
	}
	.search_box .btn{
		height: 48px;
		font-weight: 500;
		width: 80px;
		font-size: 16px;
		line-height: 48px;
	}
	.fixed_tab{
		height: 51px;
	}
	.fixed_tab .tab_ul_wrap.fixed{
		top: 60px;
	}
	.tab_ul_wrap{
		height: 50px;
		overflow: hidden;
	}
	.tab_ul{
		width: 100%;
		display: flex;
		height: 70px;
		padding: 0 10px;
		overflow: auto;
		box-sizing: border-box;
	}
	.tab_ul li{
		margin-right: 0;
		padding: 0 10px;
		float: none;
		height: 50px;
	}
	.tab_ul li a{
		height: 50px;
		line-height: 50px;
		font-size: 16px;
		white-space: nowrap;
	}
	.search_wrap{
		padding-top: 30px;
	}
	.search_wrap .sub_title{
		padding-bottom: 20px;
	}
	.article_li_item h5{
		margin-right: 0;
	}
	.article_li_item .tag_span{
		display: none;
	}
	.service_ctbox{
		width: auto;
		float: none;
		padding: 30px 15px;
	}
	.p_input_item{
		padding-right: 0;
	}
	.p_input_item .tit{
		width: 85px;
		margin-right: 10px;
	}
	.code_img{
		width: 80px;
	}
	.p_input_item .ct.spel{
		padding-right: 85px;
	}
	.cm_introbox.spel{
		margin-top: 30px;
	}
	.cm_introbox.spel .pic{
		display: none;
	}
	.cm_introbox.spel .cont h5{
		font-size: 24px;
		line-height: 32px;
	}
	.honor_cmlist{
		margin: 0;
	}
	.honor_cmlist li{
		width: 100%;
		float: none;
		padding: 0;
		margin-top: 20px;
	}
	.honor_cmlist li:first-child{
		margin-top: 0;
	}
	.honor_layer{
		width: 90%;
		left: 5%;
		margin-left: 0;
		margin-top: 0;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.honor_sp_wrap .honor_cmitem{
		width: auto;
		height: 260px;
		margin: 0 30px;
	}
	.honor_sp_wrap .honor_cmitem .wrap{
		padding: 30px 25px;
	}
	.honor_sp_wrap .honor_cmitem h5{
		font-size: 28px;
		line-height: 40px;
	}
	.honor_sp_wrap .honor_cmitem .time{
		font-size: 20px;
		line-height: 34px;
	}
	.honor_sp_wrap .honor_cmitem .p1{
		font-size: 18px;
		line-height: 24px;
	}
	.year_detail{
		width: auto;
		float: none;
	}
	.year_tab{
		display: none;
		visibility: hidden;
	}
	.year_detail .year{
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 15px;
	}
	.year_select{
		display: block;
		visibility: visible;
	}
	.develop_list li{
		font-size: 14px;
	}
	.ui_dropdown{
		display: block;
		box-sizing: border-box;
		width: 100% !important;
		height: 45px;
	}
	.fzzn_item .pic{
		width: 100%;
		float: none !important;
	}
	.fzzn_item .cont{
		width: 100%;
		float: none !important;
		padding: 40px 20px;
	}
	.ys_cmlist{
		margin: 0;
	}
	.ys_cmlist li{
		width: 100%;
		float: none;
		padding: 0;
		margin-top: 20px;
	}
	.ys_cmlist li:first-child{
		margin-top: 0;
	}
	.ys_cm_item{
		min-height: 0;
	}
	.ys_cm_item h5{
		height: auto;
		padding: 20px 20px 30px;
		text-align: center;
		line-height: 30px;
	}
	.ys_cm_item h5 img{
		display: inline-block;
		margin-bottom: 0;
		width: 30px;
		margin-right: 20px;
	}
	.ft_link_wrap{
		display: none;
	}
	.foot_logo{
		text-align: center;
		height: 40px;
	}
	.year_tabnav{
		margin: 20px -15px;
	}
	.year_tabnav .year_navitem{
		padding: 0 5px;
	}
	.year_tabnav .year_navitem span{
		width: 64px;
		font-size: 16px;
	}
	.year_tabnav .year_navitem.active span{
		font-size: 20px;
	}
}








