/*公共样式开始*/
*{margin:0;padding:0;list-style: none;text-decoration: none;box-sizing: border-box;}
html{font-size: 100px;}
body{font-size: 0.16rem;overflow-x: hidden;position: relative;min-width:1200px;}
.w90{width: 90%;max-width: 1400px;margin:0px auto;}
.w12{max-width: 1330px;margin:0px auto;padding: 0 15px;}
.fl{float:left;}
.fr{float:right;}
input{outline: none;border: none;}
.clearfix:after{content: "";display: block;clear: both;}
img{border: none;vertical-align:middle;}
.flexbox{display: flex;display: -webkit-flex;} /*使子元素向左横向并排且无间距*/
.flex{display: flex;display: -webkit-flex;justify-content: space-between;}  /*使子元素横向并排且两端对齐，间距平分*/
.flex-left{display: flex;display: -webkit-flex;justify-content: flex-start;} /*使子元素横向并排且向左对齐*/
.flex-center{display: flex;display: -webkit-flex;justify-content: center;} /*使子元素横向并排且居中对齐*/
.flex-right{display: flex;display: -webkit-flex;justify-content: flex-end;} /*使子元素横向并排且居右对齐*/
.flex-column{flex-direction: column;} /*使子元素垂直排列*/
.flex-c-center{align-items: center;} /*使子元素垂直居中*/
.flex-wrap{flex-wrap: wrap;} /*使子元素超出自动换行*/
.f0{flex-shrink: 0;} /*禁止子元素被压缩*/
.none{display: none;}
.image{width: 100%;height: 100%;position: absolute;left: 0;top:0;}
.image img,.img{width: 100%;height: 100%;object-fit: cover;}
.line1{display: block;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.line2{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.line3{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;}
.txtline{position:relative;background-image:linear-gradient(#ffffff,#f1f1f1);background-position:0 100%;background-size:0 1px;background-repeat:no-repeat;transition:background-size .3s}
.txtline1{position:relative;background-image:linear-gradient(#0038a5,#0038a5);background-position:0 100%;background-size:0 1px;background-repeat:no-repeat;transition:background-size .3s}
.txtline:hover{background-size:100% 1px;}
.txtline1:hover{background-size:100% 1px;}
.p30{width: calc( ( 100% - 30px ) / 3 );}
.p40{width: 32%;}
.p50{width: calc( 50% - 15px ); }
.p60{width: calc( 68% - 26px );}
/*公共样式结束*/
/*头部*/

.haea-wrap {
	width: 100%;
	height: 110px;
	min-width: 1200px;
	background:#1b59b0;
       padding:15px 0px;
}
.haea-right{width:100%;}


.logo-wrap a img {
	height: 80px;

}
.link{text-align:right; color:#ffffff; line-height:20px; width:100%;padding-right:20px; font-size:14px;}

/*导航*/

.nav {
	width: 100%;
	line-height: 48px;
	height: 48px;
}

.nav-wrap {}

.nav-wrap li {
	font-size: 18px;
	float: left;
	text-align: center;
	position: relative;
	width: 14.2%;
}

.nav-wrap li a {
	color: #fff;
	transition: all 0.6s;
}

.nav-hide {
	font-size: 16px;
	background: #68a8f2;
	position: absolute;
	top: 48px;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	line-height: 48px;
	opacity: 0;
	transition: all 0.6s;
	transform: translate(0, 20px);
	visibility: hidden;
	z-index: 666;
}

.nav-hide p {
	line-height: 48px;
	width: 100%;
}

.nav-hide p:hover {
	background: rgba(221, 221, 221, 0.3);
}

.nav-title:hover .nav-hide {
	opacity: 1;
	transform: translate(0, 0);
	visibility: visible;
	z-index: 2;
}


/*主要部分1*/
.center{background: url(/zcgl/images/body_bg.png) no-repeat center top;}
.main1 {
	padding: 30px 0;
}

.pic-wrap {
	width: 506px;
	height: 323px;
	float: left;
}

.pic-wrap .swiper-container {
	width: 100%;
	height: 100%;
}

.pic-wrap .swiper-container .swiper-slide {
	position: relative;
}

.pic-wrap img {
	width: 100%;
	height: 100%;
}

.pic-wrap .swiper-container p {
	padding: 0 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #fff;
	line-height: 47px;
	width: 100%;
	height: 47px;
	background: rgba(0, 0, 0, 0.6);
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 16px;
}

.pic-wrap .pagination {
	position: absolute;
	z-index: 20;
	right: 0;
	bottom: 10px;
}

.pic-wrap .swiper-pagination-switch {
	display: inline-block;
	width: 11px;
	height: 11px;
	border-radius: 8px;
	background: #fff;
	margin-right: 11px;
	cursor: pointer;
}

.pic-wrap .swiper-visible-switch {
	background: #fff;
}

.pic-wrap .swiper-active-switch {
	background: #ff791a;
}


/*通知公告*/

.tzgg-wrap {
	float: left;
        margin-top:20px;
}

.main-title-wrap {
        display:block;
         padding:0 30px 0 20px;
	height: 49px;
       cursor:pointer;
}

.main-title-wrap p {
       height:49px;
       line-height:49px;
	font-size: 20px; 
	color: #434343;
	 display:inline-block;
}
.main-title-wrap.active{background:url(/zcgl/images/tit_bg.png) no-repeat center top;background-size:100% 100%;}
.main-title-wrap1.active{background:url(/zcgl/images/tit_bg2.png) no-repeat center top;background-size:100% 100%;}
.main-title-wrap2{padding:0;background:#f4f4f4;}
.main-title-wrap2 p{padding:0 30px 0 20px;background:url(/zcgl/images/tit_bg.png) no-repeat center top;background-size:100% 100%;color:#ffffff}
.main-title-wrap.active p{color:#ffffff}
.main-title-wrap p img {
	height: 24px;
	display: block;
	float: left;
	margin-top: 18px;
	margin-right: 10px;
}

.main-title-wrap a {
	float: right;
	color: #999999;
	font-size: 14px;
	line-height: 49px;
        padding-right:20px;
}

.tzgg-list {
	width: 100%;
}

.tzgg-list li {
	width: 100%;
	height: 50px;
	border-bottom: 1px solid #e9e9e9;
	padding: 13px 0;
}
.tzgg-list li:hover .tzgg-text:hover{color: #68a8f2;}
.tzgg-time {
	float: left;
	display: inline-block;
	font-size: 16px;
	color: #1b59b0;

}

.tzgg-text {
	font-size: 16px;
       margin-left:10px;
	color: #000;
	float: left;
	line-height: 22px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.cggs{margin-top:20px;}
.cggs .f_cggs{background:#f4f4f4;}
.f_cggs .f_more{padding-right:20px;}
.f_cggs .f_more a{	
	color: #999999;
	font-size: 14px;
	line-height: 49px;
        }




/*重要内容2*/

.main2 {
	width: 100%;
	padding: 10px 0;
}

.main-bac {
	height: 100%;
	background-size: 100% 100%;
}

.gzzd-wrap {

	float: left;
}

.gzzd-list {
	width: 100%;
}

.gzzd-list li {
	width: 100%;
	height: 50px;
	border-bottom: 1px solid #e9e9e9;
	line-height: 50px;
	list-style: none;
	padding-right: 13px;
       float:left;
}

.gzzd-flag {
	width: 20px;
	height: 20px;
	background: url(/zcgl/images/list_icon.png) no-repeat left center;
	float: left;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	margin: 0 13px;
	margin-top: 19px;
}

.gzzd-title {
	font-size: 16px;
	float: left;
	color: #000000;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.gzzd-deta {
	float: right;
	font-size: 14px;
	color: #999999;
       position:relative;
     padding-left:7px;
}
.gzzd-deta::before{content:"";width:1px;height:15px;display：block;background:#999999;position:absolute;left:0;top:50%;transform:translateY(-50%);}
.gzzd-list li:hover .gzzd-title {
	color: #68a8f2;
}

.gzzd-list li:hover .gzzd-flag {

}

/*资产管理*/
.zcgl{margin: 0 21px;}
/*登录*/
.login a{width:100%;}
.login a img{width:100%; height:94px;}
/*重要内容3*/
.main3{margin: 0  auto;margin-bottom: 20px;}
.lzgs-wrap{width: 100%;}
.main3-title{width: 100%;height: 49px;box-sizing: border-box; line-height: 49px;font-size: 20px;color: #ffffff; background-color: #f4f4f4;}
.main3-title a{
	float: right;
	color: #999999;
	font-size: 14px;
	line-height: 49px;
        padding-right:20px;
}
.main3-title p {
	width: 240px;
       height:49px;
       line-height:49px;
       padding-left:24px;
       float:left;
	font-size: 20px;
	color: #ffffff;
	 background:url(/zcgl/images/tit_bg2.png) no-repeat center top;
}
/*友情链接*/

.link-wrap {
}
.f_links{position: relative;}


.f_linkstit {
	font-size: 16px;
	line-height: 28px;
	position: relative;
        background:#f4f4f4;
}

.f_linkstit span {
	display: inline-block;
	cursor: pointer;
}

.f_linkstit em {
	width: 0;
	height: 0;
	display: block;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 6px solid #68a8f2;
	position: absolute;
	top: 39px;
	left: 120px;
	margin-left: -65px;
	z-index: 1000;
	transition: all 0.35s ease 0.1s;
}

.f_linkstxt {
	padding: 15px 0;
	overflow: hidden;
background-color: #f2f5fa;
}

.f_linkstxt ul {
	display: none;
}

.f_linkstxt ul li {
	float: left;
	font-size: 16px;
	margin:10px;
       height:70px;
     width:398px;
background:#ffffff;
padding:15px;
}

.f_linkstxt ul li a {
	display: block;
	line-height: 40px;
	text-align: center;
      color:#434343;
	border:solid 1px rgba(27, 89, 176, 0.1);
      font-size:18px;
}
.f_linkstxt ul li a:hover{color:#1b59b0;}
/*头部*/
.footer-wrap{width: 100%;height: 70px;background: #1b59b0;min-width: 1200px;}
.footer-text{font-size: 14px;line-height: 70px; color: #ffffff;text-align:center;}
.footer-ewm{float: right;margin-top: 35px;}
.footer-ewm li{width: 93px;float: left;margin-right: 32px;text-align: center;font-size: 16px;color: #fff;line-height: 45px;}
/*二级*/
.ej-wrap {
	position: relative;
	margin-top: 40px;
	margin-bottom: 40px;
}


/*二级左侧*/

.ej-left-wrap {
	width: 310px;
	float: left;
	margin-right: -114px;
}

.ej-lanmu-wrap {
	width: 100%;
	height: 154px;
	background-image: linear-gradient(to right, #5a93fc, #93b8e6);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a93fc', endColorstr='#93b8e6', GradientType=0);
	position: relative;
	overflow: hidden;
}

.ej-mask {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.ej-naav-logo {
	width: 120px;
	height: 120px;
	margin: -25px 0 0 -25px;
	opacity: 0.6;
}

.ej-lanmu-wrap p {
	font-size: 24px;
font-weight:bold; 
	color: #fff;
text-align:center; 
line-height:154px;
}

.ej-nav-list {
	width: 100%;
	border-left: 6px solid #ececec;
	padding: 40px 0;
}

.ej-nav-list li {
	width: 100%;
	line-height: 73px;
	padding-left: 46px;
	color: #333333;
	font-size: 16px;
	margin-left: -6px;
	border-left: 6px solid #ececec;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}

.ej-nav-list li a {
	color: #333;
	width: 100%;
	display: block;
}

.ej-nav-list li:hover {
	border-left: 6px solid #68a8f2;
}

.ej-nav-list li:hover a {
	color: #68a8f2;
}

.ej-navOn {
	border-left: 6px solid #68a8f2 !important;
}

.ej-navOn a {
	color: #68a8f2 !important;
}


/*二级右侧内容*/

.ej-right-wrap {
	width: 997px;
	float: right;
	position: relative;
}

.ej-dqwz {
	width: 100%;
	color: #333;
	font-size: 14px;
	text-align: right;
	margin-top: 34px;
}

.ej-dqwz a {
	color: #000;
}

.ej-content-wrap {
	padding-bottom: 86px;
	overflow: hidden;
	margin-top: 19px;
	width: 100%;
	background: #fff;
	border-radius: 13px;
	box-shadow: 0px 0px 6px #afabab;
}

.ej-content-lumn {
	font-size: 20px;
	color: #68a8f2;
	margin-top: 33px;
	padding: 0 41px;
}

.ej-content {
	width: 100%;
	padding: 0 34px;
}

.ej-content-title {
	width: 100%;
	text-align: center;
	font-size: 24px;
	color: #333333;
	margin: 28px 0 15px 0;
}

.ej-content-time {
	font-size: 16px;
	color: #333;
	text-align: center;
	margin-bottom: 10px;
}

.ej-content-text {
	font-size: 16px;
	color: #333;
	line-height: 30px;
	text-align: center;
	margin-top: 36px;
	text-indent: 2em;
}

.news_show_xyp {
	width: 100%;
	font-size: 16px;
	line-height: 40px;
	margin-top: 30px;
}

.news_show_xyp a {
	color: #666666;
	display: block;
	width: 60%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


/*列表页*/

.ej-news-list {
	width: 100%;
	padding: 0 34px;
	margin-top: 10px;
}

.ej-news-list li {
	transform: scale(1);
	background: #fff;
	width: 100%;
	
	border-bottom: 1px dashed #909090;
}

.ej-news-pic {
	width: 175px;
	height: 126px;
	overflow: hidden;
	position: relative;
	float: left;
	background: url(/zcgl/images/list-kong.jpg) no-repeat;background-size: 100% 100%;
}

.ej-news-pic img {
	width: 100%;
	min-height: 126px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.ej-news-wrod {
	width: 100%;
	float: left;
}

.ej-news-title {
	line-height: 47px;
	font-size: 16px;
	color: #333;
}

.ej-news-title p:nth-child(1) {
	width: 86%;
	float: left;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;

}

.ej-news-title p:nth-child(2) {
	width: 13%;
	float: right;
	font-size: 16px;
	text-align: right;
	color: #909090;
}

.ej-news-text {
	margin-top: 12px;
	font-size: 16px;
	color: #666666;
	line-height: 30px;
}
.ej-news-list li:hover .ej-news-title p:nth-child(1){color:#68a8f2}


/*图片列表*/

.ej-pic-list {
	width: 100%;
	padding: 0 15px;
	margin-top: 20px;
}

.ej-pic-list li {
	float: left;
	width: 31%;
	margin: 0 1.16%;
	height: 200px;
	overflow: hidden;
	position: relative;
	margin-bottom: 24px;
}

.ej-pic-list img {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	width: 100%;
	min-height: 200px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.ej-pic-list li:hover img {
	transform: scale(1.5);
}