body {
	background: #f4f8f7;
}
/* CSS重置 */
*{
	margin: 0;
	padding: 0;
}
.lf{
  float: left;
}
.rt{
  float: right;
}
/*logo及背景图*/
.main_1 {
	width: 100%;
	height: 250px;
	background: url(/images/gy_index_topbg.png) no-repeat top center;
	background-size: auto;
}
/*数字流背景*/
.main_12 {
	height: 100%;
	width: 100%;
	opacity: 0;
	background: url(/images/gy_index_number.png) no-repeat center bottom;
	-webkit-animation: digitalFlow 5s infinite linear; 	/*digitalFlow(动画名称)效果执行时间为5秒, infinite表示动画无限循环 , linear线性动画即匀速运动*/
	-moz-transform: digitalFlow 5s infinite linear;
	-ms-transform: digitalFlow 5s infinite linear;
	-o-transform: digitalFlow 5s infinite linear;
	animation: digitalFlow 5s infinite linear;
	-webkit-animation-delay: 1.2s;	/*延迟1.2秒执行动画*/
	-moz-animation-delay: 1.2s;
	-ms-animation-delay: 1.2s;
	-o-animation-delay: 1.2s;
	animation-delay: 1.2s;
}
/*建筑背景*/
.main_13 {
	height: 100%;
	width: 100%;
	opacity: 0;
	background: url(/images/gy_index_build.png) no-repeat center bottom;
	-webkit-animation: buildBg 3s ease-out;
	-moz-animation: buildBg 3s ease-out;
	-ms-animation: buildBg 3s ease-out;
	-o-animation: buildBg 3s ease-out;
	animation: buildBg 3s ease-out;
	-webkit-animation-delay: 1.5s;	/*延迟1.5秒执行动画*/
	-moz-animation-delay: 1.5s;
	-ms-animation-delay: 1.5s;
	-o-animation-delay: 1.5s;
	animation-delay: 1.5s;
	-webkit-animation-fill-mode: forwards; 	/*保留动画结束的样式*/
	-moz-animation-fill-mode: forwards;
	-ms-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwares;
	animation-fill-mode: forwards;
}
/*山背景*/
.main_14 {
	height: 100%;
	width: 100%;
	opacity: 0;
	background: url(/images/gy_index_hill.png) no-repeat center bottom;
	-webkit-animation: hillBg 1s ease-out;
	-moz-animation: hillBg 1s ease-out;
	-ms-animation: hillBg 1s ease-out;
	-o-animation: hillBg 1s ease-out;
	animation: hillBg 1s ease-out;
	-webkit-animation-delay: 1s;	/*延迟1秒执行动画*/
	-moz-animation-delay: 1s;
	-ms-animation-delay: 1s;
	-o-animation-delay: 1s;
	animation-delay: 1s;
	-webkit-animation-fill-mode: forwards; 	/*保留动画结束的样式*/
	-moz-animation-fill-mode: forwards;
	-ms-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwares;
	animation-fill-mode: forwards;
}
/*logo图片*/
/*.main_15 {
	height: 100%;
	width: 100%;
	background: url(/images/gy_index_logo.png) no-repeat 23% center;
	-webkit-animation: logoBg 1.5s ease-out;
	-moz-animation: logoBg 1.5s ease-out;
	-ms-animation: logoBg 1.5s ease-out;
	-o-animation: logoBg 1.5s ease-out;
	animation: logoBg 1.5s ease-out;
}*/
/*logo图片*/
.main_15 {
	height: 100%;
	width: 1200px;
	background: url(/images/gy_index_logo.png) no-repeat left;
	-webkit-animation: logoBg 1.5s ease-out;
	-moz-animation: logoBg 1.5s ease-out;
	-ms-animation: logoBg 1.5s ease-out;
	-o-animation: logoBg 1.5s ease-out;
	animation: logoBg 1.5s ease-out;
}
/*登录简繁体*/
.main_16 {
	height: 100%;
}
.main_161 {
	top: 4%;
	width: 100%;
	-webkit-animation: loginGy 1.5s ease-out;
	-moz-animation: loginGy 1.5s ease-out;
	-ms-animation: loginGy 1.5s ease-out;
	-o-animation: loginGy 1.5s ease-outd;
	animation: loginGy 1.5s ease-out;
}
.main_1611 {
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	background: url(/images/gy_index_tpbg.png) repeat;
	color: #fdf3f3;
	margin: 2px 10px;
	padding: 0 15px 0 25px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-o-border-radius: 12px;
	-ms-border-radius: 12px;
	border-radius: 12px;
}
.main_1611 a {
	font-size: 14px;
	color: #fcf3f3;
	text-decoration: underline;
}
.main_1512 {
	height: 24px;
	line-height: 24px;
}
.main_1612 {
	height: 24px;
	line-height: 24px;
}
.main_1612 a {
	display: inline-block;
	font-size: 14px;
	background: url(/images/gy_index_tpbg.png) repeat;
	color: #fdf3f3;
	padding: 0 10px;
	margin-right: 10px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-o-border-radius: 12px;
	-ms-border-radius: 12px;
	border-radius: 12px;
}
/* 导航栏 */
/* 首页导航栏下边距为10, 其他为20 */
.main_2 {
	margin-bottom: 0;
}
/*
.main_21 a {
	display: block;
	position: relative;
	width: 14.16%;
	text-align: center;
	color: #fff;
	font-size:22px;
	border-right: 1px solid #2b4b85;	
}
.main_211 {
	border-left: 1px solid #2b4b85;	
}
.main_2111 {
	display: none;
	bottom: 0;
	left: 44%;
	border-top: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #e1efec;
    border-left: 8px solid transparent;
}
.main_2111_block {
	display: block;
}
*/

