/*CSS Document*/


/*public*/

body {
	width: 100%;
	min-width: 1150px;
}

.main {
	width: 1150px;
	margin: 0 auto;
}


/*header*/

.zg_wrap_header {
	background: url("../images/zg_wrap_header.jpg") no-repeat center bottom;
}

.zg_header {
	height: 59px;
	padding-top: 30px;
}

.zg_header .zg_logo {
	float: left;
	margin-left: 10px;
}

.zg_header .zg_nav_top {
	float: right;
	padding-top: 2px;
	margin-right: 34px;
}

.zg_header .welcome-text {
	display: none;
	float: right;
	padding-top: 2px;
	margin-right: 34px;
	height: 57px;
	font: 20px/57px "微软雅黑";
	color: #fff;
	text-align: center;
}

.zg_header .zg_nav_top li {
	float: left;
	width: 171px;
	height: 57px;
	font: 25px/57px "微软雅黑";
	color: #fff;
	text-align: center;
	-webkit-border-radius: 27px;
	-moz-border-radius: 27px;
	border-radius: 27px;
	cursor: pointer;
}

.zg_header .zg_nav_top li:hover {
	color: #1f5dea;
	background: #fff;
}


/*banner*/

.zg_wrap_banner1 {
	background: url("../images/zg_wrap_banner1.jpg") no-repeat center bottom;
}

.zg_banner1 {
	position: relative;
	height: 227px;
	/* background: url("../images/zg_banner1.jpg") no-repeat;*/
}

.zg_banner1 img,
.zg_banner2 img {
	display: block;
}

