@charset "utf-8";
/* CSS Document */
.pcNone {
	display: none !important;
}

.wrapper{
	width: 1400px;
	margin: 0 auto;
}
.font_b{
	font-weight: bold;
}
.red{
	color: #c00;
}
a{
	color: inherit;
}
a:hover {
	color: #3587c0;
}
* {
	box-sizing: border-box;
}
img {
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
/*头部*/
.jzbz_header{
	height: 260px;
	background: url(jzbz_202601_headerBg.jpg) center top no-repeat;
	background-size: auto 100%;
}
.top_bar{
	height: 46px;
	background-color: rgba(255, 255, 255, .23);
	border-bottom: 1px solid rgba(255, 255, 255, .25);
}
.top_bar .logo1{
	float: left;
	padding-top: 3px;
}
.top_bar .logo1 img{
	height: 40px;
}
.top_bar .riqi{
	float: right;
	color: #fff;
	font-size: 16px;
	line-height: 46px;
}
.top_box{
	padding-top: 68px;
}

.top_box .jzbz_logo {
	float: left;
	margin-right: 70px;
}
.top_box .biaoyu{
	float: left;
	padding-top: 12px;
}
.top_box .jzbz_search{
	float: right;
	width: 320px;
	height: 46px;
	background: #fff;
	border-radius: 6px;
	overflow: hidden;
	margin-top: 5px;
	position: relative;
}

.jzbz_search .so_input{
	width: 100%;
	height: 100%;
	border: 0;
	background: none;
	padding: 0 65px 0 15px;
	font-size: 18px;
}
.jzbz_search input{
	color: #71a2c0;
}

.jzbz_search input.dark{
	color: #333;
}
.jzbz_search .so_input::placeholder{
	color: #71a2c0;
}
.jzbz_search .so_btn{
	content: '';
	width: 60px;
	background: url(jzbz_202601_icon_so.png) center center no-repeat #37bca8;
	background-size: 24px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.jzbz_search .so_btn:hover{
	background-color: #2dad9a;
}

.jzbz_menu{
	height: 56px;
	background: url(jzbz_202601_menuBg.png) #5498d2;
	text-align: center;
	font-size: 0;
}
.jzbz_menu li{
	width: 12.4%;
	height: 100%;
	display: inline-block;
	color: #fff;
	font-size: 22px;
	line-height: 54px;
	white-space: nowrap;/*强制不换行*/
	position: relative;
}
.jzbz_menu li::before {
	content: '';
	height: 24px;
	width: 0;
	border-left: 1px solid #70afe4;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -12px;
}
.jzbz_menu li a{
	display: block;
}
.jzbz_menu li a:hover{
	color: #fff;
}
.jzbz_menu li:hover{
	background-color: rgba(0,0,0,.06);
}
.jzbz_menu li:first-child::before{
	display: none;
}

/*通用标题*/
.jzbz_title{
	height: 54px;
	background: url(jdz_202512_bg02.png) left repeat-x;
	background-size: 100% 100%;
	border-top: 2px solid #fff;
}
.jzbz_title .bt{
	display: inline-block;
	background: url(jdz_202512_bg03.png) no-repeat;
	background-size: 100% 100%;
	width: 184px;
	height: 54px;
	line-height: 48px;
	font-size: 24px;
	font-weight: bold;
	padding-left: 60px;
	color: #fff;
}

.jzbz_title2{
	font-size: 36px;
	font-weight: bold;
	color: #5496cd;
	text-align: center;
	line-height: 2.5;
	margin-bottom: 20px;
}
/*二级列表页*/
/*面包屑*/
.weizhi{
	line-height: 55px;
	color: #779fc0;
	font-size: 16px;
}
.weizhi .t1{

}
.weizhi .t2{
	margin: 0 5px;
}
/* 分页 */
.page {
	text-align: center;
	padding: 40px 0 60px 0 ;
}
.page_s {
	display: inline-block;
	font-size: 14px;
}
.page a {
	cursor: pointer;
}

.page a,
.page span,
.page .txt {
	padding: 0 11px;
	height: 34px;
	line-height: 32px;
	border: 1px solid #ccdcec;
	margin: 0 3px 0 0;
	color: #333333;
	font-size: 16px;
	border-radius: 2px;
	min-width: 16px;
	display: inline-block;
}
.page .txt {
	width: 18px;
}
.page a:hover {
	color: #fff;
	border: 1px solid #ccdcec;
	background: #3587c0;
}
.page .cur {
	color: #fff;
	border: 1px solid #ccdcec;
	background: #3587c0;
}
.page span {
	border: none;
}
.page #num {
	height: 32px;
	line-height: 32px;
	text-align: center;
	border: 1px solid #ccdcec;
	border-radius: 2px;
	width: 32px;
	vertical-align: top;
	font-size: 16px;
}
.page font {
	font-size: 16px;
	height: 32px;
	line-height: 32px;
	display: inline-block;
	/*	vertical-align: top;*/
}
.page font i {
	padding-bottom: 2px;
	display: inline-block;
}
.page #go {
	height: 32px;
	line-height: 32px;
	padding: 0 12px;
	cursor: pointer;

	margin: 0;
	vertical-align: top;
	border: none;
	background-color: #3587c0;
	font-size: 16px;
	color: #fff;
	border-radius: 2px;
}
.page #go:hover{
	background-color: #3587c0;
}
/*分页 结束*/

