body{
	font-size: 14px;
	color: #535353;
	line-height: 1.5;

}
 ::-webkit-scrollbar
{
    width:8px;
    height:8px;
}
::-webkit-scrollbar-track-piece
{
    background-color: #fff;
    -webkit-border-radius: 6px;
}
::-webkit-scrollbar-thumb:vertical
{
    height: 5px;
    background-color: #eee;
    -webkit-border-radius:8px;
}
::-webkit-scrollbar-thumb:horizontal
{
    width: 5px;
    background-color: #fff;
    -webkit-border-radius: 6px;
}



 .super-commany-box::-webkit-scrollbar
{
    width:8px;
    height:10px;
   
}
.super-commany-box::-webkit-scrollbar-track-piece
{
    background-color: #fff;
    -webkit-border-radius:0px;
    height: 10px;
    
}
.super-commany-box::-webkit-scrollbar-thumb:vertical
{
    height: 5px;
    background-color: rgba(163,177,204,.5);
    -webkit-border-radius: 4px;
    box-shadow: 1px 1px 3px  rgba(163,177,204,.5);
}
.super-commany-box::-webkit-scrollbar-thumb:horizontal
{
    width: 5px;
    background-color: rgba(163,177,204,.5);
    -webkit-border-radius: 4px;
     box-shadow: 1px 1px 3px  rgba(163,177,204,.5);
}



.margin-top-10{
	margin-top: 10px;
}
.margin-top-20{
	margin-top: 20px;
}
.margin-top-30{
	margin-top: 30px;
}
.margin-top-40{
	margin-top:40px;
}
.flex-box{
	display: flex;
}
/***tab start***/
/*初始化**/

.header-banner a{
	display: block; 
	overflow: hidden;
	position: relative;
}
.header-banner a  h2{
	position: absolute;
	left:28.75%;
	top:70.7%;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}
.header-banner a>img{
	width: 100%;
}
.header-banner a>img:hover{
	opacity: 1;
}
.nav-list-infor{
	background: #1e87f0;
	justify-content: flex-start;

}
.nav-list-infor>li>a{
	display:inline-block;
	margin-top: 2px;
	height: 38px;
	padding:  0 20px;
	line-height: 38px;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
}

