body{
	padding:0;  /*去除内边距*/
	border:0;   /*去除边框*/
	margin:0;   /*去除外边距*/
	height: 100%;
	width: 100%;
	background-color: #ffffff;
	/*min-width: 1250px;*/
	color: #333333;
}
a{
	text-decoration: none;
}
a:hover{
    color: #3170bf;
}
.pad-top50{
	padding-top: 50px;
}
.pad-btm50{
	padding-bottom: 50px;
}
.foot_wx{
	/*text-align: right;*/
}
.dis_flex{
	display: flex;
	justify-content: space-between;
}
.col50{
	width: 50%;
}
.head{
	width: 100%;
	height: 110px;
}
.w1200{
	width: 1200px;
	margin: 0 auto;
}
.header{
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.hcolumn{
	width: 50%;
	display: flex;
	justify-content: space-between;
	font-size: 16px;
	color: #333333;
}
.foot{
	width: 100%;
	background: #1b1b1b;
}
.foot_dz_column{
	/*display: flex;*/
	/*justify-content: space-between;*/
	color: #999999;
	padding-bottom: 65px;
}
.foot_logo_wx{
	/*display: flex;*/
	/*justify-content: space-between;*/
	/*align-items: center;*/
	padding: 50px 0;
}
.foot_dz_mes{
	margin-bottom: 15px;
	color: #999999;
}
.foot_dz_mes img{
	margin-right: 10px;
}
.foot_column{
	/*width: 50%;*/
	display: flex;
	justify-content: space-between;
}
.foot_column_d_name_top{
	font-size: 18px;
	color: #FFFFFF;
	margin-bottom: 30px;
}
.foot_column_d_name{
	font-size: 14px;
	color: #999999;
	margin-bottom: 25px;
}
.foot_line{
	padding: 35px 0;
	text-align: center;
	font-size: 14px;
	color: #999999;
	border-top: 1px solid #999999;
}
.foot_line a{
	color: #999999;
}
.in_banner{
	width: 100%;
	overflow: hidden;
}
.in_banner img{
	width: 100%;
}
.in_cpzx{
	font-size: 36px;
	color: #333333;
	margin-top: 80px;
	margin-bottom: 50px;
}
.in_cpzx_tab{
	width: 1000px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.in_cpzx_tab_t{
	font-size: 18px;
	padding-bottom: 20px;
}
.under_line{
	color: #3170bf;
	border-bottom: 2px solid #3170bf;
}
.in_cptab_list{
	margin-bottom: 50px;
}
.cp_sw_zy{
	position: relative;
}
.in_cp_list{
	height: 616px;
	/*display: flex;
	flex-wrap: wrap;
	justify-content: space-between;*/
	overflow: hidden;
}
.in_cp_list .swiper-button-prev:after,.in_cp_list .swiper-button-next:after{
	display: none;
}
.in_cp_list .swiper-button-prev{
	width: 45px;
	height: 43px;
	border: 1px solid #3170bf;
	top: -40px;
	left: 1110px;
	line-height: 43px;
	text-align: center;
}
.in_cp_list .swiper-button-next{
	width: 45px;
	height: 45px;
	background-color: #3170bf;
	top: -40px;
	right: 0;
	line-height: 45px;
	text-align: center;
}
.in_cp_list .swiper-button-disabled{
	opacity:1;
}
.in_cp_list .swiper-button-lock{
	display: inherit;
}
.in_product{
	margin-bottom: 100px;
}
.in_cp_list span{
	width: 292px;
}
.w292{
	width: 292px !important;
	/*margin-right: 8px;*/
	/*margin-bottom: 8px;*/

}
.in_cp_data{
	width: 292px;
	height: 292px;
	overflow: hidden;
	display: flex;
	align-items: center;
	position: relative;
	border: 1px solid #f4f4f4;
}
.in_cp_data_i{
	width: 100%;
}
.in_cp_data_t{
	width: 100%;
	position: absolute;
	bottom: 15px;
	text-align: center;
	font-size: 18px;
	color: #333333;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.bcgrd_c{
	background-color: rgb(49 112 191 / 46%);
}
.in_cp_data_mes{
	width: 100%;
	height: 100%;
	background: #3170bf;
	position: absolute;
	top: 0;
	display: none;
}
.in_cp_data_mes a{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
}
.in_cp_data_mes_d{
	width: 80%;
	margin: 0 auto;
}
.in_cp_data_mes_t{
	font-size: 18px;
	color: #FFFFFF;
	padding-bottom: 15px;
	border-bottom: 1px solid #6f9bd2;
}
.in_cp_data_mes_m{
	font-size: 14px;
	color: #a1b7dd;
	margin-top: 25px;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.in_cp_data_mes_j{
	margin-top: 90px;
	text-align: right;
}
.dis_none{
	display: none;
}
.in_news{
	width: 100%;
	background-color: #eeeeee;
}
.in_news_d{
	overflow: hidden;
}
.news_sw_zy{
	margin-top: 70px;
	position: relative;
	margin-bottom: 140px;
}
.in_news_l .swiper-button-prev:after,.in_news_l .swiper-button-next:after{
	display: none;
}
.in_news_l .swiper-button-prev{
	width: 45px;
	height: 43px;
	border: 1px solid #3170bf;
	top: 22px;
	left: 1110px;
}
.in_news_l .swiper-button-next{
	width: 45px;
	height: 45px;
	background-color: #3170bf;
	top: 22px;
	right: 0;
}
.in_news_l .swiper-button-disabled{
	opacity:1;
}
.in_news_t{
	font-size: 36px;
	color: #000000;
	margin-bottom: 60px;
}
.in_news_l_m{
	width: 380px;
	background-color: #FFFFFF;
}
.in_news_l_m_i{
	width: 380px;
	height: 240px;
	overflow: hidden;
	display: flex;
	align-items: center;
	text-align: center;
}
.in_news_l_m_i img{
	width: 100%;
}
.in_news_l_m_time{
	font-size: 18px;
	color: #999999;
	margin: 30px 0;
}
.in_news_l_m_t{
	font-size: 18px;
	color: #000000;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.in_news_l_m_sub{
	margin-top: 25px;
	font-size: 14px;
	line-height: 25px;
	color: #666666;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;

}
.in_news_jj{
	width: 90%;
	margin: 0 auto;
	padding-bottom: 25px;
}
.in_about{
	background: url("../images/a1.jpg") right center no-repeat;
}
.in_about_mes{
	height: 705px;
	display: flex;
	align-items: center;
}
.in_about_mes_d{
	width: 43%;
}
.in_about_mes_d_t{
	font-size: 36px;
	color: #000000;
}
.in_about_mes_d_mes{
	font-size: 14px;
	line-height: 25px;
	color: #666666;
	margin-top: 40px;
	margin-bottom: 85px;
}
.in_about_mes_d_more{
	width: 130px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	border: 1px solid #3170bf;
	font-size: 16px;
	color: #204d97;
}
.news_banner{
	width: 100%;
	/*background: url("../images/news1.jpg")center center no-repeat;*/
}
.news_banner_head{
	height: 510px;
}
.news_banner_head_t{
	padding-top: 17%;
	font-size: 48px;
	color: #ffffff;
}
.news_banner_head_dh{
	margin-top: 190px;
	font-size: 16px;
	color: #ffffff;
}
.news_banner_head_dh a{
	color: #ffffff;
}
.news_banner_head_dh a span{
	margin: 0 10px;
}
.news_list{
	display: flex;
	justify-content: space-between;
	padding-top: 70px;
	margin-bottom: 200px;
}
.news_list_type{
	width: 235px;
	height: 340px;
	/*border: 1px solid #d2d2d2;*/
}
.news_list_type_h{
	font-size: 24px;
	font-weight: bold;
	color: #333333;
	padding: 25px 0;
	border: 1px solid #d2d2d2;
}
.about_data_l_top{
	width: 100%;
	font-size: 24px;
	font-weight: bold;
	color: #333333;
	padding: 25px 0;
	border: 1px solid #d2d2d2;
	text-align: center;
}
.news_list_type_h div{
	width: 80%;
	margin: 0 auto;
}
.news_list_type_z{
	border: 1px solid #d2d2d2;
	padding-top: 30px;
	font-size: 16px;
	color: #333333;
}
.news_list_type_z_n{
	width: 80%;
	margin: 0 auto;
	margin-bottom: 45px;
}
.news_list_name{
	width: 940px;
	border: 1px solid #d2d2d2;
}
.news_list_name_mes{
	width: 90%;
	margin: 0 auto;
}
.news_list_name_l{
	height: 50px;
	line-height: 50px;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #d2d2d2;
}
.news_list_name_mes_a:hover{
	color: #287be8;
}
.news_list_name_mes_a:hover .news_list_name_l{
	border-bottom: 1px solid #287be8;
}
.news_list_name_mes_page{
	padding: 50px 0;
	display: flex;
	justify-content: space-between;
}
.pro_banner{
	width: 100%;
	/*background: url("../images/pro1.jpg")center center no-repeat;*/
}
.pro_banner_head_t{
	padding-top: 15%;
	font-size: 48px;
	color: #3170bf;
}
.pro_banner_head_t1{
	font-size: 48px;
	color: #3170bf;
}
.pro_banner_head_dh{
	margin-top: 150px;
	font-size: 16px;
	color: #3170bf;
}
.pro_banner_head_dh a{
	color: #3170bf;
}
.pro_banner_head_dh a span{
	margin: 0 10px;
}
.pro_cp{
	display: flex;
	justify-content: space-between;
	padding-top: 75px;
	margin-bottom: 140px;
}
.pro_type{
	width: 235px;
}
.pro_type_cpzx{
	font-size: 24px;
	color: #333333;
	padding: 30px 0;
	border: 1px solid #d2d2d2;
}
.pro_type_cpzx_down{
	padding-top: 35px;
	border: 1px solid #d2d2d2;
}
.pro_list_center span{
	width: 292px;
}
.pro_type_cpzx_ts{
	width: 80%;
	margin: 0 auto;
}
.pro_type_cpzx_t{
	width: 80%;
	margin: 0 auto;
	margin-bottom: 35px;
}
.pro_type_cpzx_t_f{
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 16px;
	color: #333333;
}
.pro_type_cpzx_t_z{
	width: 85%;
	margin: 0 auto;
	padding-top: 35px;
}
.pro_type_cpzx_t_z_name{
	margin-bottom: 35px;
	font-size: 14px;
	color: #666666;
}
.pro_list{
	width: 940px;
	border: 1px solid #d2d2d2;
}
.pro_list_top{
	width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 90px;
}
.pro_list_top_name{
	font-size: 24px;
	color: #333333;
}
.pro_list_top_search{
	height: 25px;
	border-bottom: 1px solid #d2d2d2;
}
.pro_list_top_search button{
	border: none;
	background: #FFFFFF;
}
.pro_list_top_search input{
	font-size: 14px;
	color: #999999;
	border: none;
}
.pro_list_center{
	width: 95%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.mar_b_10{
	margin-bottom: 10px;
}
.bor_1_so{
	border: 1px solid #d2d2d2;
}
.pro_list_center_page{
	background-color: #FFFFFF;
	width: 100%;
	padding: 0px 0;
	display: flex;
	justify-content: space-between;
}
.pro_list_center_top{
	display: flex;
	justify-content: space-between;
}
.pro_list_center_top_l_t{
	width: 468px;
	height: 89px;
	background-color: #0068b7;
	color: #FFFFFF;
	display: flex;
	align-items: center;
}
.pro_list_center_top_l_t0{
	width: 90%;
	margin: 0 auto;
}
.pro_list_center_top_l_t1{
	font-size: 24px;
	margin-bottom: 10px;
}
.pro_list_center_top_l_t2{
	font-size: 18px;
}
.pro_list_center_top_l_i{
	width: 468px;
	height: 460px;
	overflow: hidden;
	position: relative;
}
.pro_list_center_top_l_i_d{
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-align: center;
	display: flex;
	align-items: center;
}
.pro_list_center_top_l_i_d img{
	width: 100%;
}
.pro_list_center_top_r{
	width: 395px;
}
.pro_list_center_top_r_top{
	width: 100%;
	height: 39px;
	background: url("../images/cp9.jpg") left center no-repeat;
	font-size: 24px;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	padding-left: 10px;
	margin-bottom: 25px;
}
.pro_list_center2{
	width: 95%;
	margin: 0 auto;
}
.pro_list_center_top_r_cont{
	width: 100%;
	height: 88%;
	overflow-y: auto;
}
.pro_list_center_top_l_i .swiper-button-prev:after,.pro_list_center_top_l_i .swiper-button-next:after{
	display: none;
}
.pro_list_center_top_l_i .swiper-button-prev{
	width: 45px;
	height: 43px;
	border: 1px solid #3170bf;
	left: 40%;
	top: 95%;
}
.pro_list_center_top_l_i .swiper-button-next{
	width: 45px;
	height: 45px;
	background-color: #3170bf;
	right: 40.5%;
	top: 95%;
}
/*.pro_list_center_top_l_i .swiper-button-disabled{*/
/*	opacity:1;*/
/*}*/
.pro_list_center_center{
	margin-top: 50px;
}
.pro_list_center_center_m{
	margin-bottom: 30px;
}
.cp_x{
	font-size: 16px;
	color: #3170bf;
}
.case_list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 50px 0;
}
.case_list span{
	width: 292px;
}
.case_list_data{
	background-color: #FFFFFF;
	width: 292px;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.case_list_i{
	width: 292px;
	height: 292px;
	text-align: center;
	display: flex;
	align-items: center;
	overflow: hidden;
	border-bottom: 1px solid #DCDCDC;
}
.hon_list_i{
	width: 292px;
	height: 292px;
	text-align: center;
	display: flex;
	align-items: center;
	overflow: hidden;
}
.case_list_i img{
	width: 100%;
}
.hon_list_i img{
	width: 100%;
}
.case_list_i img:hover{
	/*transform:scale(1.1);*/
}
.case_list_t,.case_list_subt{
	width: 90%;
	margin: 0 auto;
}
.case_list_t{
	padding-top: 15px;
	font-size: 16px;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	margin-bottom: 15px;
}
.case_list_subt{
	font-size: 14px;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.about_data{
	display: flex;
	justify-content: space-between;
	padding: 50px 0;
}
.about_data_l{
	width: 233px;
}
.about_data_l_type{
	width: 100%;
	border: 1px solid #DCDCDC;
	/*border-radius: 10px;*/
	padding: 20px 0;
}
.about_data_l_type_n{
	width: 90%;
	margin: 0 auto;
	height: 44px;
	font-size: 16px;
	color: #333333;
	text-align: center;
	line-height: 44px;
}
.blzw{
	background-color: #3170bf;
	color: #FFFFFF;
}
.about_data_r{
	width: 942px;
	border: 1px solid #DCDCDC;
	padding-bottom: 30px;
}
.about_data_r_top{
	width: 90%;
	margin: 0 auto;
	padding: 30px 0;
}
.about_data_r_top_name{
	font-size: 30px;
	color: #000000;
}
.about_data_r_data{
	line-height: 2;
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
}
.about_data_r_data img{
	max-width: 100%;
	height: auto;
}
.cpli_b{
	color: #0068b7;
	background: url("../images/cp11.jpg") left center no-repeat;
	padding-left: 10px;
}
.lszt{
	font-size: 18px;
	color: #3170bf;
}
.news_list_name_mes_t{
	font-size: 26px;
	color: #000;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 15px;
}
.news_list_name_mes_time{
	font-size: 14px;
	color: #666;
	text-align: center;
	border-bottom: 1px solid #DCDCDC;
	padding-bottom: 15px;
	margin-bottom: 30px;
}
.news_list_name_mes_c{
	line-height: 2;
	overflow: hidden;
	padding-bottom: 30px;
}
.news_list_name_mes_c img{
	max-width: 100%;
	height: auto;
}
.news_list_name_mes_c table{
	max-width: 100%;
}
.mb100{
	margin-bottom: 100px;
}
.on{
    color: #3170bf;
}
.backcolor{
	background-color:#eeeeee;
}
.hon_list_data{
	width: 292px;
	border: 1px solid #dddddd;
	margin-bottom: 10px;
	padding-bottom: 15px;
}
.hon_list_t{
	width: 90%;
	margin: 0 auto;
	text-align: center;
	padding-top: 15px;
	font-size: 16px;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.hon_list_data:hover{
	border: 1px solid #3170bf;
}
.mhead{
	display: none;
	height: 55px;
}
.mhead_d{
	width: 95%;
	margin: 0 auto;
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.mhead_d_i{
	height: 40px;
}
.mhead_d_i img{
	height: 100%;
}
.mhead_d_i1{
	height: 15px;
}
.mhead_d_i1 img{
	height: 100%;
}
.menu_top{
	display: none;
	width: 100%;
	/*height: calc(100% - 55px);*/
	position: absolute;
	top: 60px;
	left: 0px;
	z-index: 99;
	background-color: #ffffff;
	padding-bottom: 30px;
	padding-top: 1rem;
	box-shadow:2px 2px 3px #aaaaaa;
}
.menu_top_name{
	/*width: 90%;*/
	margin: 0 auto;
	height: 3rem;
	line-height: 3rem;
	font-size: 1rem;
	color: #999999;
	/*border-bottom: 1px solid #eee;*/
	text-align: center;
}
.fold{
	display: none;
}
.h140{
	height: 140px;
}
.cpzd{
	display: none;
	margin-left: 45%;
}
.cpzk{
	display: none;
	margin-left: 45%;
}
@media screen and (max-width: 1700px) {
	.in_about {
		background-size: 50%;
	}
}
@media screen and (max-width: 1200px) {
	.dis_flex{
		display: block;
	}
	.col50{
		width: 100%;
	}
	.cpzk{
		display: initial;
	}
	.pad-top50 {
		padding-top: 0px;
	}

	.in_about_mes_d_more{
		float: right;
	}
	.mhead{
		display: block;
	}
	.head{
		display: none;
	}
	.w292{
		width: 180px !important;
		/*margin-right: 25px;*/
	}
	.w1200{
		width: 95%;
	}
	.head{
		height: 150px;
	}
	.hlogo{
		width: 100%;
	}
	.hlogo img{
		width: 100%;
	}
	.header{
		flex-wrap: wrap;
	}
	.hcolumn{
		width: 100%;
	}
	.hcolumn a{
		font-size: 12px;
	}
	.in_cpzx_tab{
		width: 100%;
		/*display: block;*/
		flex-wrap: wrap;
		padding-top: 30px;
	}
	/*.cp_tab{*/
	/*	height: 50px;*/
	/*}*/
	.in_cpzx{
		font-size: 24px;
		margin-top: 40px;
		margin-bottom: 25px;
	}
	.in_cp_list{
		width: 390px;
		margin: 0 auto;
		height: 390px;
	}
	.in_cp_list .swiper-button-prev {
		left: 76.6%;
	}
	.in_cptab_list{
		margin-bottom: 0;
	}
	.in_news_l .swiper-button-prev {
		left: 76.6%;
	}
	.in_about{
		background: url("");
	}
	.in_about_mes{
		height: 530px;
	}
	.in_about_mes_d{
		width: 100%;
	}
	.in_about_mes_d_t{
		font-size: 24px;
	}
	.in_about_mes_d_mes{
		margin-bottom: 40px;
	}
	.news_sw_zy{
		margin-bottom: 70px;
	}
	.in_news_l_m{
		width: 100%;
	}
	.in_news_l_m_i{
		width: 100%;
	}
	.foot_logo_wx{
		flex-wrap: wrap;
	}
	.foot_logo{
		width: 100%;
	}
	.foot_logo img{
		width: 100%;
	}
	.foot_wx{
		width: 100%;
		text-align: center;
		margin-top: 20px;
	}
	.foot_dz_column{
		display: block;
	}
	.foot_dz_mes{
		text-align: center;
	}
	.foot_column{
		width: 100%;
	}
	.pro_cp{
		display: block;
	}
	.news_banner_head{
		height: 300px;
	}
	.pro_banner_head_t{
		padding-top: 6%;
	}
	.pro_banner_head_t,.pro_banner_head_t1{
		font-size: 30px;
	}
	.pro_cp{
		padding-top: 40px;
		margin-bottom: 70px;
	}
	.pro_type{
		width: 100%;
		margin-bottom: 40px;
		position: relative;
	}
	.pro_type_cpzx{
		padding: 15px 0;
	}
	.pro_type_cpzx_ts{
		font-size: 18px;
	}
	/*.pro_type_cpzx_ts span{*/
	/*	display: initial;*/
	/*}*/
	.pro_list{
		width: 100%;
	}
	.pro_list_top{
		flex-wrap: wrap;
	}
	.pro_list_top_name{
		font-size: 16px;
	}
	.in_cp_data{
		width: 170px !important;
		height: 170px !important;
	}
	.in_cp_data_mes_t{
		font-size: 14px;
		padding: 0;
	}
	.in_cp_data_mes_j{
		margin-top: 15%;
	}
	.in_cp_data_t{
		font-size: 14px;
		bottom: 5px;
	}
	.pro_list_center_top{
		display: block;
	}
	.pro_list_center_top_l_t{
		width: 100%;
	}
	.pro_list_center_top_l_t1{
		font-size: 16px;
	}
	.pro_list_center_top_l_t2{
		font-size: 14px;
	}
	.pro_list_center_top_l_i{
		width: 100%;
	}
	.pro_list_center_top_l_i .swiper-button-prev {
		left: 36%;
	}
	.pro_list_center_top_l_i .swiper-button-next {
		right: 38%;
	}
	.pro_list_center_top_r{
		width: 100%;
		margin-top: 40px;
	}
	.case_list_i{
		width: 180px;
		height: 180px;
	}
	.hon_list_i{
		width: 180px;
		height: 180px;
	}
	.news_banner_head_t{
		font-size: 30px;
	}
	.news_banner_head_dh{
		margin-top: 23%;
	}
	.about_data_r_top_name{
		font-size: 18px;
	}
	.news_list{
		flex-wrap: wrap;
	}
	.news_list_type{
		width: 100%;
		height: auto;
	}
	.news_list_type_h{
		font-size: 18px;
		padding: 15px 0;
	}
	.news_list_type_z{
		display: flex;
		justify-content: space-around;
		font-size: 14px;
	}
	.news_list_type_z_n{
		margin-bottom: 20px;
		text-align: center;
	}
	.news_list_type_z a{
		width: 30%;
	}
	.lszt {
		font-size: 16px;
		color: #3170bf;
	}
	.news_list{
		margin-bottom: 100px;
	}
	.news_list_name{
		width: 100%;
	}
	.news_list_name_lname{
		width: 70%;
		text-overflow: ellipsis;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
	}
	.about_data{
		display: block;
	}
	.about_data_l{
		width: 100%;
	}
	.about_data_r{
		width: 100%;
	}
	.in_cpzx_tab_t{
		width: 45%;
		text-align: center;
		padding-bottom: 5px;
		font-size: 16px;
		border: 2px solid #ffffff;
	}
	.under_line{
		border: 2px solid #3170bf;
	}
	.hon_list_data{
		width: 180px;
	}
	.case_list_data{
		width: 180px;
	}
	.h140{
		height: 90px;
	}
	.pro_type_cpzx_down{
		display: none;
		width: 100%;
		position: absolute;
		background-color: #FFFFFF;
		z-index: 99;
		top: 65px;
		box-shadow: 2px 2px 3px #aaaaaa;
	}
	.about_data_l_type{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.about_data_l_type a{
		width: 33%;
	}
}