/*标题*/
.content .title {
    width: 50%;
    line-height: 60px;
    height: 60px;
    font-size: 40px;
    font-weight: bold;
    color: #c00;
    letter-spacing: 10px;
    margin: 0 auto;
    margin-bottom: 70px;
    text-align: center;
}
/*年份切换*/
.nav_year {
	position: absolute;
	left: -80px;
	top: 260px;
	width: auto;
	height: auto;
	background: url(../img/bg_nav_time.png) right bottom no-repeat;
	padding-bottom: 60px;
	padding-top: 20px;
	transition: background-position .3s ease-in-out;
}
.nav_year li {
	cursor: pointer;
	width: auto;
	height: 40px;
	line-height: 40px;
	font-size: 24px;
	font-family: zh_xcff;
	color: #333333;
	/*background: url(../img/bg_nav_time.png) right center no-repeat;*/
	margin-left: 20px;
	padding-right: 50px;
	padding-top: 25px;
}
.nav_year li:hover,
.nav_year .on {
	/*background: url(../img/bg_nav_time_h.png) right center no-repeat;*/
}
.year_2019 {
	background-position-y: 10px;
}
.year_2020 {
	background-position-y: -55px;
}
.year_2021{
	background-position-y: -165px;
}
.nav_year li:hover a,
.nav_year .on a {
	color: #cc0000;
}
@font-face {
	font-family: zh_xcff;
	src: url(zh_xcff.ttf);
}
@font-face {
	font-family: xingkai;
	src: url(xingkai.ttf);
}
@font-face {
	font-family: fzzdhjt;
	src: url(fzzdhjt.ttf);
}



/*-----汇总统计饼图-----*/
.hztj_pie {
	overflow: hidden;
	float: left;
	width: 550px;
	height: 380px;
	margin-bottom: 60px;
}
.hztj_title {
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
}
.hztj_title span {
	font-size: 30px;
	color: red;
	letter-spacing: 0px;
	font-family: fzzdhjt;
}
.hztj_title em {
	color: #333;
	font-size: 16px;
	font-weight: bold;
}

.hztj_title img {
	/*width: 100%;*/
	height: 100%;
	-webkit-user-select: none;
}
.hztj_title a,.en a{
	-webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
}
.hztj_pie_chart {
	width: 100%;
	height: 300px;
	/*margin-top: 10px;*/
	/* background-color: yellow; */
}
.cy51 {
	margin-left: 0px;
	margin-right: 0px;
}

/*-----汇总统计柱状图-----*/
.hztj_column {
	float: left;
	width: 430px;
	height: 300px;
	/*margin-top: 30px;*/
}
.hztj_column_chart {
	width: 100%;
	height: 280px;
	margin-top: 10px;
	/* background-color: yellowgreen; */
}
.tzgm {
	margin-left: 0px;
	margin-right: 0px;
}

/*-----市州领导欢迎词-----*/
.hyc {
	float: left;
	width: 280px;
	height: 135px;
	margin-top: 50px;
}

/*-----100个重点推介项目-----*/
.zdtj {
	float: left;
	width: 280px;
	height: 135px;
	margin-top: 30px;
	/*transition: all 0.3s ease-in-out;*/
	-webkit-user-select: none;
}
.hyc img,
.zdtj img {
	width: 100%;
	height: 100%;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;
}
/*.zdtj:hover {
	background-color: white;
}*/


/**/
.gsz100{
	width: 1180px;
	margin-top: 0px;
}
.gsz100 .hztj_title img{
	width: auto;
	float: left;
}

.hztj_pie.cy51100,.hztj_column.tzgm100{
	width: 580px;
	margin-top: 0px;
}

.hztj_pie.cy51100 img,.hztj_column.tzgm100 img{
	width: auto;
	float: left;
}

.nav_year {
	overflow: hidden;
	background-image: url(../img/bg_nav_time2.png);
	background-repeat: repeat-y;
	padding-bottom: 20px;
}
.nav_year li {
	position: relative;
	padding-top: 0;
	margin: 30px 0;
}
.nav_year li.on:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 500px;
	background: url(../img/bg_nav_time_hh.png) top right no-repeat;
}