.nav-list-infor>li:hover>a,.nav-list-infor>li.active>a{
	background: #fff;
	border-radius: 4px  4px 0px 0px;
	color: #1f85f3;
	text-decoration:none;
	
}
.nav-list-infor>li{
	position: relative;
}
.nav-list{
	position: relative;
	background: #1e87f0;

}
.nav-list-infor>li::before{
	position: absolute;
	left:0;
	right: 0;
	width: 100%;
	height: 5px;
	background: #fff;
	bottom:0px;
	z-index: 20;
	content: '';
	display: none
}
.nav-list-infor>li:hover::before{
	display: block;
}
.nav-detail{
	position: absolute;
	left:0;
	top:40px;
	background: #fff;
	box-shadow: 0px 0px 3px #1f85f3;
	display:none !important;
}
.nav-detail a{
	display: inline-block;
	padding: 0 10px;
	color: #1f85f3;
}
.nav-list-infor li:hover .nav-detail{
	display: block;
} 
.my-container{
	max-width: 1400px;
	margin: 0 auto;
}
.nav-list-infor{
	padding:  0 20px;
	display:flex;
	flex-wrap:wrap;
}
.footer-box{
	background: #2b78c1;
}
.nav-detail{
	max-width:480px;
	min-width:360px;
	padding: 10px;
	display: none;
}
.nav-detail a{
	color: #555;
	white-space: nowrap;
	flex: 1;
	padding: 10px;
	font-size: 14px;
}
.nav-list-infor>li:last-child .nav-detail{
	left: inherit;
	right: 0;
}
.content-left{
	width:1100px;

}
#content{
	min-height: 600px;
}
.content-right{
	width:260px
}
.content{
	justify-content: space-between;
}
.ico::before{
	content: '';
	display: inline-block;
	width:90px;
	height: 60px;
	background: url(../images/ico.png) no-repeat 0 center;	
	transition:all 1s; 
}
.ico01::before{
	background-position: 0px center;
	width:60px;
}
.ico02::before{
	background-position: -120px center;
	width: 70px;
}
.ico03::before{
	background-position: -240px center;
	width: 88px;
}
.ico04::before{
	background-position: -360px center;
	width:48px;
}
.ico05::before{
	background-position: -480px center;
	width:61px;
}
.ico06::before{
	background-position: -600px center;
	width:70px;
}
.ico07::before{
	background-position: -720px center;
	width: 56px;
}
.ico08::before{
	background-position: -900px center;
	width: 56px;
}
.link-list>a{
	text-align: center;
}
.ico span{
	display: block;
	margin-top: 10px;
}
.link-list{
	justify-content: space-around;
}
.ico01{
	color: #68b370;
}
.ico02{
	color: #2285ea;
}
.ico03{
	color: #00a6c8;
}
.ico04{
	color: #00a07a;
}
.ico05{
	color: #1c88e2;
}
.ico06{
	color: #e5806c;
}
.ico07{
	color: #1c88ed;
}
.ico{
	font-size: 14px;
}
.ico:hover{
	opacity: .9;
	
}
.ico:hover::before{
	transform:rotateY(360deg);
}
.ico:hover span{
	text-decoration: underline;
}
.banner-list>li{
	display: none;
}
.banner-list>li:first-child{
	display:block;
}
.banner{
	width: 480px;
	height:270px;
	margin-right:20px;
	position: relative;
	overflow:hidden;
}
.banner-list>li a{
	display: block
	
}
.banner-list>li a img{
	width: 100%;
	min-height: 320px;
}
.sliderbtn{
	position: absolute;
	bottom: 26px;
	left: 0;
	width: 100%;
	text-align: center;
}
.sliderbtn>span{
	display: inline-block;
	height:12px;
	width: 12px;
	border-radius: 50%;
	border:1px solid #fff;
	margin: 0 10px;
	cursor: pointer;
}
.sliderbtn>span.active{
	background: #fff;
}
.home-news{
	width: 600px;
}
.news-banner-list{
	justify-content: space-between
}
.content-block{
	justify-content:space-between;
	
}
.home-news-tit{
	color: #1d86ef;
	font-size: 32px;
	white-space: nowrap;
	width:70%;
	overflow: hidden;
	text-overflow:ellipsis;
	display: inline-block;
}
.home-news-list01 h2{
	text-align: center
}
.home-news-infor{
	text-align: center;
	line-height: 2;
}
.home-tit>span{
	color: #1d86ef;
	font-size: 18px;
}
.home-tit>span::before{
	width: 6px;
	height: 16px;
	display: inline-block;
	content: '';
	margin-right:10px;
	background: #1d86ef;
	vertical-align: middle;
}
.home-news-info{
	line-height: 2
}
.home-tit{
	justify-content: space-between
}
.more{
	color:#a2a2a2;
	font-size:12px; 
}
.more:hover{
	color: #1d86ef;
}
.new-report-list{
	line-height:1.6;
}
.new-report-list li a{
	color: #808080;
	display: inline-block;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 100%;
	overflow: hidden;

}
.new-report-list li a:hover{
	color: #1d86ef;
	text-decoration: underline;
}
.yj-news .new-report-list li a::before,.dj-list>li a::before,.culture-list>li a::before{
	display: inline-block;
	vertical-align: middle;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	margin-right:5px;
	content:'';
	background: #808080;
}
.yj-news .new-report-list li a:hover::before,.dj-list>li a:hover::before,.culture-list>li a:hover::before{
	color:#00a8ff;
}
.object-nav-img{
	height: 230px;
}
.object-nav-img img{
	width: 100%;
	min-height: 100%;
}
.object-nav-list{
	width:600px;
}
.obj-nav-other{
	width:144px;
	margin-left: 20px
}
.banner-list>li:hover{
	opacity: .8;
}
.object-nav-img{
	opacity: .8;
}
.change-table>span{
	display: inline-block;
	height: 28px;
	line-height: 28px;
	margin-right: 20px;
	color:#fff;
	background: #0ba2c8;
	padding: 0 40px;
	border-radius: 3px;
	position: relative;
	cursor: pointer;
}
.change-table>span::before{
	content: '';
	position: absolute;
	width:18px;
	height:9px;
	background: url(/static/images/tab_ico.png) no-repeat 0 0;
	left: 50%;
	bottom:-6px;
	transform: translateX(-50%);
	display: none;
}
.change-table>span.active::before{
	display:block;
}
.change-table>span.active{
	background: #81cd8c;
}
.change-tab-con{
	padding-top:10px;
	margin-left: -10px;
}
.change-tab-con>li{
	display: none;
	margin-left: -5px;
}
.change-tab-con>li:first-child{
	display: block;
}
.change-tab-con>li>a{
	margin: 5px 10px;
	border: 1px solid #a2a2a2;
	height: 36px;
	line-height: 36px;
	padding: 0 10px;
	border-radius: 6px;
	display: inline-block;
	min-width:calc(25% - 20px);
	text-align: center;
	color: #a2a2a2;
}
.change-tab-con>li>a:hover{
	color: #81cd8c;
	border-color:#81cd8c;
}
.obj-nav-other>li a{
	display: inline-block;
	height: 28px;
	line-height: 28px;
	border-radius: 6px;
	color: #fff;
	text-align: center;
	padding: 0 20px;
	min-width: 112px;
	margin-top: 20px;
}
.obj-nav-other>li a:hover{
	opacity: .8;
}
.color01{
	background: #e27f6e;
}
.color02{
	background: #1e86ee;
}
.color03{
	background: #1e86ee;
}
.object-nav{
	position: relative;
	justify-content: space-between;
}
.look-more{
	position: absolute;
	right: 0;
	top: 0;
}

