
.banxin {
	max-width: 1400px;
	margin:0 auto;
	padding-bottom:50px;
}

body {
	 background-color: #e7f5fc;
}



.banner {
	background-repeat:no-tepeat;
	background-postion:top center;
    width: 100%;
    height: 1350px;
    max-width: 1920px;
    margin: 0 auto;
}

.logo_box {
    width: 91%;
    margin: 0 auto;
    padding-top: 20px;
}

.logo {
    float: left;
}

.wza {
    float: right;
	margin-right: 115px;
}

.wza img {
    vertical-align: middle;
}

.wza a {
    font-size: 16px;
    color: #fff;
}

.titles {
	margin-top: -1155px;
}

.titles h2{
	font-size: 58px;
	font-weight: bolder;
	text-align: center;
	text-shadow: 4px 9px 8px #fff;
	color:#3a76b4;
}

.titles h4 {
	text-align: center;
	font-size: 38px;
	color:#ffffff;
	margin-top: 20px;
	-webkit-text-stroke: 1px #3a76b4;
    text-shadow: 0 1px #3a76b4, 1px 0 #3a76b4, -1px 0 #3a76b4, 0 -1px #3a76b4;
	font-weight: bolder;
}

/* 时间轴 */

.times {
	margin-top: 225px;
}

.times_title {
	text-align: center;
}

.times_title img {
	width: 100%;
}

.times_box {
	background-color: #fff;
	border-radius: 15px;
	padding:25px 0;
	position: relative;
	height: 160px;
	margin-top: 30px;
	
}