.zg_banner1 .zg_banner_rectangular {
	position: absolute;
	left: 46px;
	top: 153px;
	width: 283px;
	height: 53px;
	font: bold 31px/53px "微软雅黑";
	color: #1748b3;
	text-align: center;
	background: #ffca00;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}

.zg_wrap_banner2 {
	background: url("../images/zg_wrap_banner2.jpg") no-repeat center bottom;
}

.zg_banner2 {
	position: relative;
	height: 273px;
	/*  background: url("../images/zg_banner2.jpg") no-repeat center bottom;*/
}

.zg_banner2 .zg_banner_title {
	position: absolute;
	left: 46px;
	top: 0;
}

.zg_banner2 .zg_banner_des {
	position: absolute;
	left: 46px;
	top: 123px;
	font: 20px/34px "微软雅黑";
	color: #fff;
}


/*公用样式*/

.zg_title_h2 {
	height: 50px;
	padding-top: 48px;
	font: bold 51px/1 "微软雅黑";
	color: #000;
	text-align: center;
}

.zg_title_h2 strong {
	font-weight: bold;
	color: #ffca00;
}


/*STEP1 行业选定*/

.zg_wrap_step1 {
	height: 454px;
	background: url("../images/zg_wrap_step1.jpg") no-repeat center top;
}

.zg_step1 {
	position: relative;
	height: 454px;
	/*background: #fff url("../images/zg_step1.jpg") no-repeat center top;*/
}

.zg_step1_box {
	width: 1150px;
	height: 297px;
	padding-top: 52px;
	background: #fff;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: 0 0 20px #dfdede;
	-moz-box-shadow: 0 0 20px #dfdede;
	box-shadow: 0 0 20px #dfdede;
}

.zg_step1_title {
	background: url("../images/zg_img_step1.png") no-repeat center top;
}

.zg_step1_des {
	margin: 15px auto 0;
	font: 20px/1 "微软雅黑";
	text-align: center;
}

.zg_profession_container {
	margin-left: 56px;
	margin-top: 50px;
}

.zg_profession_container button {
	float: left;
	width: 168px;
	height: 45px;
	margin-right: 48px;
	font: 20px/45px "微软雅黑";
	color: #0a8dd8;
	text-align: center;
	border: 1px solid #3ca0ec;
	cursor: pointer;
}

.zg_profession_container button:hover {
	width: 168px;
	height: 45px;
	padding: 0 1px 0 1px;
	color: #fff;
	background: #0a8dd8;
	border: none;
	transition: all 1s;
}

.zg_profession_container button.on {
	width: 168px;
	height: 45px;
	padding: 0 1px 0 1px;
	color: #fff;
	background: #0a8dd8;
	border: none;
	transition: all 1s;
}


/*STEP2 区域选定*/

.zg_wrap_step2 {
	background: #fff;
}

.zg_step2 {
	position: relative;
	height: 454px;
	padding-top: 14px;
	background: #fff url("../images/zg_step1.jpg") no-repeat center top;
}

.zg_step2_title {
	background: url("../images/zg_img_step1.png") no-repeat center top;
}


/*区域选定-地图*/

.zg_step2_map {
	position: relative;
	width: 958px;
	height: 960px;
	margin: -7px 0 -30px 96px;
	background: url("../images/zg_bg_map.png") no-repeat;
}

.zg_step2_map span.zg_hand {
	display: block;
	position: absolute;
	right: 29px;
	top: 419px;
	z-index: 11;
	width: 63px;
	height: 76px;
	background: url("../images/zg_icon_hand.png") no-repeat;
}

.zg_step2_map span.zg_handHover {
	animation: handHover 1.5s 2 linear;
}

@-webkit-keyframes handHover {
	from {
		opacity: 1;
		right: 29px;
		top: 419px;
	}
	90% {
		opacity: 1;
	}
	to {
		opacity: 0;
		/* right: 157px;
        top: 380px;*/
		right: 285px;
		top: 428px;
	}
}

@keyframes handHover {
	from {
		opacity: 1;
		right: 29px;
		top: 419px;
	}
	90% {
		opacity: 1;
	}
	to {
		opacity: 0;
		right: 285px;
		top: 428px;
	}
}

.zg_map_location p.zg_myFlash {
	animation: myFlash 1s linear;
}

@-webkit-keyframes myFlash {
	from,
	50%,
	to {
		opacity: 1;
	}
	25%,
	75% {
		opacity: 0;
	}
}

@keyframes myFlash {
	from,
	50%,
	to {
		opacity: 1;
	}
	25%,
	75% {
		opacity: 0;
	}
}

.zg_map_location {
	position: relative;
	width: 958px;
	height: 791px;
}

.zg_map_location>p {
	position: absolute;
	z-index: 10;
	width: 26px;
	height: 13px;
	font: 13px/1 "微软雅黑";
	color: #fff;
	text-align: center;
	white-space: nowrap;
	cursor: pointer;
}

.zg_map_location>p.on {
	color: #185ec0;
}

.zg_map_location .zg_location_heilongjiang {
	right: 77px;
	top: 117px;
}

.zg_map_location .zg_location_jilin {
	right: 83px;
	top: 192px;
}

.zg_map_location .zg_location_liaoning {
	right: 125px;
	top: 250px;
}

.zg_map_location .zg_location_neimeng {
	right: 384px;
	top: 288px;
}

.zg_map_location .zg_location_beijing {
	right: 224px;
	top: 288px;
}

.zg_map_location .zg_location_tianjin {
	right: 211px;
	top: 305px;
}

.zg_map_location .zg_location_hebei {
	right: 241px;
	top: 333px;
}

.zg_map_location .zg_location_shandong {
	right: 193px;
	top: 378px;
}

.zg_map_location .zg_location_henan {
	right: 269px;
	top: 438px;
}

.zg_map_location .zg_location_shanxi {
	right: 295px;
	top: 358px;
}

.zg_map_location .zg_location_shananxi {
	right: 354px;
	top: 438px;
}

.zg_map_location .zg_location_ningxia {
	right: 382px;
	top: 358px;
	width: 64px;
}

.zg_map_location .zg_location_gansu {
	right: 435px;
	top: 413px;
}

.zg_map_location .zg_location_qinghai {
	left: 326px;
	top: 396px;
}

.zg_map_location .zg_location_xinjiang {
	left: 131px;
	top: 261px;
}

.zg_map_location .zg_location_jiangsu {
	right: 154px;
	top: 432px;
}

.zg_map_location .zg_location_shanghai {
	right: 117px;
	top: 478px;
}

.zg_map_location .zg_location_zhejiang {
	right: 135px;
	top: 531px;
}

.zg_map_location .zg_location_anhui {
	right: 193px;
	top: 478px;
}

.zg_map_location .zg_location_jiangxi {
	right: 217px;
	top: 572px;
}

.zg_map_location .zg_location_hubei {
	right: 301px;
	top: 500px;
}

.zg_map_location .zg_location_hunan {
	right: 282px;
	top: 583px;
}

.zg_map_location .zg_location_chongqing {
	right: 369px;
	top: 532px;
}

.zg_map_location .zg_location_sichuan {
	right: 479px;
	top: 536px;
}

.zg_map_location .zg_location_xizang {
	left: 187px;
	top: 479px;
}

.zg_map_location .zg_location_fujian {
	right: 163px;
	bottom: 178px;
}

.zg_map_location .zg_location_guangdong {
	right: 259px;
	bottom: 117px;
}

.zg_map_location .zg_location_guangxi {
	right: 378px;
	bottom: 118px;
}

.zg_map_location .zg_location_guizhou {
	right: 378px;
	bottom: 178px;
}

.zg_map_location .zg_location_yunnan {
	left: 436px;
	bottom: 123px;
}

.zg_map_location .zg_location_hainan {
	right: 325px;
	bottom: 11px;
}

.zg_map_location .zg_location_taiwan {
	right: 101px;
	bottom: 130px;
}

.zg_map_shape .zg_shape {
	display: none;
	position: absolute;
}

.zg_map_shape .zg_shape_heilongjinag {
	right: 0;
	top: 0;
}

.zg_map_shape .zg_shape_jilin {
	right: 19px;
	top: 151px;
}

.zg_map_shape .zg_shape_liaoning {
	right: 92px;
	top: 214px;
}

.zg_map_shape .zg_shape_neimeng {
	right: 136px;
	top: 8px;
}

.zg_map_shape .zg_shape_beijing {
	right: 224px;
	top: 281px;
}

.zg_map_shape .zg_shape_tianjin {
	right: 208px;
	top: 296px;
}

.zg_map_shape .zg_shape_hebei {
	right: 182px;
	top: 245px;
}

.zg_map_shape .zg_shape_shandong {
	right: 125px;
	top: 343px;
}

.zg_map_shape .zg_shape_henan {
	right: 223px;
	top: 386px;
}

.zg_map_shape .zg_shape_shanxi {
	right: 274px;
	top: 293px;
}

.zg_map_shape .zg_shape_shananxi {
	right: 325px;
	top: 324px;
}

.zg_map_shape .zg_shape_ningxia {
	right: 392px;
	top: 329px;
}

.zg_map_shape .zg_shape_gansu {
	right: 368px;
	top: 251px;
}

.zg_map_shape .zg_shape_qinghai {
	right: 470px;
	top: 322px;
}

.zg_map_shape .zg_shape_xinjiang {
	left: 0;
	top: 94px;
}

.zg_map_shape .zg_shape_jiangsu {
	right: 116px;
	top: 409px;
}

.zg_map_shape .zg_shape_shanghai {
	right: 113px;
	top: 475px;
}

.zg_map_shape .zg_shape_zhejiang {
	right: 109px;
	top: 494px;
}

.zg_map_shape .zg_shape_anhui {
	right: 159px;
	top: 423px;
}

.zg_map_shape .zg_shape_jiangxi {
	right: 174px;
	top: 526px;
}

.zg_map_shape .zg_shape_hubei {
	right: 222px;
	top: 463px;
}

.zg_map_shape .zg_shape_hunan {
	right: 252px;
	top: 530px;
}

.zg_map_shape .zg_shape_chongqing {
	right: 336px;
	top: 489px;
}

.zg_map_shape .zg_shape_sichuan {
	right: 365px;
	top: 441px;
}

.zg_map_shape .zg_shape_xizang {
	left: 42px;
	top: 368px;
}

.zg_map_shape .zg_shape_fujian {
	right: 134px;
	top: 558px;
}

.zg_map_shape .zg_shape_guangdong {
	right: 185px;
	bottom: 44px;
}

.zg_map_shape .zg_shape_guangxi {
	right: 293px;
	bottom: 65px;
}

.zg_map_shape .zg_shape_guizhou {
	right: 346px;
	bottom: 140px;
}

.zg_map_shape .zg_shape_yunnan {
	left: 379px;
	bottom: 61px;
}

.zg_map_shape .zg_shape_hainan {
	right: 310px;
	bottom: 0;
}

.zg_map_shape .zg_shape_taiwan {
	right: 96px;
	bottom: 99px;
}


/*查询结果*/

.zg_wrap_result {
	display: none;
	padding-bottom: 75px;
	background: #f7f7f7 url("../images/zg_wrap_result.png") no-repeat center top;
}

.zg_result_th {
	float: left;
	height: 60px;
	font: bold 20px/60px "微软雅黑";
	color: #fff;
	text-align: center;
}

.zg_result_th1 {
	width: 598px;
}

.zg_result_th2 {
	width: 282px;
}

.zg_result_th3 {
	width: 270px;
}


/*查询结果-公告列表*/

.zg_notice_list {
	margin-top: 48px;
}

.zg_notice_list li {
	height: 36px;
	font-size: 0;
	margin-bottom: 18px;
}

.zg_notice_list li a,
.zg_notice_list li span {
	display: block;
	float: left;
	height: 36px;
	font: 20px/36px "微软雅黑";
	text-align: center;
}

.zg_notice_list li a.zg_notice_name {
	width: 524px;
	padding-left: 74px;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.zg_notice_list li a.zg_notice_name:hover {
	color: #0a8dd8;
}

.zg_notice_list li span {
	width: 282px;
}

.zg_notice_list li a.zg_notice_link {
	width: 118px;
	margin-left: 71px;
	color: #fff;
	background: #0a8dd8;
}

.zg_notice_list li a.zg_notice_link:hover {
	color: #ffca00;
}


/*查看更多*/

.zg_result a#learnMmore {
	display: block;
	width: 138px;
	height: 36px;
	margin: 70px auto 0;
	font: 20px/36px "微软雅黑";
	color: #fff;
	text-align: center;
	background: #0a8dd8;
}

.zg_result a#learn-more:hover {
	color: #ffca00;
}