.pic-slider-list{
	position: absolute;
	left:0;
	top: 0;
	height: 100%;
	width: 5000px;
}
.pic-slider-list>li{
	float: left;
}
.pic-slider-box{
	position: relative;
	height: 200px;
	width:480px;
	overflow: hidden;
}
.zj-text-list{
	width: 600px;
}
.zj-info-box{
	justify-content: space-between;
}
.moudle-position{
	height:400px;
	border: 1px solid #ccc;
}
.flex1{
	flex: 1;
}
.pic-slider-list>li{
	margin-right: 15px;
}
.slider-btn::before{
	content:'';
	width:8px;
	height:16px;
	display:inline-block;
	background:url(../images/slid_ico.png) no-repeat center center ;
	position:relative;
	top:12px;
	
}
.slider-btn.pre::before{	
	transform: rotate(180deg);
}
.slider-btn{
	background:rgba(0, 0, 0, .6);
	height: 40px;
	width: 40px;	
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	text-align:center;
}
.slider-btn.pre{
	left: 0;
}
.slider-btn.next{
	right: 0;
}
.slider-btn:hover{
	opacity: .5;
}
.pic-slider-list>li a{
	display: block;
	position: relative;
	height:200px;
	overflow: hidden;
	width:100%;
}
.pic-slider-list>li a>img{
	width: 100%;
	min-height: 210px;
}
.pic-slider-list>li a span{
	display: block;
	text-align: center;
	color: #fff;
}
.pic-slider-list>li a>span{
	position: absolute;
	left:0;
	bottom: 0;
	width: 100%;
	background: rgba(0, 0, 0, .6);
	padding: 5px;
	font-size: 12px;
}
.slider-box>div:first-child{
	margin-right: 15px;
}
.slider-box>div:last-child{
	margin-left: 15px;
}
.more-btn{
	display: inline-block;
	height: 20px;
	line-height: 20px;
	padding: 0 10px;
	color: #a2a2a2;
	border:1px solid #a2a2a2;
	border-radius: 6px;
}
.more-btn:hover{
	color: #1e86ee;
	border-color:#1e86ee;
}
.build-list{
	height: 256px;
}
.build-list>li>a,.build-info{
	height: 50%;
	overflow: hidden
}
.build-info h2{
	color: #000;
	font-size:13px;
	margin-top: 15px;
	margin-left: 15px;
}
.build-info p{
	font-size: 12px;
}
.build-info{
	/* padding: 15px; */
}
.culture-list>li a{
	color: #535353
}
.culture-list>li a:hover{
	color: #1e86ee;
	text-decoration: underline;
}
.more-btn{
	margin-top: 30px;
	margin-left: 15px;
}
.culture>a{
	display: block;
	height:160px;
	overflow: hidden;
}
.culture>a>img{
	width:480px;
	min-height:160px;
}
.build-box{
	min-height: 326px;
}
.friend-link a{
	color: #535353;
	white-space: nowrap;
}
.friend-link a:hover{
	color: #1e86ee;
}
.new-report-list>li a.look-detail,.dj-box .dj-list li a.look-detail,.culture .culture-list a.look-detail {
	color: #1e86ee
}
.new-report-list>li a.look-detail::before,.dj-box .dj-list li a.look-detail::before,.culture .culture-list a.look-detail::before{
	display: none;
}
.yj-news .new-report-list>li a{
	width: auto;
}
.new-report-list>li{
	justify-content: space-between;
}
.friend-link{
	line-height: 2;
}
.footer {
	color: #fff;
	justify-content: space-between;
	padding:27px 0px ;
	margin-top: 40px;
	align-items: center;
}
.adaress-infor{
	text-align: right;
}
.adaress{
	margin-top: 20px;
}
.share>a{
	margin-right: 20px;
}
a>img:hover{
	opacity: .8
}
.build-list img{
	width: 160px;
	height: 128px;
}
.navgation-list>li{
	border:1px solid #dcdcdc;
	margin-top: 15px;
}
.navgation-list>li:first-child{
	margin-top: 0;
}
.navgation-list>li a img{
	vertical-align: middle;
	width: 604px;
	height: 277px;
}
.navgation-info{
	margin-left:35px;
	
}
.navgation-info-text>li{
	line-height: 2;
}
.navgation-info h2{
	font-size: 36px;
	color:#a2a2a2;
	margin-top:30px;
}
.margin-top-20{
	margin-top: 20px;
}
[v-cloak]{
	display: none !important;
}
.department-box{
	margin-top: 130px;
}
.navgation-info{
	padding:0 15px 10px 0;
}
.news-list>li{
	margin-top: 10px;
	border-bottom: 1px dashed #dcdcdc;
	padding: 10px 20px;
	justify-content: space-around;
}
.news-list>li a{
	color: #333;
	width:calc(100% - 180px);
	overflow: hidden;
	white-space: normal;
	text-overflow: ellipsis;
}
.news-list>li:hover a{
	color: #808080;
}
.news-list>li a:hover{
	color: #1d86ef;
}
.create-time{
	color: #999;
}
.page-box{
	display: flex;
	justify-content: flex-end;
}
.news-detail{
	text-align: center;
	line-height: 2;
}
.news-detail h2{
	font-size:24px;
}
.img-box{
	margin-top: 30px;
}
.new-detial-text{
	margin-top: 30px;
	text-align: left;

}
.new-detial-text p{
	margin-top: 10px;
	text-indent: 30px;
	
}
.img-box img{
	max-width: 100%;
}
.newsTs-list{
	flex-wrap: wrap;
	justify-content: space-between;
}
.newsTs-list>li{
	width:calc(25% - 20px);
	margin:20px 0;
	background: #fff;
	box-shadow: 1px 5px 10px #eee;
	text-align: center;
	padding-bottom: 20px;
}
.newsTs-list>li a{
	display: block;
	height:270px ;
	overflow: hidden;
}
.newsTs-list>li a img{
	width: 100%;
	min-height: 270px;
}
.newsTs-title{
	margin-top: 20px;
	white-space: nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	padding: 0 20px;
}
.create-time{
	margin-top: 10px;
}
.department-list{
	flex-wrap: wrap;
}
.department-list>li{
	width: calc(20% - 20px);
	margin-right: 20px;
	border:1px solid #eaeaea;
	background: #fff;
	margin-top: 20px;
	margin-top: 30px;
	transition: all .5s;
}
.department-list>li a{
	display: block;
	padding:15px;
	text-align: center;
}
.department-list>li:hover a{
	text-decoration: none;
}
.department-list>li:hover{
	transform:translate(10px,-10px);
	box-shadow: 0 10px 10px #999;
}
.loading-box{
	position: fixed;
	left:0;
	top:0;
	height:100%;
	width: 100%;
	overflow: hidden;
	background: rgba(255,255,255,.9);
	z-index: 999;
}
.loading-box img{
	position: relative;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
}
.table-box{
	width: 100%;
	text-align: center;
}
.table-box tr th{
	background: #f2f2f2;
}
.table-box tr td,.table-box tr th{
	border:1px solid #ccc;
	padding: 10px;
	text-align: center;
}
.table-box tbody tr:hover{
	background: #fbfbfb;
}
.weixin-img-box{
	text-align: center;
}
.news-time{
	white-space: nowrap;
	color: #999;
}
.object-nav-img{
	width:480px;

	overflow: hidden;
}
.tqyb{
	padding-left: 20px;
	width:260px;
	height:70px;
	background: url("../images/tq.png") no-repeat;
	background-size: contain;
	overflow: hidden;
}
.yyzt-list>li{
	margin-top: 10px;
}
.yyzt-list>li>a{
	display: block;
	height: 90px;
	overflow: hidden;
}
.yyzt-list>li>a img{
	width: 100%;
	display: block;
	height: 90px;
}
.search-btn{
	background: url("../images/search.jpg") no-repeat 0 0;
	height: 21px;
	width: 21px;
	border: 0 none;
}
.search-btn:hover{
	opacity: .5;
}
.search-box{
	border:1px solid #ccc;
	border-radius:4px;
	display: flex;
	justify-content: space-between;
	padding:5PX 20px;
	background: #fff;
	margin-top: 20px;
	align-items: center;
}
.search-box input{
	width:calc(100% - 30px) ;
	height:30px;
	line-height:30px;
	color: #666;
	border: 0 none;

}
.hosipital-con{
	text-align: left;
}
.sliders-block{
	width:300px;
}
.zj-text-list{
	height:198px;
}
.zj-text-info table{
	width: 100%;
	text-align: center;
}
.zj-box{
	justify-content: space-between;
}
.zj-text-info table th,.zj-text-info table td{
	padding:3px;
	text-align: left;
}
.zj-text-info{
	height:100%;
	border: 1px solid #ccc;
	padding: 0 20px;

}
.loo-more{
	text-align: right;
	height: 27px;
	line-height: 27px;
}
.zj-text-info table th{
	color: #008aff;
	text-align: left;
	font-size: 16px;
}
.dj-img{
	width:480px;
	height:160px;
	display: block;
	overflow: hidden;
}
.dj-img img{
	width: 100%;
	min-height:100%;
}
.new-report-list>li{
	margin-top:8px;
}
.new-report-list>li:first-child{
	margin-top: 0;
}
.dj-list{
	margin-left: 20px;
	justify-content: space-between;
	width: 600px;
}
.dj-list>li{
	margin-top:8px;
	justify-content: space-between;
}
.dj-list>li:first-child{
	margin-top:0;
}
.dj-list>li a{
	color: #535353;
	line-height: 1.5;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.dj-list>li a:hover{
	color: #008eff;
}
.obj-nav-other>li a{
	min-width:140px;
}
.rout-list{
	color: #00a8ff;
}
.rout-list h2{
	color: red;
}
.rout-list-info>li{
	margin-top:10px;
}
.culture-list {
	width: 600px;
	margin-left: 20px;
	justify-content: space-between;
}

.culture-list>li{
	justify-content: space-between;
	margin-top: 8px;
}
.culture-list>li:first-child{
	margin-top: 0;
}
.kxSelect input[type="text"],.ksSelect input[type="text"]{
	height:36px;
	line-height: 36px;
	padding: 0 10px;
	border-radius: 2px;
	border:1px solid #008aff;
	width:110px;
}
.zj-control{
	margin-top: 15px;
	justify-content: center;
	justify-content: flex-start;
	line-height: 36px;
	color: #008aff;
}
.pic-slider-right{
	width:600px;
}
.expert-list01{
	width: 480px;
}
.list{
	width: 100%;
}
.list li{
	width: calc(33.33% - 10px);
}
.zj-control>div{
	margin-left:20px;
}
.kxSelect ,.ksSelect{
	position: relative;

}
.kxSelect ul,.ksSelect ul{
	position: absolute;
	left:0;
	top:35px;
	min-width: 100%;
	background: #fff;
	border: 1px solid #008aff;
	max-height: 120px;
	overflow-y: auto;
	overflow-x: hidden;
	display: none;
}
.kxSelect ul li,.ksSelect ul li{
	padding:  5px 10px;
	color: #666;
	cursor: pointer;
	white-space: nowrap;
}
.kxSelect ul li:hover,.ksSelect ul li:hover{
	background: #eee;
	color: #008aff;
}
.kxSelect:hover ul,.ksSelect:hover ul{
	display: block;
}


.doc-table-list{
	height:120px;
	overflow-y: auto;
}
#index_div{
	min-height: 800px;
}
iframe{
	margin-top:-15px;
}
.doc-infor-text{
	white-space:nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width:400px;
	text-align: left;
}
.new-content{
	width: calc(100%  - 240px);
}
.news-info-box{
	justify-content: space-between;
}
.news-beside{
	width: 220px;
	background: #edf4f7;
}
.home-tit{
	border-bottom: 1px solid #1d86ef;
	padding-bottom: 5px;
}
#index_div .home-tit{
	border: 0 none;
}.new-gg{
	color: #1d86ef;
	margin-right: 10px;
}
.beside-tit{
	height:50px;
	line-height: 50px;
	padding: 0 20px;
	color: #fff;
	background: #1e86ef;
	font-size:18px;
}
.beside-news-list>li{
	margin-top: 10px;
	font-size: 16px;
	color: #1e86ee;
	padding-left: 42px;
	height:44px;
	line-height: 44px;
	cursor: pointer;
}
.beside-news-list>li.active{
	padding-left:28px;
	color: #fff;
	background:#ffb706;
}
.link-list  a{
	display: block;
}
.link-list{
	flex-wrap: wrap;
}
.jyfw-table{
	width: 100%;

}
.jyfw-table td{
	border-bottom: #e3e8e7 1px solid ;
	border-left: #e3e8e7 1px solid ;
	text-align: center;
	padding: 15px 10px;
}
.jyfw-table tr td:first-child{
	border-left: 0 none;
}
.search-result{
	color:red;
	padding: 10px;
	font-size: 20px;
	border-bottom:1px solid #eee;
}
.weixin-gzh{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height:100%;
	background: rgba(0,0,0,.5);
	z-index: 999;
}
.weixin-gzh-detail{
	position: relative;
	left: 50%;
	top:50%;
	transform:translate(-50%,-50%);
	display: inline-block;
	background: #fff;
	cursor: pointer;
}
.export-img-box{
	
	margin-right: 20px;
}
.export-img-box img{
	width: 160px;
	vertical-align: middle;
	border:2px solid #ffb706;
}
.expert-info {
	text-align: left;
}
.expert-info li label{
	width: 70px;
}
.expert-list .create-time{
	width: 180px;
	text-align: right;
}
.pop-message{
	position: fixed;
	left:0;
	top:0;
	display: block;
	background: rgba(0, 0, 0, .6);
	width: 100vw;
	height: 100vh;
	z-index: 9999;
}
.pop-message-block{
	position: relative;
	width: 100%;
	height: 100%;
}
.pop-message-con{
	position: absolute;
	left:50%;
	top: 50%;
	transform: translate(-50%,-50%);
	background: #fff;
	box-shadow:1px 2px 5px rgba(255,255,255,.5);
	padding: 10px;
	min-width: 120px;
	border-radius: 4px;
}
.pop-message-header{
	text-align: right;
	color: red;
}
.pop-message-header span{
	cursor: pointer;
	transition: all 1s;
	transform: rotate(0deg);
}
.pop-message-header span:hover{
	opacity: .8;
	transform: rotate(90deg);
}
.pop-message-info{
	margin-top: 5px;
}
.expert-list02{
	width: 600px;
}
@media screen and (min-width: 1201px) { 
	
} 
/* 设置了浏览器宽度不小于1201px时 abc 显示1200px宽度 */ 

