@charset "utf-8";

/* CSS Document */

/*单篇正文*/

.sub_ban {
	background-position: center center;
	background-size: cover;
	height: 350px;
}

.positon {
	padding: 25px 20px 10px;
	border-bottom: 1px solid #dddddd;
}

.positon,
.positon a {
	font-size: 14px;
	color: #888888;
}

.positon a:hover {
	color: #33b4ee;
}

.jtjj_add {
	text-align: center;
	padding-bottom: 40px;
}

.jtjj_add a {
	display: inline-block;
	margin: 0 10px 10px;
	padding: 0 15px;
	font-size: 20px;
	line-height: 48px;
	border: 1px solid #2e9dd6;
	border-radius: 5px;
	color: #666;
}

.jtjj_add a:hover {
	color: #fff;
	background: #2e9dd6
}

.positon .le {
	color: #333;
	font-size: 18px;
}

.page_danye {
	padding: 50px 20px 80px;
	position: relative;
	font-size: 16px;
	color: #333;
	line-height: 200%;
}

.page_danye img {
	margin-bottom: 40px;
}

.page_danye p {
	margin-bottom: 10px;
}

.page_danye .back {
	position: absolute;
	right: 20px;
	bottom: 10px;
	width: 140px;
	height: 45px;
	background: #33b4ee;
	color: #fff;
	display: block;
	line-height: 45px;
	text-align: center;
	border-radius: 5px;
	font-size: 16px;
}

.page_danye .back img {
	margin: 0;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.page_danye a.back:hover {
	box-shadow: 0 0 5px 1px #8fd7f7;
}

/* 
@media screen and (max-width:768px) {

	.sub_ban {
		height: 250px;
	}

	.page_danye {
		font-size: 14px;
	}

	.page_danye {
		padding-top: 20px;
	}

	.page_danye img {
		margin-bottom: 20px;
	}

	.page_danye .back img {
		margin: 0;
		margin-right: 10px;
	}

	.positon .ri {
		display: none;
	}

	.page_danye .back {
		line-height: 35px;
		height: 35px;
		font-size: 14px;
	}

}
 */
/*单篇正文*/
/*党建*/
.sub_ban_02 {
	height: 600px;
	background-position: center center;
	width: 100%;
	text-align: center;
	position: relative;
	background-size: cover;
}

.sub_ban_02 span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 50px;
	color: #fff;
}

.dj-nav {
	text-align: center;
	padding: 30px 15px;
}

.dj-nav a {
	height: 35px;
	line-height: 35px;
	border-radius: 100px;
	margin: 0 5px;
	display: inline-block;
	font-size: 18px;
	cursor: pointer;
	padding: 0 10px;
}

.dj-nav a.on {
	background: #c02c38;
	color: #fff;
}

.dj_box {
	height: 600px;
	display: table;
	width: 100%;
	background-image: url(../images/dangjian_04.jpg);
	background-position: center center;
	background-size: cover;
}

.dj_box_nr {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	padding-left: 40%;
	padding-right: 20px;
}

.dj_box_nr span,
.dj_box_nr p {
	color: #fff;
}

.dj_box_nr span {
	display: block;
	font-size: 24px;
	padding-bottom: 20px;
}

.dj_box_nr p {
	font-size: 18px;
	line-height: 34px;
	margin-bottom: 10px;
}

.dj_box_nr .dj_tit {
	position: absolute;
	font-size: 50px;
	color: #333;
	left: 170px;
	top: 40%;
}

.dj_03_tit {
	text-align: center;
	font-size: 24px;
	color: #333;
	padding-top: 40px;
}

.dj-nav2 {
	text-align: center;
	padding: 30px 15px;
}

.dj-nav2 a {
	width: 125px;
	height: 35px;
	line-height: 35px;
	border-radius: 100px;
	margin: 0 5px;
	display: inline-block;
	font-size: 18px;
}

.dj-nav2 a.on {
	background: #c02c38;
	color: #fff;
}

.fj_box_li {
	display: none;
	transition: all 0.3s;
	margin-bottom: 6px;
	max-height: 80px;
	overflow: hidden;
	padding: 0 20px;
	background-image: url(../images/dangjian_07.jpg);
	background-position: center center;
	background-size: cover;
}

.fj_box_li.on {
	max-height: none;
	padding: 100px 20px;
	background-image: url(../images/dangjian_06.jpg);
	background-position: center center;
	background-size: cover;
	display: block
}

.fj_box_li b {
	line-height: 80px;
	color: #fff;
	font-size: 24px;
	display: block;
}

.qiehuanssss .fj_box_li {
	background-image: url(../images/dangjian_077.jpg);
}

.qiehuanssss .fj_box_li.on {
	max-height: none;
	padding: 100px 20px;
	background-image: url(../images/dangjian_06.jpg);
	background-position: center center;
	background-size: cover;
}

.fj_box_li.on b {
	font-size: 36px;
	color: #333;
}

.fj_box_li span {
	font-size: 24px;
	color: #333;
	display: block;
	padding-bottom: 50px;
}

.fj_box_li p {
	font-size: 18px;
	line-height: 34px;
	color: #333;
}

/* 
@media screen and (max-width:1440px) {

	.dj_box_nr .dj_tit {
		left: 40px;
	}

}

@media screen and (max-width:1210px) {

	.dj_box_nr {
		padding: 0 20px;
	}

	.dj_box_nr span {
		text-align: center;
		font-size: 18px;
	}

	.dj_box_nr p {
		font-size: 14px;
	}

	.dj_box_nr .dj_tit {
		position: static;
		text-align: center;
		font-size: 30px;
		padding-bottom: 30px;
	}

	.sub_ban_02 {
		height: 300px;
	}

	.sub_ban_02 span {
		font-size: 20px;
	}

	.dj-nav a,
	.dj-nav2 a {
		margin: 5px 3px;
		font-size: 14px;
		width: auto;
		padding: 0 10px;
		height: 30px;
		line-height: 30px;
	}

	.dj_box_nr {
		padding: 20px;
	}

	.fj_box_li.on b,
	.fj_box_li b {
		font-size: 20px;
	}

	.fj_box_li span {
		font-size: 16px;
	}

	.fj_box_li p {
		font-size: 14px;
	}

	.fj_box_li.on {
		padding: 50px 20px;
	}}

@media screen and (max-width:640px) {

	.sub_ban_02 {
		height: 200px;
	}

	.dj_box {
		height: auto;
	}

	.dj_box_nr .dj_tit {
		font-size: 20px;
		color: #fff;
	}

	.dj_box_nr span {
		font-size: 16px;
	}

	.dj_box_nr p {
		line-height: 24px;
	}

	.fj_box_li span {
		font-size: 14px;
		padding-bottom: 20px;
	}

	.fj_box_li p {
		font-size: 12px;
		line-height: 24px;
	}

	.fj_box_li.on b,
	.fj_box_li b {
		font-size: 16px;
		line-height: 40px;
	}

	.fj_box_li {
		max-height: 40px;
	}

	.dj_03_tit {
		font-size: 20px;
	}

}

@media screen and (max-width:400px) {

	.dj-nav a,
	.dj-nav2 a {
		font-size: 12px;
		padding: 0 10px;
		margin: 0 2px;
	}

	.fj_box_li.on b,
	.fj_box_li b {
		font-size: 16px;
	}

}
 */
/*党建*/
/*方案*/

.jjfa_01 {
	height: 600px;
	background-position: center center;
	padding-top: 130px;
	background-size: cover;
	position: relative;
}

.jjfa_01 .blue {
	width: 390px;
	height: 270px;
	display: table;
	background: #0f59a4;
	position: absolute;
	right: 0;
	text-align: center;
}

.jjfa_01 .blue p {
	display: table-cell;
	vertical-align: middle;
	color: #fff;
	font-size: 24px;
}

.jjfa_01 .blue p span {
	display: block;
	font-size: 30px;
	padding: 10px 0;
}

.jjfa_02 {
	margin-top: 25px;
	height: 600px;
	background-position: center center;
	background-size: cover;
	display: table;
	width: 100%;
}

.jjfa_02 a {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
	text-align: center;
	font-size: 50px;
	color: #fff;
}

.jjfa_02 a span {
	display: block;
	font-size: 36px;
	padding: 10px 0;
}

/* 
@media screen and (max-width:1200px) {

	.jjfa_01 {
		height: 260px;
	}

	.jjfa_02 {
		height: 180px;
	}	.jjfa_01 {
		padding-top: 0;
	}

	.jjfa_01 .blue {
		height: 200px;
		top: 20px;
	}

	.jjfa_02 a {
		font-size: 35px;
	}

	.jjfa_02 a span {
		font-size: 20px;
	}

	.jjfa_01 .blue p span {
		font-size: 20px;
	}

	.jjfa_01 .blue p {
		font-size: 16px;
	}

}

@media screen and (max-width:768px) {

	.jjfa_01 .blue {
		width: 60%;
		left: 20%;
		height: 100px;
		top: 100px;
		padding: 20px 0;
	}

	.jjfa_02 a {
		font-size: 20px;
	}

	.jjfa_02 a span {
		font-size: 16px;
	}

	.jjfa_02 {
		margin-top: 15px;
	}

}
 */
/*方案*/



/*详情*/

.page_view h1 {
	margin-top: 40px;
	margin-bottom: 20px;
	font-size: 24px;
	color: #212121;
	text-align: center;
	font-weight: bold;
}

.page_view .view_time {
	font-size: 14px;
	color: #888888;
	text-align: center;
	border-bottom: 1px solid #dddddd;
	padding-bottom: 20px;
}

.view_body {
	font-size: 16px;
	color: #333;
	line-height: 30px;
	padding: 30px 50px;
	padding-bottom: 50px;
	position: relative;
}

.view_body .back {
	position: absolute;
	right: 20px;
	bottom: 0;
	width: 140px;
	height: 45px;
	background: #33b4ee;
	color: #fff;
	display: block;
	line-height: 45px;
	text-align: center;
	border-radius: 5px;
	font-size: 16px;
}