/*头条,搜索*/
.main_3 {
	min-height: 86px;
	line-height: 86px;
	background: #e1efec;
}
.main_31 {
}
/*今日关注图片*/
.main_311 {
	width: 180px;
	height: 86px;
	background: url(/images/gy_index_todaynews.png) no-repeat center;
}
.main_312 {
	font-size: 30px;
	color: #0064c2;
	font-weight: bold;
	font-family: "华文中宋";
}
/*搜索*/
.main_313 {
	width: 288px;
	height: 86px;
	margin-right: 10px;
}
.main_313 form {
	font-size: 0;
	width: 100%;
	height: 40px;
	background: #fefefe;
	top: 29%;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	-ms-border-radius: 20px;
}
.main_31311 {
	width: 210px;
	height: 40px;
	font-size: 16px;
	color: #b9cfca;
	margin-left: 20px;
	border: none;
}
.main_31315 {
	right: 20px;
	top: 5px;
	width: 40px;
	height: 30px;
	border: none;
	background: url(/images/gy_index_search.png) no-repeat center right;
	cursor: pointer;
}
/*轮播图,政务信息*/
.main_4 {
	padding: 0;
}
.main_41 {
	width: 1200px;
	margin: 0 auto;
	padding: 10px;
	background: #fff;
}
/*轮播图*/
.main_411 {
	width: 730px;
	height: 460px;
}
.div21 {
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden;
	height: 460px;
}
.div21 img {
	width: 760px;
	height: 460px;
}
.div21 p {
	position: absolute;
	bottom: 0px;
	left: 19px;
	color: white;
	line-height: 50px;
	height: 50px;
	font-size: 14px;
}
.div21 p a {
	color: #fff;
	padding: 2px 0 0 16px;
	font-size: 17px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 2px;
	text-decoration: none;
}
.div21 .div211 {
	width: 730px;
	height: 50px;
	background: #000;
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0.4;
}
.div21 ul {
	position: absolute;
	right: 20px;
	bottom: 9px;
}
.div21 ul li {
	display: inline-block;
	width: 12px;
	height: 12px;
	background: white;
	border-radius: 50%;
	margin-left: 7px;
	cursor: pointer;
	opacity: 0.7;
}
.div21 ul li.chos1 {
	background: #ef0e0e;
}
/*政务信息*/
.main_412 {
	width: 460px;
	height: 346px;
	/*padding: 10px 20px 0 20px;
	background: #f4f8f7;*/
}
.main_412-top{
	padding: 10px 20px 20px 20px;
    background: #f4f8f7;
    width: 420px;
}
.banner-z{background: #f4f8f7; margin-top: 8px;}
/*政务导航*/
.main_4121 {
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #c2dbd5;
	margin-bottom: 10px;
}
.main_4121 a {
	padding: 0 10px;
	font-size: 18px;
}
.main_41211 {
	display: inline-block;
	font-weight: bold;
	color: #333;
	cursor: pointer;
}
/*导航栏被选中颜色效果*/
.main_41211_click {
	color: #083071;
}
.main_41212 {
	color: #c2dbd5;
}
/*政务信息列表*/
.main_4122_div {
	display: none;
}
.main_4122_divClick {
	display: block;
}
.main_4122 {
	height: 34px;
	line-height: 34px;
}
.main_41221 {
	height: 100%;
	width: 6px;
	background: url(/images/gy_index_point.png) no-repeat center;
}
.main_41222 {
	margin: 0 10px;
}
.main_41222 a {
	font-size: 16px;
	color: #005196;
}
.main_41223 {
	padding-left: 10px;
}
.main_41224 {
	color: #999;
}
/*中间背景图*/
.main_5 {
	z-index: -1;
	margin-top: -60px;
}
.main_51 {
	width: 100%;
	height: 650px;
}
.main_511 {
	width: 100%;
	height: 100%;
}
/*解读回应*/
.main_6 {
}
.main_61 {
	width: 190px;
	height: 50px;
	line-height: 50px;
	margin: 0 auto;
	padding-right: 10px;
	text-align: center;
	letter-spacing: 5px;
	background: url(/images/gy_index_jdhybg.png) repeat;
	cursor: pointer;
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	-o-border-radius: 0 0 10px 10px;
	-ms-border-radius: 0 0 10px 10px;
}
.main_611 {
	font-size: 24px;
	font-weight: bold;
	color: #083071;
}
.main_612 {
	font-size: 24px;
	font-weight: bold;
	color: #02a861;
}
.main_613 {
	top: 2px;
	right: 32px;
}
.main_6131 {
	-webkit-animation: jdhyBg 1.5s infinite linear; 	/*digitalFlow(动画名称)效果执行时间为5秒, infinite表示动画无限循环 , linear线性动画即匀速运动*/
	-moz-transform: jdhyBg 1.5s infinite linear;
	-ms-transform: jdhyBg 1.5s infinite linear;
	-o-transform: jdhyBg 1.5s infinite linear;
	animation: jdhyBg 1.5s infinite linear;
}
/*解读回应手风琴效果*/
.main_62a3 {
	padding-top: 20px;
}
.main_62 {
	height: 140px;
	margin-bottom: 5px;
}
.main_621 {
	margin-left: 15px;
	cursor: pointer;
}
/*解读回应具体信息*/
.main_622 {
	min-width: 65px;
	height: 100%;
}
/*信息背景色部分*/
.main_6221 {
	height: 130px;
	margin-left: 10px;
	background: url(/images/gy_index_jdhybg2.png) no-repeat;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
}
#main_6221_id1 {
	width: 500px;
}
#main_6221_id2 {
	width: 0;
}
#main_6221_id3 {
	width: 0;
}
/*在线访谈等信息图片*/
.main_62211 {
	margin: 20px 20px 0 26px;
}
.main_62211 img {
	width: 140px;
	height: 90px;
}
.main_62212 {
	margin-top: 15px;
	line-height: 30px;
	color: #000;
}
/*进入*/
.main_62212 a {
	right: 0;
	bottom: 0;
	color: #082d71
}
#main_6221_id4 p {
	text-indent: 36px;
	line-height: 24px;
}
#main_6221_id4 p:nth-of-type(1) {
	margin-top: 15px;
}
#main_6221_id3 p:nth-of-type(1){
     margin-top:15px; 
    } 
 #main_6221_id3 p{
   text-indent: 36px;
   line-height: 24px;
    }  