@media screen and (max-width: 1200px) { 
	.expert-detail-box{
		display: block;
	}
	.expert-info{
		margin-top: 20px;
	}
	.header-banner a>img{
		min-height:120px;
	}
	.nav-list-infor>li{
		width: 33.33%;
		border:1px solid #eee;
	}
	.nav-list-infor>li>a{
		display: block;
		text-align: center;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		padding: 0 10px;
		width: 100%;
		margin-top: 0;
		height: 40px;
	}
	.nav-list-infor{
		padding:0;
	}
	.nav-list-infor>li:hover>a, .nav-list-infor>li.active>a{
		border-radius: 0;
		
	}
	.link-list>a{
		width: 33.33%;
		margin-top: 10px;
	}
	.ico span{
		margin-top: 0;
	}
	.content.flex-box{
		display: block;
	}
	.my-container{
		max-width: auto;
	}
	.content-left{
		width: auto;
	}
	.link-list{
		justify-content: flex-start;
	}
	.content-block{
		padding: 0 10px;
	}
	.news-banner-list,.object-nav,.zj-info-box{
		display: block;
	}
	.banner{
		width: 100%;
		height: auto;
		min-height: 120px;
	}
	.home-news{
		width: auto;
	}
	.new-report-list li a:first-child,.dj-list>li a:first-child,.culture-list>li a:first-child{
		width: calc(100% - 100px);
	}
	.ico::before{
		transform: scale(0.8);
	}
	.new-report-list{
		margin-top: 10px;
	}
	.object-nav-list{
		width: auto;
		margin-top: 20px;
	}
	.pic-slider-box{
		width: 100%;
		height: 140px;
	}
	.pic-slider-list>li a{
		height: 140px;
	}
	.zj-text-list{
		width: 100%;
	}
	.zj-text-info table th, .zj-text-info table td{
		min-width: 80px;
	}
	.zj-control label{
		white-space: nowrap;
	}
	.dj-box,.culture{
		display: block;
	}
	.dj-img,.culture-list{
		width: 100%;
	}
	.dj-list,.culture-list {
		width: auto;
		margin: 20px 0 0;
	}
	.content-right{
		width: auto;
		padding: 0 10px;
	}
	.content-right .new-report-list li a:first-child{
		width: calc(100% - 20px);
	}
	.friend-link-con{
		padding: 0 10px;
	}
	.footer.my-container{
		display: block;
	}
	.adaress-infor{
		text-align: left;
		margin-top: 10px;
	}
	.footer-box{
		padding-left: 10px;
		padding-right: 10px;
	}
	.tqyb{
		width: 100%;
		display:none;
	}
	.news-info-box{
		display:block;
	}
	.news-beside{
		width: auto;
	}
	.new-content{
		width: auto;
		padding: 0 10px;
	}
	.duty-box{
		overflow-x: auto;

	}
	.duty-box table{
		width: 800px;
	}
	.loading-box img{
		transform: translate(-50%,-50%) scale(0.5);
	}
	.header-banner a>img{
		display: none;
	}
	.header-banner a{
		background: url(../images/mobile_bg.jpg) no-repeat center 0;
		background-size: 100% 100%;
		padding-bottom: 50%;
	}
} 
/* 设置了浏览器宽度不大于1200px时 abc 显示900px宽度 */ 

@media screen and (max-width: 900px) { 

} 
/* 设置了浏览器宽度不大于900px时 abc 显示200px宽度 */ 

@media screen and (max-width: 500px) { 

} 