/*通用类*/
*{
	margin:0;
	padding:0;
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
body{
	min-width:1200px;
	margin:0 auto;
	font-size:12px;
	font-family:"Microsoft Yahei";
	background:#fff;
	color:#363636;
}
h1,h2,h3{
	font-weight:500;
}
img{
	border:none;
}
a{
	cursor:pointer;
	color:#363636;
	text-decoration:none;
	outline:none;
}
a:hover{
	color:#f60;
}
ul{
	list-style-type:none;
}
em{
	font-style:normal;
}
.lt{
	float:left;
}
.rt{
	float:right;
}
input.sub,label{
	border:none;
	cursor:pointer;
}
input,textarea,select{
	font-family:"Microsoft Yahei";
	outline:none;
}
table{
	border-collapse:collapse;
}
table td,table th{
	padding:0;
}
.clear::before{
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
}
.clear::after{
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
}
.warpin{
	width: 1200px;
	margin:0 auto;
}
.pulic_header{
	padding:10px 0;
	position: relative;
	
	z-index: 11;
}
.pulic_header .warpin{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.pulic_header .logo{
	display: block;
}
.pulic_header .navi_box{
	display: flex;
	align-items: center;
}
.pulic_header .navi_box .nav_li{
	position: relative;
	
	z-index: 11;
}
.pulic_header .navi_box .li{
	font-size:16px;
	color:#2b333e;
	padding:10px 20px;
}
.pulic_header .navi_box .nav_li .bit_nav{
	position: absolute;
	left:0;
	top:20px;
	width: 100%;
    box-shadow: 0 0 10px #4c4c4c7d;
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
	transition: all 0.5s;
	opacity: 0;
	height: 0;
	
}
.pulic_header .navi_box .nav_li:last-child .bit_nav{
	left:auto;
	right: 0;
}
.pulic_header .navi_box .nav_li .bit_nav a{
	display: block;
	padding: 0px 0;
	height: 36px;
	line-height: 36px;
	font-size: 13px;
	text-align: center;
	background: none;
	color: #555;
	border-radius: 5px;
}
.pulic_header .navi_box .nav_li .bit_nav a:hover{
	color: #fff;
	background: rgba(19, 146, 219, 0.64);
}
.pulic_header .navi_box .li:hover{
	color:#1392db;
}
.pulic_header .navi_box .nav_li:hover .bit_nav{
	
	top:26px;
	height: auto;
	    opacity: 1;
}
.index_baner_box{
	width: 100%;
}
.index_baner_box img{
	display: block;
	width: 100%;
}	
.index_baner_box .swiper-pagination-bullet{
	width: 62px;
	height: 4px;
	background: #fff;
	border-radius: 0px;
}
.index_baner_box .swiper-pagination-bullet-active{
	background: #fff;
}
.pulic_case{
	padding:90px 0;
}
.index_pulic_title {
	text-align: center;
	margin-bottom: 30px;
}
.index_pulic_title h2{
	font-size:33px;
	letter-spacing: 1px;
	color:#292a2c;
	margin-bottom: 10px;
}
.index_pulic_title p{
	font-size:15px;
	color:#787878;
}
.index_case_1 .last_box{
	display: flex;
	justify-content: space-between;
}
.index_case_1 .last_box .li{
	width: calc(100% / 3);
	text-align: center;
	padding:0 1.5%;
}
.index_case_1 .last_box .li .i{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 96px;
	margin-bottom: 20px;
}
.index_case_1 .last_box .li h2{
	font-size:22px;
	color:#3d4148;
	margin-bottom: 20px;
}
.index_case_1 .last_box .li p{
	font-size:13px;
	line-height: 22px;
	color:#868f9b;
	padding:0 20px;
}
.index_case_2{
	background: #f6f6f6;
}
.index_case_2 .last_cont{
	display: flex;
	justify-content: space-between;
}
.index_case_2 .last_cont .list{
	width: 284px;
	height: 368px;
	margin-right: 20px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.15);
	padding:40px 16px 20px;
	text-align: center;
	transition: all 0.8s;
}
.index_case_2 .last_cont .list:last-child{
	margin-right: 0;
}
.index_case_2 .last_cont .list .i{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 70px;
	margin-bottom: 30px;
}
.index_case_2 .last_cont .list .i img{
	height: 70px;
}
.index_case_2 .last_cont .list .tle{
	font-size:19px;
	color:#3d4148;
	text-align: center;
	margin-bottom: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.index_case_2 .last_cont .list .txt{
	font-size:12px;
	line-height: 20px;
	color:#868f9b;
	display: -webkit-box;
	-webkit-line-clamp:4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.index_case_2 .last_cont .list:hover{
	transform: translateY(-10px);
}
.index_case_3{
	width:1000px;
}
.index_case_3 .last_cont{
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
.index_case_3 .last_cont .list{
	width: 49%;
	margin-bottom: 20px;
}
.index_case_3 .last_cont .list .img{
	display: block;
	width: 100%;
	height: 274px;
	margin-bottom: 30px;
	overflow: hidden;
}
.index_case_3 .last_cont .list .img img{
	display: block;
	width: 100%;
	height: 100%;
	transition: all 0.8s;
}
.index_case_3 .last_cont .list .title{
	margin-bottom: 20px;
}
.index_case_3 .last_cont .list .title p{
	font-size:13px;
	color:#999999;
	margin-bottom: 10px;
}
.index_case_3 .last_cont .list .title h2{
	font-size:20px;
	color:#303235;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.index_case_3 .last_cont .list .title .line{
	display: block;
	width: 30px;
	height: 1px;
	margin:20px 0;
	background: #000;
	transition: all 0.8s;
}
.index_case_3 .last_cont .list .txt{
	font-size:13px;
	line-height: 24px;
	color:#868f9b;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.index_case_3 .last_cont .list:hover .img img{
	transform: scale(1.1,1.1);
}
.index_case_3 .last_cont .list:hover .title .line{
	width: 90px;
}
.pulic_footer_box{
	padding:20px 0;
	background: #302f2f;
}
.pulic_footer_box .warpin{
	display: flex;
	justify-content: space-between;
}
.pulic_footer_box .list_box{
	padding:0 40px;
	
}
.pulic_footer_box .list_box .tle{
	display: flex;
	align-items: center;
	margin-bottom: 24px;
	font-size:18px;
	color:#cccccc;
}
.pulic_footer_box .list_box .tle .i{
	margin-right: 5px;
}
.pulic_footer_box .list_box .dl a{
	display: block;
	font-size:13px;
	color:#8b8a8a;
	margin-bottom: 10px;
	text-align: center;
}
.pulic_footer_box .list_box .dl p{
	font-size:13px;
	color:#8b8a8a;
}
.pulic_footer_box .code_box{
	padding-left:60px;
}
.pulic_footer_box .code_box .code{
	text-align: center;
	margin:0 auto 14px;
}
.pulic_footer_box .code_box .code img{
	display: block;
	width: 118px;
	margin:0 auto;
}
.pulic_footer_box .code_box .code p{
	padding:10px 0;
	font-size:12px;
	color:#ffffff;
}
.pulic_footer_box .code_box .tel_box{
	display: flex;
	align-items: center;
}
.pulic_footer_box .code_box .tel_box img{
	width: 30px;
}
.pulic_footer_box .code_box .tel_box .dd{
	padding-left: 5px;
}
.pulic_footer_box .code_box .tel_box .dd p{
	font-size:12px;
	color:#b3aeae;
}
.pulic_footer_box .code_box .tel_box .dd h2{
	font-size:24px;
	font-weight: bold;
	color: #fff;
}
.pulic_footer_copy{
	padding:20px 0;
	text-align: center;
	font-size:12px;
	color:#666666;
}
.pulic_floor_cont{
	position: fixed;
	right: 0;
	bottom:5%;
	height:120px ;
	z-index: 11;
}
.pulic_floor_cont .tle_box{
	display: flex;
	margin-bottom: 14px;
	position: absolute;
	top:0;
	right: 0;
}
.pulic_floor_cont .tle_box .i{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 54px;
	height: 54px;
	background: #404147;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	overflow: hidden;
}
.pulic_floor_cont .tle_box .i img{
	width: 20px;
}
.pulic_floor_cont .tle_box .txt{
	transition: all 0.8s;
	height: 54px;
	
	background: #404147;
	font-size:15px;
	color:#fff;
	width: 0;
	overflow: hidden;
	display: flex;
	align-items: center;
}
.pulic_floor_cont .tle_box:hover .txt{
	width: 140px;
	padding:0 10px;
}
.pulic_floor_cont  .code_box{
    display: none;
	position: absolute;
	right: -120px;
	bottom: 0;
	width: 174px;
	transition: all 0.8s;
}
.pulic_floor_cont  .code_box .i{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 54px;
	height: 54px;
	background: #faba11;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.pulic_floor_cont .code_box .code{
    width: 120px;
	height: 120px;
	padding:10px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 0;
	top:0;
	background: #faba11;
}
.pulic_floor_cont .code_box .code img{
	display: block;
	width: 100%;
	height: 100%;
}
.pulic_floor_cont .code_box:hover{
	right: 0;
}
/**************行业资讯****************/
/* */
.news_detail_content{
	padding:50px 0;
}
.news_detail_content .tis_title_box{
	margin-bottom: 20px;
	text-align: center;
}
.news_detail_content .tis_title_box h2{
	font-size:28px;
	font-weight: bold;
	color:#333333;
	margin-bottom: 10px;
}
.news_detail_content .tis_title_box p{
	font-size:14px;
	color:#666666;
}
.news_detail_content .tis_title_box .share_box{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-top: 20px;
}
.news_detail_content .tis_title_box .share_box a{
	margin-left:12px;
	display: flex;
	align-items: center;
	font-size:16px;
	color:#606067;
}
.news_detail_content .txt_cont p{
	font-size:16px;
	line-height: 24px;
	color:#333333;
	margin-bottom: 20px;
}
.news_detail_content .txt_cont img{
	display: block;
	max-width: 100%;
	margin:20px auto;
}
.news_detail_content .news_page_cont{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.news_detail_content .news_page_cont .list{
	width: 50%;
	text-align: left;
}
.news_detail_content .news_page_cont .list .btn{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 125px;
	height: 48px;
	border:1px solid #dadadb;
	font-size:15px;
	color:#232121;
	margin-bottom: 10px;
}
.news_detail_content .news_page_cont .list .btn:hover{
	background: #d30d0c;
	border:1px solid #d30d0c;
	color:#fff;
}
.news_detail_content .news_page_cont .list p{
	font-size:18px;
	color:#232121;
}
.news_detail_content .news_page_cont .list:last-child{
	text-align: right;
}
/******************/
.cont_baner_box{
	width: 100%;
	position: relative;
}

.cont_baner_box .baner{
	display: block;
	width: 100%;
}
.cont_baner_box .warpin{
	position: absolute;
	height: 100%;
	padding:26px 0;
	left:50%;
	top:0;
	transform: translateX(-50%);
}
.cont_baner_box .pulic_guide{
	display: flex;
	align-items: center;
	font-size:12px;
	color:#ffffff;
	opacity: 0.7;
}
.cont_baner_box .pulic_guide a{
	color:#fff;
}
.cont_baner_box .cont_tle{
	position: absolute;
	left:0;
	bottom:80px;
}
.cont_baner_box .cont_tle h2{
	font-size:38px;
	color:#ffffff;
}
.cont_baner_box .cont_tle p{
	font-size:16px;
	color:#ffffff;
	margin-top: 10px;
	width:550px;
}
.cont_baner_box.detail{
	background: #f4f4f4;
}
.cont_baner_box.detail  .warpin{
	position: relative;
	left:0;
	transform: translateX(0%);
}
.cont_baner_box.detail .pulic_guide{
	font-size:12px;
	color:#a6a2a2;
}
.cont_baner_box.detail .pulic_guide a{
	margin:0 6px;
	color:#a6a2a2;
}
.cont_baner_box.detail .detail_head{
	font-size:26px;
	color:#1ba3de;
	margin-top: 20px;
}
.cont_baner_navi{
	width: 100%;
	height: 52px;
	background: #f4f4f4;
}
.cont_baner_navi .warpin{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 100%;
}
.cont_baner_navi a{
	display: flex;
	align-items: center;
	padding:0 22px;
	height: 100%;
	font-size:15px;
	color:#313030;
}
.cont_baner_navi a:hover,.cont_baner_navi a.hover{
	background: #40a0e3;
	color:#fff;
}
.cpzs_logo_content{
	padding:40px 0;
}
.cpzs_logo_content .last_box{
	margin:30px auto;
}
.cpzs_logo_content .last_box .title_box{
	display: flex;
	align-items: center;
	padding:15px 25px;
	font-size:20px;
	color:#ffffff;
	margin-bottom: 35px;
}
.cpzs_logo_content .last_box:nth-child(1) .title_box{
	background: #3fd5f6;
}
.cpzs_logo_content .last_box:nth-child(2) .title_box{
	background: #f49368;
}
.cpzs_logo_content .last_box:nth-child(3) .title_box{
	background: #3773b8;
}
.cpzs_logo_content .last_box:nth-child(4) .title_box{
	background: #50bff5;
}
.cpzs_logo_content .last_box:nth-child(5) .title_box{
	background: #a3cb4e;
}
.cpzs_logo_content .last_box:nth-child(6) .title_box{
	background: #fb6a6a;
}
.cpzs_logo_content .last_box .title_box img{
	margin-right: 5px;
}
.cpzs_logo_content .last_box .logo_dl{
	display: flex;
	flex-wrap: wrap;
}
.cpzs_logo_content .last_box .logo_dl .li{
	width: 278px;
	height: 148px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 29px;
	margin-bottom: 32px;
	border:1px solid #ebebeb;
	transition: all 0.8s;
	overflow: hidden;
}
.cpzs_logo_content .last_box .logo_dl .li img{
	max-width: 100%;
	height: auto;
}
.cpzs_logo_content .last_box .logo_dl .li:nth-child(4n){
	margin-right: 0;
}
.cpzs_logo_content .last_box .logo_dl .li:hover{
	box-shadow: 0px 0px 10px rgba(0,0,0,0.15);
}
.cpzs_detail_content{
	display: flex;
	flex-wrap: wrap;
	margin:40px auto;
}
.cpzs_detail_content .list{
    width: 280px;
	margin-right: 26px;
	margin-bottom: 28px;
}
.cpzs_detail_content .list .i{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 158px;
	border:1px solid #ebebeb;
}
.cpzs_detail_content .list img{
	max-width: 100%;
	height: auto;
}
.cpzs_detail_content .list:nth-child(4n){
	margin-right: 0;
}
.cpzs_detail_content .list .txt{
	margin-top: 10px;
}
.cpzs_detail_content .list .txt h2{
	font-size:16px;
	color:#2d2b2b;
}
.cpzs_detail_content .list .txt p{
	font-size:13px;
	color:#898989;
}
.product_detail_content{
	padding:40px 0;
}
.product_detail_content .case_1{
	display: flex;
	margin-bottom: 40px;
}
.product_detail_content .case_1 .img{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 462px;
	height: 340px;
	border:1px solid #ececec;
}
.product_detail_content .case_1 .img img{
	max-width: 100%;
	height: auto;
}
.product_detail_content .case_1 .txt_cont{
	width: calc(100% - 462px);
	padding-left:20px;
	padding-top: 50px;
}
.product_detail_content .case_1 .txt_cont .title{
	margin-bottom: 20px;
}
.product_detail_content .case_1 .txt_cont .title h2{
	font-size:30px;
	color:#3d4148;
}
.product_detail_content .case_1 .txt_cont .title p{
	font-size:15px;
	color:#5e6064;
}
.product_detail_content .case_1 .txt_cont .txt{
	font-size:13px;
	color:#868f9b;
	line-height: 24px;
}
.product_detail_content .case_2{
	margin:30px auto 50px;
}
.product_detail_content .case_2 .tis_title{
	padding:14px 24px;
	border:1px solid #ebebeb;
	border-left:3px solid #1ba3de;
	font-size:20px;
	color:#1e1d1d;
	margin-bottom: 20px;
}
.product_detail_content .case_2 .txt_box h2{
	font-size:20px;
	color:#1e1d1d;
	margin-bottom: 24px;
}
.product_detail_content .case_2 .txt_box img{
	display: block;
	margin:20px auto;
	max-width: 100%;
}
.detail_content_about{
	padding:40px 0;
	background: #fcfcfc;
	margin-top: 30px;
}
.detail_content_about .case_3 .tis_title{
	font-size:32px;
	color:#292a2c;
	text-align: center;
	margin-bottom: 40px;
}
.detail_content_about .case_3 .last_cont{
	display: flex;
}
.detail_content_about .case_3 .last_cont .list_box{
	width: 280px;
	margin-right: 28px;
	background: #fff;
	border-radius: 10px;
	padding:50px 0 30px;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.15);
}
.detail_content_about .case_3 .last_cont .list_box .img{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 50px;
	margin-bottom: 30px;
}
.detail_content_about .case_3 .last_cont .list_box h2{
	text-align: center;
	font-size:20px;
	color:#3d4148;
	margin-bottom: 10px;
	padding:0 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.detail_content_about .case_3 .last_cont .list_box p{
    text-align: center;
    font-size: 16px;
    color: #868f9b;
    padding: 0 40px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 22px;
}
/*************************/
.case_detail_content{
	padding:50px 0;
	background: #efefef;
}
.case_detail_content .warpin{
	display: flex;
	flex-wrap: wrap;
}
.case_detail_content .li{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 230px;
	height: 118px;
	background: #fff;
	margin-right: 12px;
	margin-bottom: 18px;
	overflow: hidden;
}
.case_detail_content .li:nth-child(5n){
	margin-right: 0;
}
.case_detail_content .li img{
	max-width: 100%;
	height: auto;
}
/*************************/
.about_case_1{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding:100px 0;
}
.about_case_1 .txt_box{
	width: 600px;
}
.about_case_1 .txt_box .title{
	margin-bottom: 30px;
}
.about_case_1 .txt_box .title h2{
	font-size:32px;
	color:#292a2c;
}
.about_case_1 .txt_box .title .line{
	display: block;
	width: 32px;
	height:1px;
	background: #169edf;
	margin-top: 10px;
}
.about_case_1 .txt_box .txt{
	font-size:13px;
	line-height: 26px;
	color:#868f9b;
}
.about_case_2{
	padding:60px 0 70px;
}
.about_case_2 .txt_cont{
	width: 906px;
	margin:0 auto 50px;
	text-align: center;
}
.about_case_2 .txt_cont h2{
	font-size:32px;
	color:#292a2c;
	margin-bottom: 15px;
}
.about_case_2 .txt_cont p{
	font-size:12px;
	color:#868f9b;
}
.about_case_2 table{
	width: 100%;
	border:none;
}
.about_case_2 table th{
	padding:20px 0;
	text-align: center;
	background: #007ac3;
	font-size:18px;
	color:#ffffff;
	border:none;
}
.about_case_2 table tr{
	border-bottom: 1px dashed #e4e2e2;
}
.about_case_2 table td{
	padding:20px 0;
	font-size:17px;
	color:#393737;
	text-align: center;
	border:none;
	background: #fff;
}
.about_case_3{
	padding:80px 0;
}
.about_case_3 .tis_title{
	margin-bottom: 34px;
}
.about_case_3 .tis_title h2{
	font-size:32px;
	font-weight: bold;
	color:#292a2c;
}
.about_case_3 .tis_title .line{
	display: block;
	width: 32px;
	height: 1px;
	background: #169edf;
}
.about_case_3 .map_list{
	display: flex;
	align-items: center;
	margin-bottom: 40px;
}
.about_case_3 .map_list .map{
	display: block;
	width: 430px;
	height: 264px;
}
.about_case_3 .map_list .map img{
	display: block;
	width: 100%;
	height: 100%;
}
.about_case_3 .map_list .txt_cont{
	width: calc(100% - 430px);
	padding-left: 60px;
	padding-top: 40px;
}
.about_case_3 .map_list .txt_cont .tel_cont{
	display: flex;
	align-items: flex-end;
	margin-bottom: 40px;
}
.about_case_3 .map_list .txt_cont .tel_cont p{
	font-size:12px;
	color:#b3aeae;
}
.about_case_3 .map_list .txt_cont .tel_cont h2{
	font-size:24px;
	color:#646363;
}
.about_case_3 .map_list .txt_cont .txt h2{
	font-size:22px;
	color:#292a2c;
	margin-bottom: 10px;
}
.about_case_3 .map_list .txt_cont .txt p{
	font-size:14px;
	line-height: 26px;
	color:#868f9b;
}
/***************************/
.news_content_box{
	padding:50px 0;
}
.news_content_box .news_list{
	display: flex;
	margin-bottom: 40px;
}
.news_content_box .news_list .img{
	display: block;
	width: 320px;
	height: 182px;
}
.news_content_box .news_list .img img{
	display: block;
	width: 100%;
	height: 100%;
}
.news_content_box .news_list .txt_box{
	width: calc(100% - 320px);
	padding-left:32px;
	padding-right: 260px;
	padding-top:20px;
	position: relative;
}
.news_content_box .news_list .txt_box .tle{
	margin-bottom: 14px;
}
.news_content_box .news_list .txt_box .tle h2{
	font-size:16px;
	color:#303235;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news_content_box .news_list .txt_box .tle p{
	font-size:13px;
	color:#999999;
}
.news_content_box .news_list .txt_box .txt{
	font-size:13px;
	line-height: 24px;
	color:#868f9b;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.news_content_box .news_list .txt_box .more_btn{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 158px;
	height: 42px;
	background: #0184ff;
	border-radius: 5px;
	font-size:12px;
	color:#ffffff;
	position: absolute;
	right: 0;
	top:30px;
}
.news_content_box .news_list .txt_box .more_btn img{
	margin-left:10px;
	transition: all 0.5s;
}
.news_content_box .news_list:hover .txt_box .more_btn img{
	margin-left:20px;
}
/******************/
.jjfa_content_box{
	padding:50px 0 150px;
}
.jjfa_content_box .warpin{
	display: flex;
	flex-wrap: wrap;
}
.jjfa_content_box .list_box{
	display: block;
	width: 285px;
	margin-right: 20px;
	margin-bottom: 20px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
	
}
.jjfa_content_box .list_box:nth-child(4n){
	margin-right: 0;
}
.jjfa_content_box .list_box .img_box{
	width: 100%;
	height: 180px;
	overflow: hidden;
}
.jjfa_content_box .list_box .img_box img{
	display: block;
	width: 100%;
	height: 100%;
}
.jjfa_content_box .list_box .txt_box{
    height: 66px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding:0 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all 0.8s;
}
.jjfa_content_box .list_box .txt_box h2{
	font-size:17px;
	color:#232222;
	font-weight: normal;
}
.jjfa_content_box .list_box .txt_box .arr{
	position: absolute;
	bottom:0;
	left:50%;
	transform: translateX(-50%);
	transition: all 0.8s;
	opacity: 0;
}
.jjfa_content_box .list_box:hover .txt_box{
	border-bottom: 3px solid #0cafeb;
}
.jjfa_content_box .list_box:hover .txt_box .arr{
	opacity: 1;
	bottom:5px;
}
.jjfa_deta_1{
	display: flex;
	align-items: center;
	margin:30px auto;
	background: #f7f7f7;
}
.jjfa_deta_1 .txt_box{
	width: 50%;
	height: 100%;
	display: flex;
	align-items: center;
	padding-left:64px
}
.jjfa_deta_1 .txt_box h2{
	font-size:34px;
	color:#000000;
}
.jjfa_deta_1 .txt_box .line{
	display: block;
	width: 43px;
	height: 1px;
	background: #008ac7;
	margin-top: 20px;
}
.jjfa_deta_1 .img_box{
	width: 50%;
}
.jjfa_deta_1 .img_box img{
	display: block;
	width: 100%;
}
.sjxf_case_1{
	padding:60px 0;
}
.sjxf_pulic_title{
	text-align: center;
	margin-bottom: 40px;
}
.sjxf_pulic_title h2{
	font-size:34px;
	
	color:#212122;
	margin-bottom: 10px;
}
.sjxf_pulic_title p{
	font-size:15px;
	color:#787878;
}
.sjxf_case_1 .txt{
	font-size:13px;
	margin-bottom: 40px;
}
.sjxf_cas1_last{
	display: flex;
}
.sjxf_cas1_last .list{
	width: calc(100% / 3);
	padding:40px 20px 40px;
	transition: all 0.8s;
	border-radius: 10px;
	cursor: default;
}
.sjxf_cas1_last .list .i{
	display: flex;
	width: 100%;
	height: 86px;
	align-items: center;
	justify-content: center;
	margin:0 auto 10px;
}
.sjxf_cas1_last .list .i img{
	max-height: 100%;
	width: auto;
}
.sjxf_cas1_last .list h2{
	font-size:19px;
	color:#354252;
	text-align: center;
	margin-bottom: 16px;
}
.sjxf_cas1_last .list p{
	font-size:13px;
	line-height: 20px;
	color:#868f9b;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	width: 84%;
	margin: 0 auto;
	text-align: center;
}
.sjxf_cas1_last .list:hover{
	box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
}
.sjxf_case_2{
	padding:70px 0 ;
}
.sjxf_case_2 .last_cont{
	display: flex;
}
.sjxf_case_2 .last_cont .list{
	width: 284px;
	height: 320px;
	border-radius: 10px;
	background: #fff;
	transition: all 0.8s;
	padding:30px 10px 0;
	margin-right: 22px;
}
.sjxf_case_2 .last_cont .list .i{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 90px;
	margin:0 auto 12px;
}
.sjxf_case_2 .last_cont .list .title{
	text-align: center;
	font-size:19px;
	color:#3d4148;
	margin-bottom: 20px;
}
.sjxf_case_2 .last_cont .list .txt{
	font-size:12px;
	color:#868f9b;
	line-height: 24px;
	text-align: center;
	 display: -webkit-box;
	 -webkit-line-clamp: 5;
	 -webkit-box-orient: vertical;
	 overflow: hidden;
}
.sjxf_case_2 .last_cont .list:nth-child(4n){
	margin-right: 0;
}
.sjxf_case_3{
	padding:80px 0;
}
.sjxf_case_3 .tis_txt p{
	font-size:15px;
	line-height: 26px;
	color:#787878;
	text-align: center;
}
.sjxf_case_3 .tab_content{
	margin-top: 30px;
} 
.sjxf_case_3 .tab_content .tle{
	font-size:13px;
	color:#868f9b;
	margin-bottom: 20px;
}
.sjxf_case_3 .tab_detail{
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
}
.sjxf_case_3 .tab_detail .nav_box{
	width: 358px;
}
.sjxf_case_3 .tab_detail .nav_box .li{
	display: flex;
	align-items: center;
	padding:20px 24px;
	height: 96px;;
	background: linear-gradient(to right,#fff, #fff);
	margin-bottom: 37px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.15);
	position: relative;
	transition: all 0.8s;
	cursor: pointer;
}
.sjxf_case_3 .tab_detail .nav_box .li:last-child{
	margin-bottom: 0;
}
.sjxf_case_3 .tab_detail .nav_box .li span{
	font-size:46px;
	color:#0080ff;
	font-weight: bold;
}
.sjxf_case_3 .tab_detail .nav_box .li p{
	padding-left:10px;
	font-size:15px;
	color:#3d4148;
	line-height: 26px;
	    width: 68%;
}

.sjxf_case_3 .tab_detail .nav_box .li::after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	right: 0px;
	top:50%;
	transform: translateY(-50%);
	border-left: 50px solid #22d6ef;
	border-top:48px solid transparent;
	border-bottom:48px solid transparent;
	z-index: -1;
	transition: all 0.8s;
	opacity: 0;
}
.sjxf_case_3 .tab_detail .nav_box .li::before{
	content: "";
	display: block;
	width: 30px;
	height: 2px;
	background: #fff;
	position: absolute;
	transition: all 0.8s;
	opacity: 0;
	bottom: 10px;
	left: 60px;
}
.sjxf_case_3 .tab_detail .nav_box .li:hover,.sjxf_case_3 .tab_detail .nav_box .li.hover{
	box-shadow: none;
	background: linear-gradient(to right,#0e7bd5, #22d2ee);
}
.sjxf_case_3 .tab_detail .nav_box .li:hover::before,.sjxf_case_3 .tab_detail .nav_box .li.hover::before{
	opacity: 1;
	bottom:15px;
}
.sjxf_case_3 .tab_detail .nav_box .li:hover span,.sjxf_case_3 .tab_detail .nav_box .li.hover span{
	color:#fff;
}
.sjxf_case_3 .tab_detail .nav_box .li:hover p,.sjxf_case_3 .tab_detail .nav_box .li.hover p{
	color:#fff;
}
.sjxf_case_3 .tab_detail .nav_box .li:hover::after,.sjxf_case_3 .tab_detail .nav_box .li.hover::after{
	right: -50px;
	opacity: 1;
	z-index: -1;
}
.sjxf_case_3 .tab_detail .tab_cont{
	width: 772px;
	height: 362px;
	margin:0;
}
.sjxf_case_3 .tab_detail .cont{
	height: 100%;
	padding:20px;
	background: #fff;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.15);
	
}
.sjxf_case_3 .tab_detail .cont p{
	font-size:14px;
	color:#868f9b;
	line-height: 28px;
}
.sjxf_case_4{
	padding:70px 0 30px;
	background: #f7f7f7;
}
.sjxf_pulic_arr {
	display: flex;
	align-items: center;
	justify-content: center;
	margin:20px auto;

}
.sjxf_pulic_arr span{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	border-radius: 100%;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
	margin:0 20px;
	background: #fff;
	outline: none;
}
.sjxf_pulic_arr span img{
    width: auto;
}
.sjxf_pulic_arr .swiper-button-disabled img{
	filter:grayscale(100%);
}
.sjxf_cas4_baner{
	width: 100%;
}
.sjxf_cas4_baner .swiper-slide{
	
	margin-top: 30px;
}
.sjxf_cas4_baner .img{
	width: 100%;
	height: 158px;
	background: #fff;
	border:1px solid #ebebeb;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	overflow: hidden;
}
.sjxf_cas4_baner .img img{
	display: block;
	max-width: 100%;
	height: auto;
}
.sjxf_cas4_baner .txt h2{
	font-size:16px;
	color:#2d2b2b;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.sjxf_cas4_baner .txt p{
	font-size:13px;
	color:#898989;
}
.sjxf_case_5{
	padding:50px 0;
}
.sjxf_case_5 .adver_box img{
	display: block;
	margin:40px auto;
}
.sjxf_cas6_baner{
	height: 300px;
	padding:10px 20px;
}
.sjxf_cas6_baner .swiper-slide{
	padding:30px;
	background: #fff;
	border-top: 3px solid #1391db;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
}
.sjxf_cas6_baner .dl{
	display: flex;
	margin-bottom: 20px;
}
.sjxf_cas6_baner .dl .dt{
	display: flex;
	align-items:center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 100%;
	background: #a9a3a3;
	font-size:17px;
	color:#fff;
}
.sjxf_cas6_baner .dl .dd{
	width: calc(100% - 32px);
	padding-left:10px;
	font-size:13px;
	color:#868f9b;
	line-height: 24px;
}
.sjxf_cas6_baner .dl.ques .dt{
	background:  linear-gradient(#1fc8eb, #128ad9);
}
.sjxf_cas6_baner .dl.ques .dd{
	color:#159ade;
	font-size:18px;
	line-height: 30px;
}
.sjxf_case_7{
	margin:50px auto;
}
.sjxf_cas7_baner .img{
	width: 100%;
	height: 158px;
	background: #fff;
	border:1px solid #ebebeb;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}
.sjxf_cas7_baner .img img{
	display: block;
	max-width: 100%;
	height: auto;
}
.sjxf_cas7_baner .txt h2{
	font-size:16px;
	color:#2d2b2b;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.sjxf_cas7_baner .txt p{
	font-size:13px;
	color:#898989;
}

/****************phone********************/
.pulic_header .phone_menu {
    display: none;
}
.phone_menu_bg {
	display: none;
  }
  @media (max-width: 768px) {
	.pulic_header{
		position: relative;
	}
	.pulic_header .phone_menu{
		position: absolute;
		right: 1rem;
		display: block;
		width: 3rem;
		height: 3rem;
		background: url(../i/ph_menu.png) no-repeat center;
		background-size: cover;
	}
	.phone_menu_bg {
	  display: block;
	  position: fixed;
	  top: 0;
	  right: -100%;
	  width: 100%;
	  height: 100%;
	  background: rgba(0, 0, 0, 0.5);
	  transition: all 0.5s;
	  z-index: 15;
	}
	.phone_menu_bg.active {
	  right: 0;
	}
  }
  .phone_menu_cont {
	display: none;
  }
  @media (max-width: 768px) {
	.phone_menu_cont {
	  display: block;
	  position: fixed;
	  left: -50%;
	  top: 0;
	  width: 50%;
	  height: 100%;
	  background: #f3f3f3;
	  z-index: 16;
	  transition: all 0.5s;
	  padding: 2rem;
	}
	.phone_menu_cont.active {
	  left: 0;
	}
	.phone_menu_cont .list {
	  margin-bottom: 2rem;
	}
	.phone_menu_cont .list .tis {
	  font-size: 1.6rem;
	  color: #333;
	  display: block;
	  width: 100%;
	}
  }
@media screen and (max-width:768px) {
	body{
		width: 100%;
		min-width: auto;
	}
	.warpin{
		width: 100%;
		padding:0 1%;
	}
	.pulic_case{
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
	.pulic_header .navi_box{
		display: none;
	}
	.pulic_header .logo img{
		width: 6rem !important;
	}
	.index_pulic_title{
		margin-bottom: 1rem;
	}
	.index_pulic_title h2{
		font-size:2rem;
		margin-bottom: 1rem;
	}
	.index_pulic_title p{
		font-size:1.2rem;
	}
	.pulic_floor_cont .code_box{
		display: none;
	}
	.sjxf_case_1{
	    padding:2rem 2rem;
	}
	.index_case_1 .last_box{
		flex-wrap: wrap;
	}
	.index_case_1 .last_box .li{
		width: 100%;
		margin-top: 1rem;
		margin-bottom: 0.8rem;
	}
	.index_case_1 .last_box .li .i{
		height: 3rem;
		margin-bottom: 1rem;
	}
	.index_case_1 .last_box .li .i img{
		height: 100%;
	}
	.index_case_1 .last_box .li h2{
		font-size:1.6rem;
		margin-bottom: 1rem;
	}
	.index_case_1 .last_box .li p{
		font-size:1.2rem;
		padding:0;
		line-height: 2rem;
	}
	.index_case_2 .last_cont{
		flex-wrap: wrap;
	}
	.index_case_2 .last_cont .list{
		width: 49%;
		height: 28rem;
		margin-right: 2%;
		margin-bottom: 1rem;
		padding:2rem 1rem 1rem;
	}
	.index_case_2 .last_cont .list:nth-child(2n){
		margin-right: 0;
	}
	.index_case_2 .last_cont .list .i{
		height: 5rem;
		margin-bottom:1rem
	}
	.index_case_2 .last_cont .list .i img{
		height: 4rem;
	}
	.index_case_3 .last_cont{
		margin-bottom: 0.4rem;
		flex-wrap: wrap;
	}
	.index_case_3 .last_cont .list{
		
	}
	.index_case_3 .last_cont .list .img{
		height: 16rem;
		margin-bottom: 1rem;
	}
	.index_case_3 .last_cont .list .title{
		margin-bottom: 0.4rem;
	}
	.index_case_3 .last_cont .list .title .line{
		margin: 1rem 0;
	}
	.pulic_footer_box{
		padding:1rem 0;
	}
	.pulic_footer_box .warpin{
		flex-wrap: wrap;
	}
	.pulic_footer_box .list_box{
		border-right: 0px;
		margin-bottom: 0.5rem;
		padding:0 1rem;
		width: 50%;
	}
	.pulic_footer_box .list_box .dl a{
		text-align: left;
	}
	.pulic_footer_box .code_box{
		
		padding:0 1rem;
	}
	.pulic_footer_box .code_box .tel_box{
		justify-content: center;
	}
	.cpzs_detail_content{
		margin: 20px auto;
	}
	.cpzs_detail_content .list{
		width: 49%;
		margin-bottom: 1rem;
		margin-right: 2% !important;
	}
	.cpzs_detail_content .list .i{
		height: 12rem;
	}
	.cpzs_detail_content .list:nth-child(2n){
		margin-right: 0 !important;
	}
	.cont_baner_box.detail .warpin{
		padding:1rem 0;
	}
	.product_detail_content .case_1{
		flex-wrap: wrap;
		margin-bottom: 1rem;
	}
	.product_detail_content .case_1 .img{
		width: 100%;
		height: 18rem;
	}
	.product_detail_content .case_1 .img img{
		height: 100%;
	}
	.product_detail_content .case_1 .txt_cont{
		width: 100%;
		padding:0 1rem;
		margin-top: 1rem;
	}
	.product_detail_content .case_1 .txt_cont .title{
		margin-bottom: 1rem;
	}
	.product_detail_content .case_2{
		margin: 1rem auto;
	}
	.product_detail_content .case_2 .tis_title{
		padding: 1rem;
		margin-bottom: 1rem;
		font-size:1.5rem;
	}
	.detail_content_about{
		padding: 1rem 0;
		margin-bottom: 1rem;
	}
	.detail_content_about .case_3 .tis_title{
		margin-bottom: 1rem;
		font-size: 2rem;
	}
	.detail_content_about .case_3 .last_cont{
		flex-wrap: wrap;
	}
	.detail_content_about .case_3 .last_cont .list_box{
		width: 49%;
		margin-right: 2% !important;
		margin-bottom: 1rem;
		padding: 2rem 0;
	}
	.detail_content_about .case_3 .last_cont .list_box:nth-child(2n){
		margin-right: 0 !important;
	}
	.detail_content_about .case_3 .last_cont .list_box .img{
		margin-bottom: 1rem;
	}
	.detail_content_about .case_3 .last_cont .list_box h2{
		font-size:1.6rem;
		margin-bottom:1rem;
	}
	.detail_content_about .case_3 .last_cont .list_box p{
		padding:0 0.4rem;
		margin-bottom: 1rem;
	}
	.cont_baner_box{
		height: 20rem;
	}
	.cont_baner_box .baner{
		height: 100%;
	}
	.cont_baner_box .warpin{
		padding:1rem;
	}
	.cont_baner_box .cont_tle{
		bottom: 4rem;
		left: 0;
		padding:0 1rem 0;
		width: 100%;
	}
	.cont_baner_box .cont_tle h2{
		font-size:2.4rem;
	}
	.cont_baner_box .cont_tle p{
		font-size:1.4rem;
		margin-top: 0.5rem;
		width: 100%;
	}
	.cont_baner_navi{
		height: auto;
		padding:0.6rem;
	}
	.cont_baner_navi .warpin{
		flex-wrap: wrap;
	}
	.cont_baner_navi a{
		padding:0.5rem ;
		font-size:1.4rem;
	}
	.cpzs_logo_content .last_box{
		margin:1rem auto;
	}
	.cpzs_logo_content .last_box .title_box{
		padding:1rem;
		font-size:1.4rem;
		margin-bottom: 1rem;
	}
	.cpzs_logo_content .last_box .logo_dl .li{
		width: 49%;
		height: 12rem;
		margin-right: 2% !important;
		margin-bottom: 0.8rem;
	}
	.cpzs_logo_content .last_box .logo_dl .li:nth-child(2n){
		margin-right: 0 !important;
	}
	.case_detail_content{
		padding:1.2rem 0;
	}
	.case_detail_content .li{
		width: 49%;
		margin-right: 2% !important;
		margin-bottom: 1rem;
	}
	.case_detail_content .li:nth-child(2n){
		margin-right: 0 !important;
	}
	.about_case_1{
		flex-wrap: wrap;
	}
	.about_case_1 .txt_box{
		width: 100%;
	}
	.about_case_1 .img_box{
		width: 100%;
	}
	.about_case_1 .img_box img{
		width: 100%;
		display: block;
	}
	.about_case_2{
		padding:1rem 0;
	}
	.about_case_2 .txt_cont{
		width: 100%;
	}
	.about_case_2 table th{
		padding:1rem 0;
		font-size:1.5rem;
	}
	.about_case_2 table td{
		font-size:1.3rem;
		padding:1rem 0;
	}
	.about_case_3 .tis_title h2{
		font-size:2rem;
	}
	.about_case_3 .map_list{
		flex-wrap: wrap;
		margin-bottom: 1rem;
	}
	.about_case_3 .map_list .map{
		width: 100%;
		height: 24rem;
	}
	.about_case_3 .map_list .txt_cont{
		width: 100%;
		padding:1rem;
	}
	.about_case_3 .map_list .txt_cont .tel_cont{
		margin-bottom: 1rem;
	}
	.jjfa_deta_1{
		flex-wrap: wrap;
		padding:1rem 0;
	}
	.jjfa_deta_1 .txt_box{
		width: 100%;
		padding:1rem 0;
		text-align: center;
	}
	.jjfa_deta_1 .txt_box .txt{
		width: 100%;
	}
	.jjfa_deta_1 .txt_box .line{
		display: block;
		margin:1rem auto;
	}
	.jjfa_deta_1 .img_box{
		width: 100%;
	}
	.jjfa_content_box{
		padding:2rem 0;
	}
	.jjfa_content_box .warpin{
		flex-wrap: wrap;
	}
	.jjfa_content_box .list_box{
		width: 49%;
		margin-right: 2% !important;
		margin-bottom: 1rem;
	}
	.jjfa_content_box .list_box:nth-child(2n){
		margin-right: 0 !important;
	}
	.jjfa_content_box .list_box .img_box{
		height: 12rem;
	}
	.jjfa_content_box .list_box .txt_box{
		height: 6rem;
	}
	.jjfa_content_box .list_box .txt_box h2{
		font-size:1.5rem;
	}
	.news_content_box{
		padding:1rem;
		display: flex;
		flex-wrap: wrap;
	}
	.news_content_box .news_list{
		flex-wrap: wrap;
		margin-bottom: 1rem;
		width: 49%;
		margin-right: 2% !important;
	}
	.news_content_box .news_list:nth-child(2n){
		margin-right: 0 !important;
	}
	.news_content_box .news_list .img{
		width: 100%;
		height: 13rem;
	}
	.news_content_box .news_list .txt_box{
		width: 100%;
		padding:1rem;
	}
	.news_content_box .news_list .txt_box .more_btn{
		position: relative;
		right: 0;
		top: 0;
		width: 100%;
		margin-top: 1rem;
	}
	.sjxf_pulic_title{
		margin-bottom: 0;
		padding:1rem 0;
	}
	.sjxf_pulic_title h2{
		font-size:1.8rem
	}
	.sjxf_cas1_last{
		flex-wrap: wrap;
	}
	.sjxf_cas1_last .list{
		width: 100%;
		padding:1rem;
	}
	.sjxf_cas1_last .list .i{
		height: 5rem;
		margin:0 auto 1rem;
	}
	.sjxf_cas1_last .list .i img{
		height: 4rem;
	}
	.sjxf_case_2{
		padding:1rem 0;
		background: none !important;
	}
	.sjxf_case_2 .sjxf_pulic_title h2{
		color:#212122 !important;
	}
	.sjxf_case_2 .sjxf_pulic_title p{
		color:#787878 !important;
	}
	.sjxf_case_2 .last_cont{
		flex-wrap: wrap;
	}
	.sjxf_case_2 .last_cont .list{
		width: 49%;
		height: auto;
		margin-right: 2%;
		margin-bottom: 1rem;
	}
	.sjxf_case_2 .last_cont .list:nth-child(2n){
		margin-right: 0;
	}
	.sjxf_case_2 .last_cont .list .i{
		height: 4rem;
		margin:0 auto 1rem;
	}
	.sjxf_case_2 .last_cont .list .i img{
		height: 100%;
	}
	.sjxf_case_2 .last_cont .list .title{
		font-size:1.5rem;
		margin-bottom: 1rem;
	}
	.sjxf_case_3 .tab_detail{
		flex-wrap: wrap;
	}
	.sjxf_case_3 .tab_detail .nav_box{
		width: 100%;
		display: flex;
		margin-bottom: 1rem;
	}
	.sjxf_case_3 .tab_detail .nav_box .li{
		width: 30%;
		height: auto;
		margin:0 1%;
		padding:1.4rem 0.2rem;
		font-size:1.2rem;
		border-radius: 10px;
		overflow: hidden;
	}
	.sjxf_case_3 .tab_detail .nav_box .li::after,.sjxf_case_3 .tab_detail .nav_box .li::before{
		display: none;
	}
	.sjxf_case_3 .tab_detail .nav_box .li span{
		display: none;
	}
	.sjxf_case_3 .tab_detail .nav_box .li p{
	    font-size:12px;
	    width: 100%;
	}
	.sjxf_case_3 .tab_detail .tab_cont{
		width: 100%;
		height: auto;
	}
	.sjxf_case_3 .tab_detail .cont{
		border-radius: 10px;
		padding:1rem;
	}
	.sjxf_case_4{
		padding:1rem 0;
	}
	.sjxf_cas4_baner .img{
		height: 6rem;
		margin-bottom: 1rem;
	}
	.sjxf_cas4_baner .img img{
		display: block;
		height: 100%;
	}
	.sjxf_cas4_baner .txt h2{
		font-size:1.4rem;
	}
	.sjxf_cas4_baner .txt p{
		font-size:1.2rem;
	}
	.sjxf_pulic_arr span{
		width: 4rem;
		height: 4rem;
	}
	.sjxf_pulic_arr span img{
		width: 2rem;
	}
	.sjxf_case_5{
		display: none;
	}
	.sjxf_cas6_baner{
		height: auto;
	}
	.sjxf_cas6_baner .swiper-slide{
		padding:1rem;
	}
	.sjxf_cas6_baner .dl{
	    margin-bottom: 1rem;
	}
	.sjxf_cas6_baner .dl .dt{
	    width: 2rem;
        height: 2rem;
        font-size: 1.2rem;
	}
	.sjxf_cas6_baner .dl.ques .dd{
	    line-height: 24px;
        font-size:14px;
	}
	.sjxf_cas6_baner .dl.answ .dd{
		    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
	}
	.sjxf_case_7{
		margin:1rem auto;
	}
	.sjxf_cas7_baner .img{
		height: 10rem;
	}
	.pulic_footer_box .code_box .tel_box .dd h2{
	    font-size:1.6rem;
	}
	.news_detail_content .tis_title_box{
	    margin-bottom: 1rem;
	}
	.news_detail_content .tis_title_box h2{
	    font-size:1.6rem;
	}
	.news_detail_content .news_page_cont .list p{
	    display: none;
	}
}