/*手风琴效果指示点*/
.main_63 {
	width: 162px;
	height: 30px;
	margin: 0 auto;
	margin-bottom: 15px;
}
.main_631 {
	width: 30px;
	height: 30px;
	margin: 0 5px;
	background: url(/images/gy_index_sfq1.png) no-repeat center center;
	cursor: pointer;
}
.main_631_click {
	background: url(/images/gy_index_sfq2.png) no-repeat center center;
}
/*资讯,服务,交流*/
.main_7 {
	width: 1200px;
	min-height: 655px;
	margin: 0 auto;
	margin-bottom: 15px;
	padding: 10px;
	background: #fff;
}
.main_71 {
	height: 54px;
	line-height: 60px;
	margin-bottom: 10px;
	border-bottom: 5px solid #00854c;
}
.main_71 li {
	position: relative;
	width: 32.7%;
	height: 55px;
	text-align: center;
	border-radius: 10px 10px 0 0;
}
.main_71 a {
	display: block;
	font-size: 24px;
	color: #fff;
}
/*政务导航通用背景色*/
.main_711 {
	background: #15408f;
}
/*政务导航当前背景色*/
.main_711_click {
	background: #02a861;
}
.main_7112 {
	margin: 0 0.94%;
}
.main_7111 {
	display: none;
	position: absolute;
	left: 47.5%;
	border-top: 8px solid #00854c;
	border-right: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 8px solid transparent;
	bottom: -18px;
}
.main_7111_click {
	display: block;
}
/*政务资讯最信息公开*/
.main_72 {
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	font-weight: bold;
	color: #082d71;
}
.main_72 a {
	font-size: 18px;
	font-weight: bold;
	color: #082d71;
}
/*最新信息公开内容部分*/
.main_73 {
}
/*信息公开左侧部分*/
.main_731 {
	width: 61.32%;
	padding-right: 15px;
	border-right: 1px solid #cbcbcb;
}
/*信息列表*/
.main_731_ul1 {
	height: 220px;
	margin-bottom: 16px;
}
/*信息列表上部横线*/
.main_7311_line {
	border-top: 1px solid #cbcbcb;
	margin-bottom: 7px;
}
.main_7311 {
	height: 35px;
	line-height: 35px;
	padding-left: 15px;
	background: url(/images/gy_index_point.png) no-repeat left center;
}
.main_7311 span {
	color: #999;
}
/*目录,年报,指南,意见箱*/
.main_7312 {
	margin-bottom: 16px;
}
.main_7312 li {
	width: 23.8%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #0064c2;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
}
.main_7312 a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 16px;
	color: #fff;
}
.main_7312 li:hover {
	background: #15408f;
	transition: background 1s;
	-moz-transition: background 1s; /* Firefox 4 */
	-webkit-transition: background 1s; /* Safari and Chrome */
	-ms-transition: background 1s;
	-o-transition: background 1s; /* Opera */
}
/*信息公开目录,公文,项目,右边距*/
.main_73121 {
	margin-right: 10px;
}
.main_73121 a:hover .main_731211 {
	transform: translateX(10px);
	-webkit-transform: translateX(10px);
	-moz-transform: translateX(10px);
	-ms-transform: translateX(10px);
	-o-transform: translateX(10px);
}
.main_73122 {
	margin-right: 0;
}
/*信息,公文,项目,招投标*/
.main_7313 {
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-bottom: 1px solid #cbcbcb;
	margin-bottom: 10px;
}
.main_7313 li {
	margin-right: 20px;
}
.main_7313 a {
	font-size: 18px;
	font-weight: bold;
}
.main_73133 {
	display: none;
}
.main_73133_click {
	display: block;
}
.main_73133 a {
	font-size: 16px;
	color: #666;
	font-weight: normal;
}
/*信息公开信息列表2*/
.main_7314 {
	height: 170px;
	display: none;
}
.main_7314_click {
	display: block;
}
.main_73141 {
	height: 35px;
	line-height: 35px;
	padding-left: 15px;
	background: url(/images/gy_index_point.png) no-repeat left center;
}
.main_73141 span {
	color: #999;
}
/*信息公开右侧部分*/
.main_732 {
	width: 36%;
}
/*文件搜索*/
.main_7321 {
	height: 43px;
	line-height: 43px;
	border: 1px solid #cecece;
}
.main_73211 {
	width: 31.88%;
	height: 100%;
	text-align: center;
	border-right: 1px solid #cecece;
	cursor: pointer;
}
.main_732112 {
	display: none;
	width: 100%;
	background: #0064c2;
	text-align: center;
	color: #fff;
}
/*旋转动画*/
.main_73211:hover .main_732111 {
	-webkit-transform: rotate(180deg);	/* Safari 和 Chrome */
	-moz-transform: rotate(180deg);		/* Firefox */
	-ms-transform: rotate(180deg);		/*IE*/
	-o-transform: rotate(180deg);		/* Opera */
	transform: rotate(180deg);
	-webkit-animation-fill-mode: forwards; 	/*保留动画结束的样式*/
	-moz-animation-fill-mode: forwards;
	-ms-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwares;
	animation-fill-mode: forwards;
}
.main_73212 {
	width: 67%;
	height: 100%;
}
.main_732111 {
	margin: 2px;
}
/*文件搜索*/
.main_73212 form {
	width: 96%;
	padding-left: 4%;
}
.main_732121 {
	width: 70%;
	height: 40px;
	color: #999999;
	font-size: 16px;
}
.main_732125 {
	right: 20px;
	top: 8px;
	width: 40px;
	height: 30px;
	border: none;
	background: url(/images/gy_index_wjsearch.png) no-repeat center right;
	cursor: pointer;
}
/*.领导,五公开,会议图片链接*/
.main_7322 {
	margin-bottom: 15px;
	padding-top: 20px;
}
.main_7322 a {
	display: block;
}
.main_73221 {
	margin-right: 2%;
}
.main_73221_hover {
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}
.main_73221_hover:hover {
	transform: translateY(-7px);
	-webkit-transform: translateY(-7px);
	-moz-transform: translateY(-7px);
	-ms-transform: translateY(-7px);
	-o-transform: translateY(-7px);
	box-shadow: 0 5px 6px #000;
	-webkit-box-shadow: 0 5px 6px #000;
	-moz-box-shadow: 0 5px 6px #000;
	-ms-box-shadow: 0 5px 6px #000;
	-o-box-shadow: 0 5px 6px #000;
}
/*重点领域信息公开*/
.main_7323 {
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #082d71;
	font-weight: bold;
	margin-bottom: 15px;
	border-bottom: 1px solid #cbcbcb;
}
/*重点领域信息公开图片分类*/
.main_7324 {
}
.main_7324 a {
	width: 106px;
	height: 106px;
	font-size: 14px;
	line-height: 170px;
	text-align: center;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	transition: all .5s ease-out;
}
.main_7324 a:hover{
  transform:rotateY(360deg);
  -ms-transform:rotateY(360deg);   /* IE 9 */
  -moz-transform:rotateY(360deg);   /* Firefox */
  -webkit-transform:rotateY(360deg); /* Safari å’Œ Chrome */
  -o-transform:rotateY(360deg);   /* Opera */
}
/*行政权力*/
.main_73241 {
	background: url(/images/gy_index_zdxxgkbg.png) no-repeat 0 -110px;
}
.main_73241:hover {
	background: url(/images/gy_index_zdxxgkbg.png) no-repeat 0 -5px;
}
/*安全生产*/
.main_73242 {
	background: url(/images/gy_index_zdxxgkbg.png) no-repeat -95px -110px;
}
.main_73242:hover {
	background: url(/images/gy_index_zdxxgkbg.png) no-repeat -95px -5px;
}
/*环境保护*/
.main_73243 {
	background: url(/images/gy_index_zdxxgkbg.png) no-repeat -190px -110px;
}
.main_73243:hover {
	background: url(/images/gy_index_zdxxgkbg.png) no-repeat -190px -5px;
}
/*扶贫工作*/
.main_73244 {
	background: url(/images/gy_index_zdxxgkbg.png) no-repeat -285px -110px;
}
.main_73244:hover {
	background: url(/images/gy_index_zdxxgkbg.png) no-repeat -285px -5px;
}
/*征地拆迁*/
.main_73245 {
	background: url(/images/gy_index_zdxxgkbg.png) no-repeat 0 -320px;
}
.main_73245:hover {
	background: url(/images/gy_index_zdxxgkbg.png) no-repeat 0 -215px;
}
/*食品药品*/
.main_73246 {
	background: url(/images/gy_index_zdxxgkbg.png) no-repeat -95px -320px;
}
.main_73246:hover {
	background: url(/images/gy_index_zdxxgkbg.png) no-repeat -95px -215px;
}
/*财政信息*/
.main_73247 {
	background: url(/images/gy_index_zdxxgkbg.png) no-repeat -190px -320px;
}
.main_73247:hover {
	background: url(/images/gy_index_zdxxgkbg.png) no-repeat -190px -215px;
}
/*保障性住房*/
.main_73248 {
	background: url(/images/gy_index_zdxxgkbg.png) no-repeat -285px -320px;
}
.main_73248:hover {
	background: url(/images/gy_index_zdxxgkbg.png) no-repeat -285px -215px;
}
/*价格和收费*/
.main_73249 {
	background: url(/images/gy_index_zdxxgkbg.png) no-repeat 0 -530px;
}
.main_73249:hover {
	background: url(/images/gy_index_zdxxgkbg.png) no-repeat 0 -425px;
}
/*降税降费*/
.main_732410 {
	background: url(/images/gy_index_zdxxgkbg.png) no-repeat -95px -530px;
}
.main_732410:hover {
	background: url(/images/gy_index_zdxxgkbg.png) no-repeat -95px -425px;
}
/*消费领域*/
.main_732411 {
	background: url(/images/gy_index_zdxxgkbg.png) no-repeat -190px -530px;
}
.main_732411:hover {
	background: url(/images/gy_index_zdxxgkbg.png) no-repeat -190px -425px;
}
/*棚户区改造*/
.main_732412 {
	background: url(/images/gy_index_zdxxgkbg.png) no-repeat -285px -530px;
}
.main_732412:hover {
	background: url(/images/gy_index_zdxxgkbg.png) no-repeat -285px -425px;
}
/*办事服务*/
.main_74 {
	display: none;
	margin-bottom: 20px;
}
/*个人服务,企业服务*/
.main_741 {
	width: 57.07%;
}
.main_7411 {
	border-bottom: 1px solid #cbcbcb;
	margin-bottom: 15px;
}
.main_7411 a {
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
}
.main_74111 {
	margin-right: 20px;
}
.main_74112 {
	margin-left: 20px;
	margin-right: 20px;
}
.main_74113 {
	margin-left: 20px;
}
.main_7412_3 {
	min-height: 261px;
	margin-bottom: 15px;
	position: relative;
}
.main_7412_3 a {
	display: inline-block;
	width: 48%;
}
.main_7412_3 ul {
	position: absolute;
	bottom: 0;
	left: 35%;
}
.main_7412_3 ul li {
	list-style: none;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #666666;
	float: left;
	margin-right: 15px;
	cursor: pointer;
}
.main_7412_3 ul li.on {
	background: #005196;
}
/*办事服务图片链接*/
.main_7412, .main_7412_2 {
	margin-bottom: 15px;
}
.main_7412 a, .main_7412_2 a {
	width: 100px;
	height: 87px;
	line-height: 145px;
	text-align: center;
	-webkit-transition: all .15s ease-out;
	-moz-transition: all .15s ease-out;
	-o-transition: all .15s ease-out;
	-ms-transition: all .15s ease-out;
	transition: all .15s ease-out;
}
.main_74121 {
	background: url(/images/banshifuwu.png) no-repeat 6px -7px;
}
.main_74121:hover {
	background: url(/images/banshifuwu.png) no-repeat 6px -94px;
}
.main_74122 {
	background: url(/images/banshifuwu.png) no-repeat -94px -7px;
}
.main_74122:hover {
	background: url(/images/banshifuwu.png) no-repeat -94px -94px;
}
.main_74123 {
	background: url(/images/banshifuwu.png) no-repeat -198px -7px;
}
.main_74123:hover {
	background: url(/images/banshifuwu.png) no-repeat -198px -94px;
}
.main_74124 {
	background: url(/images/banshifuwu.png) no-repeat -300px -7px;
}
.main_74124:hover {
	background: url(/images/banshifuwu.png) no-repeat -300px -94px;
}
.main_74125 {
	background: url(/images/banshifuwu.png) no-repeat -402px -7px;
}
.main_74125:hover {
	background: url(/images/banshifuwu.png) no-repeat -402px -94px;
}
.main_74126 {
	background: url(/images/banshifuwu.png) no-repeat -504px -7px;
}
.main_74126:hover {
	background: url(/images/banshifuwu.png) no-repeat -504px -94px;
}
/*纳税*/
.main_74127 {
	background: url(/images/banshifuwu.png) no-repeat 6px -181px;
}
.main_74127:hover {
	background: url(/images/banshifuwu.png) no-repeat 6px -268px;
}
.main_74128 {
	background: url(/images/banshifuwu.png) no-repeat -94px -181px;
}
.main_74128:hover {
	background: url(/images/banshifuwu.png) no-repeat -94px -268px;
}
.main_74129 {
	background: url(/images/banshifuwu.png) no-repeat -198px -181px;
}
.main_74129:hover {
	background: url(/images/banshifuwu.png) no-repeat -198px -268px;
}
.main_741210 {
	background: url(/images/banshifuwu.png) no-repeat -300px -181px;
}
.main_741210:hover {
	background: url(/images/banshifuwu.png) no-repeat -300px -268px;
}
.main_741211 {
	background: url(/images/banshifuwu.png) no-repeat -402px -181px;
}
.main_741211:hover {
	background: url(/images/banshifuwu.png) no-repeat -402px -268px;
}
.main_741212 {
	background: url(/images/banshifuwu.png) no-repeat -504px -181px;
}
.main_741212:hover {
	background: url(/images/banshifuwu.png) no-repeat -504px -268px;
}
/*住房*/
.main_741213 {
	background: url(/images/banshifuwu.png) no-repeat 6px -355px;
}
.main_741213:hover {
	background: url(/images/banshifuwu.png) no-repeat 6px -442px;
}
.main_741214 {
	background: url(/images/banshifuwu.png) no-repeat -94px -355px;
}
.main_741214:hover {
	background: url(/images/banshifuwu.png) no-repeat -94px -442px;
}
.main_741215 {
	background: url(/images/banshifuwu.png) no-repeat -198px -355px;
}
.main_741215:hover {
	background: url(/images/banshifuwu.png) no-repeat -198px -442px;
}
.main_741216 {
	background: url(/images/banshifuwu.png) no-repeat -300px -355px;
}
.main_741216:hover {
	background: url(/images/banshifuwu.png) no-repeat -300px -442px;
}
.main_741217 {
	background: url(/images/banshifuwu.png) no-repeat -402px -355px;
}
.main_741217:hover {
	background: url(/images/banshifuwu.png) no-repeat -402px -442px;
}
.main_741218 {
	background: url(/images/banshifuwu.png) no-repeat -504px -355px;
}
.main_741218:hover {
	background: url(/images/banshifuwu.png) no-repeat -504px -442px;
}
/*企业办事*/
/*设立变更*/
.main_7412_21 {
	background: url(/images/banshifuwu2.png) no-repeat 10px -5px;
}
.main_7412_21:hover {
	background: url(/images/banshifuwu2.png) no-repeat 10px -105px;
}
.main_7412_22 {
	background: url(/images/banshifuwu2.png) no-repeat -92px -5px;
}
.main_7412_22:hover {
	background: url(/images/banshifuwu2.png) no-repeat -92px -105px;
}
.main_7412_23 {
	background: url(/images/banshifuwu2.png) no-repeat -194px -5px;
}
.main_7412_23:hover {
	background: url(/images/banshifuwu2.png) no-repeat -194px -105px;
}
.main_7412_24 {
	background: url(/images/banshifuwu2.png) no-repeat -296px -5px;
}
.main_7412_24:hover {
	background: url(/images/banshifuwu2.png) no-repeat -296px -105px;
}
.main_7412_25 {
	background: url(/images/banshifuwu2.png) no-repeat -398px -5px;
}
.main_7412_25:hover {
	background: url(/images/banshifuwu2.png) no-repeat -398px -105px;
}
.main_7412_26 {
	background: url(/images/banshifuwu2.png) no-repeat -500px -5px;
}
.main_7412_26:hover {
	background: url(/images/banshifuwu2.png) no-repeat -500px -105px;
}
/*金融投资*/
.main_7412_27 {
	background: url(/images/banshifuwu2.png) no-repeat 10px -205px;
}
.main_7412_27:hover {
	background: url(/images/banshifuwu2.png) no-repeat 10px -305px;
}
.main_7412_28 {
	background: url(/images/banshifuwu2.png) no-repeat -92px -205px;
}
.main_7412_28:hover {
	background: url(/images/banshifuwu2.png) no-repeat -92px -305px;
}
.main_7412_29 {
	background: url(/images/banshifuwu2.png) no-repeat -194px -205px;
}
.main_7412_29:hover {
	background: url(/images/banshifuwu2.png) no-repeat -194px -305px;
}
.main_7412_210 {
	background: url(/images/banshifuwu2.png) no-repeat -296px -205px;
}
.main_7412_210:hover {
	background: url(/images/banshifuwu2.png) no-repeat -296px -305px;
}
.main_7412_211 {
	background: url(/images/banshifuwu2.png) no-repeat -398px -205px;
}
.main_7412_211:hover {
	background: url(/images/banshifuwu2.png) no-repeat -398px -305px;
}
.main_7412_212 {
	background: url(/images/banshifuwu2.png) no-repeat -500px -205px;
}
.main_7412_212:hover {
	background: url(/images/banshifuwu2.png) no-repeat -500px -305px;
}
/*质量检查*/
.main_7412_213 {
	background: url(/images/banshifuwu2.png) no-repeat 10px -405px;
}
.main_7412_213:hover {
	background: url(/images/banshifuwu2.png) no-repeat 10px -505px;
}
.main_7412_214 {
	background: url(/images/banshifuwu2.png) no-repeat -92px -405px;
}
.main_7412_214:hover {
	background: url(/images/banshifuwu2.png) no-repeat -92px -505px;
}
.main_7412_215 {
	background: url(/images/banshifuwu2.png) no-repeat -194px -405px;
}
.main_7412_215:hover {
	background: url(/images/banshifuwu2.png) no-repeat -194px -505px;
}
.main_7412_216 {
	background: url(/images/banshifuwu2.png) no-repeat -296px -405px;
}
.main_7412_216:hover {
	background: url(/images/banshifuwu2.png) no-repeat -296px -505px;
}
.main_7412_217 {
	background: url(/images/banshifuwu2.png) no-repeat -398px -405px;
}
.main_7412_217:hover {
	background: url(/images/banshifuwu2.png) no-repeat -398px -505px;
}
.main_7412_218 {
	background: url(/images/banshifuwu2.png) no-repeat -500px -405px;
}
.main_7412_218:hover {
	background: url(/images/banshifuwu2.png) no-repeat -500px -505px;
}
/*清单*/
.main_7413 li {
	width: 31.57%;
	height: 45px;
	line-height: 45px;
}
.main_7413 a {
	display: block;
	color: #fff;
	text-align: center;
	background: #0064c2;
	border-radius: 10px;
}
.main_7413 a:hover {
	background: #15408f;
}
.main_74131 {
	margin-right: 2.644%;
}
/*常见问题, 办事查询*/
.main_742 {
	width: 40.094%;
}
.main_7421 {
	border-bottom: 1px solid #cbcbcb;
	margin-bottom: 15px;
}
.main_7421 a {
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #082d71;
	font-weight: bold;
}
/*常见问题列表*/
.main_7422 {
	height: 204px;
	margin-bottom: 12px;
}
.main_74221 {
	height: 34px;
	line-height: 34px;
	padding-left: 16px;
	background: url(/images/gy_index_point.png) no-repeat left center;
}
.main_742211 {
	margin-right: 10px;
}
/*办事查询*/
.main_7423 {
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #cbcbcb;
	margin-bottom: 20px;
}
.main_7423 a {
	font-size: 18px;
	color: #082d71;
	font-weight: bold;
}
/*查询*/
.main_7424 {
	height: 45px;
	line-height: 42px;
}
.main_7424 form {
	width: 100%;
	height: 100%;
}
.main_74241 {
	width: 76%;
	height: 42px;
	padding-left: 2%;
	margin-right: 2%;
	color: #8a8a8a;
	border: 1px solid #c6c6c6;
}
.main_74242 {
	width: 100px;
	height: 42px;
	padding-left: 10px;
	margin-right: 8px;
	color: #8a8a8a;
	border: 1px solid #c6c6c6;
}
.main_74243 {
	width: 20%;
	height: 44px;
	line-height: 44px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	background: #02a861;
	cursor: pointer;
}
.main_75 {
	display: none;
}
.main_751 {
	width: 31.698%;
	margin-right: 2.2%;
}
.main_7511 {
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #cbcbcb;
}
.main_7511 a {
	font-size: 18px;
	color: #082d71;
	font-weight: bold;
}
.main_7512 {
	padding-left: 16px;
	line-height: 34px;
	background: url(/images/gy_index_point.png) no-repeat left center;
}
/*资讯*/
.main_753 {
	margin-right: 0;
}
/*互动交流*/
.main_76 {
	display: none;
}
/*互动交流左*/
.main_761 {
	width: 62.264%;
	line-height: 40px;
}
/*市长信箱,写信*/
.main_7611 {
	padding-right: 6px;
}
.main_76111 {
	height: 40px;
	font-size: 18px;
	color: #082d71;
	font-weight: bold;
}
.main_76112 {
	font-size: 15px;
	color: #666;
	margin-right: 15px;
}
/*市长信箱标号标题*/
.main_7612 {
	border-top: 1px solid #cbcbcb;
	border-bottom: 1px solid #cbcbcb;
}
.main_7612 li {
	height: 42px;
	line-height: 42px;
	text-align: center;
	color: #082d71;
}
.main_76121 {
	width: 28.03%;
}
.main_76122 {
	width: 38.636%;
}
.main_76123 {
	width: 17.424%
}
.main_76124 {
	width: 15.909%;
}
/*办件列表*/
.main_7613 {
	height: 220px;
}
/*依申请公开*/
.main_7614 {
	margin-bottom: 10px;
}
.main_7614 li {
	width: 23.863%;
}
.main_7614 a {
	display: block;
	height: 49px;
	line-height: 49px;
	text-align: center;
	color: #fff;
	background: #0064c2;
	border-radius: 10px;
}
.main_7614 a:hover {
	background: #15408f;
}
.main_76141 {
	margin-right: 1%;
}
.main_761411 {
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s
}
.main_76141_hover:hover .main_761411 {
	transform: translateX(10px);
	-webkit-transform: translateX(10px);
	-moz-transform: translateX(10px);
	-ms-transform: translateX(10px);
	-o-transform: translateX(10px);
}
/*征集调查*/
.main_7615 {
	height: 245px;
}
.main_76151 {
	border-bottom: 1px solid #cbcbcb;
	margin-bottom: 5px;
}
.main_761511 a {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	margin : 0 10px;
	font-size: 18px;
	font-weight: bold;
}
/*征集列表*/
.main_76152_div {
	display: none;
}
.main_76152_divClick {
	display: block;
}
.main_76152 {
	height: 32px;
	line-height: 32px;
	padding-left: 16px;
	background: url(/images/gy_index_point.png) no-repeat center left;
}
.main_76152 a div {
	right: 0;
	top: 0;
}
/*互动交流右*/
.main_762 {
	width: 34.905%;
}
/*图片链接*/
.main_7622 {
	padding-top: 10px;
}
.main_76221 {
	margin-right: 15px;
}
.main_76221_hover {
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s
}
.main_76221_hover:hover {
	transform: translateY(-7px);
	-webkit-transform: translateY(-7px);
	-moz-transform: translateY(-7px);
	-ms-transform: translateY(-7px);
	-o-transform: translateY(-7px);
	box-shadow: 0 5px 6px #000;
	-webkit-box-shadow: 0 5px 6px #000;
	-moz-box-shadow: 0 5px 6px #000;
	-ms-box-shadow: 0 5px 6px #000;
	-o-box-shadow: 0 5px 6px #000;
}
/*常见问题*/
.main_7623 {
	height: 245px;
	margin-bottom: 3px;
}
.main_76231 {
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #cbcbcb;
	margin-bottom: 10px;
}
.main_76231 a {
	font-size: 18px;
	color: #082d71;
	font-weight: bold;
}
.main_76232 {
	height: 34px;
	line-height: 34px;
	padding-left: 16px;
	background: url(/images/gy_index_point.png) no-repeat center left;
}
/*在线咨询*/
.main_7624 {
	height: 200px;
}
.main_76241 {
	height: 40px;
	line-height: 40px;
}
.main_76241 a {
	font-size: 18px;
	color: #082d71;
	font-weight: bold;
}
.main_76242 {
	height: 34px;
	line-height: 34px;
	padding-left: 16px;
	background: url(/images/gy_index_point.png) no-repeat center left;
}
/*专题专栏滚动图*/
.main_8 {
	height: 120px;
}
.main_8 .slideBox .s1 {
	display: none;
	position: absolute;
	top: 2px;
	left: 23px;
	width: 26px;
	height: 94%;
	background: #000;
	opacity: 0.5;
	border-radius: 5px;
	transition: all 0.7s;
}
.main_8 .slideBox .s2 {
	display: block;
	position: absolute;
	top: 0px;
	left: 28px;
	width: 26px;
	height: 100%;
	line-height: 18px;
	opacity: 0;
	transition: all 0.7s;
}
.main_8 .slideBox .s2 a {
	color: #fff;
	line-height: 17px;
	font-size: 14px;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 26px;
	height: 100%;
}
.main_8 .parBd:hover .slideBox .s1 {
	display: block;
}
.main_8 .parBd:hover .slideBox .s2 {
	opacity: 1;
}
/*网站右侧导航*/
.main_0 {
	right: 0;
	top: 200px;
}
.main_0 a {
	display: block;
	width: 60px;
	height: 60px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	line-height: 100px;
	margin-bottom: 2px;
	background-repeat: no-repeat;
	background-size: 50%;
}
.main_0 a:hover {
	transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
}
.main_01 {
	background-color: #07376f;
	background-image: url(/images/gy_index_rightshare.png);
	background-position: center 10px;
}
.main_01 {
	position: relative;
}
.main_0 .main_01:hover {
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}
.main_01_div {
	width: 270px;
	height: 290px;
	padding: 4px 2px 0 5px;
	position: absolute;
	right: 60px;
	top: -80px;
	background: #f4f8f7;
	background: linear-gradient(to right bottom, #c2eadc, #d4e2d3);
	box-shadow: -2px -2px 2px #ccc, 0px 2px 2px #ccc;
	box-sizing: border-box;
	display: none;
	border-radius: 20px;
}
.main_02 {
	background-color: #06456e;
	background-image: url(/images/gy_index_rightshare.png);
	background-position: center -53px;
}
.main_03 {
	background-color: #06566c;
	background-image: url(/images/gy_index_rightshare.png);
	background-position: center -116px;
}
.main_04 {
	background-color: #056969;
	background-image: url(/images/gy_index_rightshare.png);
	background-position: center -179px;
}
.main_05 {
	background-color: #047d66;
	background-image: url(/images/gy_index_rightshare.png);
	background-position: center -242px;
}
.main_06 {
	background-color: #048f64;
	background-image: url(/images/gy_index_rightshare.png);
	background-position: center 73%;
}
.main_07 {
	background-color: #029c62;
	background-image: url(/images/gy_index_rightshare.png);
	background-position: center 88%;
}
#main_06_wx, #main_07_wb,#main_07_gsy {
	position: relative;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
	transform: none;
}
#main_06_wx:hover, #main_07_wb:hover {
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
	transform: none;
}
.main_06_div, .main_07_div,.main_08_div {
	position: absolute;
	top: -30px;
	right: 60px;
	display: none;
}
/*首页侧栏分享*/
.bds_more {
	color: #fff !important;
	opacity: 1 !important;
	float: none !important;
	font-size: 12px !important;
	padding-left: 0 !important;
	line-height: 100px !important;
	height: 60px !important;
	background-image: none !important;
	margin: 0 !important;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
}
.main_08 {
	background-color: #02a761;
	background-image: url(/images/gy_index_rightshare.png) !important;
	background-position: center -431px !important;
}
.main_00 {
}
.main_00 a {
	display: block;
	float: left;
	width: 76px;
	height: 76px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 120px;
	margin-bottom: 2px;
	background-repeat: no-repeat;
}
.main_001 {
	background-color: #07376f;
	background-image: url(/images/gy_index_rightshare.png);
	background-position: center 10px;
}
.main_002 {
	background-color: #06456e;
	background-image: url(/images/gy_index_rightshare.png);
	background-position: center -66px;
}
.main_003 {
	background-color: #06566c;
	background-image: url(/images/gy_index_rightshare.png);
	background-position: center -144px;
}
.main_004 {
	background-color: #056969;
	background-image: url(/images/gy_index_rightshare.png);
	background-position: center -224px;
}
.main_005 {
	background-color: #047d66;
	background-image: url(/images/gy_index_rightshare.png);
	background-position: center -302px;
}
.main_006 {
	background-color: #048f64;
	background-image: url(/images/gy_index_rightshare.png);
	background-position: center -380px;
}
.main_007 {
	background-color: #029c62;
	background-image: url(/images/gy_index_rightshare.png);
	background-position: center -455px;
}
.main_008 {
	background-color: #02a761;
	background-image: url(/images/gy_index_rightshare.png);
	background-position: center -531px;
}
/*导航栏*/
.main_2 {
	min-height: 56px;
	line-height: 56px;
	background: #0064c2;
	margin-bottom: 20px;
}
.main_21 a {
	display: block;
	min-height: 56px;
	line-height: 56px;
	position: relative;
	width: 11%;
	text-align: center;
	color: #fff;
	font-size:22px;
	font-family: "Microsoft YaHei";
	border-right: 1px solid #1a74c8;	
}
.main_21 a:last-child {
	border-right: none;	
}
.main_21 a:hover{
	color: #fff;
}
.main_211 {
	border-left: 1px solid #2b4b85;	
}
.main_2111 {
	display: none;
	bottom: 0;
	left: 44%;
	border-top: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #e1efec;
    border-left: 8px solid transparent;
}
.main_2111_block {
	display: block;
}