.view_body .back img {
	margin: 0;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.view_body a.back:hover {
	box-shadow: 0 0 5px 1px #8fd7f7;
}

.view_body p {
	text-indent: 2em;
}

.page_view_v {
	padding: 50px 0 0;
}

.page_view_v p {
	text-indent: 0;
	display: inline;
}

.page_view_v a {
	display: inline-block;
	padding-right: 50px;
}

/* 
@media screen and (max-width:768px) {

	.page_view h1 {
		padding: 0 20px;
		font-size: 20px;
	}

	.view_body {
		padding: 20px;
		font-size: 14px;
		line-height: 24px;
		padding-bottom: 50px;
	}

	.page_view_v a {
		display: inline-block;
		padding: 5px 0;
	}

	.page_view_v p {
		display: block;
	}



}

@media screen and (max-width:420px) {

	.view_body,
	.page_view_v a,
	.page_view .view_time {
		font-size: 12px;
	}

	.page_view h1 {
		font-size: 16px;
	}

	.page_view_v {
		padding-top: 30px;
	}

}
 */
/*详情*/



/*责任*/

.shzr_01 {
	background-position: center center;
	width: 100%;
	position: relative;
	background-size: auto 100%;
}

.shzr_01 span {
	text-align: center;
	font-size: 50px;
	color: #fff;
	position: absolute;
	top: 40%;
	width: 100%;
}



.shzr_02 {
	padding: 90px 20px 0;
	height: 520px;
}

.shzr_02 .zhzr_02_tit {
	text-align: center;
	font-size: 30px;
	color: #fff;
	font-weight: bold;
}

.zhzr_line {
	height: 3px;
	width: 55px;
	background: #fff;
	margin: 20px auto;
}

.shzr_02 p {
	text-indent: 2em;
	color: #fff;
	font-size: 18px;
	line-height: 34px;
	margin-top: 40px;
}

/* 
@media screen and (max-width:1210px) {

	.shzr_01 span {
		font-size: 30px;
	}

	.shzr_02 {
		height: 420px;
	}

	.shzr_02 .zhzr_02_tit {
		font-size: 20px;
	}

	.shzr_02 p {
		font-size: 16px;
		line-height: 28px;
	}

}

@media screen and (max-width:768px) {

	.shzr_02 .zhzr_02_tit {
		font-size: 16px;
	}

	.shzr_02 p {
		font-size: 14px;
	}

	.shzr_02 {
		padding: 40px 20px;
		height: auto;
	}



}

@media screen and (max-width:420px) {

	.shzr_01 span {
		font-size: 20px;
	}

	.shzr_02 p {
		font-size: 12px;
	}

}

 */

/*责任*/

.imgs {
	overflow: hidden;
}

.imgs img {
	transition: all 0.5s;
}

.video_lists li .imgs {
	height: 290px;
}

.video_lists li .imgs img {
	min-height: 100%;
}

.video_lists li {
	width: 25%;
	padding: 0 25px;
	float: left;
	display: inline-block;
	margin-top: 25px;
	text-align: center;
}

.video_lists li:hover img {
	transform: scale(1.1);
}

.video_lists li:hover h3 {
	color: #2e9dd5;
}

.video_lists li h3 {
	font-size: 16px;
	line-height: 32px;
	font-weight: normal;
	padding-top: 5px;
}

.pages {
	text-align: center;
	padding: 40px 20px 60px;
}

.pages li {
	display: inline-block;
	margin: 10px 2px;
	border: 1px solid #ccc;
	padding: 0 10px;
	color: #ccc;
}



.pages li.current,
.pages li:hover {
	background: #33b4ee;
	color: #fff;
	border: 1px solid #33b4ee;
}

.pages li:hover a {
	color: #fff;
}

.video_list {
	position: relative;
	padding-bottom: 30px;
}

.video_list .back {
	position: absolute;
	right: 20px;
	bottom: 10px;
	width: 140px;
	height: 45px;
	background: #33b4ee;
	color: #fff;
	display: block;
	line-height: 45px;
	text-align: center;
	border-radius: 5px;
	font-size: 16px;
}

.video_list .back img {
	margin: 0;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.video_list a.back:hover {
	box-shadow: 0 0 5px 1px #8fd7f7;
}


/* 
@media screen and (max-width:1440px) {

	.video_lists li .imgs {
		height: 250px;
	}

}

@media screen and (max-width:960px) {

	.video_lists li {
		width: 33.333333333333%;
		padding: 0 15px;
	}

	.video_list .back {
		width: 120px;
		height: 35px;
		line-height: 35px;
	}

	.video_list .back img {
		width: 20px;
	}

}

@media screen and (max-width:768px) {

	.video_lists li h3 {
		font-size: 14px;
	}

	.video_lists li .imgs {
		height: 150px;
	}

}

@media screen and (max-width:640px) {

	.video_lists {
		padding: 15px;
	}

	.video_lists li {
		width: 48%;
		padding: 0;
		margin: 1%;
	}

	.pages {
		padding-top: 20px;
	}

}.news_lists {
	padding: 40px 20px;
	position: relative;
}
 */
.news_lists ul.new_list li {
	margin-bottom: 40px;
	height: 140px;
}

.news_list .imgs {
	width: 210px;
	height: 140px;
}

.news_list .imgs img {
	transition: all 0.5s;
}

.news_list li {
	padding: 20px;
}

.news_list li:hover {
	background-color: #f5f5f5;
}

.news_list li:hover img {
	transform: scale(1.1);
}

.news_list li .txt {
	width: calc(100% - 210px);
	padding-left: 35px;
}

.news_list li .txt h3 a {
	font-size: 16px;
	color: #333;
	line-height: 40px;
	overflow: hidden;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.news_list li .txt h3 a:hover {
	color: #2e9dd6;
}

.news_list li .txt p {
	font-size: 14px;
	line-height: 28px;
	color: #888888;
	max-height: 56px;
	overflow: hidden;
}

.times_li {
	padding-top: 20px;
}

.times_li span {
	display: inline-block;
	font-size: 14px;
	color: #888888;
	line-height: 30px;
}

.times_li span.timt {
	background: url(../icon/news_08.jpg) no-repeat left center;
	padding-left: 22px;
	padding-right: 40px;
}

.times_li span.liulan {
	background: url(../icon/news_11.jpg) no-repeat left center;
	padding-left: 30px;
	padding-right: 40px;
}

.news_lists .back {
	position: absolute;
	right: 20px;
	bottom: 10px;
	width: 140px;
	height: 45px;
	background: #33b4ee;
	color: #fff;
	display: block;
	line-height: 45px;
	text-align: center;
	border-radius: 5px;
	font-size: 16px;
}

.news_lists .back img {
	margin: 0;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.news_lists a.back:hover {
	box-shadow: 0 0 5px 1px #8fd7f7;
}


/* 
@media screen and (max-width:768px) {

	.news_lists {
		padding: 15px;
	}

	.news_list li {
		margin-bottom: 15px;
	}

	.news_list li .txt {
		padding-left: 15px;
	}

	.times_li span {
		font-size: 12px;
	}

	.times_li span.timt {
		padding-right: 10px;
	}

	.times_li span.liulan {
		padding-right: 0;
	}



}

@media screen and (max-width:640px) {

	.news_list .imgs {
		width: 150px;
		height: 140px;
	}

	.news_list .imgs img {
		width: 100%;
		min-height: 100%;
	}

	.news_list li .txt {
		width: calc(100% - 150px);
	}

}

@media screen and (max-width:420px) {

	.news_list li .txt h3 a {
		font-size: 14px;
	}

	.news_list li .txt p {
		font-size: 12px;
	}

}

@media screen and (max-width:360px) {

	.news_list li {
		padding: 0;
	}

	.news_list .imgs,
	.news_list li .txt {
		padding: 0;
		width: 100%;
		height: auto;
	}

	.times_li {
		padding-top: 5px;
		padding-bottom: 15px;
	}

}.zhuchao_01 {
	padding: 90px 20px 60px;
	margin-bottom: 30px;
	background-color: #f5f5f5;
}
 */
.zhuchao_02 {
	margin-top: 25px;
}

.zhuchaoicon {
	padding: 0 10px;
	text-align: center;
	display: inline-block;
	float: left;
	width: 20%;
}

.zhuchaoicon p {
	font-size: 18px;
	display: block;
	color: #333;
	display: block;
	padding: 10px 0;
}

.zhuchaoicon .circle {
	transition: all 0.3s;
	padding-top: 100px;
	margin: 0 auto;
	width: 150px;
	height: 150px;
	background-position: center 25px;
	background-repeat: no-repeat;
	border: 1px solid #aaaaaa;
	border-radius: 100px;
}

.zhuchaoicon .circle span {
	transition: all 0.3s;
	font-size: 20px;
	color: #666666;
}

.zhuchaoicon:hover .circle {
	background: #2e9dd6;
	border: 1px solid #2e9dd6;
}

.zhuchaoicon .circle.circle_01 {
	background-image: url(../icon/ic_08.png);
}

.zhuchaoicon:hover .circle_01 {
	background-image: url(../icon/zhuchao_08.png);
	background-position: center 30px;
	background-repeat: no-repeat;
}

.zhuchaoicon:hover span {
	color: #fff;
}



.zhuchaoicon .circle.circle_02 {
	background-image: url(../icon/zhuchao_10.png);
}

.zhuchaoicon:hover .circle_02 {
	background-image: url(../icon/ic_10.png);
	background-position: center 30px;
	background-repeat: no-repeat;
}

.zhuchaoicon .circle.circle_03 {
	background-image: url(../icon/zhuchao_12.png);
}

.zhuchaoicon:hover .circle_03 {
	background-image: url(../icon/ic_03.png);
	background-position: center 30px;
	background-repeat: no-repeat;
}



.zhuchaoicon .circle.circle_04 {
	background-image: url(../icon/zhuchao_05.png);
}

.zhuchaoicon:hover .circle_04 {
	background-image: url(../icon/ic_05.png);
	background-position: center 30px;
	background-repeat: no-repeat;
}

.zhuchaoicon .circle.circle_05 {
	background-image: url(../icon/zhuchao_15.png);
}

.zhuchaoicon:hover .circle_05 {
	background-image: url(../icon/ic_13.png);
	background-position: center 30px;
	background-repeat: no-repeat;
}



.zhuchao_tit {
	font-size: 24px;
	text-align: center;
}



.zhuchao_box_nr {
	padding-top: 90px;
	padding-left: 20px;
	padding-right: 20px;
	height: 520px;
	background-image: url(../images/zhuchao.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right center;
}

.zc_one {
	width: auto;
	float: left;
	display: inline-block;
	padding: 0 60px;
	max-width: 25%;
}

.zc_two {
	max-width: 50%;
	float: right;
}

.zc_one b {
	color: #fff;
	font-size: 24px;
	padding-bottom: 20px;
	display: block;
	font-weight: normal;
}

.zhuchao_box_nr p {
	line-height: 34px;
	color: #fff;
	font-size: 18px;
}

.zc_two a {
	display: inline-block;
	border: 1px solid #fff;
	border-radius: 5px;
	margin-right: 20px;
	color: #fff;
	padding: 5px 0;
	width: 110px;
	text-align: center;
	margin-bottom: 15px;
}



.zhuchao_04_box {
	background: url(../images/zhuchao_26.jpg) no-repeat center center;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	height: 520px;
	display: table;
}

.zhuchao_04_nr {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	padding-left: 45%;
	padding-right: 20px;
}

.zhuchao_04_nr .zhuchao_04_tit {
	font-size: 24px;
	color: #fff;
}

.zhuchao_04_nr .line_04 {
	height: 2px;
	background: #fff;
	width: 40px;
	margin: 10px 0 40px;
}

.zhuchao_04_nr p {
	color: #fff;
	font-size: 18px;
	line-height: 34px;
	margin-top: 20px;
}



.zhuchao_04 {
	padding-top: 40px;
}

.rongyu {
	background-image: url(../images/zhuchao_28.jpg);
	background-size: cover;
	background-position: right center;
	padding: 25px 20px 25px;
	margin-top: 25px;
	position: relative;
	height: 520px;
}

.rongyu ul {
	width: 1080px;
}

.rongyu ul li {
	width: 31.3333333333%;
	margin: 1%;
	float: left;
	display: inline-block;
	text-align: center;
	margin-bottom: 10px;
}

.rongyu ul li:nth-child(3n+1) {
	clear: left;
}

.rongyu ul li span {
	line-height: 34px;
	font-size: 16px;
	color: #fff;
	display: block;
	margin: 10px 0;
}

.rongyu ul li .imgs {
	max-width: 240px;
	margin: 0 auto;
	background: rgba(0, 0, 0, 0.4);
	padding: 15px;
}

.rongyu_tit {
	position: absolute;
	color: #fff;
	right: 30%;
	top: 50%;
	font-size: 50px;
}


/* 
@media screen and (max-width:1800px) {

	.rongyu_tit {
		right: 100px;
	}

}

@media screen and (max-width:1440px) {

	.rongyu ul {
		width: 100%;
	}

	.rongyu {
		height: auto;
	}

	.rongyu_tit {
		position: static;
		text-align: center;
		font-size: 30px;
		padding-bottom: 40px;
	}

	.rongyu ul li span {
		line-height: 24px;
		font-size: 14px;
		height: 48px;
	}

}

@media screen and (max-width:1210px) {

	.zc_one {
		padding: 0;
	}

	.zc_one b {
		font-size: 18px;
	}

	.zhuchao_box_nr p {
		font-size: 14px;
		line-height: 28px;
	}

	.zc_two a {
		font-size: 14px;
		width: 80px;
	}

	.zhuchaoicon p {
		font-size: 14px;
	}

	.zhuchaoicon .circle span {
		font-size: 16px;
	}

	.zhuchaoicon .circle {
		width: 80px;
		height: 80px;
		background-size: 30px auto;
		padding-top: 50px;
		background-position: center 10px;
	}

	.zhuchaoicon:hover .circle_05 {
		background-image: url(../icon/ic_13.png);
		background-position: center 20px;
		background-repeat: no-repeat;
		background-size: 30px auto;
	}

	.zhuchaoicon:hover .circle_04 {
		background-image: url(../icon/ic_05.png);
		background-position: center 20px;
		background-repeat: no-repeat;
		background-size: 30px auto;
	}

	.zhuchaoicon:hover .circle_03 {
		background-image: url(../icon/ic_03.png);
		background-position: center 20px;
		background-repeat: no-repeat;
		background-size: 30px auto;
	}

	.zhuchaoicon:hover .circle_02 {
		background-image: url(../icon/ic_10.png);
		background-position: center 20px;
		background-repeat: no-repeat;
		background-size: 30px auto;
	}

	.zhuchaoicon:hover .circle_01 {
		background-image: url(../icon/zhuchao_08.png);
		background-position: center 20px;
		background-repeat: no-repeat;
		background-size: 30px auto;
	}

	.zhuchao_04_box {
		height: auto;
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.zhuchao_04_nr .zhuchao_04_tit {
		font-size: 20px;
	}

	.zhuchao_04_nr p {
		font-size: 14px;
		line-height: 24px;
	}

	.zhuchao_01 {
		padding: 30px 20px 20px;
	}}

@media screen and (max-width:768px) {

	.zc_one {
		float: none;
		max-width: none;
		margin-bottom: 20px;
	}

	.zhuchao_box_nr {
		height: auto;
		text-align: center;
		padding: 30px 20px;
	}

	.zhuchaoicon {
		width: 33.33333333333%;
		margin-bottom: 20px;
	}

	.zhuchaoicon .circle span {
		font-size: 14px;
	}

	.zhuchaoicon p {
		font-size: 12px;
	}

	.zhuchao_tit {
		font-size: 16px;
	}

	.zhuchao_04_nr {
		padding: 20px;
		text-align: center;
	}

	.zhuchao_04_nr .line_04 {
		margin: 20px auto;
	}

	.rongyu_tit {
		font-size: 20px;
	}

}

@media screen and (max-width:480px) {

	.zc_one b,
	.zhuchao_04_nr .zhuchao_04_tit {
		font-size: 16px;
	}

	.zhuchao_box_nr p {
		font-size: 12px;
		line-height: 20px;
	}

	.zc_two a,
	.zhuchao_04_nr p,
	.rongyu ul li span {
		font-size: 12px;
	}

	.zc_two a {
		margin: 10px;
	}

	.rongyu ul li {
		width: 48%;
	}

	.rongyu ul li .imgs {
		padding: 5px;
	}

	.rongyu ul li:nth-child(3n+1) {
		clear: none;
	}



}.wulan_01_box {
	display: table;
	background-image: url(../images/wulan_05.jpg);
	background-position: center center;
	background-size: cover;
	height: 520px;
	width: 100%;
}
 */
.wulan_01_box_nr {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}

.wulan_01_box_nr p {
	padding: 20px;
	color: #fff;
	font-size: 18px;
	line-height: 34px;
}

.wulan_05 {
	padding-top: 40px;
}

.wulan_05_box {
	background-image: url(../images/wulan_07.jpg);
	padding: 40px 20px;
	background-size: cover;
}

.wulan_05_tit {
	text-align: center;
}

.wulan_05_tit span {
	color: #fff;
	padding: 0 35px;
	font-size: 18px;
}

.wulan_05_tit b {
	display: inline-block;
	width: 240px;
	height: 1px;
	border-top: 1px solid #fff;
	padding-bottom: 4px;
	position: relative;
}



.wulan_05_tit b::after {
	content: "";
	width: 4px;
	height: 4px;
	background: #fff;
	display: block;
	position: absolute;
	right: 0;
	top: -2px;
	transform: rotate(45deg);
}

.wulan_05_tit b::before {
	content: "";
	width: 4px;
	height: 4px;
	background: #fff;
	display: block;
	position: absolute;
	left: 0;
	top: -2px;
	transform: rotate(45deg);
}



.neihan {
	padding-top: 30px;
}

.neihan span {
	margin-top: 25px;
	display: inline-block;
	padding: 5px 15px;
	background: #c02c38;
	color: #fff;
	font-size: 18px;
	border-radius: 5px;
}

.neihan p {
	line-height: 34px;
	padding: 15px 0;
	font-size: 18px;
	color: #fff;
}

.neihan img {
	margin-top: 20px;
}

.wulan_06,
.wulan_07,
.wulan_04 {
	padding-top: 40px;
}

.wulan_06 .dj-nav a {
	width: auto;
	padding: 0 20px;
}

.wulan_06_box {
	background-image: url(../images/zhuchao.jpg);
	background-size: cover;
	padding: 40px 20px;
}

.wulan_06_box_nr p {
	line-height: 34px;
	padding: 15px 0;
	font-size: 18px;
	color: #fff;
}

.wulan_06_box_nr table {
	border-collapse: collapse;
	width: 520px;
	margin: 15px auto;
	text-align: center;
}

.wulan_06_box_nr table td {
	border: 1px solid #fff;
	padding: 10px;
	color: #fff;
}



.wulan_07 .dj-nav a {
	width: auto;
	padding: 0 20px;
}

.wulan_07_box {
	padding: 100px 20px;
	display: table;
	background-image: url(../images/wulan_09.jpg);
	background-position: center center;
	background-size: cover;
	width: 100%;
}

.wulan_07_box_nr {
	display: table-cell;
	vertical-align: middle;
}

.wulan_07_box_nr p {
	padding: 20px;
	color: #fff;
	font-size: 18px;
	line-height: 34px;
}

/* 
@media screen and (max-width:1440px) {

	.wulan_05_tit b {
		width: 100px;
	}

}

@media screen and (max-width:1210px) {

	.wulan_01_box {
		height: auto;
		padding: 80px 20px;
	}

	.wulan_01_box_nr p,
	.neihan p,
	.wulan_06_box_nr p,
	.wulan_07_box_nr p {
		padding: 10px 20px;
		font-size: 14px;
		line-height: 28px;
	}

	.wulan_05_tit span,
	.neihan span {
		font-size: 16px;
	}

	.neihan img {
		width: 80%;
	}

	.wulan_05_tit b {
		width: 50px;
	}

}

@media screen and (max-width:768px) {

	.wulan_01_box_nr p,
	.neihan p,
	.wulan_06_box_nr p,
	.wulan_07_box_nr p {
		font-size: 12px;
	}

	.neihan img {
		width: 100%;
	}

	.wulan_06_box_nr table td {
		font-size: 12px;
	}

	.wulan_05_tit span {
		padding: 0 15px;
		font-size: 14px;
	}

}

@media screen and (max-width:640px) {

	.wulan_06_box_nr table {
		width: 100%;
	}



	.wulan_07_box,
	.wulan_01_box {
		padding: 40px 20px;
	}

}
 */
.jtjj_01 {
	background-image: url(../images/jtjj_02.jpg);
	background-position: center center;
	background-size: cover;
	padding: 50px 20px;
	padding-left: 40%;
}

.jtjj_01 img {
	margin-left: 0;
	margin-top: 10px;
	margin-bottom: 40px;
}

.jtjj_01 .jtjj_01_tit {
	font-size: 28px;
}

.jtjj_01 p {
	font-size: 18px;
	line-height: 34px;
	text-indent: 2em;
}

.jtjj_01 a,
.jtjj_more {
	width: 200px;
	height: 50px;
	display: block;
	margin: 20px 0;
	background: #2e9dd6;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 50px;
	border-radius: 100px;
}



.jtjj_02 {
	background: #f5f5f5;
	padding: 40px 10px;
}

.jtjj_01 a.jt_more {
	margin-top: 40px;
}

.jtjj_02 li {
	transition: all 0.3s;
	text-align: center;
	box-shadow: 0 0 15px 5px #eaeaea;
	width: 18%;
	margin: 1%;
	float: left;
	display: inline-block;
	background-position: center 40px;
	background-repeat: no-repeat;
	padding-top: 150px;
	height: 330px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #fff;
}

.jtjj_02 li.jticon_01 {
	background-image: url(../icon/jticon_10.png);
}

.jtjj_02 li.jticon_02 {
	background-image: url(../icon/jticon_16.png);
}

.jtjj_02 li.jticon_03 {
	background-image: url(../icon/jticon_13.png);
}

.jtjj_02 li.jticon_04 {
	background-image: url(../icon/jticon_07.png);
}

.jtjj_02 li.jticon_05 {
	background-image: url(../icon/jticon_19.png);
}

.jtjj_03 {
	padding: 40px 0;
}

.jtjj_02 li:hover {
	background-color: #2e9dd6;
}

.jtjj_02 li.jticon_01:hover {
	background-image: url(../icon/jtjjicon_w_10.png);
}

.jtjj_02 li.jticon_02:hover {
	background-image: url(../icon/jtjjicon_w_16.png);
}

.jtjj_02 li.jticon_03:hover {
	background-image: url(../icon/jtjjicon_w_13.png);
}

.jtjj_02 li.jticon_04:hover {
	background-image: url(../icon/jtjjicon_w_07.png);
}

.jtjj_02 li.jticon_05:hover {
	background-image: url(../icon/jtjjicon_w_19.png);
}



.jtjj_02 li span {
	font-size: 20px;
	margin-bottom: 20px;
	display: block;
	transition: all 0.3s;
}

.jtjj_02 li p {
	font-size: 16px;
	line-height: 30px;
	transition: all 0.3s;
}

.jtjj_02 li:hover span,
.jtjj_02 li:hover p {
	color: #fff;
}

.ty_tit {
	color: #333;
	text-align: center;
	font-size: 28px;
	padding-top: 40px;
	padding-bottom: 10px;
}

.jtjj_02 ul {
	width: 80%;
	padding-top: 20px;
	padding-bottom: 40px;
	margin: 0 auto;
}



.jiagou {
	width: 80%;
	margin: 40px auto;
	max-width: 1200px;
}

.jtjj_044 {
	background-color: #f5f5f5;
	padding: 40px 0;
}

.jtjj_04 {
	max-width: 1200px;
	padding: 40px 0;
	margin: 0 auto;
	position: relative;
}

.jtjj_04 a.dianzishu {
	position: absolute;
	left: -70px;
	top: 40px;
	background: #2e9dd6;
	width: 70px;
	padding: 20px;
	text-align: center;
	color: #fff;
	font-size: 20px;
}

.jtjj_04 a.dianzishu img {
	margin-bottom: 20px;
}

.jtjj_05 {
	max-width: 1200px;
	margin: 80px auto;
	position: relative;
}

.jtjj_05 a.dianzishu {
	position: absolute;
	right: 0px;
	top: 0;
	background: #2e9dd6;
	width: 70px;
	padding: 20px;
	text-align: center;
	color: #fff;
	font-size: 20px;
}

.jtjj_05 a.dianzishu img {
	margin-bottom: 20px;
}



.jtjj_06 {
	padding: 40px 20px;
	position: relative;
	padding-bottom: 60px;
	background-color: #f5f5f5;
}

.jtjj_06 .news_list {
	padding: 40px 0;
}

.jtjj_06 .news_list li {
	width: 48%;
	margin: 1%;
	float: left;
}

.jtjj_more {
	margin: 0 auto;
}



.jtjj_06 .back {
	position: absolute;
	right: 20px;
	bottom: 10px;
	width: 140px;
	height: 45px;
	background: #33b4ee;
	color: #fff;
	display: block;
	line-height: 45px;
	text-align: center;
	border-radius: 5px;
	font-size: 16px;
}

.jtjj_06 .back img {
	margin: 0;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.jtjj_06 a.back:hover {
	box-shadow: 0 0 5px 1px #8fd7f7;
}


/* 
@media screen and (max-width:1610px) {

	.jtjj_01 p,
	.jtjj_02 li p {
		font-size: 14px;
		line-height: 28px;
	}

}

@media screen and (max-width:1440px) {

	.jtjj_04,
	.jtjj_05 {
		width: calc(100% - 200px);
	}

}

@media screen and (max-width:1210px) {

	.jtjj_02 li {
		background-size: auto 50px;
	}

	.jtjj_06 .news_list li {
		width: 98%;
	}

}

@media screen and (max-width:768px) {

	.jtjj_01 .jtjj_01_tit,
	.ty_tit {
		font-size: 20px;
	}

	.jtjj_01 {
		padding: 40px 20px;
	}

	.jtjj_02 li span {
		font-size: 16px;
	}

	.jtjj_01 p,
	.jtjj_02 li p {
		font-size: 12px;
		line-height: 20px;
	}


	.jtjj_01 a,
	.jtjj_more {
		font-size: 14px;
		width: 120px;
		height: 40px;
		line-height: 40px;
		border-radius: 10px;
	}

	.jtjj_02 li {
		width: 31.3333333333333%;
		padding-top: 80px;
		background-position: center 20px;
		height: 250px;
	}

	.jtjj_04 a.dianzishu {
		left: 20px;
		top: 0;
		font-size: 14px;
		padding: 10px;
		width: calc(100% - 40px);
	}

	.jtjj_04 a.dianzishu img,
	.jtjj_05 a.dianzishu img {
		display: inline;
		vertical-align: middle;
		margin-bottom: 0;
		margin-right: 10px;
	}

	.jtjj_04,
	.jtjj_05 {
		width: 100%;
		padding: 20px;
		padding-top: 50px;
	}

	.jtjj_05 a.dianzishu {
		left: 20px;
		top: 0;
		font-size: 14px;
		padding: 10px;
		width: calc(100% - 40px);
	}

	.jtjj_04,
	.jtjj_05 {
		margin: 10px auto;
	}

	.ty_tit {
		padding-top: 20px;
	}

	.jtjj_06 {
		padding-top: 0;
	}

	.jtjj_02 {
		padding: 20px 10px;
	}

	.jtjj_01 a {
		float: right
	}



}

@media screen and (max-width:400px) {

	.jtjj_02 li {
		width: 48%;
	}

}
 */
.his {
	padding: 0 20px;
}

.his img {
	position: relative;
	z-index: 1;
}

.quxian_01 {
	position: relative;
	margin: 20px auto 0;
	width: 50%;
	border-top: 5px solid #bdbdbd;
	border-top-right-radius: 50px;
	border-right: 5px solid #bdbdbd;
	height: 210px;
}

.quxian_01 .hi2009 {
	position: absolute;
	right: -387px;
	padding-left: 60px;
}



.quxian_01 img {
	position: absolute;
	left: -170px;
	top: -14px;
}

.quxian_02 {
	position: relative;
	width: 75%;
	height: 200px;
	border-bottom: 5px solid #bdbdbd;
	border-right: 5px solid #bdbdbd;
	border-bottom-right-radius: 50px;
}

.quxian_02 .hi2010 {
	background: url(../icon/hi3.jpg) no-repeat left 20px;
	position: absolute;
	top: 120px;
	right: -381px;
	padding-left: 60px;
}

.quxian_02 .hi2012 {
	background: url(../icon/hi2.jpg) no-repeat bottom center;
	padding-bottom: 80px;
	text-align: center;
	position: absolute;
	bottom: -13px;
	right: 150px;
}



.quxian_03 {
	position: relative;
	width: 100%;
	height: 219px;
	margin-top: -5px;
}

.quxian_03 img {
	float: left;
	position: relative;
	z-index: 1;
}

.quxian_03::after {
	display: block;
	content: "";
}



.quxian_04 {
	position: relative;
	height: 219px;
	width: 100%;
	background: url(../icon/111.jpg);
	margin-top: -5px;
}

.quxian_05 {
	position: relative;
	margin-top: -5px;
}

.quxian_06 {
	position: relative;
	width: 50%;
	margin-top: -5px;
	border-right: 5px solid #bdbdbd;
	border-top: 5px solid #bdbdbd;
	height: 360px;
}

.quxian_06 img {
	margin-right: -5px;
	margin-top: -5px;
}

.quxian_07 {
	position: relative;
	width: 50%;
	border-left: 5px solid #bdbdbd;
	margin-right: 5px;
}

.quxian_08 {
	position: relative;
	width: 50%;
	border-right: 5px solid #bdbdbd;
	height: auto;
}



.his span {
	font-size: 40px;
	color: #0e80be;
	margin-bottom: 10px;
	display: inline-block;
}

.quxian_01 span::after {
	display: block;
	content: "";
	width: 25px;
	left: 40px;
	height: 5px;
	position: absolute;
	left: 20px;
	top: 27px;
	background: #bfe4f7;
}

.quxian_01 span::before {
	display: block;
	content: "";
	width: 20px;
	height: 20px;
	top: 20px;
	position: absolute;
	left: -8px;
	background: url(../icon/history_07.jpg) no-repeat center center;
}

.his tr {
	margin-top: 20px;
}

.his p {
	font-size: 16px;
	line-height: 28px;
}

.his td {
	line-height: 28px;
	text-align: left;
	font-size: 16px;
	vertical-align: top;
	padding-right: 15px;
}

.hi2014 {
	position: absolute;
	background: url(../icon/hi4.jpg) no-repeat 23px top;
	top: -8px;
	left: 20%;
	padding-top: 60px;
}

.hi2015 {
	z-index: 2;
	position: absolute;
	background: url(../icon/hi4.jpg) no-repeat 23px top;
	top: -8px;
	left: 5%;
	padding-top: 60px;
}

.hi2016 {
	position: absolute;
	background: url(../icon/hi4.jpg) no-repeat 23px top;
	top: -8px;
	left: 60%;
	padding-top: 60px;
}

.hi2017 {
	position: absolute;
	z-index: 2;
	background: url(../icon/hi4.jpg) no-repeat 23px top;
	top: -20px;
	left: 5%;
	padding-top: 60px;
}

.hi2018 {
	padding-bottom: 30px;
	margin-left: -12px;
	background: url(../icon/hi3.jpg) no-repeat left 20px;
	padding-left: 60px;
}

.hi2019 {
	padding-left: 50px;
	padding-bottom: 30px;
	margin-right: -12px;
	background: url(../icon/hi5.jpg) no-repeat right 15px;
	padding-right: 60px;
	text-align: right;
}

.hi2019 p {
	text-align: left;
	padding-left: 30%;
}

.xiangxia {
	width: 100%;
	position: relative;
}

.xiangxia img {
	left: 50%;
	margin-left: -11px;
	position: relative;
}

.wap1100 {
	display: none;
	padding: 40px 0;
	padding-bottom: 0;
}

.pc1100 {
	padding-top: 90px;
}

/* 
@media screen and (max-width:1600px) {

	.quxian_01 {
		width: 30%;
	}

	.quxian_02 {
		width: 65%;
	}

	.his span {
		font-size: 30px;
	}

	.quxian_01 {
		height: 100px;
	}

	.hi2014 {
		left: 10%;
	}

}

@media screen and (max-width:1210px) {

	.wap1100 {
		display: block;
		padding-bottom: 80px;
	}

	.pc1100 {
		display: none;
	}

	.his td,
	.his p {
		font-size: 14px;
		line-height: 26px;
	}

	.hi2019 {
		padding-left: 20px;
	}

}

@media screen and (max-width:768px) {

	.quxian_08,
	.quxian_07 {
		width: 95%;
		float: right;
		text-align: left;
	}

	.quxian_08 {
		position: relative;

		border-left: 5px solid #bdbdbd;

		margin-right: 5px;
	}

	.his.wap1100 .le {
		border-right: none;
	}

	.hi2019,
	.hi2018 {
		padding-right: 20px;
		padding-bottom: 10px;

		margin-left: -12px;

		background: url(../icon/hi3.jpg) no-repeat left 0;

		padding-left: 50px;
		border-right: none;
		text-align: left;
	}

	.hi2019 p {
		padding: 0;
	}

	.xiangxia {
		width: 95%;
		float: right;
	}

	.xiangxia img {
		left: 0;
	}

	.his span {
		font-size: 20px;
	}

	.his td {
		padding-right: 5px;
		font-size: 12px;
		line-height: 20px;
	}

}

 */

.nav-03 {
	text-align: center;
	background-color: #f5f5f5;
}

.nav-03 a {
	font-size: 16px;
	color: #333;
	padding: 20px 0;
	margin: 0 20px;
	display: inline-block;
	border-bottom: 3px solid #f5f5f5;
}

.nav-03 a.on {
	color: #2e9dd5;
	border-bottom: 3px solid #2e9dd5;
}

.nav-03 a:hover {
	color: #2e9dd5;
}



.zgs_01 .Tg {
	margin-top: 60px;
	position: relative;
	height: 56px;
	background-image: url(../icon/zgs_02.jpg);
	background-size: auto;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	font-size: 0;
	line-height: 56px;
	text-align: center;
}

.zgs_01 .Tg .btn {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-left: 12px;
	margin-right: 12px;
	height: 50px;
	border-radius: 56px;
	color: #2e9dd6;
}

.zgs_01 .Tg .btn span {
	position: relative;
	overflow: hidden;
	z-index: 2;
	display: block;
	border: #2e9dd6 solid 2px;
	width: 46px;
	height: 46px;
	line-height: 46px;
	border-radius: 50px;
	background-color: #fff;
	white-space: nowrap;
	text-align: center;
	-webkit-transition: all 220ms ease 0s;
	transition: all 220ms ease 0s;
}

.zgs_01 .Tg .btn b,
.zgs_01 .Tg .btn i {
	font-size: 18px;
	font-style: normal;
}

.zgs_01 .Tg .btn b {
	position: relative;
	overflow: hidden;
	display: none;
}

.zgs_01 .Tg .btn.on {
	background: #2e9dd6
}

.zgs_01 .Tg .btn.on span {
	width: auto;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #2e9dd6;
	color: #fff;
}

.zgs_01 .Tg .btn.on b {
	display: inline-block;
	vertical-align: top;
	margin-left: 5px;
}



.T_box {
	padding: 40px 20px;
}

.T_box p {
	text-indent: 2em;
	font-size: 16px;
	line-height: 34px;
	margin-bottom: 10px;
}

.T_box span {
	display: block;
	margin: 0 auto;
	width: 298px;
	text-align: center;
	font-size: 16px;
	line-height: 50px;
	padding-top: 12px;
	background: url(../images/zigognsi_05.jpg) no-repeat center center;
	height: 62px;
}

.zgs_02_img {
	padding: 40px 20px;
}

.zgs_his {
	padding: 40px 0;
}

.zgs_his .le,
.zgs_his .ri {
	width: 100%;
	padding: 0 50px;
	position: relative;
	padding-bottom: 30px;
}

.zgs_his .le {
	padding-right: 50%;
}

.zgs_his .le span {
	display: block;
	padding-right: 50px;
	text-align: right;
	font-size: 18px;
	color: #2e9dd6;
	padding-bottom: 10px;
}

.zgs_his .le p {
	text-indent: 2em;
	font-size: 16px;
	line-height: 30px;
	padding-right: 50px;
	display: inline-block;
}

.zgs_his .ri {
	padding-left: 50%;
}

.zgs_his .ri::after {
	width: 1px;
	height: 100%;
	position: absolute;
	left: 50%;
	background: #d2d2d2;
	top: 0;
	content: "";
}

.zgs_his .le::after {
	width: 1px;
	height: 100%;
	position: absolute;
	left: 50%;
	background: #d2d2d2;
	top: 0;
	content: "";
}



.zgs_his .ri span {
	display: block;
	padding-left: 50px;
	text-align: left;
	font-size: 18px;
	padding-bottom: 10px;
	color: #2e9dd6;
}

.zgs_his .ri p {
	text-indent: 2em;
	font-size: 16px;
	line-height: 30px;
	padding-left: 50px;
	display: inline-block;
}



.zgs_his .ri::before {
	z-index: 1;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 0;
	display: block;
	content: "";
	width: 9px;
	height: 9px;
	border-radius: 100px;
	border: 4px solid #2e9dd6;
	background: #fff;
}

.zgs_his .le::before {
	z-index: 1;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 0;
	display: block;
	content: "";
	width: 9px;
	height: 9px;
	border-radius: 100px;
	border: 4px solid #2e9dd6;
	background: #fff;
}

.zgs_his .ri.last_ri::after {
	display: none;
}



.zgs_03 {
	background-color: #f5f5f5;
}

.zgs_03_bot {
	padding: 30px;
}

.zgs_03_bot .bot_li {
	width: 18%;
	margin: 1%;
	float: left;
	display: inline-block;
	padding: 40px 60px;
	background-color: #fff;
	text-align: center;
}

.zgs_03_bot .bot_li span {
	font-size: 20px;
	color: #555555;
	font-weight: bold;
	display: block;
	padding: 5px 0;
}

.zgs_03_bot .bot_li p {
	font-size: 20px;
	color: #2e9dd6;
	font-weight: bold;
}



.zgs_03_p {
	text-align: center;
	padding: 40px 20px 20px;
	font-size: 16px;
}

.zgs_04 {
	padding: 40px 0;
	position: relative;
}

.zgs_04 ul {
	padding: 40px 20px;
}

.zgs_04 li {
	display: inline-block;
	background: url(../icon/dian.jpg) left center no-repeat;
	float: left;
	display: inline-block;
	width: 25%;
	position: relative;
	font-size: 16px;
	padding: 10px 20px;
}



.zgs_04 .back {
	position: absolute;
	right: 20px;
	bottom: 10px;
	width: 140px;
	height: 45px;
	background: #33b4ee;
	color: #fff;
	display: block;
	line-height: 45px;
	text-align: center;
	border-radius: 5px;
	font-size: 16px;
}

.zgs_04 .back img {
	margin: 0;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.zgs_04 a.back:hover {
	box-shadow: 0 0 5px 1px #8fd7f7;
}


/* 
@media screen and (max-width:1210px) {

	.zgs_03_bot .bot_li {
		padding: 10px;
	}

	.zgs_his .le p,
	.T_box p,
	.zgs_his .ri p,
	.zgs_03_p,
	.zgs_03_bot .bot_li span {
		font-size: 14px;
		line-height: 24px;
	}

	.zgs_01 .Tg .btn b,
	.zgs_01 .Tg .btn i,
	.zgs_03_bot .bot_li p {
		font-size: 16px;
	}

	.zgs_04 li {
		font-size: 14px;
	}

	.zgs_04 {
		padding-top: 0;
	}

}



@media screen and (max-width:768px) {

	.zgs_his .le,
	.zgs_his .ri {
		padding: 0;
		padding-bottom: 20px;
	}

	.zgs_his .le span {
		text-align: left;
		padding-left: 50px;
	}

	.zgs_his .le p {
		padding-left: 50px;
	}

	.zgs_his .le::before,
	.zgs_his .ri::before {
		left: 20px;
	}

	.zgs_his .le::after,
	.zgs_his .ri::after {
		left: 20px;
	}



	.nav-03 a,
	.zgs_his .le span,
	.zgs_his .ri span {
		font-size: 14px;
	}

	.zgs_his .le p,
	.T_box p,
	.zgs_his .ri p,
	.zgs_03_p,
	.zgs_03_bot .bot_li span {
		font-size: 12px;
	}

	.zgs_03_bot .bot_li {
		width: 33.333333333%;
		margin-bottom: 20px;
	}

	.zgs_04 li {
		width: 50%;
	}

}

@media screen and (max-width:640px) {

	.zgs_03_bot .bot_li {
		width: 48%;
	}

	.zgs_03_bot {
		padding: 15px;
	}

	.zgs_01 .Tg .btn b,
	.zgs_01 .Tg .btn i,
	.zgs_03_bot .bot_li p {
		font-size: 14px;
	}

	.nav-03 a {
		padding: 10px 0;
		margin: 0 10px;
	}

	.T_box {
		padding: 20px;
	}

	.zgs_01 .Tg {
		margin-top: 20px;
	}

	.zgs_his {
		padding: 20px 0;
	}

	.zgs_01 .Tg .btn span {
		height: 26px;
		line-height: 24px;
		width: 26px;
	}

	.zgs_01 .Tg .btn {
		height: 26px;
		margin: 0 5px;
	}

	.zgs_01 .Tg {
		height: 26px;
	}

	.zgs_01 .Tg .btn.on span {
		padding: 0 5px;
	}

	.zgs_04 li {
		width: 100%;
		padding: 10px 20px;
	}

}.posi_ri {
	position: absolute;
	right: 0;
	width: auto;
	height: 100%;
	top: 0;
}
 */
.map_box {
	height: 760px;
	position: relative;
}

.map_div {
	height: 100%;
	width: 100%;
}

.bk {
	float: left;
	width: 0;
	height: 0;
	border-right: 200px solid #0f58a4;
	border-top: 760px solid #0f58a4;
	border-color: transparent #0f58a4 transparent transparent;
}

.bk_nr {
	padding-right: 20px;
	display: table;
	background: #0f58a4;
	float: right;
	height: 100%;
	padding-left: 100px;
}

.tbcel {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	text-align: right;
}

.tbcel b {
	color: #fff;
	font-size: 30px;
	padding-left: 40px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	display: inline-block;
	border-bottom: 1px solid #fff;
}

.tbcel span {
	display: block;
	color: #fff;
	font-size: 20px;
}

.tbcel p,
.tbcel i {
	color: #c0dfff;
	font-size: 16px;
	line-height: 30px;
	font-style: normal;
}

.tbcel .linesss {
	width: 80%;
	background: #2e7ed2;
	height: 1px;
	margin-top: 50px;
	margin-bottom: 30px;
	display: inline-block;
}

.tbcel i {
	display: inline-block;
	padding-bottom: 15px;
}

.con_tab {
	padding: 20px;
	margin-top: 40px;
	text-align: center;
	border-bottom: 1px solid #dbdbdb;
	height: auto;
	display: flex;
	justify-content: space-around;
}

.con_tab a {
	width: 14.285%;
	display: inline-block;
	font-size: 20px;
}

.con_tab a.on {
	color: #0f58a4;
}

.con_box {
	padding: 0 20px;
	background: url(../images/contact_05.jpg) right bottom no-repeat;
	margin: 80px auto 0;
	height: 280px;
	background-position-y: -75%;
}

.con_box img {
	float: left;
	padding: 10px;
	border: 1px solid #dbdbdb;
}

.gsxx {
	float: left;
	padding-left: 40px;
}

.gsxx b {
	font-size: 20px;
	color: #333;
	padding-top: 40px;
	padding-bottom: 15px;
	display: block;
}

.gsxx p {
	font-size: 16px;
}

/* 
@media screen and (max-width:1600px) {

	.map_box {
		height: 600px;
	}

	.bk {
		border-top: 600px solid #0f58a4;
		border-color: transparent #0f58a4 transparent transparent;
	}

}

@media screen and (max-width:1440px) {

	.map_box {
		height: 400px;
	}

	.con_tab a,
	.gsxx b {
		font-size: 16px;
	}

	.bk {
		border-right: 100px solid #0f58a4;
		border-top: 400px solid #0f58a4;
		border-color: transparent #0f58a4 transparent transparent;
	}

	.tbcel .linesss {
		margin-top: 10px;
		margin-bottom: 10px;
	}

}

@media screen and (max-width:960px) {

	.tbcel p,
	.tbcel i {
		font-size: 14px;
		line-height: 24px;
	}



	.tbcel b {
		font-size: 20px;
		margin-bottom: 10px;
		padding-bottom: 10px;
	}

	.bk_nr {
		padding-left: 0;
	}

}

@media screen and (max-width:768px) {

	.con_tab a {
		font-size: 14px;
		width: auto;
		padding: 0 10px;
		margin-bottom: 10px;
		float: none;
	}

	.con_box {
		padding: 20px;
	}

	.tbcel {
		max-width: 200px;
	}

}

@media screen and (max-width:640px) {

	.posi_ri {
		position: static;
	}

	.bk {
		display: none;
	}

	.bk_nr {
		width: 100%;
		float: none;
		text-align: center;
		height: auto;
		padding: 40px 20px;
	}

	.map_div {
		height: 300px;
	}

	.map_box {
		height: auto;
	}

	.tbcel {
		text-align: center;
	}

	.tbcel b {
		padding: 15px;
	}

	.con_tab {
		margin-top: 0;
	}

	.gsxx {
		float: none;
		padding: 20px;
	}

	.con_box img {
		width: 50%;
		float: none;
	}

}
 */
.teams li {
	background-position: left center;
	padding-left: 55%;
	padding-right: 20px;
	background-size: cover;
	margin-top: 25px;
	display: table;
	background-repeat: no-repeat;
	height: 520px;
	width: 100%;
}

.teams li:nth-child(2n) {
	background-position: right center;
	padding-left: 20px;
	padding-right: 55%;
}

.teams .tbcels {
	display: table-cell;
	vertical-align: middle;
}

.teams li .name {
	color: #fff;
	font-size: 18px;
	padding-bottom: 20px;
}

.teams li .name b {
	font-size: 32px;
	display: inline-block;
	padding-right: 10px;
	font-weight: normal;
}

.teams li p {
	color: #fff;
	font-size: 16px;
	line-height: 30px;
}

.teamss {
	display: none;
}



.teamss li {
	width: 100%;
	padding: 15px;
}

.teamss li img {
	width: 200px;
	float: left;
	padding-right: 20px;
	padding-bottom: 10px;
}

.teamss .tbcels {}

.teamss .tbcels .name {
	padding-bottom: 15px;
	font-size: 16px;
}

.teamss .tbcels p {
	font-size: 14px;
	line-height: 24px;
}

/* 
@media screen and (max-width:1340px) {

	.teams li {
		background-position: -300px center;
	}

	.teams li:nth-child(2n) {
		background-position: -600px center;
	}

}

@media screen and (max-width:960px) {

	.teams li {
		height: 320px;
		background-position: -100px center;
	}

	.teams li p {
		font-size: 14px;
		line-height: 24px;
	}

	.teams li:nth-child(2n) {
		background-position: -200px center;
	}

	.teams li .name b {
		font-size: 20px;
	}

	.teams li .name {
		font-size: 16px;
	}

}

@media screen and (max-width:768px) {

	.teams {
		display: none;
	}

	.teamss {
		display: block;
	}



	.jtjj_add a {
		margin: 0 5px 10px;
		font-size: 12px;
		padding: 3px 10px;
	}



	.jtjj_03 {
		padding-bottom: 0;
	}

}

@media screen and (max-width:640px) {

	.teamss li img {
		width: 150px;
	}

	.teamss .tbcels p {
		font-size: 12px;
		color: #999;
	}

	.teamss .tbcels .name {
		font-size: 14px;
	}

	.jtjj_04,
	.jtjj_05 {
		padding-top: 50px;
		padding-bottom: 10px;
	}

}

 */

.zcxy_01 {
	background-color: #f5f5f5;
	padding: 50px 0;
}

.zcxy_icon {
	background-color: #fff;
	width: 31.33333333333333%;
	margin: 0 1%;
	float: left;
	text-align: center;
	transition: all 0.3s;
}

.fangk {
	height: 290px;
	box-shadow: 0 0 10px 2px #CCC;
	padding-bottom: 50px;
	padding-top: 160px;
	padding-left: 15px;
	padding-right: 15px;
	background-position: center 50px;
	background-repeat: no-repeat;
}

.fk_01 {
	background-image: url(../icon/jticon_10.png);
}

.zcxy_icon:hover .fk_01 {
	background-image: url(../icon/jtjjicon_w_10.png);
}



.fk_02 {
	background-image: url(../icon/jticon_16.png);
}

.zcxy_icon:hover .fk_02 {
	background-image: url(../icon/jtjjicon_w_16.png);
}



.fk_03 {
	background-image: url(../icon/jticon_13.png);
}

.zcxy_icon:hover .fk_03 {
	background-image: url(../icon/jtjjicon_w_13.png);
}

.zcxy_icon:hover {
	background-color: #2e9dd6;
}

.zcxy_icon span {
	font-size: 20px;
	padding-bottom: 15px;
	display: block;
	text-align: center;
}

.zcxy_icon p {
	font-size: 16px;
}

.zcxy_icon span,
.zcxy_icon p {
	transition: all 0.3s;
}

.zcxy_icon:hover span,
.zcxy_icon:hover p {
	color: #fff;
}



.zcxy_02 {
	display: table;
	margin-top: 20px;
	height: 520px;
	width: 100%;
	background-image: url(../images/zcxy_02.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.zcxy_03 {
	display: table;
	margin-top: 20px;
	height: 520px;
	width: 100%;
	background-image: url(../images/zcxy_04.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.zcxy_04 {
	position: relative;
	display: table;
	margin-top: 20px;
	height: 520px;
	width: 100%;
	background-image: url(../images/zcxy_06.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}



.zcxy_02 b,
.zcxy_03 b,
.zcxy_04 b {
	margin-bottom: 60px;
	display: block;
	font-size: 48px;
	color: #fff;
	font-weight: normal;
}

.zcxy_02 p,
.zcxy_03 p,
.zcxy_04 p {
	font-size: 18px;
	line-height: 34px;
	color: #fff;
}

.tbcelss {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	width: 100%;
	padding: 0 25px;
}

.zcxy_02,
.zcxy_04 {
	padding-right: 45%;
}

.zcxy_03 {
	padding-left: 45%;
}

.zcxy_04 b {
	position: absolute;
	right: 20%;
}

/* 
@media screen and (max-width:1210px) {

	.zcxy_icon span {
		font-size: 16px;
	}

	.zcxy_icon p {
		font-size: 14px;
		line-height: 28px;
	}

	.zcxy_02 b,
	.zcxy_03 b,
	.zcxy_04 b {
		font-size: 20px;
		margin-bottom: 20px;
	}

	.zcxy_02 p,
	.zcxy_03 p,
	.zcxy_04 p {
		font-size: 14px;
	}

	.zcxy_02,
	.zcxy_04,
	.zcxy_03 {
		height: auto;
		padding-top: 100px;
		padding-bottom: 100px;
	}

	.con_box {
		background: none;
	}

}

@media screen and (max-width:768px) {

	.fangk {
		background-size: 40px auto;
		padding-top: 120px;
	}

	.zcxy_02,
	.zcxy_04,
	.zcxy_03 {
		padding: 50px 20px;
	}

	.zcxy_04 b {
		position: static;
	}

	.jtjj_06 {
		padding-bottom: 100px;
		padding-left: 0;
		padding-right: 0;
		padding-top: 40px;
	}

	.jtjj_06 .back {
		width: 120px;
		height: 35px;
		line-height: 35px;
	}

	.jtjj_06 .back img {
		width: 20px;
	}

	.jtjj_more {
		height: 35px;
		line-height: 35px;
	}

	.view_body .back {
		width: 120px;
		height: 35px;
		line-height: 35px;
	}

	.view_body .back img {
		width: 20px;
	}



}

@media screen and (max-width:480px) {

	.zcxy_icon {
		width: 100%;
		height: auto;
		margin: 0;
		float: none;
	}

	.fangk {
		height: auto;
		margin-bottom: 20px;
	}

	.zcxy_01 {
		padding: 20px;
	}



}
 */


.yejizhanshi_001 {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.yejizhanshi_001 li {
	background: url(../icon/yjzs_07.png) left 5px no-repeat;
	margin-bottom: 10px;
	width: 33.33333333333%;
	padding-right: 20px;
	padding-left: 20px;
	float: left;
}

.yejizhanshi_001 li span {
	font-size: 16px;
	color: #fff;
}

.yejizhanshi_001 ul {
	padding: 70px 20px;
}

.yejizhanshi_001 .ty_tit {
	color: #fff;
}

.yejizhanshi_001 li:nth-child(3n+1) {
	clear: left;
}


/* 
@media screen and (max-width:1210px) {

	.yejizhanshi_001 li span {
		font-size: 14px;
	}

}

@media screen and (max-width:768px) {

	.yejizhanshi_001 li {
		width: 50%;
	}

	.yejizhanshi_001 li:nth-child(3n+1) {
		clear: none;
	}

	.yejizhanshi_001 li:nth-child(2n+1) {
		clear: left;
	}

	.yejizhanshi_001 ul {
		padding: 30px 20px;
	}

}

@media screen and (max-width:420px) {

	.yejizhanshi_001 li {
		width: 100%;
		float: none;
	}

}
 */
.hjzx_01 {
	padding: 60px 20px;
}

.hjzx_le,
.hjzx_ri {
	width: calc(50% - 25px);
}

.hjzx_01_tit {
	border-bottom: 1px solid #d0d0d0;
}

.hjzx_01_tit .le {
	font-size: 28px;
	color: #333333;
	position: relative;
	padding-bottom: 15px;
}

.hjzx_01_tit .ri {
	padding-top: 20px;
	font-size: 14px;
	color: #666666;
}

.hjzx_01_tit .ri:hover,
.hjzx_le_top .texts a:hover {
	color: #2e9dd5
}

.hjzx_01_tit span::after {
	display: block;
	content: "";
	width: 45px;
	height: 3px;
	background: #2e9dd5;
	position: absolute;
	bottom: -1px;
}

.hjzx_le_top .imgs {
	width: 42%;
	height: 260px;
	overflow: hidden;
}

.hjzx_le_top .imgs img {
	width: 100%;
	min-height: 100%;
}

.hjzx_le_top .texts {
	width: 58%;
	padding-left: 35px;
}

.hjzx_le_top .texts a {
	font-weight: bold;
	font-size: 20px;
	color: #333333;
	display: block;
	padding: 15px 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.hjzx_le_top {
	padding: 40px 0;
}

.timesssss {
	padding: 20px 0;
}

.timesssss span {
	font-size: 14px;
	color: #888888;
}

.timesssss span.sj_time {
	background: url(../icon/news_08.jpg) no-repeat left center;
	padding-left: 20px;
	padding-right: 60px;
}

.timesssss span.cliks {
	background: url(../icon/news_11.jpg) no-repeat left center;
	padding-left: 30px;
}

.hjzx_le_top .texts p {
	color: #888888;
	font-size: 14px;
	line-height: 26px;
	max-height: 130px;
	overflow: hidden;
}



.xw_listsx {
	margin-bottom: 25px;
}

.xw_listsx:hover a {
	color: #2e9dd5
}

.xw_listsx:hover .times_xw {
	background: #2e9dd5
}

.xw_listsx:hover .times_xw b,
.xw_listsx:hover .times_xw p {
	color: #fff;
}

.xw_listsx .times_xw {
	width: 100px;
	height: 100px;
	text-align: center;
	background: #e4ebef;
}

.xw_listsx .times_xw b {
	font-size: 52px;
	color: #2e9dd6;
	font-weight: normal;
}

.xw_listsx .times_xw p {
	color: #333333;
	font-size: 16px;
}

.xw_title {
	width: calc(100% - 130px);
}

.xw_title a {
	font-size: 18px;
	color: #333333;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: normal;
	padding: 10px 0;
}

.xw_title p {
	font-size: 14px;
	color: #888888;
	line-height: 26px;
	max-height: 52px;
	overflow: hidden;
}



.hjzx_ri ul {
	padding: 40px 0 10px;
}

.hjzx_ri ul li {
	padding-left: 15px;
	font-size: 16px;
	color: #333;
	margin-bottom: 19px;
	position: relative;
}

.hjzx_ri ul li::before {
	width: 5px;
	height: 5px;
	border-radius: 100px;
	background: #cccccc;
	position: absolute;
	display: block;
	content: "";
	left: 0;
	top: 9px;
}

.hjzx_ri img {
	margin-left: 0;
}

.hjzx_ri ul li a:hover {
	color: #2e9dd5
}



.sandakongjian {
	padding: 0 20px;
	background: #f5f5f5;
}

.sandakongjian ul {
	padding: 40px 0 80px;
}

.sandakongjian li {
	width: 31.33333333333%;
	box-shadow: 2px 2px 10px #e2e2e2;
	margin-right: 3%;
	height: 360px;
	float: left;
	padding: 45px 35px;
	background: #fff;
	position: relative;
}

.sandakongjian li:nth-child(3n) {
	margin-right: 0;
}

.sandakongjian li p {
	display: block;
	margin: 30px 0;
	color: #333333;
	font-size: 16px;
	line-height: 28px;
	max-height: 112px;
	overflow: hidden;
}

.sandakongjian li a::before {
	font-size: 0;

	line-height: 0;

	border-width: 6px;

	border-color: #afafaf;

	border-right-width: 0;

	border-style: dashed;

	border-left-style: solid;

	border-top-color: transparent;

	border-bottom-color: transparent;
	display: block;
	content: "";
	position: absolute;
	left: 0;
	top: 4px;
}

.sandakongjian li a {
	color: #afafaf;
	position: relative;
	padding-left: 10px;
}

.sandakongjian li a:hover {
	color: #2e9dd5;
}

.sandakongjian li a:hover::before {
	border-color: #2e9dd5;
	border-right-width: 0;

	border-style: dashed;

	border-left-style: solid;

	border-top-color: transparent;

	border-bottom-color: transparent;
}

.womendefuwu {
	padding-top: 20px;
	text-align: center;
}

.womendefuwu p {
	display: block;
	max-width: 1250px;
	margin: 40px auto;
	line-height: 28px;
	color: #888888;
	font-size: 16px;
	text-align: center;
}

.ljgds {
	position: absolute;
	bottom: 45px;
	right: 35px;
}

.womendefuwu li {
	width: 20%;
	display: inline-block;
	float: left;
}

.womendefuwu ul {
	max-width: 1450px;
	margin: 40px auto;
}

.womendefuwu li .circle {
	width: 170px;
	height: 170px;
	border-radius: 50%;
	margin: 0 auto;
	border: 1px solid #2e9dd6;
}

.womendefuwu li span {
	display: block;
	padding: 20px 0;
	font-size: 18px;
	color: #333333;
}



.womendefuwu li a:hover span {
	color: #2e9dd6
}



.womendefuwu li .circle.circle_01 {
	background-image: url(../images2/hjzx_icon_06.png);
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center center;
}

.womendefuwu li a:hover .circle.circle_01 {
	background-image: url(../images2/hjzx_icon_w_06.png);
	background-repeat: no-repeat;
	background-size: auto;
	background-color: #2e9dd6;
	background-position: center center;
}



.womendefuwu li .circle.circle_02 {
	background-image: url(../images2/hjzx_icon_03.png);
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center center;
}

.womendefuwu li a:hover .circle.circle_02 {
	background-image: url(../images2/hjzx_icon_w_03.png);
	background-color: #2e9dd6;
	background-size: auto;
}



.womendefuwu li .circle.circle_03 {
	background-image: url(../images2/hjzx_icon_09.png);
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center center;
}

.womendefuwu li a:hover .circle.circle_03 {
	background-image: url(../images2/hjzx_icon_w_09.png);
	background-color: #2e9dd6;
	background-size: auto;
}



.womendefuwu li .circle.circle_04 {
	background-image: url(../images2/hjzx_icon_11.png);
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center center;
}

.womendefuwu li a:hover .circle.circle_04 {
	background-image: url(../images2/hjzx_icon_w_11.png);
	background-color: #2e9dd6;
	background-size: auto;
}



.womendefuwu li .circle.circle_05 {
	background-image: url(../images2/hjzx_icon_14.png);
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center center;
}

.womendefuwu li a:hover .circle.circle_05 {
	background-image: url(../images2/hjzx_icon_w_14.png);
	background-color: #2e9dd6;
	background-size: auto;
}

.womendefuwu li .circle.circle_001 {
	background-image: url(../images2/glzx.png);
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center center;
}

.womendefuwu li a:hover .circle.circle_001 {
	background-image: url(../images2/glzx01.png);
	background-repeat: no-repeat;
	background-size: auto;
	background-color: #2e9dd6;
	background-position: center center;
}



.womendefuwu li .circle.circle_002 {
	background-image: url(../images2/trz.png);
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center center;
}

.womendefuwu li a:hover .circle.circle_002 {
	background-image: url(../images2/trz01.png);
	background-color: #2e9dd6;
	background-size: auto;
}



.womendefuwu li .circle.circle_003 {
	background-image: url(../images2/zcld.png);
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center center;
}

.womendefuwu li a:hover .circle.circle_003 {
	background-image: url(../images2/zcld01.png);
	background-color: #2e9dd6;
	background-size: auto;
}



.womendefuwu li .circle.circle_004 {
	background-image: url(../images2/zscq.png);
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center center;
}

.womendefuwu li a:hover .circle.circle_004 {
	background-image: url(../images2/zscq01.png);
	background-color: #2e9dd6;
	background-size: auto;
}


.womendefuwu li .circle.circle_005 {
	background-image: url(../images2/zypx.png);
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center center;
}

.womendefuwu li a:hover .circle.circle_005 {
	background-image: url(../images2/zypx01.png);
	background-color: #2e9dd6;
	background-size: auto;
}

.womendefuwu li .circle.circle_006 {
	background-image: url(../images2/csfl.png);
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center center;
}

.womendefuwu li a:hover .circle.circle_006 {
	background-image: url(../images2/csfl01.png);
	background-color: #2e9dd6;
	background-size: auto;
}


.womendefuwu li .circle.circle_007 {
	background-image: url(../images2/swpt.png);
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center center;
}

.womendefuwu li a:hover .circle.circle_007 {
	background-image: url(../images2/swpt01.png);
	background-color: #2e9dd6;
	background-size: auto;
}


.womendefuwu li .circle.circle_008 {
	background-image: url(../images2/whsh.png);
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center center;
}

.womendefuwu li a:hover .circle.circle_008 {
	background-image: url(../images2/whsh01.png);
	background-color: #2e9dd6;
	background-size: auto;
}


.womendefuwu li .circle.circle_009 {
	background-image: url(../images2/hyhz.png);
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center center;
}

.womendefuwu li a:hover .circle.circle_009 {
	background-image: url(../images2/hyhz01.png);
	background-color: #2e9dd6;
	background-size: auto;
}


.womendefuwu li .circle.circle_0010 {
	background-image: url(../images2/wlpt.png);
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center center;
}

.womendefuwu li a:hover .circle.circle_0010 {
	background-image: url(../images2/wlpt01.png);
	background-color: #2e9dd6;
	background-size: auto;
}




.hezuohuoban {
	background-color: #f5f5f5;
	padding-top: 20px;
}

.hezuohuoban li {
	width: 14.666666666666%;
	float: left;
	display: inline-block;
	margin: 1%;
}

.hezuohuoban ul {
	padding: 40px 0;
}

/* 
@media screen and (max-width:1210px) {

	.hjzx_le,
	.hjzx_ri {
		width: 100%;
	}

	.sandakongjian li p {
		font-size: 14px;
	}

	.hjzx_ri ul li {
		font-size: 14px;
	}

	.hjzx_ri ul li::before {
		top: 7px;
	}

	.womendefuwu li .circle.circle_01 {
		width: 100px;
		height: 100px;
		background-size: 50px auto;
	}

	.womendefuwu li .circle.circle_02 {
		width: 100px;
		height: 100px;
		background-size: 50px auto;
	}

	.womendefuwu li .circle.circle_03 {
		width: 100px;
		height: 100px;
		background-size: 50px auto;
	}

	.womendefuwu li .circle.circle_04 {
		width: 100px;
		height: 100px;
		background-size: 50px auto;
	}

	.womendefuwu li .circle.circle_05 {
		width: 100px;
		height: 100px;
		background-size: 50px auto;
	}



	.womendefuwu li a:hover .circle.circle_01 {
		background-size: 50px auto;
	}

	.womendefuwu li a:hover .circle.circle_02 {
		background-size: 50px auto;
	}

	.womendefuwu li a:hover .circle.circle_03 {
		background-size: 50px auto;
	}

	.womendefuwu li a:hover .circle.circle_04 {
		background-size: 50px auto;
	}

	.womendefuwu li a:hover .circle.circle_05 {
		background-size: 50px auto;
	}	.womendefuwu li .circle.circle_001 {
		width: 100px;
		height: 100px;
		background-size: 50px auto;
	}

	.womendefuwu li .circle.circle_002 {
		width: 100px;
		height: 100px;
		background-size: 50px auto;
	}

	.womendefuwu li .circle.circle_003 {
		width: 100px;
		height: 100px;
		background-size: 50px auto;
	}

	.womendefuwu li .circle.circle_004 {
		width: 100px;
		height: 100px;
		background-size: 50px auto;
	}

	.womendefuwu li .circle.circle_005 {
		width: 100px;
		height: 100px;
		background-size: 50px auto;
	}

	.womendefuwu li .circle.circle_006 {
		width: 100px;
		height: 100px;
		background-size: 50px auto;
	}

	.womendefuwu li .circle.circle_007 {
		width: 100px;
		height: 100px;
		background-size: 50px auto;
	}

	.womendefuwu li .circle.circle_008 {
		width: 100px;
		height: 100px;
		background-size: 50px auto;
	}

	.womendefuwu li .circle.circle_009 {
		width: 100px;
		height: 100px;
		background-size: 50px auto;
	}

	.womendefuwu li .circle.circle_0010 {
		width: 100px;
		height: 100px;
		background-size: 50px auto;
	}

	.womendefuwu li a:hover .circle.circle_001 {
		background-size: 50px auto;
	}

	.womendefuwu li a:hover .circle.circle_002 {
		background-size: 50px auto;
	}

	.womendefuwu li a:hover .circle.circle_003 {
		background-size: 50px auto;
	}

	.womendefuwu li a:hover .circle.circle_004 {
		background-size: 50px auto;
	}

	.womendefuwu li a:hover .circle.circle_005 {
		background-size: 50px auto;
	}


	.womendefuwu li a:hover .circle.circle_006 {
		background-size: 50px auto;
	}

	.womendefuwu li a:hover .circle.circle_007 {
		background-size: 50px auto;
	}

	.womendefuwu li a:hover .circle.circle_008 {
		background-size: 50px auto;
	}

	.womendefuwu li a:hover .circle.circle_009 {
		background-size: 50px auto;
	}

	.womendefuwu li a:hover .circle.circle_0010 {
		background-size: 50px auto;
	}

	.womendefuwu li span {
		font-size: 14px;
	}

	.womendefuwu p {
		font-size: 14px;
	}

	.womendefuwu {
		padding: 20px;
	}



	.hezuohuoban li {
		width: 18%;
	}



}

@media screen and (max-width:768px) {

	.hjzx_01_tit .le {
		font-size: 20px;
	}

	.hjzx_le_top .texts a {
		font-size: 14px;
	}

	.hjzx_le_top .texts p,
	.xw_title p {
		font-size: 12px;
	}

	.hjzx_le_top .imgs {
		height: 200px;
	}

	.timesssss {
		padding: 0 0 10px 0;
	}

	.xw_title a {
		font-size: 14px;
	}

	.sandakongjian li {
		width: 100%;
		height: auto;
		padding-bottom: 30px;
		margin-bottom: 30px;
	}

	.womendefuwu li {
		width: 33.3333333333%;
	}

	.hezuohuoban li {
		width: 31.333333333333%;
	}

	.sandakongjian ul {
		padding: 20px 0;
	}

}

@media screen and (max-width:480px) {

	.hjzx_le_top .imgs {
		width: 100%;
		height: auto;
	}

	.hjzx_le_top .texts {
		width: 100%;
		padding: 0;
	}

	.xw_listsx .times_xw b {
		font-size: 42px;
	}

	.womendefuwu li .circle.circle_01 {
		width: 70px;
		height: 70px;
	}

	.womendefuwu li .circle.circle_02 {
		width: 70px;
		height: 70px;
	}

	.womendefuwu li .circle.circle_03 {
		width: 70px;
		height: 70px;
	}

	.womendefuwu li .circle.circle_04 {
		width: 70px;
		height: 70px;
	}

	.womendefuwu li .circle.circle_05 {
		width: 70px;
		height: 70px;
	}



	.womendefuwu li .circle.circle_001 {
		width: 70px;
		height: 70px;
	}

	.womendefuwu li .circle.circle_002 {
		width: 70px;
		height: 70px;
	}

	.womendefuwu li .circle.circle_003 {
		width: 70px;
		height: 70px;
	}

	.womendefuwu li .circle.circle_004 {
		width: 70px;
		height: 70px;
	}

	.womendefuwu li .circle.circle_005 {
		width: 70px;
		height: 70px;
	}

	.womendefuwu li .circle.circle_006 {
		width: 70px;
		height: 70px;
	}

	.womendefuwu li .circle.circle_007 {
		width: 70px;
		height: 70px;
	}

	.womendefuwu li .circle.circle_008 {
		width: 70px;
		height: 70px;
	}

	.womendefuwu li .circle.circle_009 {
		width: 70px;
		height: 70px;
	}

	.womendefuwu li .circle.circle_0010 {
		width: 70px;
		height: 70px;
	}

	.womendefuwu li span {
		padding-top: 10px;
	}

	.womendefuwu p {
		font-size: 12px;
	}

}

@media screen and (max-width:420px) {

	.sandakongjian li p {
		font-size: 12px;
	}

}
 */