.jzbz_ejbody{
	background: #f5f6f7;
	padding-bottom: 60px;
}
.jzbz_ejbox{
	background: #fff;

}
/*通栏列表*/
.jzbz_ej_list{
	line-height: 1.5;
	padding: 10px 30px 0;
}
.jzbz_ej_list li{
	position: relative;
	padding-left: 28px;
	padding-right: 170px;
	margin-top: 22px;
	font-size: 20px;
}
.jzbz_ej_list li::before{
	content: '•';
	color: #3587c0;
	font-size: 18px;
	position: absolute;
	top: 1px;
	left: 5px;
}
.jzbz_ej_list .time{
	color: #777;
	font-size: 18px;
	position: absolute;
	top: 0;
	right: 0;
}
.jzbz_ej_list li:nth-child(5n){
	border-bottom: 1.5px dashed #dbe5ed;
	padding-bottom: 30px;
}

/*详情页*/
.ConBox{
	background: #fff;
	padding: 50px 90px;
}
.Con_title{
	border-bottom: 1px solid #a2c3d0;
}
.Con_bt{
	text-align: center;
	font-size: 32px;
	line-height: 1.5;
	font-weight: normal;
	padding: 0 70px;
	margin-bottom: 30px;
}

.mTop_30{
	margin-top: 30px;
}
.con_nr{
	font-size: 20px;
}
.con_nr * {
	line-height: 2;
	line-height: 2 !important;
}
.con_nr a {
	color: #3587c0;
}
.con_nr p{
	margin: 0 0 1em !important;
	background: #FFFFFF!important;
	border: 0!important;
}
.con_nr table p {
	text-indent: 0;
}
.con_nr div{
	margin-bottom: 1em;
}
.con_nr img {
	max-width: 65%;
	margin: 0 auto;
	display: block;
}
.con_nr table {
	width: 100%!important;
	border-top: 1px #333333 solid;
	border-left: 1px #333333 solid;
}
.con_nr table tr td {
	border-right: 1px #333333 solid;
	border-bottom: 1px #333333 solid;
	font-size: 15px;
	padding-left: 4px;
}
.con_info{
	color: #8b98ae;
	font-size: 16px;
	line-height: 50px;
	padding-bottom: 10px;
}
.con_info_l{
	float: left;
}
.con_info_l li{
	float: left;
	margin-right: 50px;
}
.con_info_l li img,
.con_info_r li img {
	vertical-align: middle;
	width: 26px;
}
.con_info_l:last-child{
	margin-right: 0;
}
.con_info_r{
	float: right;
}
.con_info_r li{
	float: left;
	margin-left: 50px;
}
.con_info_r:last-child{
	margin-left: 0;
}
.print{
	cursor: pointer;
}
.font_size{

}
.font_size span{
	margin-right: 5px;
	cursor: pointer;
}
.font_size span.active{
	font-weight: bold;
	color: #4589c2;
}

