@charset "gb2312";

.ej_tit {
	width: 100%;
	height: 32px;
	z-index: 1;
	zoom: 1;
	border-bottom: 1px solid #ddd;
	text-align: left;
	float: left;
	font-size: 18px;
	color: #333;
}

.ej_tit a {
	color: #1764ce;
	border-bottom: 3px solid #1764ce;
	padding-bottom: 6px;
	font-weight: 600;
	margin-right: 10px;
	margin-left: 10px;
}
.ej_tit a.ac {
	border: none;
	color: #333;
}
.ej_tit a:first-child {
	margin-left: 0;
}
.ej_tit a::after {
	content: '';
	display: inline-block;
	width: 0;
	height: 14px;
	border: 1px solid #ccc;
	position: relative;
	top: 2px;
	left: 15px;
}
.ej_tit a:last-child::after {
	display: none;
}

.ej_tit a:before {
	border-bottom: 8px solid #1764ce;
	left: -16px;
	left: 44%;
}

.more {
	float: right;
	position: relative;
	z-index: 2;
}

.more a {
	font-size: 14px;
	color: #777;
	padding: 4px 12px;
	background: #eee;
	border-radius: 3px;
}

.more:hover a {
	color: #1764ce;
}

/****** 区情 ******/
.qq_box {
	float: left;
	width: 100%;
}

/****** 数字铜梁 ******/
.sztl {
	margin: 0 auto;
	color: #333;
	background-color: #eef1f6;
}

.sztl_main {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	background: url(qq_bg.png) no-repeat center top;
	min-height: 560px;
	overflow: hidden;
	position: relative;
	padding-top: 73px;
}

.sztl_main .sztl_tit {
	position: absolute;
	/* width: 72.65%; */
	top: 100px;
	left: 7.8%;
	z-index: 0;
}
.sztl_main .sztl_tit img {
	/* width: 100%; */
}

.sztl_main .sztl01 {
	width: calc(100% - 30%);
	/* height: 170px; */
	padding: 73px 20px 0 0;
	float: right;
	font-size: 16px;
	line-height: 2em;
	z-index: 1;
	position: relative;
}

.sztl_main .sztl01_l {
	width: 320px;
	float: left;
	border-right: 1px solid #ddd;
	max-width: 30%;
	margin-left: 30%;
	font-size: 16px;
	line-height: 2em;
	box-sizing: border-box;
}

.sztl_main .sztl01_r {
	margin-left: 5%;
	float: left;
	max-width: 35%;
	font-size: 16px;
	line-height: 2em;
}