/*查询结果-分页*/

.zg_pagination_container {
	margin-top: 60px;
	text-align: center;
}

.zg_pagination {
	display: inline-block;
	padding: 0;
	margin: 0;
}

.zg_pagination li {
	display: inline;
}

.zg_pagination li a {
	float: left;
	font: 14px/1 "微软雅黑";
	color: #b4b4b4;
	padding: 12px 14px;
	text-decoration: none;
	transition: background-color .3s;
	border: 1px solid #b4b4b4;
	margin: 0 10px;
}

.zg_pagination li a.zg_noborder {
	border: none;
	padding: 11px 15px;
}

.zg_pagination li a.active {
	background-color: #ffca00;
	color: white;
	border: 1px solid #ffca00;
}

.zg_pagination li a:hover:not(.active) {
	color: #fff;
	background-color: #ffca00;
	transition: all .2s;
}


/*STEP3*/

.zg_step3 {
	padding-top: 117px;
	padding-bottom: 52px;
}

.zg_step3_title {
	background: url("../images/zg_img_step2.png") no-repeat center top;
}


/*二维码*/

.zg_wrap_qrcode {
	background: url("../images/zg_wrap_qrcode.png") no-repeat center bottom;
}

.zg_qrcode {
	height: 288px;
	padding-top: 58px;
}