.times_box ul {
	width: 95%;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.times_box ul li {
	float: left;
    text-align: center;
    width: 25%;
}

.times_box ul li div {
	font-size: 20px;
	color:#020202;
}

.times_box ul li p {
	font-size: 16px;
	color:#3a76b4;
}

.xuxiang {
	width: 70%;
    border-bottom: 1px dashed #b0cae5;
    margin: 0 auto;
    position: absolute;
    top: 55px;
    left: 16%;
}

/* 项目简介 */
.project {
	margin-top: 50px;
}

.project_title {
	text-align: center;
}

.project_title img {
	width: 100%;
}

.project_box {
	background-color: #fff;
	border-radius: 15px;
	padding: 25px 25px;
	position: relative;
	margin-top: 30px;
	
}

.project_box p {
	font-size: 18px;
}

.project_box p a {
    color: #3a76b4;
}

/* 听证 */


.hearing {
	margin-top: 50px;
}

.hearing_title {
	text-align: center;
}

.hearing_title img {
	width: 100%;
}



.myzj_title {
	margin-top: 30px;
	text-align: center;
}

.myzj_ul_one a {
	font-size: 31px;
	color:#fff;
	text-shadow: 0 3px 1px #3a76b4, 0 -3px 1px #3a76b4, 3px 0px 1px #3a76b4, -3px 0px 1px #3a76b4;
	float: left;
	transform: translateY(100%);
}

.myzj_ul li {
	float: left;
	margin-right: 5%;
	width: 30%;
}

.myzj_ul li:hover {
	opacity: 0.8;
}

.myzj_ul li a img {
	width: 100%;
}

.myzj_ul .myzj_ul_one {
	width: 24%;
	background:url("/tupian/xzjc2023040741.png") no-repeat;
	background-size: 100% 100%;
    padding: 1.5% 3%;
} 
.myzj_ul_one p {
    margin-right: 10%;
    float: left;
    width: 48%;
}

.towcode canvas {
	width:100%;
}

.myzj_ul li:nth-child(3n) {
	margin-right:0;
}

.hearing_list {
	margin-top: 25px;
}

.hearing_ul li {
	margin-top: 18px;
}

.hearing_ul li h6 {
	background-color: #3a76b4;
	color:#fff;
	padding:10px 38px 10px 23px;
	width: fit-content;
	margin-left: 6px;
	box-shadow: -7px 0px 0 rgba(58, 118 ,180 ,0.5);
	border-top-right-radius: 30px;
	font-size: 20px;
}

.hearing_ul li a {
	width: auto;
	background-color: #fff;
	border-radius: 12px;
	padding:31px 28px;
	font-size: 18px;
	display: block;
	cursor:pointer;
	border-top-left-radius: 0px;
	color:black;
	position: relative;
	overflow: hidden;
}

.hearing_ul li a::before {
	position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -moz-linear-gradient(-82deg,#73f0ff 0,#5aa7fe 38%,#405efc 100%);
    background-image: -webkit-linear-gradient(-82deg,#73f0ff 0,#5aa7fe 38%,#405efc 100%);
    background-image: -ms-linear-gradient(-82deg,#73f0ff 0,#5aa7fe 38%,#405efc 100%);
    z-index: -1;
    -ms-transform: translate(-100%,-100%);
    -webkit-transform: translate(-100%,-100%);
    transform: translate(-100%,-100%);
    transition: all .5s;
	opacity: 0.2;
}

.hearing_ul li a::after {
	position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -moz-linear-gradient(-82deg,#a1f5ff 0,#0076fb 38%,#cedbf4 100%);
    background-image: -webkit-linear-gradient(-82deg,#a1f5ff 0,#0076fb 38%,#cedbf4 100%);
    background-image: -ms-linear-gradient(-82deg,#a1f5ff 0,#0076fb 38%,#cedbf4 100%);
    z-index: -1;
    -ms-transform: translate(100%,100%);
    -webkit-transform: translate(100%,100%);
    transform: translate(100%,100%);
    transition: all .5s;
	opacity: 0.2;
}



.hearing_ul li a:hover::before{
	-ms-transform:translate(0%,0%);
	-webkit-transform:translate(0%,0%);
	transform:translate(0%,0%);
	z-index:1;
}
.hearing_ul li a:hover::after{
	-ms-transform:translate(0%,0%);
	-webkit-transform:translate(0%,0%);
	transform:translate(0%,0%);
	z-index:1;
}

.tingzheng_ul {
	margin-top: 25px;
}

.tingzheng_ul li {
	background-color: #fff;
	border-radius: 12px;
	margin-bottom:15px;
	position: relative;
	overflow: hidden;
}

.tingzheng_ul li.yqgg a {
	    margin-top: 1vw;
}

.tingzheng_ul li::before {
	position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -moz-linear-gradient(-82deg,#73f0ff 0,#5aa7fe 38%,#405efc 100%);
    background-image: -webkit-linear-gradient(-82deg,#73f0ff 0,#5aa7fe 38%,#405efc 100%);
    background-image: -ms-linear-gradient(-82deg,#73f0ff 0,#5aa7fe 38%,#405efc 100%);
    z-index: -1;
    -ms-transform: translate(-100%,-100%);
    -webkit-transform: translate(-100%,-100%);
    transform: translate(-100%,-100%);
    transition: all .5s;
	opacity: 0.2;
}

.tingzheng_ul li::after {
	position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -moz-linear-gradient(-82deg,#a1f5ff 0,#0076fb 38%,#cedbf4 100%);
    background-image: -webkit-linear-gradient(-82deg,#a1f5ff 0,#0076fb 38%,#cedbf4 100%);
    background-image: -ms-linear-gradient(-82deg,#a1f5ff 0,#0076fb 38%,#cedbf4 100%);
    z-index: -1;
    -ms-transform: translate(100%,100%);
    -webkit-transform: translate(100%,100%);
    transform: translate(100%,100%);
    transition: all .5s;
	opacity: 0.2;
}



.tingzheng_ul li:hover::before{
	-ms-transform:translate(0%,0%);
	-webkit-transform:translate(0%,0%);
	transform:translate(0%,0%);
	z-index:1;
}
.tingzheng_ul li:hover::after{
	-ms-transform:translate(0%,0%);
	-webkit-transform:translate(0%,0%);
	transform:translate(0%,0%);
	z-index:1;
}

.tingzheng_ul li span{
	width: 176px;
	background-color: #3a76b4;
	border-radius: 12px;
	padding:25px 0px;
	color:#fff;
	font-size: 20px;
	display: block;
	text-align: center;
	position: relative;
	float: left;
	z-index: 2;
}



.tingzheng_ul li span::after {
	content: '';
	display: inline-block;
	width: 0px;
	height: 0px;
	border: 15px solid #fff; 
	border-top-color: transparent;
	border-bottom-color: transparent;
	border-left-color: #3a76b4;
	border-right-color: transparent;
	position: absolute;
	right:-29px;
}

.tingzheng_ul li.yqgg span::after {
	margin-top: -8%;
}

.tingzheng_ul li a {
	margin-left: 40px;
	font-size: 18px;
	float: left;
	display: block;
	padding:25px 28px 25px 0;
	position: relative;
	z-index: 2;
	color:black;
}

/* 听证 */

/* 专家论证 */

.zjlz {
	margin-top: 50px;
	overflow: hidden;
}

.zjlz_link {
	background-color: #fff;
	border-radius: 12px;
	position: relative;
	padding: 60px 0;
	margin-top: 40px;
	position: relative;
}

.zjlz_link::before {
	position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -moz-linear-gradient(-82deg,#73f0ff 0,#5aa7fe 38%,#405efc 100%);
    background-image: -webkit-linear-gradient(-82deg,#73f0ff 0,#5aa7fe 38%,#405efc 100%);
    background-image: -ms-linear-gradient(-82deg,#73f0ff 0,#5aa7fe 38%,#405efc 100%);
    z-index: -1;
    -ms-transform: translate(-100%,-100%);
    -webkit-transform: translate(-100%,-100%);
    transform: translate(-100%,0%);
    transition: all .5s;
	opacity: 0.2;
	border-radius: 12px;
}

.zjlz_link::after {
	position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -moz-linear-gradient(-82deg,#a1f5ff 0,#0076fb 38%,#cedbf4 100%);
    background-image: -webkit-linear-gradient(-82deg,#a1f5ff 0,#0076fb 38%,#cedbf4 100%);
    background-image: -ms-linear-gradient(-82deg,#a1f5ff 0,#0076fb 38%,#cedbf4 100%);
    z-index: -1;
    -ms-transform: translate(100%,100%);
    -webkit-transform: translate(100%,100%);
    transform: translate(100%,100%);
    transition: all .5s;
	opacity: 0.2;
	border-radius: 12px;
}

.zjlz_link:hover::before{
	-ms-transform:translate(0%,0%);
	-webkit-transform:translate(0%,0%);
	transform:translate(0%,0%);
	z-index:1;
}
.zjlz_link:hover::after{
	-ms-transform:translate(0%,0%);
	-webkit-transform:translate(0%,0%);
	transform:translate(0%,0%);
	z-index:1;
}


.zjlz_link img {
	position: absolute;
	top:-19px;
	margin-left: 28px;
	z-index: 2;
}

.zjlz_link a {
	display: inline-block;
	margin-left: 206px;
	font-size: 18px;
	padding-right: 28px;
	transition: 0.3s;
	position: relative;
    z-index: 2;
	color:black;
}

/* 风险评估 */

.fxpg {margin-top: 50px;overflow: hidden;
}

/* 决策公布 */

.jcgb {
	margin-top: 50px;
}

.jcgb_link {
	background-color: #fff;
	border-radius: 12px;
	padding:30px 40px 33px 50px;
	margin-top: 30px;
}

.jcgb_link h6 {
	position: relative;
	font-size: 20px;
}

.jcgb_link h6::before {
	content: '';
	height: 12px;
	width: 12px;
	background-color: #3a76b4;
	display: inline-block;
	border-radius: 50%;
	position: absolute;
	left:-15px;
	top:8px;
}

.jcgb_link p {
	font-size: 16px;
	line-height: 27px;
	margin-top: 28px;
}

.jcgb_link p a {
	color:#3a76b4;
}

.jcgb_link p a:hover {
	color:#3a77b4;
}


/* 民意征集 */

.Public {
	margin-top: 55px;
}

.Public_title {
	text-align: center;
}

.Public_title img {
	vertical-align: middle;
}

.Public_title img:nth-child(2) {
	margin:0 1.4%;
}

.Public_box {
	margin-top: 25px;
}

.Public_box div {
	float: left;
	margin-right: 20px;
}

.Public_box div:last-child {
	margin-right: 0px;
}

.ywm {
	width: max-content;
	background:url("/tupian/xzjc2023040720.png") no-repeat;
	padding:32px 32px 32px 29px;
}

.ywm img {
	float: left;
}

.ywm h6 {
	width: 600px;
	float:left;
	margin-left: 18px;
    margin-top: 18px;
}

.ywm h6 a {
	line-height: 48px;
	font-size: 26px;
	color:#fff;
	text-shadow: 0 2px 1px #3a76b4, 0 -2px 1px #3a76b4, 2px 0px 1px #3a76b4, -2px 0px 1px #3a76b4;
}


/* 联系方式 */


.contact {
	margin-top: 50px;
}

.contact_title {
	text-align: center;
}

.contact_title img {
	width: 100%;
}



.contact_box {
	border-radius: 15px;
	background-color: #fff;
	padding:30px 43px;
	margin-top: 30px;
}

.contact_ul li {
	background-color: #edf5fe;
	border-radius: 30px;
	width: 30%;
	padding:16px 13px;
	margin-right: 2%;
	position: relative;
	float: left;
}

.contact_ul li:nth-child(3) {
	margin-right: 0;
}

.contact_ul li img {
	position: absolute;
}

.contact_text {
	margin-left: 85px;
	padding-bottom:13px;
}

.contact_ul li:nth-child(2)  .contact_text {
	padding-bottom:0;
}

.contact_text_name {
	font-size: 20px;
	font-weight: 900;
}

.contact_text p {
	color:#303030;
	font-size: 16px;
	margin-top: 5px;
	overflow-wrap: anywhere;
}

/* 底部样式 */
.public-footer {
  margin-top:0px !important;
  display:block;
  max-width:inherit;
  margin:0 auto;
  margin-top:50px !important;
}



.footer {
  display:none;
}

@media screen and (max-width:1440px) {
	.banxin {
		padding:0 20px;
		padding-bottom:50px;
	}

	.titles h2 {
    font-size: 40px;
	}

	.times {
    margin-top: 7vw;
}

	.wza {
		margin-right: 0;
	}

	.contact_ul li {
		width: 29%;
		margin-right: 3%;
	}

	.titles {
    margin-top: -1210px;
}
	
}

@media screen and (max-width:1350px) {
	.contact_ul li {
		width: 28%;
		margin-right: 4%;
	}

	.myzj_ul_one a {
		font-size: 24px;
	}
}

 @media screen and (min-width:760px) and (max-width:1322px) {

.public-footer {
   min-width: 100% !important;
   padding-bottom: 91px;
   background-color: white;
}

.fLinks-inner {
  min-width: 100% !important;
}

.copyrightInfo-inner {
  min-width: auto !important;
    height: auto !important;
}

.copyright-left {
  width: 500px !important;
    margin: 0 auto !important;
    float: none !important;
}

 .copyright-right {
    float: none !important;
    width: 500px !important;
    margin: 0 auto !important;
}

 }

@media screen and (max-width:1115px) {
	.contact_ul li {
		width: 27%;
		margin-right: 5%;
	}

	.logo_box {
    width: 91%;
    margin: 0 auto;

}
}
@media screen and (max-width:1060px) {
	.contact_ul li {
		width: 28%;
		margin-right: 3%;
	}
}

@media screen and (min-width:805px) and (max-width:1060px) {
	.myzj_ul_one a {
		font-size: 18px;
	}

	.zjlz_link {
		padding: 50px 0;
	}


}

@media screen and (min-width:761px) and (max-width:805px) {
	.myzj_ul_one a {
		font-size: 16px;
	}

	.contact_ul li {
		width: 28%;
	}
}

@media screen and (max-width:990px) {
	.contact_ul li {
    float: none;
    width: 96%;
    margin-bottom: 10px;
}

}

@media screen and (max-width:760px) {

	html{
		font-size: 4.27vw;
		
	}



	.logo {
		width: 50%;
	}

	.logo img {
		width: 50%;
	}

	.wza a {
    font-size: 14px;
	}

	

	.titles {
		margin-top: -1275px;
	}

	.titles h2 {
		font-size: 20px;
	}

	/* 时间轴 */

	.times_box {
		height:auto;
	}

	.project_box p {
    font-size: 16px;
}

.times_box ul li div {
    font-size: 16px;
}

.times_box ul li p {
    font-size: 14px;
}

.contact_text_name {
    font-size: 18px;
 }

	.xuxiang {
		    width: 0;
			height: 80%;
			border-left: 1px dashed #b0cae5;
			top: 55px;
			left: 29%;
			display: none;
	}

	.times_box ul {
		width: 100%;
        position: initial;
        transform: none;

	}

	.times_box ul li {
		float: none;
		width: 80%;
		margin:0 auto;
		margin-bottom: 15px;
		position: relative;
		
	}

	.times_box ul li::after {
	content: '';
    border-left: 1px dashed #b0cae5;
    width: 1px;
    height: 30px;
    margin-left: 26px;
	position: absolute;
    top: 57px;
	left:1px;
	}

	.times_box ul li:nth-child(4)::after {
		content: none;
	}

	.times_box ul li img::before {
		content: '';
    border-left: 1px dashed #b0cae5;
    width: 1px;
    height: 12px;
    background: red;
    margin-left: 26px;

	}

	.times_box ul li img {
		float: left;
	}

	.project {
	margin-top: 30px;
}

	.myzj_ul_one img {
		margin-left: 10px;
		margin-right: 10px;
		width: 40%;
	}


	.myzj_ul_one a {
		font-size: 18px;
	}

	.titles h4 {
		font-size: 18px;
	}
	.myzj_ul li {
		float: none;
		margin: 0 auto;
		width: 100%;
		margin-top:10px;
	}

	.myzj_ul .myzj_ul_one {
		width: 93%;
		margin-top:0px;
		padding: 6% 3%;
	}

	.myzj_ul li:nth-child(3n) {
		margin-top: 5px;
	}

	.times {
		margin-top: 20px;
	}

	.title760 {
		overflow: hidden;
	}

	.title760 img {
		width: 270%;
		margin: 0 auto;
		text-align: center;
		transform: translateX(-31%);
	}

	.Public_box {
		margin-top: 15px;
	}

	.tingzheng_ul {
		margin-top: 15px;
	}

	.title_top760 {
		margin-top: 30px;
	}

	.zjlz_link {
		position: inherit;
		padding: 0;
	}

	.hearing_ul li a::after {
		display: none;
	}

	.zjlz_link::after {
		display: none;
	}



	.zjlz_link img {
			position: inherit;
			margin-left: 28px;
			margin-top: -30px;
	}

	.zjlz_link a {
		margin-left: 0;
		display: block;
		padding:18px 28px;
		transition: 0.3s;
	}

	.tingzheng_ul li span {
		padding: 15px 0px;
		width: 145px;
		font-size: 16px;
	}

	.tingzheng_ul li.yqgg a {
    margin-top: 0;
}

	.tingzheng_ul li a {
		margin-left: 0;
		padding:25px 28px;
		font-size: 16px;
	}
	.contact_ul li {
		float: none;
		width: 96%;
		margin-bottom:10px;
	}
.public-footer {
  margin-top:0px !important;
  display:none !important;
}

.footer {
  display:block;
  margin-top:30px;
}

}

@media screen and (max-width:400px) {
	.myzj_title img {
		width:80%;
	}

	.titles {
		margin-top: -1260px;
	}
}