.sztl_main .sztl02 {
	height: 220px;
	float: left;
	width: 100%;
	max-width: 1140px;
	background: url(qq_bg2.png);
	margin: 20px 0 0 0;
	z-index: 1;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

.sztl_main .sztl02 ul {
	float: left;
	width: 100%;
	margin-top: 24px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.sztl_main .sztl02 ul li {
	width: 16.66%;
	flex: 1;
	text-align: center;
	margin-bottom: 40px;
}

.sztl_main .sztl02 ul li span {
	width: 88px;
	height: 88px;
	border-radius: 8em;
	background-color: #fff;
	border: 2px solid rgb(23 100 206 / 0.2);
	float: left;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

.sztl_main .sztl02 ul li span img {
	margin: 25px;
}

.sztl_main .sztl02 ul li h1 {
	font-size: 22px;
	font-weight: 600;
	width: 100%;
	float: left;
	padding-top: 10px;
}

.sztl_main .sztl02 ul li h2 {
	font-size: 16px;
	width: 100%;
	float: left;
	line-height: 36px;
}

/****** 地理环境 ******/
.dlhj {
	text-align: center;
	margin-top: 40px;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

.dlhj .dl_tit {
	font-size: 36px;
	font-weight: 600;
	color: #1764ce;
	background: url(qq_tit2.png) no-repeat center;
}

.dlhj .dl_list {
	margin-top: 30px;
}

.dlhj .dl_list ul {
	/* margin-right: -40px; */
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.dlhj .dl_list li {
	width: 270px;
	overflow: hidden;
	float: left;
	margin-bottom: 30px;
}

.dlhj .dl_list li a {
	color: #333;
	display: inline-block;
	width: 100%;
}

.dlhj .dl_list li img {
	width: 100%;
	height: 165px;
	overflow: hidden;
	transition: all 1s;
}

.dlhj .dl_list li span {
	width: 200px;
	height: 57px;
	background-color: #fff;
	float: left;
	position: relative;
	border-bottom: 3px solid #1764ce;
	line-height: 57px;
	font-size: 22px;
	left: 50%;
	transform: translateX(-50%);
	margin-top: -30px;
}

.dlhj .dl_list li:hover a {
	color: #1764ce;
}

.dlhj .dl_list li:hover img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-moz-transform: scale(1.05);
}

/****** 文化-区划 ******/
.whqh {
	padding: 0 10px;
	box-sizing: border-box;
}
.lswh {
	float: left;
	width: 48.33%;
}

.qhrk {
	float: right;
	width: 48.33%;
}

.whqh .qq_tit {
	background: url(qq_tit3.png) no-repeat left;
	width: 100%;
	height: 56px;
	line-height: 64px;
	font-size: 24px;
	font-weight: 600;
	color: #fff;
	padding-left: 24px;
	box-sizing: border-box;
}
.wh_list {
	width: 100%;
	float: left;
}
.whqh ul {
	background-color: #eef1f6;
	margin-top: 20px;
	margin-bottom: 40px;
	padding: 30px 10px;
	box-sizing: border-box;
	float: left;
	width: 100%;
	display: flex;
}

.whqh ul li {
	flex: 1;
	text-align: center;
}

.whqh ul li a {
	color: #333;
	font-size: 16px;
}

.whqh ul li img {
	width: 48px;
	height: 48px;
	margin-top: 10px;
	transition: all 1s;
}

.whqh ul li span {
	width: 100%;
	float: left;
	line-height: 36px;
}

.whqh ul li:hover img {
	transform: rotateY(180deg);
	transition: all 1s;
}

/****** 政务公开 ******/
.zwgk_box {
	background-color: #eef1f6;
	float: left;
	width: 100%;
}

/****** 区领导 ******/
.tab_leader {
	width: 100%;
	max-width: 1200px;
	/* height: 650px; */
	box-sizing: border-box;
	background-color: #fff;
	margin: 20px auto;
	padding: 20px 20px 30px 20px;
	box-shadow: 0 0 4px 4px #eaeef4;
}

.tab_leader .hd {
	width: 100%;
	width: calc(100% - 80px);
	height: 32px;
	overflow: hidden;
	position: relative;
	margin-bottom: 30px;
}

.tab_leader .hd ul {
	width: calc(100% - 80px);
	width: 100%;
	z-index: 1;
	position: absolute;
	zoom: 1;
	border-bottom: 1px solid #ddd;
	display: inline;
    white-space: nowrap;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-y: hidden;
}

.tab_leader .hd ul li {
	display: inline-block;
	padding-right: 30px;
	text-align: center;
	height: 39px;
	font: 18px/32px "微软雅黑";
	color: #333;
	cursor: pointer;
}

.tab_leader .hd ul li:last-child:after {
	display: none;
}

.tab_leader .hd ul li a {
	color: #333;
	position: relative;
}

.tab_leader .hd ul li.on a {
	color: #1764ce;
	border-bottom: 3px solid #1764ce;
	padding-bottom: 9px;
	font-weight: 600;
}

.tab_leader .hd ul li.on a:before {
	border-bottom: 8px solid #1764ce;
	left: -16px;
	left: 44%;
}

.tab_leader .bd {
	width: 100%;
	height: 100%;
	float: left;
}
.tab_leader .bd .conWrap {
	float: left;
	width: 100%!important;
}

.tab_leader .bd .conWrap .con {
	width: 100%!important;
}

.tab_leader .bd ul {
	overflow: hidden;
	margin-top: 12px;
	margin-right: -20px;
}

.tab_leader .leader {
	width: 480px;
	float: left;
	margin-right: 30px;
	border-right: 1px #c8dfef dashed;
	line-height: 2em;
	padding-right: 30px;
	box-sizing: border-box;
}

.tab_leader .leader .leader_r > a {
	display: inline-block;
	width: 136px;
	float: left;
}
.tab_leader .leader .leader_r .rig {
	float: left;
	width: calc(100% - 146px);
}
.tab_leader .leader .leader_r .rig .rig-con {
	width: 100%;
	height: 132px;
	overflow: hidden;
	overflow-y: scroll;
	box-sizing: border-box;
	padding-right: 15px;
}
/* 设置滚动条的样式 */
.tab_leader .leader .leader_r .rig .rig-con::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	background-color: #ccc;
	border-radius: 20px;
}

/* 滚动槽 */
.tab_leader .leader .leader_r .rig .rig-con::-webkit-scrollbar-track {
	border-radius: 20px;
}

/* 滚动条滑块 */
.tab_leader .leader .leader_r .rig .rig-con::-webkit-scrollbar-thumb {
	border-radius: 20px;
	background: #4390EE;
}

.tab_leader .leader .leader_r a {
	color: #333;
	line-height: 48px;
	margin-left: 10px;
	font-weight: 600;
	font-size: 18px;
}

.tab_leader .leader .leader_r a img {
	width: 136px;
	height: 180px;
	overflow: hidden;
	float: left;
}

.tab_leader .leader .leader_r span {
	font-size: 16px;
	color: #333;
	margin-left: 20px;
	width: 100%;
	float: left;
}

.tab_leader .leader .leader_r p {
	padding-left: 20px;
	width: 100%;
	float: left;
}

.tab_leader .leader ul {
	float: left;
	margin-right: -10px;
	margin-top: 30px;
}

.tab_leader .leader ul li {
	width: 49%;
	text-align: center;
	float: left;
	padding: 16px 0 13px 0;
	margin-right: 1%;
	margin-bottom: 10px;
	background-color: #f6f6f6;
	border-radius: 5px;
}

.tab_leader .leader ul li:last-child {
	width: 99%;
}

.tab_leader .leader ul li a img {
	width: 36px;
	height: 36px;
	transition: all 1s;
}

.tab_leader .leader ul li a span {
	width: 100%;
	float: left;
	margin-top: -4px;
	color: #333;
}

.tab_leader .leader ul li:hover img {
	transform: rotateY(180deg);
	transition: all 1s;
}

.ldlb {
	width: 100%;
	float: left;
}

.tab_leader .leader2 {
	float: right;
	width: calc(100% - 510px);
	line-height: 48px;
}

.tab_leader .leader2 .ld_list_tit {
	width: 72px;
	text-align: justify;
	text-align-last: justify;
	font-size: 18px;
	font-weight: 600;
	color: #333;
	float: left;
	margin-right: 10px;
}

.tab_leader .leader2 .ld_list {
	width: 570px;
	width: calc(100% - 75px);
	float: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
}

.tab_leader .leader2 .ld_list li {
	width: 96px;
	float: left;
	text-align: center;
	max-width: 24%;
	margin-right: 1%;
}

.tab_leader .leader2 .ld_list li img {
	width: 96px;
	height: 128px;
	float: left;
}

.tab_leader .leader2 .ld_list li span {
	width: 96px;
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	color: #333;
	line-height: 30px;
}

.tab_leader .leader2 .ld_list li:hover span {
	color: #1764ce;
}

/****** 政务切换 ******/
.tab_zwgk {
	width: 100%;
	background-color: #fff;
	margin: 20px auto;
	padding: 20px 20px 30px 20px;
	box-shadow: 0 0 4px 4px #eaeef4;
	box-sizing: border-box;
}

.tab_zwgk .hd {
	height: 42px;
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
}

.tab_zwgk .hd ul {
	width: 100%;
	z-index: 1;
	height: 60px;
	position: absolute;
	zoom: 1;
	border-bottom: 1px solid #ddd;
	float: left;
	box-sizing: border-box;
	padding-right: 60px;
	display: inline;
	white-space: nowrap;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	/*解决在ios滑动不顺畅问题*/
	overflow-y: hidden;
}

.tab_zwgk .hd ul li {
	display: inline-block;
	padding-right: 30px;
	text-align: center;
	height: 40px;
	font: 18px/32px "微软雅黑";
	color: #333;
	cursor: pointer;
}

.tab_zwgk .hd ul li:last-child:after {
	display: none;
}

.tab_zwgk .hd ul li a {
	color: #333;
	position: relative;
}

.tab_zwgk .hd ul li.on a {
	display: inline-block;
	height: 39px;
	color: #1764ce;
	border-bottom: 3px solid #1764ce;
	font-weight: 600;
}

.tab_zwgk .hd ul li.on a:before {
	border-bottom: 8px solid #1764ce;
	left: -16px;
	left: 44%;
}

.tab_zwgk .bd ,
.tab_zwgk .bd  .conWrap ,
.tab_zwgk .bd  .conWrap .con {
	width: 100%!important;
}

.tab_zwgk .bd ul {
	width: 100%;
	overflow: hidden;
	margin-top: 12px;
}

.tab_zwgk .bd ul li {
	width: 100%;
	display: block;
	line-height: 44px;
}

.tab_zwgk .bd ul li a {
	float: left;
	width: 940px;
	width: calc(100% - 120px);
	color: #333;
	font-size: 16px;
	padding-left: 10px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.tab_zwgk .bd ul li a:before {
	content: '';
	display: inline-block;
	width: 4px;
	height: 4px;
	background-color: #bbb;
	position: relative;
	border-radius: 2em;
	top: -4px;
	left: -10px;
}

.tab_zwgk .bd ul li span {
	float: right;
	text-align: right;
	font-size: 13px;
	color: #999;
	width: 100px;
}

.tab_zwgk .bd ul li:nth-child(5) {
	border: none;
}

.tab_zwgk .bd ul li:hover a,
.tab_zwgk .bd ul li:hover span {
	color: #1764ce;
}

.tab_leader .leader2 .ld_list li:hover span {
	color: #1764ce;
}

/****** 政府信息公开目录 ******/
.gkml {
	width: calc(100% - 330px);
	box-sizing: border-box;
	padding: 20px;
	background-color: #fff;
	float: left;
	margin-bottom: 20px;
	box-shadow: 0 0 4px 4px #eaeef4;
}

.gkml .bd {
	width: 100%;
	overflow: hidden;
}

.gkml .bd #swiper-zf {
	width: 100%;
	height: 365px;
	margin-top: 20px;
}
#swiper-zf .swiper-pagination {
	bottom: 0;
}

.gkml .bd #swiper-zf .swiper-wrapper {
	height: 100%;
}
.gkml .bd .swiper-slide {
	height: 56px;
}

.gkml .bd .swiper-slide a {
	display: inline-block;
	width: 100%;
	height: 100%;
	line-height: 56px;
	border: 1px solid #c8dfef;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: keep-all;
	overflow: hidden;
	box-sizing: border-box;
}

.gkml .bd .swiper-slide img {
	margin: 18px 16px;
	float: left;
	transition: all 1s;
}

.gkml .bd .swiper-slide span {
	font-size: 16px;
	color: #333;
	padding-left: 16px;
	border-left: 1px solid #c8dfef;
}

.gkml .bd .swiper-slide:hover span {
	color: #1764ce;
}

.gkml .bd .swiper-slide:hover img {
	transform: rotateY(180deg);
	transition: all 1s;
}

/****** 政府信息公开 ******/
.xxgk {
	width: 310px;
	box-sizing: border-box;
	float: right;
	padding: 20px;
	background-color: #fff;
	margin-bottom: 20px;
}

.xxgk ul {
	padding-top: 17px;
	float: left;
}

.xxgk li {
	width: 100%;
	float: left;
	height: 72px;
	background-color: #f6f6f6;
	margin-bottom: 20px;
	line-height: 72px;
}

.xxgk li img {
	width: 32px;
	height: 32px;
	margin: 20px 24px 0 30px;
	float: left;
	transition: all 1s;
}

.xxgk li span {
	color: #333;
}

.xxgk li:hover span {
	color: #1764ce;
}

.xxgk li:hover img {
	transform: rotateY(180deg);
	transition: all 1s;
}

/****** 重大民生信息 ******/
.msxx {
	width: 49.16%;
	box-sizing: border-box;
	padding: 20px;
	background-color: #fff;
	float: left;
	margin-bottom: 20px;
	box-shadow: 0 0 4px 4px #eaeef4;
}

.msxx ul {
	margin-top: 20px;
	float: left;
	width: 100%;
	display: flex;
}

.msxx li {
	width: 20%;
	flex: 1;
	text-align: center;
	margin-top: 10px;
}

.msxx li a {
	width: 88px;
	line-height: 48px;
	float: left;
	text-align: center;
	color: #333;
	left: 50%;
	position: relative;
	transform: translateX(-50%);
}

.msxx li a span {
	width: 88px;
	height: 88px;
	overflow: hidden;
	float: left;
	transition: all 1s;
}

.msxx li:nth-child(1) a span {
	background: url(ms01.png);
	background-position: 0 0;
}

.msxx li:nth-child(2) a span {
	background: url(ms05.png);
	background-position: 0 0;
}

.msxx li:nth-child(3) a span {
	background: url(ms03.png);
	background-position: 0 0;
}

.msxx li:nth-child(4) a span {
	background: url(ms04.png);
	background-position: 0 0;
}

.msxx li:nth-child(5) a span {
	background: url(ms05.png);
	background-position: 0 0;
}

.msxx li:hover a span {
	background-position: 0 -88px;
	transition: all 1s;
}

.msxx li:hover a {
	color: #1764ce;
}

/****** 监督检查 ******/
.jdjc {
	width: 49.16%;
	box-sizing: border-box;
	padding: 20px;
	background-color: #fff;
	float: right;
	margin-bottom: 20px;
	box-shadow: 0 0 4px 4px #eaeef4;
}

.jdjc ul {
	margin-top: 20px;
	float: left;
	width: 100%;
}

.jdjc li {
	width: 20%;
	float: left;
	text-align: center;
	margin-top: 10px;
}

.jdjc li a {
	width: 88px;
	line-height: 48px;
	float: left;
	text-align: center;
	color: #333;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

.jdjc li a span {
	width: 88px;
	height: 88px;
	overflow: hidden;
	float: left;
	transition: all 1s;
}

.jdjc li:nth-child(1) a span {
	background: url(dc01.png);
	background-position: 0 0;
}

.jdjc li:nth-child(2) a span {
	background: url(dc02.png);
	background-position: 0 0;
}

.jdjc li:nth-child(3) a span {
	background: url(dc03.png);
	background-position: 0 0;
}

.jdjc li:nth-child(4) a span {
	background: url(dc04.png);
	background-position: 0 0;
}

.jdjc li:nth-child(5) a span {
	background: url(dc05.png);
	background-position: 0 0;
}

.jdjc li:hover a span {
	background-position: 0 -88px;
	transition: all 1s;
}

.jdjc li:hover a {
	color: #1764ce;
}

/****** 依申请公开 ******/
.ysqgk {
	width: 100%;
	height: 100px;
	float: left;
	margin-bottom: 40px;
	overflow: hidden;
}

.ysqgk a {
	display: inline-block;
	width: 100%;
	height: 100%;
	position: relative;
}

.ysqgk img {
	min-width: 100%;
	height: 100%;
	transition: all 1s;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.ysqgk:hover img {
	transform:  translateX(-50%) scale(1.05);
}

/****** 互动交流 ******/
.hdjl_box {
	background-color: #eef1f6;
	float: left;
	width: 100%;
	padding: 30px 0 20px 0;
}

/****** 公开信箱 ******/
.hd_gkxx {
	width: 49.16%;
	padding: 20px;
	background-color: #fff;
	float: left;
	margin-bottom: 20px;
	box-shadow: 0 0 4px 4px #eaeef4;
	box-sizing: border-box;
}

.hd_gkxx .xx_rk {
	float: right;
	width: 320px;
	position: relative;
	margin-top: -36px;
}

.hd_gkxx .xx_rk a {
	float: left;
	margin-left: 30px;
	color: #333;
}

.hd_gkxx .xx_rk img {
	width: 18px;
	height: 18px;
	float: left;
	margin-top: 2px;
	padding-right: 6px;
}

.hd_gkxx .xx_rk a:hover {
	color: #1764ce;
}

.hd_gkxx .more {
	float: right;
	position: relative;
	z-index: 2;
}

.hd_gkxx .more a {
	font-size: 14px;
	color: #777;
	padding: 4px 12px;
	background: #eee;
	border-radius: 3px;
}

.hd_gkxx .more:hover a {
	color: #1764ce;
}

.hd_gkxx ul {
	width: 100%;
	float: left;
	margin-top: 20px;
}

.hd_gkxx .xxtj {
	background-color: #eef1f6;
	padding: 10px 20px;
	box-sizing: border-box;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: keep-all;
	overflow: hidden;
}

.hd_gkxx .xxtj a {
	color: #1764ce;
}

.hd_gkxx ul li {
	width: 100%;
	float: left;
	display: block;
	line-height: 44px;
}

.hd_gkxx ul li a {
	float: left;
	width: 420px;
	width: calc(100% - 120px);
	color: #333;
	font-size: 16px;
	padding-left: 10px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.hd_gkxx ul li a:before {
	content: '';
	display: inline-block;
	width: 4px;
	height: 4px;
	background-color: #bbb;
	position: relative;
	border-radius: 2em;
	top: -4px;
	left: -10px;
}

.hd_gkxx ul li span {
	float: right;
	text-align: right;
	font-size: 13px;
	color: #999;
	width: 100px;
}

.hd_gkxx ul li:hover a,
.hd_gkxx ul li:hover span {
	color: #1764ce;
}

/****** 新闻发布会 ******/
.hd_list {
	width: 49.16%;
	padding: 20px;
	background-color: #fff;
	float: right;
	margin-bottom: 20px;
	box-shadow: 0 0 4px 4px #eaeef4;
	box-sizing: border-box;
}

.hd_list .more {
	float: right;
	position: relative;
	z-index: 2;
	margin-top: -36px;
}

.hd_list .more a {
	font-size: 14px;
	color: #777;
	padding: 4px 12px;
	background: #eee;
	border-radius: 3px;
}

.hd_list .more a.ac {
	display: none;
}

.hd_list .more:hover a {
	color: #1764ce;
}

.hd_list ul {
	margin-top: 17px;
	float: left;
	width: 100%;
}
.hd_list ul.ac {
	display: none;
}

.hd_list ul li {
	width: 100%;
	display: block;
	line-height: 44px;
	float: left;
}

.hd_list ul li a {
	float: left;
	width: 420px;
	width: calc(100% - 120px);
	color: #333;
	font-size: 16px;
	padding-left: 10px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.hd_list ul li a:before {
	content: '';
	display: inline-block;
	width: 4px;
	height: 4px;
	background-color: #bbb;
	position: relative;
	border-radius: 2em;
	top: -4px;
	left: -10px;
}

.hd_list ul li span {
	float: right;
	text-align: right;
	font-size: 13px;
	color: #999;
	width: 100px;
}

.hd_list ul li:hover a,
.hd_list ul li:hover span {
	color: #1764ce;
}

/****** 活动长图 ******/
.hd_pic {
	width: 100%;
	float: left;
	margin-bottom: 20px;
	overflow: hidden;
	box-sizing: border-box;
	float: left;
}

.hd_pic a {
	display: inline-block;
	width: 49.16%;
	height: 100px;
	position: relative;
	float: left;
	overflow: hidden;
}
.hd_pic a:last-child {
	float: right;
}

.hd_pic img {
	min-width: 100%;
	height: 100%;
	transition: all 1s;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.hd_pic a:hover img {
	transform: translateX(-50%) scale(1.05);
}


/****** 招商引资 ******/
.zsyz_box {
	background-color: #eef1f6;
	float: left;
	width: 100%;
	padding: 30px 0 20px 0;
}

/****** 招商引资-tab ******/
.zsyz_tab {
	float: left;
	height: 56px;
	line-height: 56px;
	width: 100%;
}

.zsyz_tab ul {
	width: 100%;
	display: flex;
}

.zsyz_tab li {
	flex: 1;
	height: 56px;
	float: left;
	background-color: #fff;
	box-shadow: 0 0 3px 3px #1764ce17;
	border-radius: 10px 10px 0 0;
	text-align: center;
}

.zsyz_tab li a {
	color: #1764ce;
	font-size: 18px;
	font-weight: 600;
	display: inline-block;
	width: 100%;
	height: 100%;
}

.zsyz_tab li span {
	text-align: center;
	padding-left: 20px;
}

.zsyz_tab li:nth-child(1) span b {
	background: url(zsicon01.png) no-repeat top;
	width: 22px;
	height: 20px;
	float: left;
	margin-top: 18px;
	position: absolute;
	margin-left: -24px;
}

.zsyz_tab li:nth-child(2) span b {
	background: url(zsicon02.png) no-repeat top;
	width: 22px;
	height: 20px;
	float: left;
	margin-top: 18px;
	position: absolute;
	margin-left: -24px;
}

.zsyz_tab li:nth-child(3) span b {
	background: url(zsicon03.png) no-repeat top;
	width: 22px;
	height: 20px;
	float: left;
	margin-top: 18px;
	position: absolute;
	margin-left: -24px;
}

.zsyz_tab li:nth-child(4) span b {
	background: url(zsicon04.png) no-repeat top;
	width: 22px;
	height: 20px;
	float: left;
	margin-top: 18px;
	position: absolute;
	margin-left: -24px;
}

.zsyz_tab li:nth-child(5) span b {
	background: url(zsicon05.png) no-repeat top;
	width: 22px;
	height: 20px;
	float: left;
	margin-top: 18px;
	position: absolute;
	margin-left: -24px;
}

.zsyz_tab li:nth-child(6) span b {
	background: url(zsicon06.png) no-repeat top;
	width: 22px;
	height: 20px;
	float: left;
	margin-top: 18px;
	position: absolute;
	margin-left: -24px;
}

.zsyz_tab li.on {
	background-color: #1764ce;
}

.zsyz_tab li.on a {
	color: #fff;
}

.zsyz_tab li.on a span b {
	background-position: bottom;
}

/****** 招商引资-主体 ******/
.zsyz_m {
	width: 100%;
	float: left;
	padding: 40px;
	background-color: #fff;
	box-shadow: 0 0 4px 4px #1764ce17;
	overflow: hidden;
	box-sizing: border-box;
}

.zs_left {
	float: left;
	width: 49%;
	overflow: hidden;
}

.zs_right {
	float: right;
	width: 49%;
	overflow: hidden;
}

.zs_img {
	margin: 10px 0;
	float: left;
}

.zsyz_m img {
	margin-bottom: 15px;
	width: 100%;
}

.zs_tit {
	background: url(zs-tit.png) no-repeat center;
	text-align: center;
	margin: 20px 0;
	font-size: 36px;
	color: #265c7a;
	font-weight: 600;
	width: 100%;
	height: 40px;
	float: left;
}

.zs_tit2 {
	background-color: #265c7a;
	color: #fff;
	font-weight: 600;
	width: 100%;
	height: 48px;
	line-height: 48px;
	padding-left: 20px;
	float: left;
	margin: 10px 0 20px 0;
}

.zs_tit2 span {
	font-weight: normal;
	font-size: 12px;
	padding-left: 10px;
}

.zs_tit3 {
	background-color: #265c7a;
	color: #fff;
	margin-top: 30px;
	padding: 6px 16px;
	float: left;
}

.zs_tit4 {
	background-color: #265c7a;
	color: #fff;
	padding: 15px 0;
	margin-top: 10px;
	padding-left: 16px;
	font-size: 22px;
	margin-bottom: 20px;
	float: left;
	width: 100%;
}

.zsyz_m .zs_cn {
	width: 100%;
	font-size: 16px;
	line-height: 2em;
	color: #333;
	margin: 16px 0;
	float: left;
	text-align: justify;
}

.zsyz_m .zs_en {
	width: 100%;
	font-size: 14px;
	line-height: 2em;
	color: #777;
	margin: 16px 0;
	float: left;
	text-align: justify;
}

.zsyz_m .img_js {
	background: url(img_ico.png) no-repeat left;
	font-size: 14px;
	color: #777;
	padding: 10px 24px;
	margin-bottom: 0;
	float: left;
}

/****** 铜梁简介 ******/
.gk01 {
	padding: 20px 0;
}

.gk01 h1 {
	font-size: 36px;
	color: #bbb;
	text-align: left;
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
}

.gk01 h1 span {
	font-weight: 600;
}

.gk01 h2 {
	line-height: 88px;
	font-size: 40px;
	color: #777;
	text-align: justify;
	text-align-last: justify;
}

.gk02,
.gk03,
.gk04,
.gk05,
.gk06 {
	float: left;
	width: 100%;
	position: relative;
}

.gk03_l {
	width: 56%;
	float: left;
}

.gk03_l .gk_tit1 {
	background: url(zs-tit2.png) no-repeat left;
	height: 56px;
	line-height: 64px;
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	padding-left: 24px;
	margin: 20px 0;
}

.gk01_l1,
.gk01_l21 {
	margin-top: 30px;
	width: 49%;
	float: left;
}

.gk01_l1 .zs_cn,
.gk01_l21 .zs_cn,
.gk01_l1 .zs_en,
.gk01_l21 .zs_en {
	text-align: center;
	margin-bottom: 0;
}

.gk01_l21 {
	float: right;
}

.gk03_l .gk01_g {
	background-color: #ededed;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 22px;
}

.gk03_l .gk01_g img {
	margin: 10px 0;
	position: relative;
	float: left;
	left: 36px;
	width: auto;
}

.gk03_l .gk01_b {
	background-color: #175576;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 22px;
	color: #fff;
}

.gk03_l .gk01_b img {
	margin: 10px 0;
	position: relative;
	float: left;
	left: 36px;
	width: auto;
}

.gk03_l h3 {
	font-size: 12px;
	color: #999;
	text-align: center;
	line-height: 48px;
	border-bottom: 1px solid #ddd;
}

.gk03_l p {
	text-align: center;
}

.gk03_r {
	width: 42%;
	float: right;
}

.gk03_r .gk_tit2 {
	background: url(zs-tit3.png) no-repeat right;
	text-align: right;
	height: 56px;
	line-height: 64px;
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	padding-right: 24px;
	margin: 20px 0;
}

.gk03_r img {
	margin-bottom: 20px;
}

.gk04 li {
	float: left;
	margin-top: 20px;
	color: #fff;
}

.gk04 li span {
	width: 64px;
	float: left;
	padding-right: 30px;
	border-right: 2px solid #555;
	margin-right: 30px;
}

.gk04 li h4 {
	font-size: 14px;
	font-weight: 600;
	line-height: 24px;
}

.gk04 li h5 {
	font-size: 24px;
	font-weight: 600;
	width: 120px;
	float: left;
	line-height: 48px;
}

.gk04 li .jt_xq {
	width: 820px;
	float: right;
}

.gk04 li .jt_xq p {
	color: #fff;
	margin: 4px;
	width: 96%;
	margin-left: 2%;
}

.gk04 li:nth-child(even) {
	color: #175576;
}

.gk04 li:nth-child(odd) {
	color: #403734;
}

.gk04 li:nth-child(even) h5 {
	background: url(jt-b.png) no-repeat right center;
}

.gk04 li:nth-child(odd) h5 {
	background: url(jt-g.png) no-repeat right center;
}

.gk04 li:nth-child(even) .jt_xq {
	background-color: #175576;
}

.gk04 li:nth-child(odd) .jt_xq {
	background-color: #e6e6e7;
	color: #333;
}

.gk04 li:nth-child(odd) .jt_xq p {
	color: #333;
}

/****** 铜梁国家高新区 ******/
.gx01,
.gx02,
.gx03,
.gx04,
.gx05 {
	float: left;
	width: 100%;
	position: relative;
}

.gx01 span {
	float: left;
	padding-left: 40px;
	margin-top: -106px;
	position: relative;
	z-index: 1;
	color: #fff;
	font-size: 30px;
}

.gx01 span h1 {
	font-size: 14px;
	line-height: 20px;
}

.gx01 span h2 {
	font-size: 18px;
}

.gx02 span {
	font-size: 18px;
	text-align: center;
	color: #fff;
	font-weight: 600;
	margin-top: 16px;
	line-height: 44px;
}

.gx02 span h1 {
	font-size: 14px;
	line-height: 20px;
}
.gx21 {
	float: left;
	width: 360px;
}
.gx02 .gx22 {
	float: right;
	max-width: 720px;
	width: calc(100% - 380px);
}
.gx02 .zs_cn ,
.gx02 .zs_en {
	height: auto!important;
}

/****** 铜梁生态新区 ******/
.xq01,
.xq02,
.xq03,
.xq04 {
	float: left;
	overflow: hidden;
	width: 100%;
}

.xq01 h3,
.xq02 h3 {
	font-size: 24px;
	color: #bbb;
}
.zs31 {
	margin-top: 120px;
}

/****** 政策支持 ******/
.zc01 {
	float: left;
	overflow: hidden;
	width: 100%;
}

.zc01 ul {
	width: 100%;
	float: left;
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-content: space-between;
}

.zc01 ul li {
	width: 24%;
	float: left;
	text-align: center;
	margin-bottom: 40px;
}

.zc01 ul li span {
	width: 100%;
	height: 220px;
	float: left;
	background: url(zczc01.png) no-repeat top;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	font-size: 24px;
	color: #fff;
	padding-top: 72px;
}

.zc01 ul li h1 {
	width: 100%;
	float: left;
	padding: 10px 0;
	background-color: #175576;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
}

.zc01 ul li .zs_en {
	width: 100%;
	float: left;
	text-align: center;
}
.ld-tab {
	width: 100%!important;
}
.leader-left {
    width: 194px;
    display: inline-block;
}
.leader-info {
    width: 192px;
    background-color: #eee;
    border: 1px solid #d5d5d5;
    border-radius: 3px;
    text-align: center;
    padding: 28px 0;
}
.leader-info img {
    width: 160px;
    height: 190px;
}
.leader-info .leader-info-name {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin: 30px 0 15px 0;
}
.leader-info-duty {
    font-size: 14px;
    color: #666;
}
.leader-info-duty span {
    margin-right: 4px;
}
.leader-right {
    width: 926px;
	width: calc(100% - 234px);
}
.rt {
    float: right;
}
.leader-info-title {
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    color: #2760b7;
    border-bottom: 3px solid #ededed;
    padding-bottom: 16px;
}
.leader-p {
    margin: 16px 0;
}
.leader-p p {
    font-size: 16px;
    color: #333;
    margin-bottom: 30px;
    line-height: 30px;
}