.zg_qrcode_item {
	margin-left: 161px;
}

.zg_qrcode_item li {
	float: left;
	margin-right: 88px;
	text-align: center;
}

.zg_qrcode_item li .zg_qrcode_container {
	display: inline-block;
	padding: 5px;
	background: #fff;
}

.zg_qrcode_item li img {
	display: inline-block;
	width: 174px;
	height: 174px;
}

.zg_qrcode_item li p {
	margin-top: 15px;
	font: 26px/1 "微软雅黑";
	color: #fff;
}


/*页脚*/

.zg_footer_wrap {
	background: #222;
}

.zg_footer {
	height: 126px;
	padding-top: 44px;
}

.zg_nav_foot {
	width: 715px;
	margin: 0 auto;
}

.zg_nav_foot li {
	float: left;
	width: 52px;
	height: 16px;
	padding-right: 6px;
	border-right: 2px solid #bcbcbc;
	font: 12px/16px '微软雅黑';
	color: #bcbcbc;
	margin-left: 7px;
}

.zg_nav_foot li.zg_nav_last {
	border: none;
}

.zg_footer p {
	font: 12px/16px '微软雅黑';
	color: #bcbcbc;
	text-align: center;
	margin-top: 15px;
}

.zg_footer ul a:hover li {
	color: #ffe13b;
}