/*详情页分享媒体图标*/
.con_fx_icon{
	display: inline-block;
	width: 30px;
	height: 30px;
	overflow: hidden;
	padding: 0;
	border-radius: 50%;
	vertical-align: middle;
	margin-left: 5px;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.con_fx_icon_1{
	background: url(jdz_202512_con_icon_qz.png) center center no-repeat #cbe0f1;
	background-size: 75%;
}
.con_fx_icon_2{
	background: url(jdz_202512_con_icon_wx.png) center center no-repeat #cbe0f1;
	/*	background-size: cover;*/
	background-size: 75%;
}
.con_fx_icon_3{
	background: url(jdz_202512_con_icon_wb.png) center center no-repeat #cbe0f1;
	/*	background-size: cover;*/
	background-size: 75%;
}
.con_fx_icon:hover,
.con_fx_icon:hover,
.con_fx_icon:hover {
	background-color: #4589c2;
}


/*产品列表*/
.jzbz_tplist{

}
.jzbz_tplist .page{
	padding-top: 20px;
	padding-bottom: 10px;
}
.jzbz_tplist li a{
	display: block;
}
.jzbz_tplist li{
	width: 327px;
	height: 337px;
	float: left;
	box-shadow: 0px 0px 20px rgba(219, 232, 244, 1);
	margin-right: 30px;
	margin-bottom: 30px;
}
.jzbz_tplist li:nth-child(4n){
	margin-right: 0;
}
.jzbz_tplist li:nth-child(4n + 1){
	clear: both;
}

/*中心概况*/
.jzbz_leftNav{
	float: left;
	width: 300px;
}
.jzbz_leftNav .h1{
	background: url(jzbz_202601_menuBg.png) #5498d2;
	line-height: 60px;
	padding-left: 46px;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
}
.jzbz_leftNav .nav_li{
	line-height: 1.3;
}
.jzbz_leftNav .nav_li li{
	border-bottom: 1px solid #f5f6f7;
	margin-bottom: 1px;
	background: url(jzbz_202601_dot.png) 24px center no-repeat #fff;
	background-size: 16px;
	padding: 0 20px 0 48px;
	font-size: 18px;
}
.jzbz_leftNav .nav_li li.on{
	border-bottom-color: #c3d9eb;
	color: #5b9bd1;
	background-image: url(jzbz_202601_dot_h.png);
}
.jzbz_leftNav .nav_li li a{
	display: block;
	padding: 15px 0;
}
.jzbz_R_con{
	float: right;
	width: 1070px;
	background: #fff;
	padding: 60px;
}
.jzbz_R_con .R_con_tit{
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	color: #5b9bd1;
	border-bottom: 1px solid #e3edf6;
	line-height: 1.5;
	padding-bottom: 30px;
}
.jzbz_R_con .R_con_nr{
	font-size: 20px;
	line-height: 2;
	text-align: justify;
	min-height: 500px;
}
.jzbz_R_con .R_con_nr p{
	margin: 1em 0;
}
.jzbz_list_con {
	float: right;
	width: 1070px;
	background: #fff;
	padding: 20px;
}
/*搜索结果*/
.so_page{
	background: #fff;
	padding: 45px 70px;
}
.searchBox{
	padding: 25px 30px;
	background: url(jzbz_202601_soBg.png);
	border-radius: 10px;
	margin-bottom: 20px;
}
.searchBox .soubk{
	width: 100%;
	height: 52px;
	font-size: 20px;
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
	position: relative;

}
.searchBox .search_input{
	width: 100%;
	height: 100%;
	padding-left: 10px;
	border: 0;
}
.searchBox .search_input{
	width: 100%;
	height: 100%;
	border: 0;
	background: none;
	padding: 0 165px 0 15px;
	font-size: 20px;
}
.searchBox input{
	color: #71a2c0;
	font-size: 20px;
}

.searchBox input.dark{
	color: #333;
}
.searchBox .search_input::placeholder{
	color: #71a2c0;
}
.searchBox .so_btn{
	content: '';
	width: 160px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
	transition: all .5s;
	-webkit-transition: all .5s;
	color: #fff;
	line-height: 52px;
	text-align: center;
	padding-right: 10px;
	font-size: 20px;
	background: #37bca8 url(jzbz_202601_icon_so.png) 35px 14px no-repeat;
	background-size: 26px;
	padding-left: 35px;
}
.searchBox .so_btn img{
	width: 20px;
	vertical-align: middle;
	margin-right: 10px;
	margin-top: -2px;
}
.searchBox .so_btn:hover{
	background-color: #2dad9a;
}

.so_msg{
	line-height: 160%;
	position: relative;
	font-size: 18px;
	margin-bottom: 20px;
	margin-top: 30px;
}
.so_msg font{
	margin-left: 30px;
	line-height: 1.8;
}
.so_msg .so_msg_txt {
	width: 74%;
}
.so_msg font:first-child{
	margin-left: 0;
}
.so_msg .paixu{
	position: absolute;
	right: 0;
	top: 0;
}
.so_msg .paixu a{
	display: inline-block;
	padding: 3px 15px;
	border: 1px solid #5b9bd1;
	font-size: 16px;
	border-radius: 6px;
	margin-left: 10px;
}
.so_msg .paixu a.on{
	background-color: #5b9bd1;
	color: #fff;
}

.ejso_list li{
	border-bottom: 1px solid #e0ebf5;
	padding: 20px 0;
}

.ejso_list li:first-child{
	/*	padding-top: 0;*/
}
.ejso_list li *{
	line-height: 1.8;
}
.ejso_list li h3{
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 10px;
}
.ejso_list li .txt{
	font-size: 16px;
	color: #707070;
	margin-bottom: 10px;
}
.ejso_list li .time{
	color: #5b9bd1;
	font-size: 16px;
}
.font_red{
	color: #c00;
}

/*首页*/
.lm_more{
	color: #4db3a4;
	font-size: 16px;
	position: absolute;
	right: 20px;
	top: 15px;
}
.lm_more .ico{
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-left: 6px;
	background: url(jdz_202512_more.png) no-repeat;
	background-size: 100% 100%;
	vertical-align: middle;
	margin-top: -3px;
}
.lm_more a:hover .ico{
	background-image: url(jdz_202512_more_h.png);
}
/*首页- 滚动新闻*/
.jdz_scrNew{
	background-color: #ebf6fe;
	padding: 9px 0;
	margin-top: 20px;
	margin-bottom: 20px;
	position: relative;
}
.jdz_scrNew .lm_more{
	top: 18px;
}
.scroll_news_list {
	float: left;
	width: 1280px;
	margin-left: 20px;
	height: 42px;
	line-height: 42px;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}
.new_list_com {
	overflow: hidden;
	position: absolute;
	left: 0;
}

.new_list_mess {
	float: left;
	font-size: 18px;
	padding-right: 10px;
	position: relative;
	padding-left: 30px;
	box-sizing: border-box;
	margin-right: 35px;
}

.new_list_mess::before {
	width: 19px;
	height: 19px;
	background: url(jdz_202512_icon01.png) no-repeat;
	background-size: 100% 100%;
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -9px;
}
.new_list_mess span.time {
	color: #999999;
	margin-left: 15px;
}
/*新闻轮播*/
.jdz_lbnew {
	float: left;
	width: 720px;
	height: 440px;
	background: url(jdz_202512_bg01.png) no-repeat;
	background-size: 100% 100%;
	padding-left: 20px;
	padding-top: 20px;
	overflow: hidden;
}
.xj-right{
	width: 680px;
	overflow: hidden;
}
.xj-right .swiper-container{
	width: 680px;
	height: 400px;
}
.xj-right .swiper-slide{
	position: relative;
}
.xj-right .text-cont{
	height: 80px;
	padding-top: 30px;
	line-height: 50px;
	box-sizing: border-box;
	background: url(jdz_202512_lb_tbg.png) bottom repeat-x;
	background-size: auto 100%;
	color: #fff;
	text-indent: 16px;
	font-size: 18px;
	font-weight: bold;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
.xj-right .coverImg{
	height: 400px;
	overflow: hidden;
}
.xj-right .img-cont img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.xj-right .img-cont a{
	display: block;
}

.pagination {
	position: absolute;
	z-index: 20;
	bottom: 14px;
	text-align: right;
	box-sizing: border-box;
	right: 10px;
}
.swiper-pagination-switch {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	background: #fff;
	margin: 0 5px;
	cursor: pointer;
	transition: all 0.4s;
}
.swiper-active-switch {
	width: 30px;
	background-color: #5b9bd1;
}

/*快速入口*/
.jdz_linkImg{
	width: 630px;
	float: right;
	padding-top: 20px;
}
.jdz_linkImg li{
	height: 120px;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 22px;
	position: relative;
}
.jdz_linkImg li img{
	width: 100%;
	height: 100%;
}
.jdz_linkImg .but_go{
	min-width: 72px;
	text-align: center;
	position: absolute;
	top: 50%;
	margin-top: -18px;
	right: 30px;
	background: #fff;
	line-height: 36px;
	border-radius: 100px;
	font-size: 16px;
	color: #48a1ed;
}
.jdz_linkImg .but_go:hover{
	font-weight: bold;
}
.jdz_linkImg .but_go .jt{
	display: inline-block;
	width: 8px;
	height: 12px;
	background: url(jdz_202512_jt2.png) no-repeat;
	background-size: 100% 100%;
	margin-left: 8px;
}
.jdz_linkImg li:nth-child(1) .but_go {
	color: #4db3a4;
}
.jdz_linkImg li:nth-child(1) .but_go .jt {
	background-image: url(jdz_202512_jt1.png);
}

.jdz_page3{
	padding-top: 40px;
	padding-bottom: 50px;
}
/*通用标题*/
.jdz_title{
	height: 54px;
	background: url(jdz_202512_bg02.png) left repeat-x;
	background-size: 100% 100%;
	border-top: 2px solid #fff;
}
.jdz_title .bt{
	display: inline-block;
	background: url(jdz_202512_bg03.png) no-repeat;
	background-size: 100% 100%;
	width: 184px;
	height: 54px;
	line-height: 48px;
	font-size: 24px;
	font-weight: bold;
	padding-left: 60px;
	color: #fff;
}
.jdz_inbox{
	position: relative;
	box-shadow: 0 0 10px 0 #dbe8f4;
}

.jdz_list{
	line-height: 50px;
	padding: 15px 30px;
	min-height: 380px;
}
.jdz_list li{
	position: relative;
	font-size: 20px;
}
.jdz_list a{
	display: block;
	white-space: nowrap; /*强制不换行*/
	overflow:hidden;
	text-overflow:ellipsis;
}
.jdz_list a::before{
	content: '•';
	color: #3587c0;
	margin-right: 8px;
}
.jds_w1 .jdz_list a{
	margin-right: 130px;
}
.jdz_list .time{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 18px;
	color: #777777;
}
.jdz_list_index {
	background: url("jdz_2026_bgner.jpg") no-repeat;
	background-size: cover;
}
.jds_w2{
	width: 48.5%;
}
.jdz_page4{
	padding-bottom: 60px;
}

.jzbz_page5{
	background: url(jzbz_202601_inbg.jpg) no-repeat;
	background-size: 100% 100%;
	margin-bottom: 60px;
	padding: 30px 0 70px;
}
/*首页-产品轮播*/
.lb_box{
	position: relative;
}
.lb_box1 .swiper-container{
	width: 1430px;
	height: 340px;
	overflow: hidden;
}
.lb_box .prev,
.lb_box .next {
	content: '';
	width: 50px;
	height: 50px;
	background-color: rgba(91, 155, 209, .5);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 18px;
	cursor: pointer;

	position: absolute;
	top: 50%;
	margin-top: -25px;
	z-index: 2;
}
.lb_box .prev:hover,
.lb_box .next:hover {
	background-color: rgba(91, 155, 209, .7);
}
.lb_box .prev{
	background-image: url(jzbz_202601_prev.png);
	left: -4vw;
}
.lb_box .next{
	background-image: url(jzbz_202601_next.png);
	right: -4vw;
}
.cp_tu{
	width: 327px;
	height: 337px;
	padding: 16px 16px 0;
	/*	box-shadow: 0px 0px 20px rgba(219, 232, 244, 1);*/
	background: #fff;
}
.cp_tu a{
	display: block;
}
.cp_tu .img{
	width: 100%;
	height: 202px;
	overflow: hidden;
}
.cp_tu .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.cp_tu:hover .img img{
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
}
.cp_tu .t1{
	font-size: 20px;
	line-height: 3;
}
.cp_tu.t1 a{
	display: block;
	white-space: nowrap; /*强制不换行*/
	overflow:hidden;
	text-overflow:ellipsis;
}
.cp_tu .t2{
	font-size: 16px;
	border-top: 1px solid #dce8f2;
	line-height: 50px;
}
.cp_tu .time{
	color: #4db3a4;
}
.cp_tu .t2 .ico{
	width: 18px;
	vertical-align: middle;
	margin-top: -3px;
}
.cp_tu .time .ico{
	margin-right: 8px;
}
.cp_tu .chakan{
	color: #5496cd;
	float: right;
}
.cp_tu .chakan .ico{
	margin-left: 8px;
}
.cp_tu .chakan .a{
	position: relative;
	padding-right: 12px;
	display: inline-block;
}
.cp_tu .chakan .a::before{
	content: '';
	width: 0;
	height: 14px;
	border-right: 1px solid #5b9bd1;
	position: absolute;
	top: 50%;
	margin-top: -6px;
	right: 0;
}
.in_tousu{
	background: url(jzbz_202601_inbg2.jpg);
	border-top: 1px solid #e4f1fe;
	border-bottom: 1px solid #e4f1fe;
	border-left: 6px solid #5b9bd1;
	border-right: 6px solid #5b9bd1;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	color: #5496cd;
	letter-spacing: 2px;
	margin-bottom: 70px;
}
.in_tousu img{
	width: 35px;
	vertical-align: middle;
	margin-right: 8px;
}
.in_tousu a{
	display: block;
	padding: 20px;
}

/*foot*/
.jzbz_foot{
	border-top: 8px solid #5b9bd1;
	background: #f7fbff;
	padding: 15px 0;
	line-height: 2.2;
}
.jzbz_foot .foot_link{
	font-size: 0;
	position: relative;
	padding-left: 150px;
	border-bottom: 1px solid #d7e4f0;
	padding-bottom: 15px;
}
.jzbz_foot .foot_link .link_bt{
	position: absolute;
	font-size: 18px;
	left: 0;
}
.jzbz_foot .foot_link a{
	display: inline-block;
	font-size: 18px;
	width: 24.9%;
}
.jzbz_foot .foot_info{
	font-size: 16px;
	color: #707070;
	padding-top: 15px;
	position: relative;
}
.jzbz_foot .foot_info .lanbiao{
	position: absolute;
	left: 0;
}
.jzbz_foot .foot_info .info_t{
	padding-left: 100px;
}
.jzbz_foot .foot_info .info_t .t{
	margin-left: 50px;
	float: left;
}
.jzbz_foot .foot_info .info_t .t:first-child{
	margin-left: 0;
}
@media screen and (max-width: 1440px){

	.wrapper{
		width: 1000px;
	}
	/*头部*/
	.jzbz_header{
		height: 185px;
	}
	.top_bar{
		height: 34px;
	}
	.top_bar .logo1 img{
		height: 28px;
	}
	.top_bar .riqi{
		font-size: 13px;
		line-height: 32px;
	}
	.top_box{
		padding-top: 50px;
	}

	.top_box .jzbz_logo {
		margin-right: 40px;
	}
	.top_box .jzbz_logo img{
		height: 44px;
	}
	.top_box .biaoyu{
		padding-top: 5px;
	}
	.top_box .biaoyu img{
		height: 24px;
	}
	.top_box .jzbz_search{
		width: 230px;
		height: 34px;
		margin-top: 0;
	}

	.jzbz_search .so_input{
		padding: 0 50px 0 10px;
		font-size: 13px;
	}
	.jzbz_search .so_btn{
		width: 42px;
		background-size: 16px;
	}

	.jzbz_menu{
		height: 40px;
	}
	.jzbz_menu li{
		font-size: 16px;
		line-height: 40px;
	}
	.jzbz_menu li::before {
		height: 18px;
		margin-top: -9px;
	}


	/*通用标题*/
	.jzbz_title{
		height: 40px;
	}
	.jzbz_title .bt{
		width: 132px;
		height: 40px;
		line-height: 36px;
		font-size: 18px;
		padding-left: 42px;
	}
	.jzbz_title2{
		font-size: 26px;
		margin-bottom: 20px;
	}
	/*二级列表页*/
	/*面包屑*/
	.weizhi{
		line-height: 40px;
		font-size: 14px;
	}
	/* 分页 */
	.page {
		padding: 30px 0 40px 0 ;
	}
	.page_s {
		font-size: 13px;
	}
	.page a,
	.page span,
	.page .txt {
		height: 26px;
		line-height: 24px;
		font-size: 13px;
		min-width: 16px;
	}
	.page #num {
		height: 26px;
		line-height: 24px;
		width: 26px;
		font-size: 13px;
	}
	.page font {
		font-size: 13px;
		height: 26px;
		line-height: 24px;
	}
	.page font i {
		padding-bottom: 2px;
	}
	.page #go {
		height: 26px;
		line-height: 24px;
		font-size: 15px;
	}
	/*分页 结束*/

	.jzbz_ejbody{
		padding-bottom: 40px;
	}
	/*通栏列表*/
	.jzbz_ej_list{
		line-height: 1.5;
		padding: 10px 30px 0;
	}
	.jzbz_ej_list li{
		padding-left: 22px;
		padding-right: 120px;
		margin-top: 15px;
		font-size: 16px;
	}
	.jzbz_ej_list li::before{
		font-size: 15px;
		top: 0;
	}
	.jzbz_ej_list .time{
		font-size: 14px;
	}
	.jzbz_ej_list li:nth-child(5n){
		padding-bottom: 20px;
	}

	/*详情页*/
	.ConBox{
		padding: 50px 65px;
	}
	.Con_bt{
		font-size: 24px;
		padding: 0 60px;
		margin-bottom: 20px;
	}
	.mTop_30{
		margin-top: 20px;
	}
	.con_nr{
		font-size: 16px;
	}
	.con_info{
		font-size: 13px;
		line-height: 40px;
		padding-bottom: 5px;
	}
	.con_info_l li{
		margin-right: 30px;
	}
	.con_info_l li img,
	.con_info_r li img {
		width: 20px;
	}
	.con_info_r li{
		margin-left: 30px;
	}

	/*详情页分享媒体图标*/
	.con_fx_icon{
		width: 22px;
		height: 22px;
	}

	/*产品列表*/
	.jzbz_tplist .page{
		padding-top: 20px;
		padding-bottom: 10px;
	}
	.jzbz_tplist li{
		width: 234px;
		height: 240px;
		margin-right: 21px;
		margin-bottom: 22px;
	}
	.cp_tu {
		width: 234px;
		height: 240px;
		padding: 10px 10px 0;
	}
	.cp_tu .img{
		height: 145px;
	}

	.cp_tu .t1{
		font-size: 14px;
	}
	.cp_tu .t2{
		font-size: 12px;
		line-height: 36px;
	}
	.cp_tu .t2 .ico{
		width: 13px;
	}


	/*中心概况*/
	.jzbz_leftNav{
		width: 220px;
	}
	.jzbz_leftNav .h1{
		line-height: 42px;
		padding-left: 35px;
		font-size: 16px;
	}
	.jzbz_leftNav .nav_li li{
		background-size: 11px;
		background-position: 17px center;
		padding: 0 10px 0 35px;
		font-size: 14px;
	}
	.jzbz_leftNav .nav_li li a{
		padding: 11px 0;
	}
	.jzbz_R_con{
		width: 760px;
		padding: 44px;
	}
	.jzbz_R_con .R_con_tit{
		font-size: 22px;
		padding-bottom: 20px;
	}
	.jzbz_R_con .R_con_nr{
		font-size: 15px;
		min-height: 500px;
	}
	.jzbz_list_con{
		width: 760px;
		padding: 14px;
	}
	/*搜索结果*/
	.so_page{
		padding: 30px 50px 0;
	}
	.searchBox{
		padding: 18px 22px;
	}
	.searchBox .soubk{
		width: 100%;
		height: 40px;
		font-size: 15px;
	}
	.searchBox .search_input{
		padding: 0 120px 0 15px;
		font-size: 15px;
	}
	.searchBox input{
		font-size: 15px;
	}

	.searchBox .so_btn{
		width: 115px;
		line-height: 40px;
		background: #37bca8 url(jzbz_202601_icon_so.png) 25px 10px no-repeat;
		background-size: 20px;
		padding-left: 35px;
		font-size: 16px;
	}
	.searchBox .so_btn img{
		width: 15px;
	}

	.so_msg{
		font-size: 13px;
	}
	.so_msg font{
		margin-left: 20px;
		line-height: 1.8;
	}
	.so_msg .paixu a{
		font-size: 13px;
	}

	.ejso_list li{
		padding: 20px 0;
	}
	.ejso_list li:first-child{
		padding-top: 0;
	}
	.ejso_list li *{
		line-height: 1.8;
	}
	.ejso_list li h3{
		font-size: 15px;
	}
	.ejso_list li .txt{
		font-size: 13px;
	}
	.ejso_list li .time{
		font-size: 13px;
	}

	/*	首页*/
	.lm_more{
		font-size: 13px;
		right: 15px;
		top: 12px;
	}
	.lm_more .ico{
		width: 16px;
		height: 16px;
	}
	/*首页- 滚动新闻*/
	.jdz_scrNew{
		padding: 9px 0;
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.jdz_scrNew .lm_more{
		top: 13px;
	}
	.scroll_news_list {
		width: 900px;
		margin-left: 15px;
		height: 26px;
		line-height: 26px;
	}
	.new_list_mess {
		font-size: 14px;
		padding-right: 10px;
		margin-right: 20px;
	}


	/*新闻轮播*/
	.jdz_lbnew {
		width: 514px;
		height: 314px;
		padding-left: 15px;
		padding-top: 15px;
	}
	.xj-right{
		width: 486px;
	}
	.xj-right .swiper-container{
		width: 486px;
		height: 286px;
	}
	.xj-right .text-cont{
		height: 56px;
		padding-top: 16px;
		line-height: 30px;
		font-size: 15px;
	}
	.xj-right .coverImg{
		height: 286px;
	}
	.pagination {
		bottom: 12px;
	}

	/*快速入口*/
	.jdz_linkImg{
		width: 450px;
		padding-top: 15px;
	}
	.jdz_linkImg li{
		height: 86px;
		border-radius: 10px;
		overflow: hidden;
		margin-bottom: 15px;
		position: relative;
	}
	.jdz_linkImg .but_go{
		min-width: 60px;
		margin-top: -14px;
		right: 15px;
		line-height: 28px;
		font-size: 14px;
	}
	.jdz_linkImg .but_go .jt{
		margin-left: 5px;
	}
	.jdz_page3{
		padding-top: 25px;
		padding-bottom: 30px;
	}
	/*通用标题*/
	.jdz_title{
		height: 40px;
	}
	.jdz_title .bt{
		width: 132px;
		height: 40px;
		line-height: 36px;
		font-size: 18px;
		padding-left: 42px;
	}
	.jdz_list{
		line-height: 36px;
		padding: 10px 20px 0;
		min-height: 275px;
	}
	.jdz_list li{
		font-size: 15px;
	}
	.jds_w1 .jdz_list a{
		margin-right: 90px;
	}
	.jdz_list .time{
		font-size: 14px;
	}
	.jdz_page4{
		padding-bottom: 40px;
	}
	.jzbz_page5{
		margin-bottom: 60px;
		padding: 30px 0 70px;
	}
	/*首页-产品轮播*/
	.lb_box{
	}
	.lb_box1 .swiper-container{
		width: 1020px;
		height: 240px;
	}
	.lb_box .prev,
	.lb_box .next {
		width: 35px;
		height: 35px;
		background-size: 14px;
		margin-top: -25px;
	}

	.in_tousu{
		font-size: 18px;
		margin-bottom: 50px;
	}
	.in_tousu a{
		padding: 18px;
	}
	.in_tousu img{
		width: 24px;
	}
	/*foot*/
	.jzbz_foot{
		border-top-width: 6px;
	}
	.jzbz_foot .foot_link{
		padding-left: 100px;
	}
	.jzbz_foot .foot_link .link_bt,
	.jzbz_foot .foot_link a {
		font-size: 14px;
	}
	.jzbz_foot .foot_info{
		font-size: 13px;
	}
	.jzbz_foot .foot_info .info_t{
		padding-left: 70px;
	}
	.jzbz_foot .foot_info .info_t .t{
		margin-left: 25px;
	}
	.jzbz_foot .foot_info .lanbiao img{
		width: 50px;
	}
	.con_nr table tr td {
		font-size: 12px;
	}
}