.gy_w{  /*版心 提取 */
    width: 1220px;
    margin:0 auto;
}
.jrgz{  /*版心 提取 */
    width: 1200px;
    margin:0 auto;
}
body {
	font-size: 16px;
	line-height: 32px;
	font-family: "Microsoft YaHei", "微软雅黑";
	color: #333333;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
img{	/*去除图片默认下边距*/
	vertical-align:middle;
}
em,th {
	font-style: normal;
	font-weight: normal;
}
ol, ul, li {
	list-style: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
i, em{
	font-style: normal;
}
input{

	outline:medium;
}
a {
	-webkit-transition: all .6s ease-out;
	-moz-transition: all .6s ease-out;
	-o-transition: all .6s ease-out;
	-ms-transition: all .6s ease-out;
	transition: all .6s ease-out;
	color: #333333;
	text-decoration: none;
}
a:hover, a:focus {
	text-decoration: none;
	color: #0064c2;
}
/*a:visited {
	color: #333333;
}*/

a.class_hover:hover{
	color: #0064c2;
}

/* 文字排版 */
.f12 {
	font-size: 12px;
}
.f13 {
	font-size: 13px;
}
.f14 {
	font-size: 14px;
}
.f16 {
	font-size: 16px;
}
.f20 {
	font-size: 20px;
}
.fb {
	font-weight: bold;
}
.fn {
	font-weight: normal;
}
.lh150 {
	line-height: 150%;
}
.lh180 {
	line-height: 180%;
}
.lh200 {
	line-height: 200%;
}
/* 定位 */
.tl {
	text-align: left;
}
.tc {
	text-align: center;
}
.tr {
	text-align: right;
}
.bc {
	margin-left: auto;
	margin-right: auto;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.over_hidd{
	overflow:hidden;
}
.cb {
	clear: both;
}
.cl {
	clear: left;
}
.cr {
	clear: right;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.pr {
	position: relative;
}
.pa {
	position: absolute;
}
.pf {
	position: fixed;
}
.abs-right {
	position: absolute;
	right: 0;
}
.zoom {
	zoom: 1;
}
.hidden {
	visibility: hidden;
}
.dis_none {
	display: none;
}
.dis_block{
	display: block;
}
/* 长度高度 */
.w10 {
	width: 10px;
}
.w20 {
	width: 20px;
}
.w30 {
	width: 30px;
}
.w {
	width: 100%;
}
.h10 {
	height: 10px;
}
.h20 {
	height: 20px;
}
.h {
	height: 100%;
}
.text_over{
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.transition_300ms{
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}
.boxSizing_borbox{
	box-sizing: border-box;
}

.yj-active{color:#082d71;}
.yj-button1{
  width: 330px;
  height: 67px;
  margin-right: 22px;
}
.yj-button1 a{
  display: block;
  height: 67px;
}
.yj-button1 a:hover{
  opacity: 0.8;
  -khtml-opacity:0.8;
  -moz-opacity:0.8;
  filter:alpha(opacity=0.8);
  filter:"alpha(opacity=80)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}
.yj-button1 a img{
  border: 0;
  width: 330px;
}
.yj-button2{
  width: 330px;
  height: 67px; 
}
.yj-button2 a{
  display: block;
  height: 67px;
}
.yj-button2 a img{
  border: 0;
  width: 330px;
}
.yj-button2 a:hover{
  opacity: 0.8;
  -khtml-opacity:0.8;
  -moz-opacity:0.8;
  filter:alpha(opacity=0.8);
  filter:"alpha(opacity=80)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}
.yj-button3{
  height: 67px;
  width: 207px;
  margin-top: 30px;
  border: 1px solid #e7ebea;
  background: url(/images/yj-zqqd.png) no-repeat center left 52px #e7ebea;
  border-radius: 5px;
  margin-right: 6px;
}
.yj-button3 a{
  font-size: 14px;
  line-height: 67px;
  border-radius: 5px;
  padding-left: 92px;
  color: #082d71;
}
.yj-button3:hover{
  background: url(/images/yj-zqqdo.png) no-repeat center left 52px #082d71;
}
.yj-button3:hover a{
  color: #e7ebea;
}
.yj-button4{
  height: 67px;
  width: 207px;
  margin-top: 30px;
  border: 1px solid #e7ebea;
  background: url(/images/yj-ggfwqd.png) no-repeat center left 32px #e7ebea;
  border-radius: 5px;

}
.yj-button4 a{
  font-size: 14px;
  line-height: 67px;
  border-radius: 5px;
  padding-left: 68px;
  color: #082d71;
}
.yj-button4:hover{
  background: url(/images/yj-ggfwqd0.png) no-repeat center left 32px #082d71;
}
.yj-button4:hover a{
  color: #e7ebea;
}
.yj_7422{
  height: 151px;
}
.yj_74221{
  height: 34px;
  line-height: 34px;
  padding-left: 26px;
  margin-right: 10px;
  background: url(/images/yj-icon2.png) no-repeat left center;
}
.yj_74221 a{
  color: #082d71;
}
.yj_74221 a:hover{
  color: red;
}
.yj_main7412{
  height: 421px;
  background: url(/images/yj-left.png) no-repeat center;
  margin-bottom: 23px;
}
.yj_main_7422{
  margin-bottom: 0;
}
.yj_main_7423{
  margin-bottom: 16px;
}

.yj-clf1{
  height: 104px;
  border-bottom: 1px solid #ffffff;
  box-sizing: border-box;
  background: #f3f7f6;
}
.yj-clf2{
  height: 316px;
  background: #f3f7f6;
}
.yj-clf11{
  width: 342px;
  height: 105px;
  box-sizing: border-box;
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #ffffff;

}
.yj-clf12{
  width: 302px;
  height: 105px;
  box-sizing: border-box;
  border-bottom: 1px solid #ffffff;
}
.yj-clf13{
  width: 302px;
  height: 105px;
  box-sizing: border-box;
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
.yj-clf14{
  width: 302px;
  height: 105px;
  box-sizing: border-box;
  border-bottom: 1px solid #ffffff;
}
.yj-clf15{
  width: 302px;
  height: 105px;
  box-sizing: border-box;
  border-right: 1px solid #ffffff;
}
.yj-clf16{
  width: 302px;
  height: 105px;

}
.yj-a1{
  display: block;
  float: left;
  font-size: 16px;
  color: #082d71;
  font-weight: bold;
  padding-top: 10px;
  background: url(/images/yj-jyfw.png) no-repeat top 10px center;
}
.yj-a1:hover{
  background: url(/images/yj-jyfwo.png) no-repeat top 10px center;
}
.yj-a2{
  display: block;
  float: left;
  font-size: 16px;
  color: #082d71;
  font-weight: bold;
  padding-top: 10px;
  background: url(/images/yj-ylfw.png) no-repeat top 10px center;
}
.yj-a2:hover{
  background: url(/images/yj-ylfwo.png) no-repeat top 10px center;
}
.yj-a3{
  display: block;
  float: left;
  font-size: 16px;
  color: #082d71;
  font-weight: bold;
  padding-top: 10px;
  background: url(/images/yj-sbfw.png) no-repeat top 10px center;
}
.yj-a3:hover{
  background: url(/images/yj-sbfwo.png) no-repeat top 10px center;
}
.yj-a4{
  display: block;
  float: left;
  font-size: 16px;
  color: #082d71;
  font-weight: bold;
  padding-top: 10px;
  background: url(/images/yj-jyefw.png) no-repeat top 10px center;
}
.yj-a4:hover{
  background: url(/images/yj-jyefwo.png) no-repeat top 10px center;
}
.yj-a5{
  display: block;
  float: left;
  font-size: 16px;
  color: #082d71;
  font-weight: bold;
  padding-top: 10px;
  background: url(/images/yj-zffw.png) no-repeat top 10px center;
}
.yj-a5:hover{
  background: url(/images/yj-zffwo.png) no-repeat top 10px center;
}
.yj-a6{
  display: block;
  float: left;
  font-size: 16px;
  color: #082d71;
  font-weight: bold;
  padding-top: 10px;
  background: url(/images/yj-jtfw.png) no-repeat top 10px center;
}
.yj-a6:hover{
  background: url(/images/yj-jtfwo.png) no-repeat top 10px center;
}
.yj-a7{
  display: block;
  float: left;
  font-size: 16px;
  color: #082d71;
  font-weight: bold;
  padding-top: 10px;
  background: url(/images/yj-nyfw.png) no-repeat top 10px center;
}
.yj-a7:hover{
  background: url(/images/yj-nyfwo.png) no-repeat top 10px center;
}
.yj-link1{
  float: right;
  width: 456px;
  margin-right: 32px;
  line-height: 28px;
  margin-top: 8px;
}
.yj-link1 span{
  margin: 0 9px;
}
.yj-link1 a{
  font-size: 16px;
  line-height: 28px;
}
.yj-link2{
  float: right;
  width: 180px;
  margin-right: 10px;
  line-height: 28px;
  margin-top: 8px;
}
.yj-link2 span{
  margin: 0 9px;
}
.yj-link2 a{
  font-size: 16px;
  line-height: 28px;
}
.yj-link3{
  float: right;
  width: 162px;
  margin-right: 28px;
  line-height: 28px;
  margin-top: 28px;
}
.yj-link3 span{
  margin: 0 9px;
}
.yj-link3 a{
  font-size: 16px;
  line-height: 28px;
}

/*数字流背景向下移动*/
@keyframes digitalFlow {
	0%{opacity:0;transform:translateY(-200px);}
	50%{opacity:1;transform:translateY(-100px);}
	100%{opacity:0.1;transform:translateY(0px);}
}
@-webkit-keyframes digitalFlow{ /*Safari and Chrome*/ 
	0%{opacity:0;transform:translateY(-200px);}
	50%{opacity:1;transform:translateY(-100px);}
	100%{opacity:0.1;transform:translateY(0px);}
}
@-moz-keyframes digitalFlow{
	0%{opacity:0;transform:translateY(-200px);}
	50%{opacity:1;transform:translateY(-100px);}
	100%{opacity:0.1;transform:translateY(0px);}
}
@-ms-keyframes digitalFlow{
	0%{opacity:0;transform:translateY(-200px);}
	50%{opacity:1;transform:translateY(-100px);}
	100%{opacity:0.1;transform:translateY(0px);}
}
@-o-keyframes digitalFlow{
	0%{opacity:0;transform:translateY(-200px);}
	50%{opacity:1;transform:translateY(-100px);}
	100%{opacity:0.1;transform:translateY(0px);}
}

/*建筑背景*/
@keyframes buildBg{
	0%{opacity: 0;transform: translateY(20px);}
	100%{opacity: 100;transform: translateY(0px);}
}
@-webkit-keyframes buildBg{
	0%{opacity: 0;transform: translateY(20px);}
	100%{opacity: 100;transform: translateY(0px);}
}
@-moz-keyframes buildBg{
	0%{opacity: 0;transform: translateY(20px);}
	100%{opacity: 100;transform: translateY(0px);}
}
@-ms-keyframes buildBg{
	0%{opacity: 0;transform: translateY(20px);}
	100%{opacity: 100;transform: translateY(0px);}
}
@-o-keyframes buildBg{
	0%{opacity: 0;transform: translateY(20px);}
	100%{opacity: 100;transform: translateY(0px);}
}

/*山背景*/
@keyframes hillBg{
	0%{opacity: 0;transform: translateY(20px);}
	100%{opacity: 100;transform: translateY(0px);}
}
@-webkit-keyframes hillBg{
	0%{opacity: 0;transform: translateY(20px);}
	100%{opacity: 100;transform: translateY(0px);}
}
@-moz-keyframes hillBg{
	0%{opacity: 0;transform: translateY(20px);}
	100%{opacity: 100;transform: translateY(0px);}
}
@-ms-keyframes hillBg{
	0%{opacity: 0;transform: translateY(20px);}
	100%{opacity: 100;transform: translateY(0px);}
}
@-o-keyframes hillBg{
	0%{opacity: 0;transform: translateY(20px);}
	100%{opacity: 100;transform: translateY(0px);}
}

/*logo图片*/
@keyframes logoBg{
	0%{ opacity:0.3; transform: scale(0.3);}
	100%{opacity:1; transform: scale(1); }
}
@-webkit-keyframes logoBg{
	0%{ opacity:0.3; transform: scale(0.3);}
	100%{opacity:1; transform: scale(1); }
}
@-moz-keyframes logoBg{
	0%{ opacity:0.3; transform: scale(0.3);}
	100%{opacity:1; transform: scale(1); }
}
@-ms-keyframes logoBg{
	0%{ opacity:0.3; transform: scale(0.3);}
	100%{opacity:1; transform: scale(1); }
}
@-o-keyframes logoBg{
	0%{ opacity:0.3; transform: scale(0.3);}
	100%{opacity:1; transform: scale(1); }
}

/*登录  简繁体*/
@keyframes loginGy{
	0%{ opacity:0; transform: translateY(-30px); }
	100%{ opacity:1; transform: translateY(4%); }
}
@-webkit-keyframes loginGy{
	0%{ opacity:0; transform: translateY(-30px); }
	100%{ opacity:1; transform: translateY(4%); }
}
@-moz-keyframes loginGy{
	0%{ opacity:0; transform: translateY(-30px); }
	100%{ opacity:1; transform: translateY(4%); }
}
@-ms-keyframes loginGy{
	0%{ opacity:0; transform: translateY(-30px); }
	100%{ opacity:1; transform: translateY(4%); }
}
@-o-keyframes loginGy{
	0%{ opacity:0; transform: translateY(-30px); }
	100%{ opacity:1; transform: translateY(4%); }
}

/*解读回应图片动画*/
@keyframes jdhyBg{
	0%{transform: translateY(-5px);}
	50%{transform: translateY(3px);}
	100%{transform: translateY(-5px);}
}
@-webkit-keyframes loginGy{
	0%{transform: translateY(-5px);}
	50%{transform: translateY(3px);}
	100%{transform: translateY(-5px);}
}
@-moz-keyframes loginGy{
	0%{transform: translateY(-5px);}
	50%{transform: translateY(-1px);}
	100%{transform: translateY(3px);}
}
@-ms-keyframes loginGy{
	0%{transform: translateY(-5px);}
	50%{transform: translateY(-1px);}
	100%{transform: translateY(3px);}
}
@-o-keyframes loginGy{
	0%{transform: translateY(-5px);}
	50%{transform: translateY(-1px);}
	100%{transform: translateY(3px);}
}

.mF_expo2010{position:relative;width:565px;height:356px;overflow:hidden;font:12px/1.5 Verdana,Geneva,sans-serif;background:#fff;}
.mF_expo2010 .loading{position:absolute;z-index:9999;width:100%;height:100%;color:#666;text-align:center;padding-top:90px;background:#fff url(/images/loading.gif) center -40px no-repeat;}/*载入画面*/
.mF_expo2010 .pic {margin: 0;width: 100%;height: 100%;}
.mF_expo2010 .pic li{position:absolute;left:0px;width: 100%;height: 100%;}
.mF_expo2010 .pic li img{width: 100%;height: 100%;}/*图片和焦点图框架一样大小*/
.mF_expo2010 .txt li{position:absolute;z-index:2;left:0;width:565px;height:50px;line-height:50px;overflow:hidden;left:0px;}
.mF_expo2010 .txt li a{color:#fff;padding:2px 0 0 16px;font-size:16px;font-weight:bold;text-decoration:none;letter-spacing: 2px;}/*标题样式*/
.mF_expo2010 .txt-bg{position:absolute;bottom:0;z-index:1;width:100%;margin-bottom: 0; height:50px;overflow:hidden;background:#000;filter:alpha(opacity=40);opacity:0.4;left:0px;}/*标题背景*/
.mF_expo2010 .num,.mF_expo2010 .num-bg{position:absolute;height: 30px;z-index:3;bottom:0;right:8px;color:#fff;margin: 0;}/*按钮样式*/
.mF_expo2010 .num li,.mF_expo2010 .num-bg li{
	float:left;
	width:12px;
	height:12px;
	line-height:108px;
	overflow:hidden;
	text-align:center;
	margin-right:10px;
	cursor:pointer;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px; 
	-ms-border-radius:10px;
	border-radius: 10px;
	}
.mF_expo2010 .num-bg li{background:#fff;filter:alpha(opacity=50);opacity:0.5;}/*按钮背景*/
.mF_expo2010 .num li.current,.mF_expo2010 .num li.hover{background:#ff8080;}/*当前/悬停按钮背景*/
/*一流素材网收藏整理：www.16sucai.com*/

.slideGroup{float: left; width:100%;}
.slideGroup .parHd{ height:30px; line-height:30px; background:#f4f4f4; padding:0 20px;  position:relative;  }
.slideGroup .parHd ul{ float:left; position:absolute; left:20px; top:-1px; height:32px;   }
.slideGroup .parHd ul li{ float:left; padding:0 15px; cursor:pointer;  }
.slideGroup .parHd ul li.on{ height:30px;  background:#fff;  }
.slideGroup .slideBox{ overflow:hidden; zoom:1; position:relative;   }

.slideGroup .sPrev,.slideGroup .sNext{ position:absolute; left:5px;top: 0; display:block; width:25px; height:100%; z-index: 2;}
.slideGroup .sNext{left: auto; right:5px;}

.parBd:hover .sPrev{ background:url(/images/gy_index_left.png) no-repeat center left}
.parBd:hover .sNext{ background:url(/images/gy_index_right.png) no-repeat center right}


.slideGroup .parBd ul{ overflow:hidden; zoom:1;   }
.slideGroup .parBd ul li{     padding-right: 16px; float:left; _display:inline; overflow:hidden; text-align:center;  }
.slideGroup .parBd ul li .pic{ text-align:center; }
.slideGroup .parBd ul li .pic img{ width:294px; height:98px; display:block;  padding:2px; }
.slideGroup .parBd ul li .pic a:hover img{  }
.slideGroup .parBd ul li .title{ line-height:24px;   }

.bs-word table {
	border: 1px solid #ccc;
	border-collapse: collapse;
}
.bs-word table td {
	border: 1px solid #ccc;
}

/*分页*/
#pages {
	width: 100%;
	clear: both;
	text-align: center;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #8d8d8d;
}

#pages a, #pages span {
	margin-left: 3px;
	margin-right: 3px;
	min-width: 22px;
	height: 22px;
	line-height: 22px;
	border: 1px solid #e0e0e0;
	color: #aaa;
	display: inline-block;
}
#pages a{
	text-decoration:none;
}
#pages a:hover{
	border: 1px solid #a0a0a0;
}

#pages span {
	background: #f0f0f0;
	color: #ffffff;
}

#pages span {
	font-weight: bold;
	position: relative;
	top: 0px;
}

#pages a.previous {
	width: 25px;
	position: relative;
	top: 0px;
}

#pages a.next {
	width: 25px;
	position: relative;
	top: 0px;
}
#pages-num{
	width: 20px;
}

/*网站底部*/
.main_9{
	background: #dee4e3;
	padding-bottom: 13px;
}
/*渐变色分割线*/
.main_91{
	height: 6px;
	background: -webkit-linear-gradient(left, #082d71 , #02a861); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #082d71, #02a861); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #082d71, #02a861); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #082d71 , #02a861); /* 标准的语法（必须放在最后） */
    margin-bottom: 15px;
}
/*底部内容*/
.main_92{
	margin-bottom: 10px;
	position: relative;
}

/*网站导航*/
.main_921{
	line-height: 35px;
	padding-bottom: 15px;
	border-bottom: 1px solid #bfc8c7;
}
.main_9211{
	display: inline-block;
	width: 8.18%;
	height: 35px;
	font-size: 18px;
	color: #082d71;
	font-weight: bold;
	background: url(/images/gy_index_wzdhbg.png) no-repeat right center;
}
/*网站导航类别*/
.main_9212{
	display: inline-block;
	width: 15.48%;
	height: 35px;
	margin-left: 10px;
	padding: 0 10px;
	color: #666;
	background: #f4f8f7;
	background-repeat: no-repeat;
	background-position: 95% center;
	cursor: pointer;
}
.main_92121{
	left: 0;
    width: 1196px;
    padding-left: 22px;
    background: #f3f7f6;
    position: absolute;
    bottom: 35px;
    border: 1px solid #dbe0df;
	padding-bottom:12px;
	padding-top:12px;
}
.main_92121 a{
	display: block;
    color: #666;
    height: 30px;
    line-height: 30px;
    width: 215px;
    float: left;
}
.main_92122{
	right: 8%;
	top: 45%;
}
.main_9212:hover .main_92122{
	-webkit-transform: rotate(180deg);	/* Safari 和 Chrome */
	-moz-transform: rotate(180deg);		/* Firefox */
	-ms-transform: rotate(180deg);		/*IE*/
	-o-transform: rotate(180deg);		/* Opera */
	transform:rotate(180deg);
	-webkit-animation-fill-mode:forwards; 	/*保留动画结束的样式*/
	-moz-animation-fill-mode: forwards;
	-ms-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwares;
	animation-fill-mode:forwards;
}
/*底部nav*/
.main_93{
	margin-bottom: 5px;
}
.main_93 li {
	display: inline-block;
}
/*版权信息*/
.main_94{
	font-size: 14px;
	color: #666;
	line-height: 26px;
}
.main_941 a{
	font-size: 14px;
	color: #666;
}
.main_942 a{
	display: inline-block;
	margin: 0 10px 0 20px;
}