.zg_footer p a {
	color: #bcbcbc;
}

.zg_footer p a:hover {
	color: #ffe13b;
}


/*左侧边栏*/

.zg_sidebar_left {
	position: relative;
	position: fixed;
	left: 0;
	top: 15%;
	z-index: 100;
	width: 200px;
	padding-top: 25px;
	background: #fff url("../images/zg_sidebar_left.jpg") no-repeat;
}

.zg_sidebar_left p {
	font: bold 19px/1 "微软雅黑";
	color: #164fb7;
	text-align: center;
}

.zg_sidebar_left ul {
	margin-left: 17px;
	margin-top: 16px;
}

.zg_sidebar_left ul li {
	position: relative;
	width: 148px;
	height: 32px;
	padding-left: 18px;
	margin-bottom: 10px;
	background: #0a8dd8;
}

.zg_sidebar_left ul li.zg_li_last {
	width: 144px;
	height: 72px;
	padding: 3px 4px 3px 18px;
	margin-bottom: 23px;
}

.zg_sidebar_left ul li a {
	display: block;
	font: 12px/32px "微软雅黑";
	color: #fff;
}

.zg_sidebar_left ul li .zg_icon_why {
	position: absolute;
	left: -12px;
	top: 3px;
}

.zg_sidebar_left ul li a:hover {
	color: #f5e72d;
	text-decoration: underline;
}

.zg_qrcode_text {
	padding-top: 18px;
	font: 12px/20px "微软雅黑";
	color: #fff;
}

.zg_qrcode_box {
	width: 68px;
	height: 68px;
	padding: 2px;
	background: #fff;
}

.zg_qrcode_box img {
	display: block;
	width: 68px;
	height: 68px;
}

.zg_top {
	height: 18px;
	padding-top: 15px;
	font: 15px/1 "微软雅黑";
	color: #fff;
	text-align: center;
	background: #0a8dd8 url("../images/zg_icon_arrow_top.png") no-repeat 94px 5px;
	cursor: pointer;
}

.zg_close_btn {
	position: absolute;
	right: 7px;
	top: 13px;
	width: 13px;
	height: 13px;
	background: url("../images/zg_icon_close.jpg") no-repeat;
	cursor: pointer;
}

.zg_online {
	position: fixed;
	width: 46px;
	height: 206px;
	left: 0;
	top: 30%;
	background: url(../images/zg_online.png) no-repeat;
	z-index: 99;
	cursor: pointer;
	display: none;
}


/*登录注册弹窗*/

.zg_mask {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9000;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .4);
}

.container {
	position: relative;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -200px;
	margin-top: -183px;
	z-index: 9999;
	/* width: 305px;*/
	background: #fff;
	padding: 22px 0 40px;
	display: none;
}

.bd_close {
	width: 30px;
	height: 30px;
	cursor: pointer;
	position: absolute;
	right: 2px;
	top: 2px;
}

