
/*加载字体*/
@font-face {
    font-family: 'sourcehan';
    src:url('font/SourceHanSerifCN-SemiBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
body{font-family: 'sourcehan','simsun', sans-serif;}
html { scroll-behavior: smooth; }
::-webkit-scrollbar {
  width:6px; /* 竖向滚动条宽度 */
  height: 6px; /* 横向滚动条宽度 */
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
::-webkit-scrollbar-thumb {
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
::-webkit-scrollbar-thumb:hover{
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
.pub_top_m { display: none; }
.content{max-width: 1680px; box-sizing: border-box;  margin: 0px auto;}
.content2{max-width: 1440px;box-sizing: border-box;margin: 0px auto;}

.pub_nav{height: 116px;_overflow:hidden; background: url(../images/in_nav_bg.jpg) center repeat;}
.pub_nav .logo{margin-top: 25px;}

.pub_nav .nav_box{margin-top: 40px;line-height: 37px;}
.pub_nav .nav_box ul li{float: left; _width: 100px;position: relative;}
.pub_nav .nav_box ul li > a { padding: 0px 20px; margin-left: 14px; color: #fff5dc; font-size: 16px; text-align: center; display: block; position: relative; }

.pub_nav .nav_box ul li:first-child > a::after{display: none;}
.pub_nav .nav_box ul li > a::after{content: "";width: 9px;height: 9px;background: url(../images/icon_nav_dot.png) center no-repeat;background-size: 100%; position: absolute;top: 50%;transform: translateY(-50%);left: -2px;}

.pub_nav .nav_box ul li.on > a{background: url(../images/icon_nav_bg.png) center center no-repeat;background-size: 100% 100%;}
.pub_nav .nav_box ul li.on > a::after{display: none;}

.pub_nav .nav_box ul li:hover > a{background: url(../images/icon_nav_bg.png) center center no-repeat;background-size: 100% 100%;}
.pub_nav .nav_box ul li:hover > a::after{display: none;}
.pub_nav .nav_box ul li .subs { transition:all 300ms linear; visibility: hidden; opacity: 0; padding-top: 10px; width: 120px; position: absolute; z-index: 9999; text-align: center; transform: translateX(-48%); left: 50%; top: 58px; }
.pub_nav .nav_box ul li .subs .box{ 
	margin: 10px auto;
    background-color: #047A7A;
    border: 4px solid;
    border-image-source: url(../images/border_img3.png);
    border-image-slice: 20;
    border-image-width: 16px;
    border-image-repeat: repeat;
    border-image-outset: 8px;
	
}
.pub_nav .nav_box ul li:hover .subs { 
	top:38px;
	visibility:visible;
	opacity:1;

}

.pub_nav .nav_box ul li .subs  a { font-size: 15px; color: #fff5dc;opacity:0.8; display: block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.pub_nav .nav_box ul li .subs  a:hover { color: #fff5dc;opacity:1;}
.pub_nav .btns { margin-top: 40px; line-height: 37px; }
.pub_nav .btns a{margin-left: 20px;}

.pub_nav .btns a { margin-left: 10px; }
.pub_nav .btns a.qr { position: relative; }
.pub_nav .btns a.qr .img_box {transition:all 0.3ms linear;  z-index: 9; width: 120px; height: 120px; position: absolute; bottom:0px; padding-top:10px;  left: 50%; transform: translateX(-50%) translateY(100%); visibility: hidden; opacity: 0; }
.pub_nav .btns a.qr .img_box img{width:100%;height:100%;box-sizing:border-box;border-radius:3px;border:2px solid #fff;}
.pub_nav .btns a.qr:hover .img_box { opacity: 1; visibility: visible; }

.xs_nav { width: 100%; overflow: hidden; display: none; border-top: 1px solid #eee; text-align: left; }
.xs_nav .nav-item { color: #212121; border-bottom: 1px solid #eee; background: #FFFFFF; }
.xs_nav .nav-item a { color: #212121; font-size: 16px; }
.xs_nav .nav-item .title { width: 100%; line-height: 50px; position: relative; color: #666666; font-size: 18px; }
.xs_nav .nav-item .title .drop-btn { font-family: simhei; width: 50px; height: 50px; display: none; cursor: pointer; font-size: 28px; line-height: 50px; text-align: center; position: absolute; right: 0px; top: 0px; transition: all 220ms linear; }
.xs_nav .nav-item.open .title .drop-btn { transform: rotate(-45deg); }
.xs_nav .nav-item .title a { display: block; padding-left: 20px; }
.xs_nav .nav-item ul { padding-top: 10px; padding-bottom: 10px; display: none; }
.xs_nav .nav-item ul li { padding-left: 40px; line-height: 36px; }
.xs_nav .nav-item ul li a { font-size: 14px; line-height: 36px; color: #333333; }



.in_ban{width: 100%;position: relative;}
.in_ban #ban_swiper .swiper-slide{height: 720px;background-size: cover;background-repeat: no-repeat;background-position: center;}

.in_ban .content2{ left: 50%;width: 100%;max-width: 1440px; transform: translateX(-50%); position: absolute;bottom: 30px;z-index: 99;}
.ban_links{
	width: calc(100% - 10px); height: auto;margin: 17px auto; box-sizing: border-box; background:url(../images/border_bg.jpg) center center repeat;overflow: hidden;
	border:12px solid;
	border-image-source: url(../images/border_img.png) ;
	border-image-slice: 17;
	border-image-width: 17px;
	border-image-repeat:repeat;
	border-image-outset: 12px 5px;
	display: flex;
}

.ban_links .item{flex: 1;text-align: center;margin: 15px 0px;position: relative;}
.ban_links .item::after{content: "";width: 2px;height: 100%;background: #ffdbbe;position: absolute;position: absolute;right: -1px;top: 0px;}
.ban_links .item:last-child::after{display: none;}
.ban_links .item .icon{display: inline-block;vertical-align: middle;}
.ban_links .item .con_box{display: inline-block;vertical-align: middle;text-align: left;}
.ban_links .item .con_box .title{font-size: 26px;color: #ffdbbe;line-height: 1.3em;}
.ban_links .item .con_box .desc{font-size: 14px;color: #fff5dc;text-transform: uppercase;}



.title_box{height: 40px;line-height: 40px;margin-bottom: 20px;}
.title_box .title{padding-left: 40px; font-size: 28px;color: #333333;position: relative;}
.title_box .title::after{content: "";width: 29px;height: 29px;background: url(../images/icon_title.png) center no-repeat;background-size: 100%;position: absolute;top: 50%;left: 0px;transform: translateY(-50%);}
.title_box .more{font-size: 14px;color: #028181;}



.in_box1{ padding-bottom: 80px; background: url(../images/in_news_bg.jpg) center no-repeat;background-size: cover;}
.in_box1 .content2{display: flex;flex-wrap: wrap;justify-content: space-between;}
.in_onduty{margin-bottom: 30px; width: 100%; padding: 50px 0px;border-bottom: 2px solid #dbdbdb;}
.in_onduty .swiper a{ 
	font-size: 18px;color: #333333; background: #ffffff;line-height: 80px;display: block;padding-left: 45px;padding-right: 30px;box-sizing: border-box;position: relative;
}
.in_onduty .swiper a::after{
	content: "";
	background:#439595;width: 6px;height: 6px;border-radius: 50%;
	top: 50%;left: 32px;transform: translateY(-50%);position: absolute;
}



.cp8{
	clip-path:
		polygon(
			0 8px, 
			8px 8px, 
			8px 0, calc(100% - 8px) 0, 
			calc(100% - 8px) 8px, 100% 8px, 
			100% calc(100% - 8px), 
			calc(100% - 8px) calc(100% - 8px), 
			calc(100% - 8px) 100%, 
			8px 100%, 8px calc(100% - 8px), 
			0 calc(100% - 8px)
		);
}
.cp6{
	clip-path:
		polygon(
			0 6px, 
			6px 6px, 
			6px 0, calc(100% - 6px) 0, 
			calc(100% - 6px) 6px, 100% 6px, 
			100% calc(100% - 6px), 
			calc(100% - 6px) calc(100% - 6px), 
			calc(100% - 6px) 100%, 
			6px 100%, 6px calc(100% - 6px), 
			0 calc(100% - 6px)
		);
}

.in_news{width: calc(100% - 360px);padding-right: 40px;box-sizing: border-box; flex-shrink: 1;flex-grow: 0;}
.in_news .item_box{display: flex;justify-content: space-between;}
.in_news .img_item{width: calc(348px - 20px);margin-right: 20px; flex-shrink: 1;background: #fff;border-bottom: 4px solid #dce3e3;box-sizing: border-box;}
.in_news .img_item .img_box{width: 100%;height: 200px;background-size:cover;background-position:center;}
.in_news .img_item .con_box{padding: 32px 30px;}
.in_news .img_item .con_box .info {line-height: 2em;font-size: 16px;}
.in_news .img_item .con_box .info .ctg{color: #048484;}
.in_news .img_item .con_box .info .time{color: #b2b2b2;}
.in_news .img_item .con_box .title{color: #333333;font-size: 22px;line-height: 1.5em;height:4.5em;}
.in_news .img_item .con_box .more{transition: all 320ms cubic-bezier(0.075, 0.82, 0.165, 1);  margin: 0px auto;margin-top: 30px; font-size: 16px;color: #616969; width: 175px;height: 63px;line-height: 63px;background: url(../images/news_more.png) center no-repeat;background-size: 100%;text-align: center;}
.in_news .img_item:hover .con_box .more{color: #fff4dc; background: url(../images/news_more_on.png) center no-repeat;background-size: 100%;}
.in_news .img_item:hover{border-bottom: 4px solid #028181;}
.in_news .news_items{width: 328px;flex-shrink: 1;}
.in_news .news_items .item{padding: 25px 30px; background: #fff;margin-bottom: 30px;}
.in_news .news_items .item:last-child{margin-bottom: 0px;}
.in_news .news_items .item .title{font-size: 18px;color: #333333;line-height: 28px;height:56px;margin-bottom:10px;}
.in_news .news_items .item .info {line-height: 2em;font-size: 16px;}
.in_news .news_items .item .info .ctg{color: #048484;}
.in_news .news_items .item .info .time{color: #b2b2b2;}
.in_notice{width: 360px;flex-shrink: 0;flex-grow: 0;}
.in_notice .list_box{background: #fff;padding: 15px 30px;}
.in_notice .list_box .item{padding: 23px 0px;border-bottom: 1px solid #f0f5f5;}
.in_notice .list_box .item .time{float: left; width: 65px;padding-right: 15px; text-align: center;box-sizing: border-box;border-right: 1px solid #f0f5f5;}
.in_notice .list_box .item .day{font-size: 24px;color: #048484;line-height: 24px;}
.in_notice .list_box .item .ym{font-size: 10px;color: #b2b2b2;line-height: 24px;}

.in_notice .list_box .item .title{font-size: 14px;color: #333333;line-height: 24px; float: left;width: calc(100% - 65px);padding-left: 15px;box-sizing: border-box;}
.in_notice .list_box .item:last-child{border-bottom: 0px;}

.in_box3{padding: 80px 0px;background: url(../images/in_bg2.jpg) center repeat;}
.in_box3 .content2{display: flex;}

.in_news_tab{width:calc(100% - 400px);margin-right: 70px;}
.in_news_tab .title_box{border-top: 2px solid #dbdbdb;padding-top: 25px; }
.in_news_tab .title_box .title{font-size: 0px;}
.in_news_tab .title_box .tit{font-size: 22px;margin-right: 15px; cursor: pointer; display:inline-block;vertical-align: middle;}
.in_news_tab .title_box .tit.on{font-size: 28px;color: #028181;}
.in_news_tab .cont_tab .item_box{display: none;overflow: hidden;padding-top:10px; }
.in_news_tab .cont_tab .item_box.on{display: block;}
.in_news_tab .cont_tab .item_box .item{padding: 25px 30px;box-sizing: border-box; width: calc(33.333333% - 20px);float: left;margin-right: 30px; background: #fff;margin-bottom: 30px;}
.in_news_tab .cont_tab .item_box .item:nth-child(3n){margin-right: 0px;}
.in_news_tab .cont_tab .item_box .item .title{font-size: 18px;line-height: 28px;color: #333;height: 56px;margin-bottom: 10px;}
.in_news_tab .cont_tab .item_box .item .time{font-size: 16px;line-height: 32px;color: #ebc28d;}

.in_zt{width: 330px;box-sizing: border-box;height: 425px;}
.in_zt #zt_swiper{width: 100%; height: 100%;}
.in_zt #zt_swiper img{display: block;width: 100%;}

.in_box2{display: flex;}
.in_depart { width: 1320px; padding-right: 40px; box-sizing: border-box; flex-shrink: 1; display: flex; justify-content: flex-end; background: url(../images/in_depart_bg.jpg) center no-repeat; background-size: cover; }
.in_depart .box{ padding: 60px 0px; width: 1040px;flex-shrink: 1;}
.in_depart .types{line-height: 60px;overflow: hidden;margin-bottom: 30px;}
.in_depart .types .type{width: 25%;float: left;text-align: center;font-size: 24px;color: #fff;opacity: 0.7;cursor: pointer;}
.in_depart .types .type.on{background: url(../images/in_depart_tab_bg.png) center no-repeat;background-size: 100% 100% ;opacity: 1;color: #fcebc7;}
.van-tabs--line .van-tabs__wrap{height: auto;}
.van-tabs{width: 100%;}
.in_depart .depart_tab1{
	margin: 10px auto;
	width: calc(100% - 12px);
	box-sizing: content-box;
	background-color:#047A7A;
	border:3px solid;
	border-image-source: url(../images/border_img3.png) ;
	border-image-slice: 20;
	border-image-width: 20px;
	border-image-repeat:repeat;
	border-image-outset: 10px 3px;
	display: flex;	
	justify-content:left;
}
.in_depart .depart_tab1 .item{flex: 1; text-align: center;cursor: pointer;}
.in_depart .depart_tab1 .item .icon{width: 36px;height: 36px;margin: 0px auto;position: relative;}
.in_depart .depart_tab1 .item .icon img{width: 100%;height: 100%;display: block;position: absolute;top: 0px;left: 0px;}
.in_depart .depart_tab1 .item .icon .icon1{opacity: 0.7;}
.in_depart .depart_tab1 .item .icon .icon2{opacity: 0;}
.in_depart .depart_tab1 .item:hover .icon .icon1{opacity: 0;}
.in_depart .depart_tab1 .item:hover .icon .icon2{opacity: 1;}
.in_depart .depart_tab1 .item .tit{font-size: 16px;color: #fff;opacity: 0.6;}
.in_depart .depart_tab1 .item:hover .tit{color:#fff5dc;font-weight: bold;opacity:1;}
.in_depart .depart_tab1 .item.on .icon .icon1{opacity: 0;}
.in_depart .depart_tab1 .item.on .icon .icon2{opacity: 1;}
.in_depart .depart_tab1 .item.on .tit{color:#fff5dc;font-weight: bold;opacity:1;}
.in_depart .depart_cont{margin-top: 30px;display: flex;justify-content: space-between;}

.in_depart .depart_cont .depart_tab2{width: 205px;}
.in_depart .depart_cont .depart_tab2 .el-scrollbar{width: 100%;height: 100%;}
.in_depart .depart_cont .depart_tab2 .box1{
	height: 370px;
	margin: 10px auto;
	width: calc(100% - 12px);
	box-sizing: content-box;
	background-color:#047A7A;
	border:3px solid;
	border-image-source: url(../images/border_img3.png) ;
	border-image-slice: 20;
	border-image-width: 20px;
	border-image-repeat:repeat;
	border-image-outset: 10px 3px;
	overflow-y:auto;
}
.in_depart .depart_cont .depart_tab2 .box1 .item{
	width: 100%;
	padding: 0px 10px;box-sizing: border-box;
	text-align: center;
	line-height: 45px;
	height:45px;
	color: #fff;
	font-size: 16px;
	opacity: 0.6;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
}
.in_depart .depart_cont .depart_tab2 .box1 .item.on{color: #fff5dc;font-weight: bold;opacity: 1;}
.in_depart .depart_cont .depart_tab2 .box1 .item:hover{color: #fff5dc;font-weight: bold;opacity: 1;}

.in_depart .depart_cont .depart_info{
	width: calc(100% - 205px);padding-left: 16px;
}
.in_depart .depart_cont .depart_info .box1{
	height: 370px;
	margin: 10px auto;
	width: calc(100% - 12px);
	box-sizing: content-box;
	background-color:#047A7A;
	border:3px solid;
	border-image-source: url(../images/border_img3.png) ;
	border-image-slice: 20;
	border-image-width: 20px;
	border-image-repeat:repeat;
	border-image-outset: 10px 3px;
	display: flex;	
	padding: 15px;box-sizing: border-box;
	overflow: hidden;
}
.in_depart .depart_cont .depart_info .box1 .img_box{ width: 530px; height: 100%;background:none!important;  background-position: center;background-size: cover;background-repeat: no-repeat;}
.in_depart .depart_cont .depart_info .box1 .img_box img{display: block;width:100%;}
.in_depart .depart_cont .depart_info .box1 .con_box{width: calc(100% - 530px);padding-left: 30px;box-sizing: border-box; flex-shrink: 0;text-align: center;}
.in_depart .depart_cont .depart_info .box1 .con_box .title{font-size:28px;color:#fcdfbd;margin:20px 0px;line-height:1.2em;}
.in_depart .depart_cont .depart_info .box1 .con_box .desc{font-size:14px;color:#fef4df;line-height:24px;}
.in_depart .depart_cont .depart_info .box1 .con_box .more{font-size:16px;color:#fff4dc; display:block;margin:0px auto;margin-top:40px;  width: 165px;height:53px;line-height:53px;text-align:center;background:url(../images/in_depart_more_bg.png) center no-repeat;background-size:100%;}

.in_depart .van-tabs__nav{
	background: none;width: 100%;
}
.in_qrcode{
	display:flex;
	justify-content: left;
	flex-shrink: 0;
	flex-wrap: 0; 
	width: calc(100% - 1320px);
	background: url(../images/in_ewm_bg.jpg) center no-repeat;
	background-size: cover;
}
.in_qrcode .box{
	
	width: 360px;
	padding:60px 0px; 
	flex-shrink: 0;
	
}
#qrcode_swiper{height:580px;}
#qrcode_swiper .swiper-slide { height: calc((100% - 30px) / 2); text-align: center; }
#qrcode_swiper .swiper-slide .item{ padding:45px 0px;position: relative;}
#qrcode_swiper .swiper-slide .item .tit{font-size:20px;color:#fff5dc;line-height:1.5em;}
#qrcode_swiper .swiper-slide .item .desc{font-size:16px;color:#fff;opacity: 0.7;}
#qrcode_swiper .swiper-slide .item:first-child::after{
	content:"";width: 42px;height:42px;background: url(../images/in_ewm_dot.png) no-repeat center;background-size:100%;
	position: absolute;bottom: -22px;left: 50%;transform: translateX(-50%);
}
#qrcode_swiper .swiper-pagination{ position: absolute;bottom:0px;}
#qrcode_swiper .swiper-pagination span{width: 12px;height:12px;border:2px solid #f9e2be;box-sizing:border-box;border-radius:50%;background:none;opacity: 1;}
#qrcode_swiper .swiper-pagination span.swiper-pagination-bullet-active{background:#f9e2be;}
#qrcode_swiper .swiper-slide:nth-child(2n) .item::after{display:none;}

.in_box4 { padding: 50px 0px; }
.in_box4 .content2{display: flex;}
.in_job{width:calc(100% - 400px);margin-right: 70px;}
.in_job .title_box .title{color: #028181;}
.in_job .title_box .swiper-pagination{width: auto; position: static;top: initial;bottom: initial; left: initial;margin: 0px;padding: 0px;}
.in_job .title_box .swiper-pagination span{width: 11px;height: 11px;background: #1e9b8d;border-radius: 50%;opacity: 0.4;}
.in_job .title_box .swiper-pagination span.swiper-pagination-bullet-active{opacity: 1;}

#job_swiper{padding-top: 5px;}
#job_swiper .swiper-slide a{width: 100%;height: auto;display: block; box-sizing: border-box;background: #f2fafa;padding: 24px 30px;}
#job_swiper .swiper-slide a .title{font-size: 18px;line-height: 28px;height: 56px;color: #333;margin-bottom: 10px;}
#job_swiper .swiper-slide a .time{font-size: 16px;color: #ebc28d;}
.in_tijian{width: 330px;box-sizing: border-box;}
.in_tijian a{margin-bottom:20px;display:inline-block;}
.in_tijian img { width: 100%; display: block; }

.pub_links{background: url(../images/in_bg.png) repeat;border-top: 3px solid #f3dfba;position: relative; }
.pub_links .btn_top{position: absolute;top: -3px;right: 8%;z-index: 999;cursor: pointer;}
.pub_links .content{overflow: hidden;padding: 35px 0px;}
.pub_links .label{float: left;width: 96px;height: 32px;margin-right: 20px;}
.pub_links .label img{display: block;}
.pub_links .links{width:calc(100% - 500px);float: left;}
.pub_links .links a{line-height: 32px;color: #fff;display: inline-block;color: #fff;font-size: 18px;margin: 0px 20px;}
.pub_footer{background: #04787a;padding-top:50px;color: #fff;}
.pub_footer a{color: #fff;}
.pub_footer .foot1{display: flex;padding-bottom: 40px;border-bottom: 2px solid #0a8a8a;}
.pub_footer .foot1 .foot_info{width: 350px;}
.pub_footer .foot1 .foot_info .logo{display: block;margin-bottom: 15px;}
.pub_footer .foot1 .foot_info .con_box p{opacity: 0.7;line-height: 28px;}
.pub_footer .foot1 .foot_nav{display: flex;justify-content: right; width:calc(100% - 350px);padding-left: 50px;box-sizing: border-box;}
.pub_footer .foot1 .foot_nav .item{padding-left: 40px;}
.pub_footer .foot1 .foot_nav .item .title{font-size: 16px;line-height: 28px;padding-bottom: 10px;position: relative;}
.pub_footer .foot1 .foot_nav .item .subs{position: relative;margin-top: 10px;padding-top: 10px;}
.pub_footer .foot1 .foot_nav .item .subs::after{content: "";width: 16px;height: 1px;background: #fff;position: absolute;top: 0px;left: 0px;transition: all 320ms cubic-bezier(0.165, 0.84, 0.44, 1);}
.pub_footer .foot1 .foot_nav .item:hover .subs::after{width: 32px;}
.pub_footer .foot1 .foot_nav .item .subs a{display: block;font-size: 14px;line-height: 28px; opacity: 0.8;}
.pub_footer .foot1 .foot_nav .item .subs a:hover{opacity: 1;}

.pub_footer .foot2{padding: 30px 0px;font-size: 14px;color: #fff; position:relative;}
.syicon { position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); }
.ny_ban { height: 417px; border-top: 4px solid #f8cd99; background-size: cover; background-repeat: no-repeat; background-position: center; }
.ny_ban .content2{height:100%;display:flex;align-items:center;}
.ny_ban .box.profile .title{font-size:48px;color:#fcebc7;line-height:1.5em;}
.ny_ban .box.profile .desc{font-size:14px;color:#fcebc7;line-height:2em;}
.ny_ban .box.about {width: 100%;}
.ny_ban .box.about .title{transform: translateY(-100%); text-align: center;position:relative;width: 100%;font-size: 36px;line-height: 1.2em; color: #fcebc7;}
.ny_ban .box.about .title::after{content: "";width: 1px;height: 40px;background: #fcebc7;position:absolute;bottom: 0px;left: 50%;transform: translateY(125%);}
.ny_ban .box.about .title a { color: #fcebc7; }
.ny_ban .box.zx {width:100%;transform:translateY(-50px); }
.ny_ban .box.zx .title { text-align: center; position: relative; width: 100%; font-size: 36px; line-height: 1.2em; color: #fcebc7;margin-bottom:40px; }
.ny_ban .box.zx .mouse { margin: 0px auto;display:block;cursor:pointer; }

/*整形*/

.zx_main { background: url(../images/in_bg2.jpg) center repeat; }
.zx_main .content2 { transform:translateY(-90px); }
.zx_summary { border-radius: 12px; font-size: 18px; color: #333; line-height: 2em; background: #fff; padding: 45px 60px; }
.zx_summary p{text-indent:2em;}

.zx_list_box .item_box{display:flex;margin-top:100px;justify-content:space-between}
.zx_list_box .item_box .con_box { width: calc(100% - 480px); }
.zx_list_box .item_box .con_box .top_box{overflow:hidden;}
.zx_list_box .item_box .con_box .top_box .title { margin-bottom: 20px; display: flex; }
.zx_list_box .item_box .con_box .top_box .title .icon { width: 40px; height: 40px; margin-right: 5px; }
.zx_list_box .item_box .con_box .top_box .title .tit { font-size: 26px; color: #008080;line-height:40px;}
.zx_list_box .item_box .con_box .top_box .line { width: 32px; height: 4px; background: #b8b8b8; margin-bottom: 20px; }
.zx_list_box .item_box .con_box .cont { font-size: 15px; color: #333333;line-height:30px; height:240px; overflow-y: auto; }
.zx_list_box .item_box .con_box .cont p{text-indent:12px;position:relative;}
.zx_list_box .item_box .con_box .cont p::after{content:"";width:6px;height:6px;background:#047A7A;border-radius:50%;position:absolute;left:0px;top:15px;transform:translateY(-50%);}

.zx_list_box .item_box .img_box { width: 400px; }
.zx_list_box .item_box:nth-child(even){flex-direction:row-reverse;}
.zx_list_box .item_box:nth-child(even) .top_box .title{justify-content:right;flex-direction:row-reverse;}
.zx_list_box .item_box:nth-child(even) .con_box .top_box .title .icon{margin-right:0px;margin-left:5px;}
.zx_list_box .item_box:nth-child(even) .top_box .line{float:right;}

.ks_link{display:none; position:fixed;top:50%;right:20px;z-index:9999; transform:translateY(-50%);box-sizing:border-box;font-size:0px; height:64px;line-height:58px;padding:0px 28px;background:#047A7A;border-radius:32px;border:3px solid #f8cd99; }
.ks_link .icon {margin-right:10px; width: 31px; height: 31px; display: inline-block; vertical-align: middle; }
.ks_link .tit {font-size:18px;color:#f8cd99; display: inline-block; vertical-align: middle; opacity:0.9;}


.ks_link_box{
	
}
.ks_link_box .top_box { margin-top: 108px;margin-bottom:40px; text-align:center; }
.ks_link_box .top_box .title {position:relative; padding:0px 20px; display:inline-block;margin:0px auto; font-size: 26px; color: #078282;font-weight:bold;}
.ks_link_box .top_box .title::after{content:"";width:215px;height:11px;background:url(../images/profile_line.png) center no-repeat;background-size:100% 100%;position:absolute;top:50%;left:0px;transform:translateX(-100%) translateY(-50%); }
.ks_link_box .top_box .title::before { content: ""; width: 215px; height: 11px; background: url(../images/profile_line.png) center no-repeat; background-size: 100% 100%; position: absolute; top: 50%; right: 0px; transform: translateX(100%) translateY(-50%) rotateY(180deg); }
.ks_link_box .item_box{text-align:center;}

.ks_link_box .item_box .item{
	margin: 5px 50px;
	display:inline-block;
	width:360px;
	background-color:#fff;
	border:1px solid;
	border-image-source: url(../images/border_img6.png) ;
	border-image-slice: 10;
	border-image-width: 10px;
	border-image-repeat:repeat;
	border-image-outset: 5px;
	box-sizing: border-box;
	padding: 5px 30px;
	font-size: 16px;
	line-height: 60px;
	color: #006c6e;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ks_link_box .item_box .item:hover { border-image-source: url(../images/border_img61.png); }

.ks_link_box .item_box .item .tit { width: 100%; font-size: 24px; color: #333333;text-align:left;position:relative;}
.ks_link_box .item_box .item .tit::after{content:"";width:40px;height:40px;background:url(../images/ks_link.png) center no-repeat;background-size:100% 100%;position:absolute;top:50%;right:0px;transform:translateY(-50%);}
.ks_link_box .item_box .item:hover .tit::after { background: url(../images/ks_link_on.png) center no-repeat; background-size: 100% 100%; }
.profile_box1 { padding-bottom: 80px; background: url(../images/ny_about_bg.jpg) center no-repeat; background-size: cover; background-size: cover; }
.profile_box1 .info_box{
	padding: 50px 0px;display: flex;box-sizing: border-box;
}
.profile_box1 .info_box .info_cont{
	width:calc(100% - 540px);flex-shrink: 1;padding-right: 40px; box-sizing: border-box;
	height: auto;
}
.profile_box1 .info_box .info_cont .box{
	height:324px; overflow-y: auto;
	padding-right: 10px;box-sizing: border-box;
}
.profile_box1 .info_box .info_cont p{font-size:18px;color:#333333;line-height:36px;text-indent:2em;}
.profile_box1 .info_img{
	width:540px;
	margin-top: -100px;
}
.profile_box1 .info_img img{
	display: block;
	width: 100%;	
}
.profile_box1 .info_img video{
	display:block;
	width:100%;
	height:auto;
}

.profile_box1 .info_tab_box { background: #fff; padding: 40px 60px; }
.profile_box1 .info_tab_box .tab_box{
	text-align: center;
	margin-bottom: 20px;
}
.profile_box1 .info_tab_box .tab_box .box{
	display: inline-block;vertical-align: top;
	position: relative;
	
}
.profile_box1 .info_tab_box .tab_box .box .item{
	display: inline-block;vertical-align: middle;font-size: 24px;color: #333333;margin: 0px 20px;line-height: 40px;
	cursor: pointer;
}
.profile_box1 .info_tab_box .tab_box .box .item:hover{
	color:#078282;
}
.profile_box1 .info_tab_box .tab_box .box .item.on{
	color:#078282;
}

.profile_box1 .info_tab_box .tab_box .box::after{
	content:" ";width: 215px;height: 11px;
	background: url(../images/profile_line.png) center no-repeat;
	background-size: 100%;position: absolute;top: 50%;left: 0px;transform: translateY(-50%) translateX(-100%) ;z-index: 9;
}
.profile_box1 .info_tab_box .tab_box .box::before{
	content:" ";width: 215px;height: 11px;
	background: url(../images/profile_line.png) center no-repeat;
	background-size: 100%;position: absolute;top: 50%;right: 0px;transform: translateY(-50%) translateX(100%) rotateY(180deg);z-index: 9;
}

.profile_box1 .info_tab_box .conts .con_box{display: none;}
.profile_box1 .info_tab_box .conts .con_box.on{display: block;}

.profile_box1 .info_tab_box .conts .con_box p{font-size: 16px;color: #333333;line-height: 2em;text-indent: 2em;}



.profile_leader{background: url(../images/in_bg2.jpg);padding: 70px 0px;}
.profile_leader .top_box{text-align: center;}
.profile_leader .top_box .title{font-size: 28px;color: #333333;line-height: 50px;padding-bottom: 80px;position: relative; }
.profile_leader .top_box .title::after{content: ""; width: 1px;height: 40px;background: #048484;position: absolute;top: 60px;left: 50%;}

#leader_swiper .swiper-slide .box{
	margin: 12px auto;
	width: calc(100% - 30px);
	box-sizing: content-box;
	background-color:#047A7A;
	border:3px solid;
	border-image-source: url(../images/border_img3.png) ;
	border-image-slice: 20;
	border-image-width: 20px;
	border-image-repeat:repeat;
	border-image-outset: 12px;
	display: flex;
	padding: 10px;box-sizing: border-box;
}
#leader_swiper .swiper-slide .box .img_box{width: 146px;float: left;}

#leader_swiper .swiper-slide .box .img_box img{
	width: 100%; display: block;
}
#leader_swiper .swiper-slide .box .con_box{width: 100%;float: left;box-sizing: border-box;_padding-left: 25px;}
#leader_swiper .swiper-slide .box .con_box .title{font-size: 24px;color: #ffffff;line-height: 1.5em;}
#leader_swiper .swiper-slide .box .con_box .jobtitle{font-size: 16px;color: #fff5dc;line-height: 34px;padding-left: 25px;position: relative;}
#leader_swiper .swiper-slide .box .con_box .jobtitle::after{content: "";width: 16px;height: 16px;background: url(../images/about_leader_dot.png) center no-repeat;background-size: 100%;position: absolute;left: 0px;top: 50%;transform: translateY(-50%);}
#leader_swiper .swiper-slide .box .con_box .desc{font-size: 14px;color: #fff;line-height: 24px;height:72px;}

.pn_box{text-align: center;width: 100%;margin-top: 50px;}
.pn_box>div{width: auto; display:inline-block;vertical-align: middle;position: static;margin: 0px;padding: 0px;bottom: initial;top: initial;}
.pn_box .swiper-pagination{width: auto; padding: 0px 10px;}
.pn_box .swiper-pagination span{width: 10px;height: 10px;background: #e1e1e1;opacity: 1;margin: 0px 4px;}
.pn_box .swiper-pagination span.swiper-pagination-bullet-active{background: #006e71;}
.pn_box .btn{width: 40px;height: 40px;background: url(../images/icon_arrow_l.png) center no-repeat;background-size: 100%;opacity: 1;transition: all 220ms cubic-bezier(0.165, 0.84, 0.44, 1);}
.pn_box .btn::after{display: none;}
.pn_box .btn.swiper-button-next{transform: rotateY(180deg);}
.pn_box .btn:hover{background: url(../images/icon_arrow_l_on.png) center no-repeat;background-size: 100%;}


.ny_main{background: #f0f5f5;}
.ny_ctg{height: 0px; transform: translateY(-143px); text-align: center;background: transparent;}
.ny_ctg .box .item{
	margin: 5px 20px;
	display:inline-block;
	min-width:165px;
	box-sizing: content-box;
	background-color:#fff;
	border:1px solid;
	border-image-source: url(../images/border_img6.png) ;
	border-image-slice: 10;
	border-image-width: 10px;
	border-image-repeat:repeat;
	border-image-outset: 5px;
	box-sizing: border-box;
	padding: 5px 10px;
	font-size: 16px;
	line-height: 40px;
	color: #006c6e;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ny_ctg .box .item.on{
	color: #fff4dc;
	background-color:#047A7A;
	border-image-source: url(../images/border_img5.png) ;
}
.ny_ctg .box .item:hover{
	color: #fff4dc;
	background-color:#047A7A;
	border-image-source: url(../images/border_img5.png) ;
}

.ny_ctg .box .item a{display: block;line-height: 40px;}

.ny_zt_list{width:100%;}
.ny_zt_list ul li{
	margin: 5px 20px;
	margin-bottom:20px;
	display:inline-block;
	width:calc(25% - 45px);
	box-sizing: border-box;
	background-color:#047A7A;
	border:1px solid;
	border-image-source: url(../images/border_img5.png) ;
	border-image-slice: 10;
	border-image-width: 10px;
	border-image-repeat:repeat;
	border-image-outset: 5px;
	box-sizing: border-box;
	padding: 5px 10px;
	font-size: 16px;
	line-height: 40px;
	color: #fff4dc;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align:center;
}
.ny_zt_list ul li a{color:#fff;}

.ny_main { padding: 50px 0px; }

.ny_flex_box{display: flex;justify-content: space-between;}
.title_box2{margin-bottom: 20px;}
.title_box2 .title{font-size: 24px;color: #006e71;line-height:45px;}
.title_box2 .search_box{width: 320px;height: 45px;background: #fff;border-radius: 23px;overflow: hidden;position: relative;}
.title_box2 .search_box form{height:100%;}
.title_box2 .search_box input { width: 100%; padding-left: 20px; padding-right: 60px; height: 100%; box-sizing: border-box; outline: none; border: none; }
.title_box2 .search_box .btn{border:none;outline:none; cursor: pointer; width: 41px;height: 41px;background: url(../images/icon_search3.png) center no-repeat;background-size: 100%; position: absolute;top: 2px;right: 2px;border-radius: 50%;}
.ny_list_box{width: calc(100% - 325px);flex-shrink: 1;padding-right: 60px;box-sizing: border-box;}


.ny_notice_list li{background: #fff;padding: 20px 50px;margin-bottom: 20px;}
.ny_notice_list li .title{font-size: 20px;color: #333333;line-height: 32px;position: relative;margin-bottom: 10px;}
.ny_notice_list li .title::after{content: "";width: 6px;height: 6px;border-radius: 50%;position: absolute;top: 50%;left: -15px;background: #439595;}
.ny_notice_list li .time{font-size: 16px;color: #b2b2b2;}

.ny_hot_list ul li{background: #fff;padding: 25px 30px;margin-bottom: 30px;}
.ny_hot_list ul li .title{font-size: 18px;color: #333333;line-height: 28px;margin-bottom: 12px;}
.ny_hot_list ul li .info .ctg{font-size: 16px;color: #048484;}
.ny_hot_list ul li .info .time{font-size: 16px;color: #b2b2b2;}

.ny_hot_list{width: 325px;flex-shrink: 0;}

.ny_news_list li {overflow: hidden;background:#fff;margin-bottom: 25px;}
.ny_news_list li .img_box{width: 328px;height: 200px; float: left;background-size: cover;background-repeat: no-repeat;background-position:center;}
.ny_news_list li .img_box a{width: 100%;height: 100%;display: block;}
.ny_news_list li .con_box{padding: 25px 30px;box-sizing: border-box; width: calc(100% - 328px);float: left;}
.ny_news_list li .con_box .title{font-size: 20px;color: #333;line-height: 2em;display:block;}
.ny_news_list li .con_box .desc{font-size: 14px;color: #666666;line-height: 2em;margin-bottom: 20px;}
.ny_news_list li .con_box .time{font-size: 16px;color:#b2b2b2;}

.ny_price_list li{background: #fff;padding: 20px 40px;margin-bottom: 20px;display: flex}
.ny_price_list li .info:nth-child(1){width: 60%;}
.ny_price_list li .info:nth-child(2){width: 20%;}
.ny_price_list li .info:nth-child(3){width: 20%;}
.ny_price_list li .tit{font-size: 18px;line-height: 32px;color: #333;}
.ny_price_list li .desc{font-size: 14px;line-height: 28px;color: #028282;}

.ny_leader_list li{width:calc(50% - 15px);margin-right:30px; float:left;margin-bottom:30px;}
.ny_leader_list li:nth-child(2n){margin-right:0px;}
.ny_leader_list .box { margin: 12px auto; width: calc(100% - 30px); box-sizing: content-box; background-color: #047A7A; border: 3px solid; border-image-source: url(../images/border_img3.png); border-image-slice: 20; border-image-width: 20px; border-image-repeat: repeat; border-image-outset: 12px; display: flex; padding: 10px; box-sizing: border-box; }
.ny_leader_list .box .img_box { width: 146px; float: left; }
.ny_leader_list .box .img_box img { width: 100%; display: block; }
.ny_leader_list .box .con_box { width:100%; _width: calc(100% - 146px); float: left; box-sizing: border-box; _padding-left: 25px; }
.ny_leader_list .box .con_box .title { font-size: 24px; color: #ffffff; line-height: 1.5em; }
.ny_leader_list .box .con_box .jobtitle { font-size: 16px; color: #fff5dc; line-height: 34px; padding-left: 25px; position: relative; }
.ny_leader_list .box .con_box .jobtitle::after { content: ""; width: 16px; height: 16px; background: url(../images/about_leader_dot.png) center no-repeat; background-size: 100%; position: absolute; left: 0px; top: 50%; transform: translateY(-50%); }
.ny_leader_list .box .con_box .desc { font-size: 14px; color: #fff; line-height: 24px;height:72px; }



.ny_leader_list2 li { width: calc(50% - 15px); margin-right: 30px; float: left; margin-bottom: 30px; }
.ny_leader_list2 li:nth-child(2n) { margin-right: 0px; }
.ny_leader_list2 .box {overflow:hidden;background:#fff;padding:25px;box-sizing:border-box; }
.ny_leader_list2 .box .img_box { width: 146px;height:185px; float: left;background-size:cover;background-position:center; }
.ny_leader_list2 .box .img_box img { width: 100%; display: block; }
.ny_leader_list2 .box .con_box { width: 100%; width: calc(100% - 146px); float: left; box-sizing: border-box; padding-left: 25px; }
.ny_leader_list2 .box .con_box .title { font-size: 24px; color: #333; line-height: 1.5em; }
.ny_leader_list2 .box .con_box .jobtitle { font-size: 16px; color: #007272; line-height: 34px; padding-left: 25px; position: relative; }
.ny_leader_list2 .box .con_box .jobtitle::after { content: ""; width: 16px; height: 16px; background: url(../images/about_leader_dot.png) center no-repeat; background-size: 100%; position: absolute; left: 0px; top: 50%; transform: translateY(-50%); }
.ny_leader_list2 .box .con_box .desc { font-size: 14px; color: #666; line-height: 24px; height: 72px; }

.ny_leader_list2 .box .con_box .more { margin-top: 10px; width: 100px; height: 40px; line-height: 40px; text-align: center; font-size: 13px; color: #616969; background: url(../images/news_more.png) center no-repeat; background-size: 100%; }
.ny_leader_list2 .box .con_box .more:hover { color: #fff; background: url(../images/news_more_on.png) center no-repeat; background-size: 100%; }




.depart_search_box{
	text-align: center;
	height: 0px;
	transform: translateY(-30px);
}
.depart_search_box .box{box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3); margin: 0px auto; background: #fff;height: 60px;width: 900px; border-radius: 30px;overflow: hidden;position: relative;}
.depart_search_box .box input{width: 100%;line-height: 60px;border: none;padding-left: 42px;padding-right: 80px;}
.depart_search_box .box div{cursor: pointer; width: 55px;height: 55px;background: url(../images/icon_search3.png) center center no-repeat;position: absolute;right: 3px;top: 50%;transform: translateY(-50%);}

.depart_big_box{background: #fff;padding-top: 30px;padding-bottom: 20px;}
.depart_big_box:first-child{padding-top: 90px;}
.depart_big_box.on{background: url(../images/in_bg2.jpg) center repeat;}

.depart_big_box .depart_items{display: none;}
.depart_big_box.on .depart_items{display: block;}
.depart_big_box:last-child{padding-bottom: 40px;}
.depart_big_box .top_box{height: 40px;line-height: 40px;}
.depart_big_box .top_box .title{width: 200px;box-sizing: border-box; padding-left: 24px;font-size: 22px;color: #333;position: relative;}
.depart_big_box .top_box .title::after{content: "";width: 14px;height: 21px;background: url(../images/depart_icon_title1.png) center no-repeat;background-size: 100%;position: absolute;top: 50%;left: 0px;transform: translateY(-50%);}
.depart_big_box .top_box .line{width:calc(100% - 320px);height: 100%;position: relative;}
.depart_big_box .top_box .line::after{content: "";width: 100%;height: 2px;background: #ebebeb;position: absolute;top: 50%;left: 0px;transform:translateY(-50%);}
.depart_big_box .top_box .btn{font-size: 0px; cursor: pointer; width: 100px;height: 40px;background: url(../images/depart_drop_bg.png) center no-repeat;background-size: 100% 100%;text-align: center;}
.depart_big_box .top_box .btn span{padding-right: 15px;letter-spacing: 5px; font-size: 16px;display: inline-block;vertical-align: top;line-height: 40px; color: #fff5dc;position: relative;}
.depart_big_box .top_box .btn span::after{content: "";width: 15px;height: 10px;background: url(../images/depart_icon_arrow.png) center no-repeat;background-size: 100%;position:absolute;top: 50%;right: 0px;transform: translateY(-50%);}
.depart_big_box.on .top_box .btn span::after{transform: translateY(-50%) rotateX(180deg);}

.depart_item_box .top_box2{line-height: 34px;padding: 25px 0px;}
.depart_item_box .top_box2 .tit{padding-left: 12px;font-size: 22px;color: #007272;}
.depart_item_box .top_box2 .icon{width: 34px;height: 34px;border-radius: 50%;background: url(../images/depart_icon_title2.png) center no-repeat;background-size: 100%;position: relative;}
.depart_item_box .top_box2 .icon img{width: 60%;display: block;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}

.depart_big_box .depart_items{padding-bottom: 20px;}
.depart_item_box .items a{
	margin: 5px 20px;
	margin-bottom: 20px;
	display:inline-block;
	width:200px;
	box-sizing: content-box;
	background-color:#fff;
	border:1px solid;
	border-image-source: url(../images/border_img6.png) ;
	border-image-slice: 10;
	border-image-width: 10px;
	border-image-repeat:repeat;
	border-image-outset: 5px;
	box-sizing: border-box;
	padding: 5px 10px;
	font-size: 16px;
	line-height: 40px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
	
}
.depart_item_box .items a:hover{
	color: #fff4dc;
	background-color:#047A7A;
	border-image-source: url(../images/border_img5.png) ;
}



.ny_current {padding:25px 0px;}
.ny_current .content2{
	background: #fff;line-height: 40px;
}
.ny_current .content2 .fl a{
	font-size: 16px;color: #4c4c4c;padding-right: 30px;margin-right: 30px;position: relative;
}
.ny_current .content2 .fl a::after{
	content: "";width: 5px;height: 5px;background: #048484;border-radius: 50%;position: absolute;top: 50%;right: 0px;transform: translate(50%,-50%) ;
}
.ny_current .content2 .fl a:last-child::after{display: none;}
.ny_current .content2 .fl a.on{color:#048484;}
.ny_current .content2 .fl a:hover{color:#048484;}
.ny_current .back img{
	height: 40px;display: block;
}
.ny_depart_info1{
	padding: 50px 0px;background: url(../images/in_bg2.jpg) center repeat;
}
.ny_depart_info1 .content2{
	display: flex;
}
.ny_depart_info1 .img_box{
	width: calc(50% - 60px);margin-right: 60px;box-sizing: border-box;overflow:hidden;position:relative;
}
.ny_depart_info1 .img_box .kstp{width: 100%;}
.ny_depart_info1 .img_box #ks_video{width:100%;}

.ny_depart_info1 .tools {  text-align: center; width: 100%; }
.ny_depart_info1 .tools>div{cursor:pointer; margin:0px 10px; font-size:0px; padding:0px 24px; background:#fff;height:55px;line-height:49px;border:3px solid #fff; box-sizing:border-box; border-radius:28px;display:inline-block;vertical-align:middle;}
.ny_depart_info1 .tools .icon { width: 27px; height: 26px; display: inline-block; vertical-align: middle; }

.ny_depart_info1 .tools .btn_sp .icon { background: url(../images/icon_kssp.png) center no-repeat; background-size: 100% 100%; }
.ny_depart_info1 .tools .btn_tp .icon { background: url(../images/icon_kstp.png) center no-repeat; background-size: 100% 100%; }
.ny_depart_info1 .tools .tit { display: inline-block; vertical-align: middle; font-size: 18px; color: #0a8a8a;margin-left:5px; }

.ny_depart_info1 .tools > div:hover { background: #0a8a8a; border: 3px solid #f8cd99; }
.ny_depart_info1 .tools > div.on { background: #0a8a8a; border: 3px solid #f8cd99;}
.ny_depart_info1 .tools > div:hover .tit { color: #f8cd99; }
.ny_depart_info1 .tools > div.on .tit { color: #f8cd99; }

.ny_depart_info1 .tools > div.btn_sp:hover .icon { background: url(../images/icon_kssp_on.png) center no-repeat; background-size: 100% 100%; }
.ny_depart_info1 .tools > div.btn_sp.on .icon { background: url(../images/icon_kssp_on.png) center no-repeat; background-size: 100% 100%; }

.ny_depart_info1 .tools > div.btn_tp:hover .icon { background: url(../images/icon_kstp_on.png) center no-repeat; background-size: 100% 100%; }
.ny_depart_info1 .tools > div.btn_tp.on .icon { background: url(../images/icon_kstp_on.png) center no-repeat; background-size: 100% 100%; }

.ny_depart_info1 .con_box { width: 50%; box-sizing: border-box; border-bottom: 2px solid #ebebeb; }
.ny_depart_info1 .con_box .info_box{
	line-height: 32px;padding-bottom: 25px;border-bottom: 2px solid #ebebeb;
}
.ny_depart_info1 .con_box .info_box .title{
	font-size: 32px;color: #006c70;
}
.ny_depart_info1 .con_box .info_box .fzr{font-size:0px;}
.ny_depart_info1 .con_box .info_box .fzr .icon{
	width: 32px;height:32px;display:inline-block;vertical-align: middle;margin-right: 5px;
}
.ny_depart_info1 .con_box .info_box .fzr span{
	display:inline-block;vertical-align: middle;font-size: 16px;color: #006c70;
}
.ny_depart_info1 .con_box .info_box .fzr span.tit{color:#333333;}

.ny_depart_info1 .con_box .item_box{
	padding-top: 30px;
}
.ny_depart_info1 .con_box .item_box .label{line-height:25px; font-size:14px;color:#0c8a8d;}
.ny_depart_info1 .con_box .item_box .desc{font-size:15px;color:#333333;}

.ny_depart_info2{
	
	padding: 33px 0px;
	width: calc(100% - 10px);
	height: auto;
	margin: 17px auto;
	box-sizing: border-box;
	background: url(../images/border_bg.jpg) center center repeat;
	overflow: hidden;
	border: 12px solid;
	border-image-source: url(../images/border_img.png);
	border-image-slice: 17;
	border-image-width: 17px;
	border-image-repeat: repeat;
	border-image-outset: 12px 5px;
	display: flex;
	margin-bottom:50px;
}

.ny_depart_info2 .top_box{
	text-align: center;width: 100%;
}
.ny_depart_info2 .top_box .title{
	width: 200px;margin:0px auto;text-align:center;font-size: 24px;color: #fcebc7;position: relative;
	line-height: 40px;margin-bottom: 20px;
}
.ny_depart_info2 .top_box .title::after{
	content: "";width: 462px;height: 10px;background:url(../images/depart_info_line.png) center no-repeat;
	position: absolute;left: 0px;top: 50%;transform: translateY(-50%) translateX(-100%);
}
.ny_depart_info2 .top_box .title::before{
	content: "";width: 462px;height: 10px;background:url(../images/depart_info_line.png) center no-repeat;
	position: absolute;right: 0px;top: 50%;transform: translateY(-50%) translateX(100%) rotateY(180deg);
}
.ny_depart_info2 .con_box { font-size: 16px; line-height: 36px; color: #fff; text-indent: 2em; }
.ny_depart_info2 .con_box p { font-size: 16px; line-height: 36px; color: #fff; text-indent: 2em; }

.ny_depart_expert{
	padding: 50px 0px;background: url(../images/in_bg2.jpg) center repeat;
}
.ny_depart_expert .top_box{text-align:center;margin-bottom:30px;}
.ny_depart_expert .top_box .title{line-height:1.5em; font-size:28px;color:#333333;}

.expert_item{
	background: #fff;padding: 20px;box-sizing: border-box;overflow: hidden;
}
.expert_item .img_box{width: 145px;height: 185px;background-position: center;background-size: cover;background-repeat: no-repeat; float:left;}
.expert_item .con_box{width: calc(100% - 145px);padding-left:30px;box-sizing:border-box;float:left;}

.expert_item .con_box .title{font-size:24px;color:#333333;}
.expert_item .con_box .title span{font-size:16px;color:#333;margin-left:5px;}
.expert_item .con_box .depart_title{
	padding-left: 25px;font-size: 14px;color: #008080;line-height: 20px;position: relative;margin: 5px 0px;
}
.expert_item .con_box .depart_title::after{
	content:"";width: 16px;height:16px;background: url(../images/depart_icon_jobtitle.png) center no-repeat;background-size: 100%;
	position: absolute;top: 50%;left: 0px;transform: translateY(-50%);
}

.expert_item .con_box .kszc::after{
	content:"";width: 16px;height:16px;background: url(../images/icon_kszc.png) center no-repeat;background-size: 100%;
	position: absolute;top: 50%;left: 0px;transform: translateY(-50%);
}



.expert_item .con_box .desc{font-size:14px;color:#333333;line-height:24px;margin-top:8px;}
.expert_item .con_box .more{ 
	margin-top: 20px;
	width: 100px;height: 40px;line-height:40px;text-align:center;font-size:13px;color:#616969;background: url(../images/news_more.png) center no-repeat;background-size: 100%;
}



.expert_item .con_box .more:hover { color: #fff; background: url(../images/news_more_on.png) center no-repeat; background-size: 100%; }
#expert_swiper .swiper-pagination{position: static;bottom:0px;padding-top:35px;}
#expert_swiper .swiper-pagination span{width: 10px;height:10px;opacity: 1; background:#cccccc;margin:0px 5px;}
#expert_swiper .swiper-pagination span.swiper-pagination-bullet-active{background: #006e71;}


/*科室宣教*/
.ks_tags_box{display:flex;justify-content:center;flex-wrap:wrap;margin-bottom:10px;}
.ks_tags_box .item{font-size:16px;margin:0px 5px;cursor:pointer;margin-bottom:10px;background: #f0f0f0;
    padding: 5px 15px;
    border-radius: 10px;
    margin-bottom: 10px;}
.ks_tags_box .item.on{background-color: #047A7A; color:#fff;font-weight:bold;}
.ks_tags_box .item span { font-size: 14px; color: #999;font-weight:normal; margin-left: 3px; }
.ny_depart_jkxj { padding: 50px 0px; }
.ks_tags_box .item.on span{color: #fff;opacity: 0.8;}
.ny_depart_jkxj .top_box{text-align:center;margin-bottom:30px;}
.ny_depart_jkxj .top_box .title{line-height:1.5em; font-size:28px;color:#333333;}

#jkxj_swiper .swiper-slide{
	background: #f8f8f8;
}
#jkxj_swiper .swiper-pagination{position: static;bottom:0px;padding-top:35px;}
#jkxj_swiper .swiper-pagination span{width: 10px;height:10px;opacity: 1; background:#cccccc;margin:0px 5px;}
#jkxj_swiper .swiper-pagination span.swiper-pagination-bullet-active{background: #006e71;}

#jkxj_swiper .img_box{height: 218px;width: 100%;background-position: center;background-size: cover;background-repeat:no-repeat;pos}
#jkxj_swiper .con_box{padding: 25px;}
#jkxj_swiper .con_box .title{line-height: 26px;height: 52px;font-size: 16px;color: #333333;margin-bottom: 5px;}
#jkxj_swiper .con_box .time{font-size: 14px;color: #ebc28d;}

.ny_depart_jkxj .list_box{max-height:500px;overflow-y:auto;display:flex;justify-content:left;flex-wrap:wrap;}
.ny_depart_jkxj .list_box .item { width: calc(25% - 30px); margin: 0px 15px; background: #f8f8f8;margin-bottom:15px; }
.ny_depart_jkxj .list_box .item .img_box { height: 218px; width: 100%; background-position: center; background-size: cover; background-repeat: no-repeat; pos }
.ny_depart_jkxj .list_box .item .con_box { padding: 25px; }
.ny_depart_jkxj .list_box .item .con_box .title { line-height: 26px; height: 52px; font-size: 16px; color: #333333; margin-bottom: 5px; }
.ny_depart_jkxj .list_box .item .con_box .time { font-size: 14px; color: #ebc28d; }


.ny_depart_ksdt { padding: 50px 0px; background: url(../images/in_bg2.jpg) center repeat; }

.ny_depart_ksdt .top_box{text-align:center;margin-bottom:30px;}
.ny_depart_ksdt .top_box .title{line-height:1.5em; font-size:28px;color:#333333;}
#ksdt_swiper{height: 270px;}
#ksdt_swiper .swiper-slide{height:120px ; background: #fff;padding: 30px;box-sizing: border-box;}
#ksdt_swiper .swiper-slide .title{padding-left: 16px;font-size: 18px;color: #333333;line-height: 28px;margin-bottom: 10px;position: relative;}
#ksdt_swiper .swiper-slide .title::after{content: "";border-radius: 50%; background: #439595; width: 5px;height: 5px;position: absolute;top: 50%;left: 0px;transform: translateY(-50%);}
#ksdt_swiper .swiper-slide .time{padding-left: 16px;font-size: 16px;color: #ebc28d;}

.ny_depart_ksdt .list_box{max-height:400px; display:flex;justify-content:left;flex-wrap:wrap;}
.ny_depart_ksdt .list_box .item {width:calc(50% - 20px);margin:0px 10px;margin-bottom:20px; height: 120px; background: #fff; padding: 30px; box-sizing: border-box; }
.ny_depart_ksdt .list_box .item .title { padding-left: 16px; font-size: 18px; color: #333333; line-height: 28px; margin-bottom: 10px; position: relative;overflow:hidden;text-overflow:ellipsis;white-space:nowrap; }
.ny_depart_ksdt .list_box .item .title::after { content: ""; border-radius: 50%; background: #439595; width: 5px; height: 5px; position: absolute; top: 50%; left: 0px; transform: translateY(-50%); }
.ny_depart_ksdt .list_box .item .time { padding-left: 16px; font-size: 16px; color: #ebc28d; }



.expert_items{height: auto;max-height:480px; overflow-y: auto;}
.expert_items .expert_item{float: left; width: calc(33.333333% - 22px);margin-right: 30px;margin-bottom: 30px;}
.expert_items .expert_item:nth-child(3n){margin-right: 0px;}

.expert_show_box{padding: 50px;background: url(../images/in_bg2.jpg) repeat;}
.expert_show_box .content2{display: flex;}
.expert_show_box .expert_avatar{width: 270px;flex-shrink: 0;padding-right: 50px;}
.expert_show_box .expert_avatar img{width: 100%;display: block;}

.expert_show_box .expert_info{width: calc(100% - 270px);flex-shrink: 1;}
.expert_show_box .expert_info .top_box{border-bottom: 2px solid #ebebeb;}
.expert_show_box .expert_info .top_box .fr{width: 150px;padding-left: 39px;box-sizing: border-box;}
.expert_show_box .expert_info .top_box .fr img{width: 100%;display: block;}
.expert_show_box .expert_info .top_box .fr .tit{font-size: 14px;color: #0c8a8d;text-align: center;line-height: 3em;}
.expert_show_box .expert_info .top_box .fl{width: calc(100% - 150px);}
.expert_show_box .expert_info .top_box .title{font-size: 32px;color: #006c70;line-height: 32px;padding-bottom: 30px;border-bottom: 2px solid #ebebeb;}
.expert_show_box .expert_info .top_box  .info_box{padding: 23px 0px;}
.expert_show_box .expert_info .top_box  .info_box .info{display: inline-block;vertical-align: top;margin-right: 80px;}
.expert_show_box .expert_info .top_box  .info_box .info .tit{font-size: 18px;color: #333;line-height: 1.5em;}
.expert_show_box .expert_info .top_box  .info_box .info .label{font-size: 14px;color: #0c8a8d;line-height: 1.5em;}
.expert_show_box .expert_info .con_box{padding: 23px 0px; border-bottom: 2px solid #ebebeb;}
.expert_show_box .expert_info .con_box .tit{font-size: 14px;color: #0c8a8d;line-height: 1.5em;}
.expert_show_box .expert_info .con_box .desc{font-size: 18px;color: #333;line-height: 2em;}


.news_detail .title{font-size:30px;line-height:1.5em;}
.news_detail .fbt { font-size: 20px; line-height: 1.5em; margin-top: 10px; }
.news_detail .time{font-size:16px;color:#666;margin-top:10px;margin-bottom:30px; padding-bottom:10px;border-bottom:1px solid #ececec;}
.news_detail .news_content { min-height: 350px; font-size: 16px; color: #333; line-height: 2em; }
.news_detail .pn{padding:20px 0px;}
.news_detail .pn .btn { font-size: 16px; margin-right: 20px; }


.isNull{font-size:18px;}

.sh_bkg { position: fixed; left: 0; top: 0; z-index: 2000; width: 100%; height: 100%; background-color: rgba(0,0,0,0.8); display: none; }
.sh_box { position: fixed; left: 20%; top: 40%; z-index: 2001; width: 60%; display: none; }
.sh_box .txt { float: left; display: block; width: calc(100% - 80px);height: 60px; line-height: 60px; padding: 0px 15px; box-sizing: border-box; border: 0; outline: none; }
.sh_box .btn { float: left; display: block; width: 80px; min-width: 70px; box-sizing: border-box; height: 60px; line-height: 60px; text-align: center; color: #FFF; background: #008493 url(../images/icon_search2.png) center center no-repeat; background-size: auto 60%; border: 0; cursor: pointer; outline: none; }
.sh_box form { margin-top: 30px; }
.sh_box .close { position: relative; width: 45px; margin: 0 auto; cursor: pointer; transition: all 0.3s ease-out; }
.sh_box .close:hover { transform: rotate(180deg); }

.news_detail .news_content table { max-width: 100%; }
.news_detail .news_content iframe { max-width: 100%; }
.news_detail .news_content img { max-width: 100%; }
.news_detail .news_content video{max-width:100%;}

@media screen and (max-width: 1680px) { .content { padding: 0px 20px; width: 100%; box-sizing: border-box; }
	.content2{padding: 0px 20px; width: 100%; box-sizing: border-box;}

	.pub_nav .logo{height:52px;margin-top:33px;}
	.pub_nav .logo img{height:100%;display:block;}
	.pub_nav .nav_box ul li { }
	.pub_nav .nav_box ul li>a { padding: 0px 15px; margin-left: 10px; font-size: 15px; }


	.in_depart { width: calc(100% - 360px); flex-shrink: 1; }
	.in_qrcode {width:360px;flex-shrink:1;}
}

@media screen and (max-width: 1440px) {
	.pub_nav .nav_box ul li{}
	.pub_nav .nav_box ul li>a { padding: 0px 12px; font-size: 14px; }
	.pub_nav .nav_box ul li .subs{width:100px;}
	.pub_nav .nav_box ul li .subs a{font-size:14px;}

	.pub_nav .btns a { margin-left: 8px; }
	.pub_nav .btns img { width: 32px; height: 32px; margin-top: 3px; }
	.in_ban #ban_swiper .swiper-slide { height: 640px; }


	.ban_links { border-image-width: 12px; margin: 12px auto; }

	.ban_links .item{margin:12px 0px;}
	.ban_links .item .con_box .title{font-size:24px;}

	.in_onduty{padding:40px 0px;}

	.in_box1{padding-bottom:60px;}

	.in_depart{padding-right:0px;}
	.in_depart .box { width: 100%; padding:60px 20px;box-sizing:border-box;}


	.pub_footer .foot1 .foot_nav{padding-left:20px;}
	.pub_footer .foot1 .foot_nav .item { padding-left: 25px; }

	.in_box2{flex-wrap:wrap;}
	.in_depart { width: 100%; }
	.in_qrcode{width:100%;}
	.in_qrcode .box{width:100%;padding:40px 0px;}

	#qrcode_swiper{height:auto;}
	#qrcode_swiper .swiper-slide .item{padding-bottom:50px;}
	#qrcode_swiper .swiper-slide .item:first-child::after { display: none; }


	.ny_depart_jkxj .list_box .item { width: calc(33.333333% - 20px); margin: 0px 10px;margin-bottom:15px; }
}

@media screen and (max-width: 1280px) {
	.pub_nav .btns a {display:none;  }
	.pub_nav .btns a:last-child{display:block;}
	.pub_nav .content{padding:0px 8px;}
	.pub_nav .logo{height:40px;margin-top:39px;}
	.pub_nav .nav_box ul li{margin-left:7px;}
	.pub_nav .nav_box ul li > a { margin-left: 7px; }
	.in_ban #ban_swiper .swiper-slide { height: 480px; }
	.in_box1 .content2 { flex-wrap: wrap; }

	.in_notice { width: 100%; }
	.in_news{width:100%;padding-right:0px;margin-bottom:40px;}
	.in_news .img_item{width:calc(33.333333% - 20px);}
	.in_notice .list_box .item .title{font-size:18px;}


	.in_box3{padding:60px 0px;}
	.in_box3 .content2{flex-wrap:wrap;}
	.in_news_tab{width:100%;margin-right:0px;}
	.in_zt{width:100%;height:auto;}

	.in_box4{}
	.in_box4 .content2{flex-wrap:wrap;}
	.in_job{width:100%;margin-right:0px;margin-bottom:30px;}
	.in_tijian{width:100%;}
	.in_tijian a { display: inline-block;margin-right:20px; }

	.pub_footer .foot1 .foot_nav { padding-left: 10px; }
	.pub_footer .foot1 .foot_nav .item { padding-left: 15px; }
	.pub_footer .foot1 .foot_nav .item .title{font-size:14px;}
	.pub_footer .foot1 .foot_nav .item .subs a { font-size: 12px; }


	.ny_main .ny_flex_box { flex-wrap: wrap; }
	.ny_list_box { width: 100%; padding-right: 0px; }
	.ny_hot_list { width: 100%; }


	.in_depart .depart_cont .depart_info .box1 .img_box{width:50%;}
	.in_depart .depart_cont .depart_info .box1 .con_box{width:50%;}


	.profile_box1 .info_img{margin-top:0px;}
	.profile_box1 .info_box .info_cont{width:70%;}

	.ny_depart_info1 .img_box{width:calc(50% - 30px);margin-right:30px;}
	.ny_depart_info1 .tools { bottom: 22px; }
	.ny_depart_info1 .tools > div { margin: 0px 8px; height: 42px; line-height: 38px; border-width: 2px; }
	.ny_depart_info1 .tools .tit{font-size:14px;}
	.ny_depart_info1 .tools .icon{width:18px;height:18px;}

	.ny_depart_info1 .tools > div:hover { border-width: 2px; }
	.ny_depart_info1 .tools > div.on{border-width:2px;}


	.zx_summary{padding:30px;}
	.zx_list_box .item_box{margin-top:80px;}
	.zx_list_box .item_box .con_box{width:calc(100% - 430px);}


}

@media screen and (max-width: 1090px) {
	#ad68{display:none;}
	.pub_nav { display: none; }
	.pub_top_m { display: block; height: 98px; padding: 0px 20px; position: relative; background: url(../images/in_nav_bg.jpg) center repeat; }
	.pub_top_m .logo { margin-top: 19px; }
	.pub_top_m .logo img { height: 60px; display: block; }
	.pub_top_m .search_btn { background: url(../images/icon_search3.png) center no-repeat; background-size: 70% auto; width: 50px; height: 50px; right: 118px; border-radius: 50%; position: absolute; top: 50%; transform: translateY(-50%); cursor: pointer; }
	.pub_top_m .btn_menu { background: url(../images/menu_open.png) center center no-repeat; background-size: 100% 100%; width: 98px; height: 98px; position: absolute; top: 0px; right: 0px; }
	.pub_top_m .btn_menu.on { background: url(../images/menu_close.png) center center no-repeat; background-size: 100% 100%; }

	.in_ban #ban_swiper .swiper-slide{height:420px;}

	.ban_links { border-image-outset: 8px 5px; }
	.ban_links .item { margin: 8px 0px; }
	.ban_links .item .icon { width: 46px; height: 46px; }
	.ban_links .item .con_box .title{font-size:18px;}
	.ban_links .item .con_box .desc{font-size:12px;}

	.in_news .item_box { flex-wrap: wrap; }
	.in_news .img_item{width:calc(50% - 15px);margin-bottom:25px;margin-right:0px;}
	.in_news .img_item:first-child{margin-right:30px;}
	.in_news .news_items { width: 100%; }
	.in_news .img_item .con_box{padding:20px;}
	.in_news .img_item .con_box .title{font-size:20px;}

	.in_depart .types .type { text-overflow: ellipsis; overflow: hidden; white-space: nowrap; font-size: 18px; }

	.ny_main { padding: 35px 0px; }
	.ny_ctg .box .item { line-height: 25px; margin: 5px 10px; }
	.pub_footer .foot1{flex-wrap:wrap;}
	.pub_footer .foot1 .foot_info{width:100%;margin-bottom:20px;text-align:center;}
	.pub_footer .foot1 .foot_info .logo{margin:0px auto;margin-bottom:15px;}
	.pub_footer .foot1 .foot_nav { width: 100%; justify-content: center; }
	.pub_footer .foot1 .foot_nav .item{padding:0px 10px;flex:1px;box-sizing:border-box;}


	.title_box .title { font-size: 24px; }
	.in_news_tab .title_box .tit.on{font-size:24px;}
	.in_news_tab .title_box .tit{font-size:20px;}

	.in_depart .depart_cont{flex-wrap:wrap;}
	.in_depart .depart_cont .depart_tab2{width:100%;}
	.in_depart .depart_cont .depart_tab2 .box1{height:auto;margin-bottom:30px;display:flex;flex-wrap:wrap;justify-content:left; }
	.in_depart .depart_cont .depart_tab2 .box1 .item{width:20%;}
	.in_depart .depart_cont .depart_info{width:100%;padding-left:0px;}

	.in_news_tab .cont_tab .item_box .item{width:calc(50% - 15px);margin-right:30px;}
	.in_news_tab .cont_tab .item_box .item:nth-child(2n) { margin-right: 0px; }
	.in_news_tab .cont_tab .item_box .item:nth-child(3n) { margin-right: 30px; }

	.in_news_tab .cont_tab .item_box .item:nth-child(6n) { margin-right: 0px; }


	.profile_box1 .info_box .info_cont { width: 80%;padding-right:20px; }
	.profile_box1 .info_img{width:50%;}
	.profile_box1 .info_tab_box { padding: 40px 30px; }

	.ks_link_box .top_box .title{font-size:20px;}
	.ks_link_box .item_box .item { margin: 5px 25px; width: 300px; padding: 5px 20px; }
	.ks_link_box .item_box .item .tit{font-size:20px;}

	

}

@media screen and (max-width: 768px) {

	.zx_list_box .item_box .img_box { width: 300px; }
	.zx_list_box .item_box .con_box { width: calc(100% - 320px); }

	.ny_depart_jkxj .list_box .item { width: calc(50% - 20px); margin: 0px 10px;margin-bottom:15px; }
	.ny_depart_jkxj .list_box .item .con_box{padding:16px;}
	.ny_depart_jkxj .list_box .item .img_box{height:180px;}

	.ny_depart_ksdt .list_box .item{width:100%;margin:0px;margin-bottom:15px;}
}


@media screen and (max-width: 768px) {
	.ny_main .ny_flex_box{flex-wrap:wrap;}
	.ny_list_box { padding-right: 0px;width:100%; }
	.ny_hot_list{width:100%;}
	.pub_footer .foot1 .foot_nav{display:none;}

	.sh_box{width:90%;left:5%;}

	.ny_leader_list li{width:100%;margin-right:0px;}

	.ny_leader_list2 li{width:100%;margin-right:0px;}

	.in_ban .content2 { padding: 0px; position: static; left: initial; transform: initial; }
	.ban_links { flex-wrap: wrap; }
	.ban_links .item{width:50%;margin:0px;flex:auto;margin:10px 0px;}
	.ban_links .item:nth-child(2)::after { display: none; }
	.ban_links .item:nth-child(4)::after{display:none;}

	.in_ban #ban_swiper .swiper-slide{height:320px;}
	.ny_depart_info1 .content2{flex-wrap:wrap;}
	.ny_depart_info1 .img_box { width: 100%; margin-right: 0px;margin-bottom:20px; }
	.ny_depart_info1 .con_box{width:100%;border:none;}

	.zx_list_box .item_box{flex-wrap:wrap;flex-direction:column-reverse;}
	.zx_list_box .item_box .img_box { width: 100%;margin-bottom:20px;text-align:center; }
	
	.zx_list_box .item_box .con_box { width: 100%; }
	.zx_list_box .item_box .con_box .top_box .title { justify-content: center; }
	.zx_list_box .item_box .con_box .top_box .line{margin:0px auto;margin-bottom:20px;}
	.zx_list_box .item_box:nth-child(even) { flex-direction: column-reverse; }
	.zx_list_box .item_box:nth-child(even) .top_box .title{justify-content:center;}
	.zx_list_box .item_box:nth-child(even) .top_box .line{float:none;}
}

@media screen and (max-width: 640px) {
	.isNull { font-size: 0.28rem; padding: 1rem 0px; }
	.content2 { padding: 0px 0.2rem; }

	.title_box { line-height: 0.6rem; height: auto; margin-bottom: 0.2rem; }
	.title_box .title { font-size: 0.32rem; padding-left: 0.4rem; }
	.title_box .title::after { width: 0.32rem; height: 0.32rem; }
	.title_box .more { font-size: 0.24rem; }
	.sh_box .close { width: 0.6rem; }
	.sh_box form { margin-top: 0.3rem; }
	.sh_box .txt { width: calc(100% - 1rem); height: 0.8rem; line-height: 0.8rem; padding: 0px 0.15rem; }
	.sh_box .btn { width: 1rem; height: 0.8rem; line-height: 0.8rem; min-width: auto; }

	.pub_top_m { padding: 0px 0.2rem; height: 1.2rem; }
	.pub_top_m .logo { margin-top: 0.2rem; }
	.pub_top_m .logo img { height: 0.8rem; }
	.pub_top_m .btn_menu { width: 1.2rem; height: 1.2rem; }
	.pub_top_m .search_btn { width: 0.6rem; height: 0.6rem; right: 1.2rem; }

	.xs_nav .nav-item .title { line-height: 0.8rem; height: 0.8rem; }
	.xs_nav .nav-item .title .drop-btn { width: 0.6rem; height: 0.8rem; line-height: 0.8rem; font-size: 0.42rem; }
	.xs_nav .nav-item .title a { font-size: 0.26rem; padding-left: 0.2rem; }

	.xs_nav .nav-item ul li { padding-left: 0.4rem;  }
	.xs_nav .nav-item ul li a { font-size: 0.22rem; line-height: 0.4rem; }
	
	.ny_ban { height: 3.2rem; }
	.ny_ban .box.about .title { font-size: 0.36rem; line-height: 0.4rem; transform: initial; }
	.ny_ban .box.about .title::after { width: 1px; height: 0.4rem; top: 0.6rem; }
	.ny_ban .box.about .title::after { display: none; }
	.ny_ban .box.profile .title { font-size: 0.48rem; }
	.ny_ban .box.profile .desc { font-size: 0.24rem; }

	.ny_ban.ny_ban_news_show{height:1.2rem;}
	.in_ban #ban_swiper .swiper-slide { height: 3.6rem; }
	.ban_links .item { margin: 0.15rem 0px; }
	.ban_links .item .icon { width: 0.6rem; height: 0.6rem; }
	.ban_links .item .con_box .title { font-size: 0.26rem; }
	.ban_links .item .con_box .desc { font-size: 0.20rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }



	.in_onduty { margin-bottom: 0.3rem; padding: 0.4rem 0px; }
	.in_onduty .swiper a { font-size: 0.26rem; line-height: 0.8rem; padding-left: 0.5rem; padding-right: 0.3rem; }
	.in_onduty .swiper a::after { width: 0.1rem; height: 0.1rem; left: 0.32rem; }

	.in_news .img_item { width: calc(50% - 0.15rem); }
	.in_news .img_item:first-child { margin-right: 0.3rem; }
	.in_news .img_item .img_box { height: 2.6rem; background: none!important; }
	.in_news .img_item .img_box img{width:100%;height:100%; object-fit:cover;}
	.in_news .img_item .con_box { padding: 0.2rem; }
	.in_news .img_item .con_box .info { font-size: 0.2rem; }
	.in_news .img_item .con_box .title { font-size: 0.28rem; }
	.in_news .img_item .con_box .more { width: 100%; height: 0.8rem; line-height: 0.8rem; margin-top: 0.3rem; font-size: 0.24rem; background-size: 100% 100%; }
	.in_news .img_item:hover .con_box .more { background-size: 100% 100%; }

	.in_news .news_items .item { padding: 0.25rem 0.3rem; margin-bottom: 0.3rem; }
	.in_news .news_items .item .title { font-size: 0.28rem; }
	.in_news .news_items .item .info { font-size: 0.22rem; }
	.in_box1 { padding-bottom: 0.6rem; }

	.in_depart .box { padding: 0.6rem 0.2rem; }
	.in_depart .types .type { width: 50%; font-size: 0.3rem;height:0.8rem;line-height:0.8rem;  }
	.in_depart .depart_tab1 .item { margin: 0.05rem 0px; }
	.in_depart .depart_tab1 .item .icon { width: 0.4rem; height: 0.4rem; }
	.in_depart .depart_tab1 .item .tit { font-size: 0.2rem; }

	.in_depart .depart_tab1 .item.on .tit { font-size: 0.2rem; }
	.in_depart .depart_tab1 { flex-wrap: wrap; }
	.in_depart .depart_tab1 .item { flex: auto; width: 20%; }

	.in_depart .depart_cont { flex-wrap: wrap; margin-top: 0.4rem; }

	.in_depart .depart_cont .depart_tab2 { width: 100%; margin-bottom: 0.3rem; }
	.in_depart .depart_cont .depart_tab2 .box1 { width: 100%; height: auto; overflow-y: hidden; flex-wrap: wrap; display: flex; }
	.in_depart .depart_cont .depart_tab2 .box1 .item { width: 33.3333333%; padding: 0px 0.1rem; height: 0.6rem; line-height: 0.6rem; font-size: 0.24rem; }


	.in_depart .depart_cont .depart_info { width: 100%; padding-left: 0px; }
	.in_depart .depart_cont .depart_info .box1 { flex-wrap: wrap; height: auto; }
	.in_depart .depart_cont .depart_info .box1 .img_box { width: 100%; }
	.in_depart .depart_cont .depart_info .box1 .con_box { width: 100%; padding-left: 0px; }
	.in_depart .depart_cont .depart_info .box1 .con_box .title { font-size: 0.36rem; margin: 0.2rem 0px; }
	.in_depart .depart_cont .depart_info .box1 .con_box .desc { font-size: 0.24rem; line-height: 1.5em; }
	.in_depart .depart_cont .depart_info .box1 .con_box .more { width: 2.65rem; height: 0.8rem; line-height: 0.8rem; margin-top: 0.4rem; font-size: 0.26rem; background-size: 100% 100%; }

	#qrcode_swiper .swiper-slide .item{padding:0.5rem 0px;}
	#qrcode_swiper .swiper-slide .item img{max-width:100%;}
	#qrcode_swiper .swiper-slide .item .tit { font-size: 0.28rem; }
	#qrcode_swiper .swiper-slide .item .desc{font-size:0.26rem;}


	.in_news_tab .cont_tab .item_box{width:100%;}
	.in_news_tab .cont_tab .item_box .item{padding:0.2rem 0.3rem; width:100%;margin-right:0px;margin-bottom:0.3rem;}
	.in_news_tab .cont_tab .item_box .item .title{font-size:0.28rem;line-height:1.5em;height:auto;margin-bottom:0.1rem;}
	.in_news_tab .cont_tab .item_box .item .time{font-size:0.24rem;}
	.in_notice .list_box { padding: 0.2rem 0.25rem; }
	.in_notice .list_box .item .title{font-size:0.28rem;}

	#job_swiper .swiper-slide a{padding:0.24rem 0.3rem;}
	#job_swiper .swiper-slide a .title{font-size:0.28rem;line-height:1.5em;margin-bottom:0.1rem;height:auto;}
	.in_tijian{width:100%;}
	.in_tijian a{width:100%;margin-right:0px;margin-bottom:0.2rem;}
	.in_tijian img { width: 100%; max-width: 100%; }
	.ny_ctg { transform: initial; height: auto; background: #f0f5f5; padding: 0.2rem 0px; padding-bottom: 0px; }
	.ny_ctg .box .item {
		font-size:0.28rem; min-width: auto; margin: 0.05rem 0.15rem; width: calc(50% - 0.4rem);
		padding: 0.05rem 0.1rem;border-image-width: 0.1rem;border-image-outset:0.05rem;
	}

	.title_box2 .search_box{width:100%;margin-top:0.2rem;}

	.ny_main { padding: 0.5rem 0px;padding-top:0rem;}

	.title_box2 .title{font-size:0.32rem;line-height:0.45rem;}


	.ny_notice_list li{padding:0.2rem 0.5rem;margin-bottom:0.3rem;}
	.ny_notice_list li .title{font-size:0.3rem;line-height:1.5em;margin-bottom:0.1rem;}
	.ny_notice_list li .time{font-size:0.24rem;}




	.ny_news_list li{margin-bottom:0.25rem;display:flex;}
	.ny_news_list li .img_box{width:3rem;height:auto; float:initial;}
	.ny_news_list li .img_box a{width:100%;height:100%;display:block;}
	.ny_news_list li .con_box { width: calc(100% - 3rem); box-sizing: border-box; padding: 0.2rem;float:initial; }
	.ny_news_list li .con_box .title{font-size:0.32rem;}
	.ny_news_list li .con_box .desc{font-size:0.24rem;margin-bottom:0.2rem;}
	.ny_news_list li .con_box .time{font-size:0.24rem;}
	.ny_hot_list ul li { padding: 0.25rem 0.3rem; margin-bottom: 0.3rem; }
	.ny_hot_list ul li .title{font-size:0.3rem;line-height:1.5em;margin-bottom:0.12rem;}
	.ny_hot_list ul li .info .ctg{font-size:0.24rem;}
	.ny_hot_list ul li .info .time{font-size:0.24rem;}


	.ny_price_list li{padding:0.2rem 0.2rem;}
	.ny_price_list li .tit{font-size:0.3rem;line-height:0.4rem;}
	.ny_price_list li .desc{font-size:0.24rem;line-height:0.4rem;}
	.docPage{margin-bottom:0.4rem;}
	



	.news_detail .title{font-size:0.4rem;}
	.news_detail .time{font-size:0.26rem;margin-top:0.1rem;margin-bottom:0.3rem;padding-bottom:0.1rem;}
	.news_detail .news_content{min-height:6rem;font-size:0.28rem;}
	.news_detail .news_content p { font-family: 'sourcehan'; }
	.news_detail .news_content p span{font-family:inherit!important;}

	.news_content img{width:auto!important;max-width:100%;height:auto!important;}

	.news_detail .pn { padding: 0.4rem 0px; }
	.news_detail .pn .btn{font-size:0.26rem;margin-right:0.25rem;}


	.pub_links .content { padding: 0.35rem 0.1rem; padding-top: 0.7rem; }
	.pub_links .links{width:calc(100% - 1.5rem);}
	.pub_links .links a{font-size:0.28rem;line-height:0.4rem;margin-left:0px;margin-right:0.2rem;}
	.pub_links .btn_top { width: 2rem; right: 0px; }
	.pub_links .label{width:1.2rem;height:0.4rem;margin-right:0.2rem;}

	.pub_footer { padding-top: 0.5rem; }
	.pub_footer .foot1{padding-bottom:0.4rem;flex-wrap:wrap;}
	.pub_footer .foot1 .foot_info{width:100%;}
	.pub_footer .foot1 .foot_info .logo{max-width:70%;}
	.pub_footer .foot1 .foot_info .con_box p{font-size:0.28rem;line-height:2em;}
	.pub_footer .foot1 .foot_nav { display: none; width: 100%; flex-wrap: wrap; padding-left: 0px; }
	.pub_footer .foot1 .foot_nav .item{width:40%;}

	.pub_footer .foot2{padding:0.3rem 0px;font-size:0.24rem;}
	.pub_footer .foot2 .fr{float:left;}


	.profile_box1{padding-bottom:0.8rem;}
	.profile_box1 .info_img {width:100%; margin-top: 0px; }
	.profile_box1 .info_box{padding:0.5rem 0px;flex-wrap:wrap;}
	.profile_box1 .info_box .info_cont{width:100%;padding-right:0px;margin-bottom:0.4rem;}
	.profile_box1 .info_box .info_cont .box{height:6.4rem;padding-right:0.2rem;}
	.profile_box1 .info_box .info_cont p { font-size: 0.28rem; line-height: 2em; }
	.profile_box1 .info_tab_box{padding:0.3rem 0.2rem;}
	.profile_box1 .info_tab_box .tab_box .box .item{font-size:0.3rem;line-height:0.4rem;margin:0px 0.2rem;}
	.profile_box1 .info_tab_box .tab_box .box::before{display:none;}
	.profile_box1 .info_tab_box .tab_box .box::after{display:none;}
	.profile_box1 .info_tab_box .conts .con_box{max-height:6.4rem;overflow-y:auto;padding-right:0.1rem;}

	.profile_leader{padding:0.7rem 0px;}
	.profile_leader .top_box .title{font-size:0.38rem;line-height:0.5rem;padding-bottom:0.8rem;}
	.profile_leader .top_box .title::after{display:none;}

	#leader_swiper .swiper-slide .box .img_box{width:2.46rem;}
	#leader_swiper .swiper-slide .box .con_box{width:100%; _width:calc(100% - 2.46rem);_padding-left:0.2rem;}
	
	#leader_swiper .swiper-slide .box .con_box .title { font-size: 0.36rem; }
	#leader_swiper .swiper-slide .box .con_box .jobtitle { font-size: 0.26rem; line-height: 0.4rem; padding-left: 0.25rem; }
	#leader_swiper .swiper-slide .box .con_box .jobtitle::after{width:0.2rem;height:0.2rem;}
	#leader_swiper .swiper-slide .box .con_box .desc{font-size:0.26rem;line-height:1.5em;height:4.5em;}
	.pn_box { margin-top: 0.5rem; }
	.pn_box .btn { width: 0.6rem; height: 0.6rem; }

	.ny_leader_list li .box .img_box { width: 2.46rem; }
	.ny_leader_list li .box .con_box { _width:100%; width: calc(100% - 2.46rem); _padding-left: 0.2rem; }
	.ny_leader_list li .box .con_box .title { font-size: 0.36rem; }
	.ny_leader_list li .box .con_box .jobtitle { font-size: 0.26rem; line-height: 0.4rem; padding-left: 0.25rem; }
	.ny_leader_list li .box .con_box .jobtitle::after { width: 0.2rem; height: 0.2rem; }
	.ny_leader_list li .box .con_box .desc { font-size: 0.26rem; line-height: 1.5em;height:4.5em; }


	.ny_leader_list2 .box{padding:0.2rem;}
	.ny_leader_list2 li .box .img_box { width: 2.46rem; }
	.ny_leader_list2 li .box .con_box { _width: 100%; width: calc(100% - 2.46rem); padding-left: 0.2rem; }
	.ny_leader_list2 li .box .con_box .title { font-size: 0.36rem; }
	.ny_leader_list2 li .box .con_box .jobtitle { font-size: 0.26rem; line-height: 0.4rem; padding-left: 0.25rem; }
	.ny_leader_list2 li .box .con_box .jobtitle::after { width: 0.2rem; height: 0.2rem; }
	.ny_leader_list2 li .box .con_box .desc { font-size: 0.26rem; line-height: 1.5em; height: 4.5em; }

	.depart_search_box { transform: initial; padding: 0.2rem; padding-bottom: 0.3rem; height: auto; background: #f0f5f5; }
	.depart_search_box .box{width:100%; height:0.8rem;border-radius:0.4rem;}
	.depart_search_box .box input{box-sizing:border-box;line-height:0.8rem;padding-left:0.42rem;padding-right:0.8rem;}
	.depart_search_box .box div{width:0.7rem;height:0.7rem;right:0.05rem;border-radius:50%;}
	.depart_big_box:first-child { padding-top: 0.5rem; }
	.depart_big_box .top_box{line-height:0.8rem;height:0.8rem;}
	.depart_big_box .top_box .title { width: auto; padding-left: 0.4rem; font-size: 0.32rem; }
	.depart_big_box .top_box .line{width:1.5rem;margin-left:0.2rem;}
	.depart_big_box .top_box .title::after{width:0.28rem;height:0.42rem;}
	.depart_big_box .top_box .btn{width:2rem;height:0.8rem;line-height:0.8rem;}
	.depart_big_box .top_box .btn span{padding-right:0.35rem;letter-spacing:0.05rem;line-height:0.8rem;font-size:0.28rem;}
	.depart_big_box .top_box .btn span::after{width:0.3rem;height:0.2rem;}
	.depart_big_box{padding-top:0.4rem;padding-bottom:0.4rem;}

	.depart_item_box .top_box2{padding:0.25rem 0px;line-height:0.5rem;}
	.depart_item_box .top_box2 .icon { width: 0.5rem; height: 0.5rem; }
	.depart_item_box .top_box2 .tit{padding-left:0.15rem;font-size:0.32rem;}
	.depart_item_box .items a{width:calc(50% - 0.6rem);}
	.depart_item_box .items a{margin:0.1rem 0.2rem;padding:0.05rem 0.1rem;line-height:0.5rem;font-size:0.3rem;}

	.ny_current{padding:0.3rem 0px;}
	.ny_current .content2{line-height:0.6rem;}
	.ny_current .content2 .fl a { font-size: 0.26rem; padding-right: 0.2rem; margin-right: 0.2rem; }
	.ny_current .fr{float:left;}
	.ny_current .back img { height: 0.6rem; }

	.ny_depart_info1{padding:0.5rem 0px;}
	.ny_depart_info1 .content2{flex-wrap:wrap;}
	.ny_depart_info1 .img_box { width: 100%; padding-right:0px;margin-bottom:0.4rem;}
	


	.ny_depart_info1 .con_box { width: 100%; padding-bottom: 0.3rem; }
	.ny_depart_info1 .con_box .info_box{line-height:0.5rem;padding-bottom:0.25rem;}
	.ny_depart_info1 .con_box .info_box .title { font-size: 0.46rem; }
	.ny_depart_info1 .con_box .item_box .desc{font-size:0.28rem;}
	.ny_depart_info1 .con_box .item_box { padding-top: 0.3rem; }
	.ny_depart_info1 .con_box .info_box .fzr .icon{width:0.5rem;height:0.5rem;margin-right:0.05rem;}
	.ny_depart_info1 .con_box .info_box .fzr span { font-size: 0.32rem; }
	.ny_depart_info1 .tools {position:static;padding-top:0.2rem;}

	.ny_depart_info1 .tools > div{margin:0px 0.1rem;}

	.ny_depart_info2 { padding-top: 0.2rem; }
	.ny_depart_info2 .top_box .title{width:100%;font-size:0.34rem;line-height:0.5rem;margin-bottom:0.3rem;}
	.ny_depart_info2 .top_box .title::before{display:none;}
	.ny_depart_info2 .top_box .title::after{display:none;}

	.ny_depart_info2 .con_box{height:6.4rem;overflow-y:auto;}
	.ny_depart_info2 .con_box p{font-size:0.28rem;line-height:2em;}

	.ny_depart_expert{padding:0.5rem 0px;}
	.ny_depart_expert .top_box .title{font-size:0.38rem;}
	.expert_item{padding:0.25rem;}
	.expert_item .img_box { width: 2.5rem;height:3.4rem; }
	.expert_item .con_box{width:calc(100% - 2.5rem);padding-left:0.25rem;}
	.expert_item .con_box .title { font-size: 0.34rem; }
	.expert_item .con_box .title span { font-size: 0.26rem;margin-left:0.05rem; }
	.expert_item .con_box .depart_title::after{width:0.28rem;height:0.28rem;}
	.expert_item .con_box .desc{line-height:1.5em;font-size:0.26rem;}
	.expert_item .con_box .depart_title { padding-left: 0.4rem; line-height: 0.3rem; font-size: 0.24rem; margin: 0.05rem 0px; }
	.expert_item .con_box .more{width:2rem;height:0.8rem;line-height:0.8rem;font-size:0.2rem;margin-top:0.3rem;}
	#expert_swiper .swiper-pagination{padding-top:0.35rem;}
	.ny_depart_jkxj { padding: 0.5rem 0px; }
	.ny_depart_jkxj .top_box .title { font-size: 0.38rem; }
	#jkxj_swiper .img_box{width:100%;height:auto;}
	#jkxj_swiper .img_box img{width:100%;display:block;}
	#jkxj_swiper .con_box{padding:0.25rem;}
	#jkxj_swiper .con_box .title{font-size:0.28rem;margin-bottom:0.05rem;height:4em;line-height:2em;}
	#jkxj_swiper .con_box .time{font-size:0.24rem;}

	.ny_depart_jkxj .list_box{max-height:6.4rem;}
	.ny_depart_jkxj .list_box .item{width:calc(50% - 0.2rem);margin:0px 0.1rem; margin-bottom:0.15rem;}
	.ny_depart_jkxj .list_box .item .img_box { width: 100%; height: auto; }
	.ny_depart_jkxj .list_box .item .img_box img { width: 100%; display: block; }
	.ny_depart_jkxj .list_box .item .con_box { padding: 0.16rem; }
	.ny_depart_jkxj .list_box .item .con_box .title { font-size: 0.24rem; margin-bottom: 0.05rem; height: 3em; line-height: 1.5em; }
	.ny_depart_jkxj .list_box .item .con_box .time { font-size: 0.22rem; }


	.ny_depart_ksdt .top_box .title { font-size: 0.38rem; }
	#ksdt_swiper { height: 4rem; }
	#ksdt_swiper .swiper-slide{height:1.85rem;padding:0.3rem;}
	#ksdt_swiper .swiper-slide .title{font-size:0.3rem;line-height:0.38rem;margin-bottom:0.1rem;padding-left:0.35rem;}


	.ny_depart_ksdt .list_box .item { height: auto; padding: 0.2rem; }
	.ny_depart_ksdt .list_box .item .title { font-size: 0.28rem; line-height: 0.38rem; margin-bottom: 0.1rem; padding-left: 0.35rem; }
	.ny_depart_ksdt .list_box .item .time{padding-left:0.35rem;font-size:0.22rem;}

	.expert_show_box { padding: 0.5rem 0px; }
	.expert_show_box .content2{flex-wrap:wrap;}
	.expert_show_box .expert_avatar { width: 100%; padding-right: 0px;margin-bottom:0.4rem; }
	.expert_show_box .expert_avatar img{width:70%; max-width:100%;display:block;margin:0px auto;}
	.expert_show_box .expert_info{width:100%;}
	.expert_show_box .expert_info .top_box .fl{width:100%;}
	.expert_show_box .expert_info .top_box .title{font-size:0.48rem;line-height:1.5em;padding-bottom:0.3rem;}
	.expert_show_box .expert_info .top_box .info_box{padding:0.23rem 0px;overflow:hidden; }
	.expert_show_box .expert_info .top_box .info_box .info{width:50%;padding-right:0.2rem;box-sizing:border-box;float:left;margin-right:0px;margin-bottom:0.3rem;}
	.expert_show_box .expert_info .top_box .info_box .info .tit{font-size:0.3rem;}
	.expert_show_box .expert_info .top_box .info_box .info .label{font-size:0.26rem;}
	.expert_show_box .expert_info .con_box .desc{font-size:0.3rem;}

	.expert_items .expert_item{width:100%;margin-right:0px;margin-bottom:0.3rem;}

	.ny_ban .box.zx{transform:none;}
	.ny_ban .box.zx .title{font-size:0.42rem;margin-bottom:0.4rem;}
	.ny_ban .box.zx .mouse{width:0.4rem;}
	.zx_main .content2 { transform: none; }

	.zx_summary{margin-top:0.3rem;}
	.zx_summary{font-size:15px;padding:0.3rem;}
	.zx_list_box .item_box{margin-top:0.8rem;}
	.zx_list_box .item_box .img_box{margin-bottom:0.3rem;}
	.zx_list_box{margin-bottom:0.5rem;}

	.ks_link{right:0.2rem;height:0.64rem;line-height:0.58rem;border-width:0.03rem;padding:0px 0.28rem;}
	.ks_link .tit{font-size:0.22rem;}
	.ks_link .icon{width:0.32rem;height:0.32rem;margin-right:0.1rem;}


	.ks_link_box .top_box { margin-top: 0rem; margin-bottom: 0.4rem; }
	.ks_link_box{margin-bottom:1rem;}
	.ks_link_box .item_box .item{width:calc(50% - 0.4rem);margin:0.05rem 0.1rem;padding:0.05rem 0.2rem;line-height:0.6rem;}
	.ks_link_box .item_box .item .tit{font-size:0.24rem;}
	.ks_link_box .top_box .title{font-size:0.24rem;padding:0px 0.2rem;}
	.ks_link_box .top_box .title::before { width: 2.15rem; height: 0.11rem; }
	.ks_link_box .top_box .title::after { width: 2.15rem; height: 0.11rem; }
	.ks_link_box .item_box .item .tit::after { width: 0.4rem; height: 0.4rem; }

	.ks_tags_box .item{font-size: 0.22rem;margin: 0px 0.05rem;margin-bottom: 0.1rem;border-radius: 0.1rem;padding: 0.05rem 0.15rem;}
	.ks_tags_box .item span{font-size: 0.2rem;margin-left: 0.04rem;}
}