.bd_nav {
	height: 38px;
	border-bottom: 1px solid #f0f0f0;
	padding: 0 53.5px;
}

.bd_nav span {
	display: block;
	float: left;
	width: 94px;
	margin: 0 25px;
	line-height: 38px;
	font-size: 22px;
	color: #b4b4b4;
	text-align: center;
	cursor: pointer;
}

.bd_nav span.active {
	position: relative;
	top: -1px;
	color: #20affd;
	border-bottom: 2px solid #20affd;
}

.container .agileits {
	width: 319px;
	margin: 0 auto;
	padding-top: 15px;
	display: none;
}

.container .agileits .bd_line_wrap {
	width: 317px;
	height: 48px;
	margin-bottom: 14px;
	border: 1px solid #dcdcdc;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.container .agileits .bd_line_wrap1 {
	background: url("../images/zg_icon_user.png") no-repeat 18px 11px;
}

.container .agileits .bd_line_wrap2 {
	background: url("../images/zg_icon_phone.png") no-repeat 19px 13px;
}

.container .agileits .bd_line_wrap3 {
	background: url("../images/zg_icon_yzm.png") no-repeat 18px 14px;
}

.container .agileits .bd_line_wrap4 {
	background: url("../images/zg_icon_dy.png") no-repeat 18px 11px;
}
.container .agileits .bd_line_wrap5 {
	background: url("../images/zg_icon_area.png") no-repeat 9px 7px;
}
.container .agileits .bd_line_wrap input {
	width: 265px;
	height: 48px;
	padding-left: 52px;
	line-height: 48px;
	font-size: 16px;
	color: #000;
}

.zg_get_yzm,
#daojishi {
	position: absolute;
	right: 66px;
	/*top: 223px;*/
	top: 290px;
	top: 290px;
	font: 14px/1 "微软雅黑";
	color: #20affd;
	text-align: right;
}

#daojishi {
	display: none;
}

.zg_get_yzm:hover {
	color: #ffca00;
	text-decoration: underline;
}

.container .agileits .bd_line_wrap.send_button {
	background: none;
	border: none;
}

.container .agileits .bd_line_wrap.send_button input.submintBtn {
	width: 319px;
	height: 49px;
	padding: 0;
	font: 20px/49px "微软雅黑";
	color: #fff;
	text-align: center;
	background: #20affd;
	border: none;
	cursor: pointer;
}


/*省份弹窗*/

.zg_window_province {
	display: none;
	position: relative;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -240px;
	margin-top: -291px;
	z-index: 9999;
	width: 479px;
	height: 510px;
	padding-top: 72px;
	background: url("../images/zg_window_province.png") no-repeat;
}

.zg_window_province .zg_close_btn2 {
	position: absolute;
	right: 4px;
	top: 4px;
	cursor: pointer;
}

.zg_window_province .zg_province_title {
	height: 45px;
	margin-bottom: 47px;
	font: bold 45px/1 "微软雅黑";
	background: linear-gradient(to bottom, #fef9ff, #88e1ff);
	-webkit-background-clip: text;
	color: transparent;
	text-align: center;
}

.zg_window_province .zg_province_box .swiper-container {
	display: none;
	width: 479px;
	height: 302px;
}

.swiper-slide {
	height: 58px;
	font: 32px/58px "微软雅黑";
	color: #010101;
	text-align: center;
	cursor: pointer;
}

.swiper-slide:hover {
	color: #ff2727;
}


/*媒体查询*/

@media screen and (max-width: 1366px) {
	.zg_sidebar_left {
		display: none;
	}
	.zg_online {
		display: block;
	}
}

@media screen and (max-width: 1024px) {
	.zg_sidebar_left {
		display: none;
	}
	.zg_online {
		display: none;
	}
}


/*js禁用滚动*/

.modal-open {
	position: fixed;
	width: 100%;
}

.zg_get_yzm, #daojishi {
    position: absolute;
    right: 66px;
    top: 346px;
    color: rgb(32, 175, 253);
    text-align: right;
    font: 14px/1 微软雅黑;
}