﻿/*头部开始*/

.Fixed {
	position: fixed;
	right: 100px;
	top: 50%;
	z-index: 999;
}

.Fixed ul li {
	width: 60px;
	height: 60px;
	position: relative;
	margin-bottom: 7px;
	cursor: pointer;
}

.Fixed ul li .active {
	position: absolute;
	left: 0;
	top: 0;
	width: 141px;
	height: 60px;
	display: none;
	max-width: inherit;
}

.Fixed ul li:hover .active {
	display: block;
}

.Fixed ul li .active2 {
	width: 151px;
	height: 170px;
	left: -151px;
}

.Top {
	height: 62px;
	background: #1f61ba;
}

.Top .TopCenter {
	width: 1200px;
	margin: 0 auto;
}

.Top .TopCenter .TopLeft {
	float: left;
}

.Top .TopCenter .TopLeft ul li {
	float: left;
	height: 62px;
	line-height: 62px;
	padding: 0 3px;
	margin-right: 50px;
	box-sizing: border-box;
}

.Top .TopCenter .TopLeft ul li.on {
	border-bottom: 4px solid #d6a009;
}

.Top .TopCenter .TopLeft ul li>a {
	font-size: 18px;
	color: #ebebeb;
}

.Top .TopCenter .TopRight {
	float: right;
	width: 296px;
	margin-top: 13px;
}

.Top .TopCenter .TopRight .TopRightDiv {
	width: 296px;
	height: 36px;
	line-height: 36px;
	padding-left: 21px;
	padding-right: 49px;
	box-sizing: border-box;
	position: relative;
	background: url(../images/zz_beijing1.png) no-repeat center;
}

.Top .TopCenter .TopRight .TopRightDiv input[type="text"] {
	display: block;
	width: 100%;
	height: 36px;
	line-height: 36px;
	font-size: 15px;
	color: #666666;
	outline: none;
	border: 0;
	background: none;
}

.Top .TopCenter .TopRight .TopRightDiv input[type="text"]::placeholder {
	font-size: 15px;
	color: #666666;
}

.Top .TopCenter .TopRight .TopRightDiv input[type="button"] {
	position: absolute;
	right: 17px;
	top: 0;
	width: 21px;
	height: 36px;
	outline: none;
	border: 0;
	cursor: pointer;
	background: url("../images/zz_beijing2.png") no-repeat center;
}


/*头部结束*/


/*Banner开始*/

.Banner {
	position: relative;
	width: 100%;
	height: 342px;
	overflow: hidden;
}

.Banner .BannerCenter {
	position: absolute;
	width: 1200px;
	height: 242px;
	left: 50%;
	margin-left: -600px;
	border-top: 1px solid transparent;
	z-index: 1;
}

.Banner .BannerCenter>a {
	display: block;
	width: 438px;
	height: 85px;
	margin-top: 23px;
	overflow: hidden;
}

.ea-hsBox {
	position: absolute;
	width: 100%;
	height: 342px;
	top: 0px;
	z-index: 0;
}

.ea-hsBox .bd {
	width: 100%;
	height: 342px;
	overflow: hidden;
}

.ea-hsBox .bd ul {
	width: 100%;
	height: 342px;
	overflow: hidden;
}

.ea-hsBox .bd ul li {
	width: 100%;
	height: 342px;
}

.ea-hsBox .bd ul li img {
	display: block;
	width: 100%;
	height: 342px;
}

.ea-hsBox .hd {
	position: absolute;
	left: 0;
	bottom: 15px;
	width: 100%;
	height: 20px;
	z-index: 999;
	text-align: center;
}

.ea-hsBox .hd ul li {
	display: inline-block;
	width: 18px;
	height: 18px;
	line-height: 18px;
	font-size: 12px;
	color: #6a6a6a;
	cursor: pointer;
	margin: 0 4px;
	background: url("../images/zz_beijing3.png") no-repeat center;
}

.ea-hsBox .hd ul li.on {
	color: #fff;
	background: url("../images/zz_beijing3_1.png") no-repeat center;
}


/*Banner结束*/


/*头条开始*/

.TouTiao {
	width: 100%;
	height: 80px;
	background: #ebeff1;
}

.TouTiao .TouTiaoCenter {
	width: 1200px;
	margin: 0 auto;
}

.TouTiao .TouTiaoCenter>img {
	float: left;
	margin-top: 7px;
}

.TouTiao .TouTiaoCenter h3 {
	float: right;
	width: 1109px;
	line-height: 80px;
	text-align: center;
}

.TouTiao .TouTiaoCenter h3 a {
	font-size: 36px;
	color: #1f61ba;
	font-weight: normal;
}

.TouTiao .TouTiaoCenter h3 a:hover {
	color: #f11703;
}


/*头条结束*/


/*新闻开始*/

.New {
	height: 390px;
	padding-top: 36px;
}

.NewCenter {
	width: 1200px;
	margin: 0 auto;
}

.NewLeft {
	float: left;
	width: 680px;
	height: 390px;
	position: relative;
}

.NewLeft .bd ul li {
	width: 680px;
	height: 390px;
	position: relative;
}

.NewLeft .bd ul li h3 {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 49px;
	line-height: 49px;
	box-sizing: border-box;
	padding-left: 25px;
	padding-right: 148px;
	background: url(../images/zz_beijing4.png) repeat;
}

.NewLeft .bd ul li h3 a {
	font-size: 18px;
	color: #ffffff;
	font-weight: normal;
}

.NewLeft .bd ul li h3 a:hover {
	font-weight: bold;
}

.NewLeft .hd {
	position: absolute;
	right: 0;
	bottom: 18px;
	width: 148px;
	text-align: center;
	z-index: 9;
}

.NewLeft .hd ul li {
	display: inline-block;
	width: 11px;
	height: 11px;
	margin: 0 3px;
	cursor: pointer;
	background: url(../images/zz_beijing5.png) no-repeat center;
}

.NewLeft .hd ul li.on {
	background: url(../images/zz_beijing5_1.png) no-repeat center;
}

.NewRight {
	float: right;
	width: 498px;
	height: 390px;
	box-sizing: border-box;
	border: 1px solid #f0f0f0;
	padding-left: 24px;
	padding-right: 35px;
}

.NewRight .hd {
	height: 68px;
	line-height: 68px;
}

.NewRight .hd ul li {
	float: left;
	height: 68px;
	line-height: 68px;
	box-sizing: border-box;
	margin-right: 54px;
	border-top: 3px solid #fff;
}

.NewRight .hd ul li h2 a {
	font-size: 20px;
	color: #333333;
	font-weight: normal;
}

.NewRight .hd ul li.on {
	border-top: 3px solid #d8a723;
}

.NewRight .hd ul li.on h2 a {
	font-weight: bold;
}

.NewRight .bd ul li {
	height: 34px;
	line-height: 34px;
	background: url(../images/zz_beijing6.png) no-repeat left center;
}

.NewRight .bd ul li>a {
	float: left;
	font-size: 16px;
	color: #333333;
	max-width: 330px;
	padding-left: 17px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.NewRight .bd ul li>em {
	float: right;
	font-size: 15px;
	color: #999999;
}

.NewRight .bd ul li:hover>a {
	color: #1f61ba;
}

.NewRight .bd ul li:hover>em {
	color: #1f61ba;
}


/*新闻结束*/


/*政务开始*/

.ZhengWu {
	height: 78px;
	padding: 28px 0;
}

.ZhengWuCenter {
	width: 1200px;
	margin: 0 auto;
}

.ZhengWuLeft {
	float: left;
	width: 680px;
	height: 78px;
}

.ZhengWuLeft ul li {
	float: left;
	width: 164px;
	height: 78px;
	margin-right: 8px;
	background: url("../images/sybj.jpg") no-repeat center;
}

.ZhengWuLeft ul li h2 a {
	display: block;
	width: 164px;
	height: 78px;
	font-size: 16px;
	color: #333333;
	font-weight: normal;
	line-height: 43px;
	padding-top: 38px;
	text-align: center;
	box-sizing: border-box;
}

.ZhengWuLeft ul li:hover {
	background: url("../images/sybjon.jpg") no-repeat center;
}

.ZhengWuLeft ul li:hover h2 a {
	color: #ffffff;
}

.ZhengWuLeft ul li.SyXin h2 a {
	background: url("../images/syxin.png") no-repeat center 16px;
}

.ZhengWuLeft ul li.SyXin:hover h2 a {
	background: url("../images/syxinon.png") no-repeat center 16px;
}

.ZhengWuLeft ul li.SyZi h2 a {
	background: url("../images/syzi.png") no-repeat center 12px;
}

.ZhengWuLeft ul li.SyZi:hover h2 a {
	background: url("../images/syzion.png") no-repeat center 12px;
}

.ZhengWuLeft ul li.SyFang h2 a {
	background: url("../images/syfang.png") no-repeat center 10px;
}

.ZhengWuLeft ul li.SyFang:hover h2 a {
	background: url("../images/syfangon.png") no-repeat center 10px;
}

.ZhengWuLeft ul li.SyDiao h2 a {
	background: url("../images/sydiao.png") no-repeat center 12px;
}

.ZhengWuLeft ul li.SyDiao:hover h2 a {
	background: url("../images/sydiaoon.png") no-repeat center 12px;
}

.ZhengWuRight {
	float: right;
	width: 498px;
}

.ZhengWuRightBottom {
	height: 78px;
	position: relative;
}

.ZhengWuRightBottom .bd ul li {
	width: 498px;
	height: 78px;
}

.ZhengWuRightBottom .bd ul li img {
	display: block;
	width: 498px;
	height: 78px;
}

.ZhengWuRightBottom .hd {
	position: absolute;
	right: 4px;
	bottom: 2px;
	z-index: 9;
}

.ZhengWuRightBottom .hd ul li {
	display: inline-block;
	width: 8px;
	height: 8px;
	cursor: pointer;
	background: #fff;
	margin-left: 7px;
}

.ZhengWuRightBottom .hd ul li.on {
	background: #fbe00e;
}


/*政务结束*/


/*服务开始*/

.FuWu {
	height: 300px;
	padding: 36px 0;
	background: #f4f4f4;
}

.FuWu .FuWuCenter {
	width: 1200px;
	margin: 0 auto;
}

.FuWuLeft {
	float: left;
	width: 679px;
	height: 300px;
}

.FuWuLeft a {
	display: block;
	width: 679px;
	height: 300px;
}

.FuWuLeft a img {
	width: 679px;
	height: 300px;
}

.FuWuRight {
	float: right;
	width: 497px;
	height: 300px;
}

.FuWuRight .hd {
	height: 36px;
}

.FuWuRight .hd ul {
	float: left;
}

.FuWuRight .hd ul li {
	float: left;
	padding: 0 10px;
	height: 33px;
	margin-right: 30px;
}

.FuWuRight .hd ul li h2 a {
	display: block;
	font-size: 20px;
	color: #333333;
	font-weight: normal;
}

.FuWuRight .hd ul li.on {
	border-bottom: 3px solid #d8a723;
}

.FuWuRight .hd ul li.on h2 a {
	font-weight: bold;
}

.FuWuRight .hd .more {
	float: right;
}

.FuWuRight .hd .more a {
	display: block;
	font-size: 15px;
	color: #999999;
	line-height: 36px;
}

.FuWuRight .bd ul {
	width: 497px;
	height: 253px;
	overflow: hidden;
	padding-left: 21px;
	padding-top: 10px;
	background: #ffffff;
	border: 1px solid #e5e5e5;
}

.FuWuRight .bd ul li {
	float: left;
	margin: 6px 30px;
	padding-left: 27px;
	line-height: 48px;
}

.FuWuRight .bd ul li a {
	float: left;
	font-size: 16px;
	color: #1f61ba;
}

.FuWuRight .bd ul li a:hover {
	color: #d8a723;
}

.FuWuRight .bd ul li.SyTu1 {
	background: url("../images/sytu1.png") no-repeat left center;
}

.FuWuRight .bd ul li.SyTu2 {
	background: url("../images/sytu2.png") no-repeat left center;
}

.FuWuRight .bd ul li.SyTu3 {
	background: url("../images/sytu3.png") no-repeat left center;
}

.FuWuRight .bd ul li.SyTu4 {
	background: url("../images/sytu4.png") no-repeat left center;
}

.FuWuRight .bd ul li.SyTu5 {
	background: url("../images/sytu5.png") no-repeat left center;
}

.FuWuRight .bd ul li.SyTu6 {
	background: url("../images/sytu6.png") no-repeat left center;
}

.FuWuRight .bd ul li.SyTu7 {
	background: url("../images/sytu7.png") no-repeat left center;
}

.FuWuRight .bd ul li.SyTu8 {
	background: url("../images/sytu8.png") no-repeat left center;
}

.FuWuRight .bd ul li.SyTu9 {
	background: url("../images/sytu9.png") no-repeat left center;
}

.FuWuRight .bd ul li.SyTu10 {
	background: url("../images/sytu10.png") no-repeat left center;
}

.FuWuRight .bd ul li.SyTu11 {
	background: url("../images/sytu11.png") no-repeat left center;
}

.FuWuRight .bd ul li.SyTu12 {
	background: url("../images/sytu12.png") no-repeat left center;
}

.FuWuRight .bd ul li.SyTu13 {
	background: url("../images/sytu13.png") no-repeat left center;
}

.FuWuRight .bd ul li.SyTu14 {
	background: url("../images/sytu14.png") no-repeat left center;
}

.FuWuRight .bd ul li.SyTu15 {
	background: url("../images/sytu15.png") no-repeat left center;
}

.FuWuRight .bd ul li.SyTu16 {
	background: url("../images/sytu16.png") no-repeat left center;
}

.FuWuRight .bd ul li.SyTu17 {
	background: url("../images/sytu17.png") no-repeat left center;
}

.FuWuRight .bd ul li.SyTu18 {
	background: url("../images/sytu18.png") no-repeat left center;
}


/*服务结束*/


/*新区开始*/

.XinQu {
	padding-top: 37px;
	height: 468px;
}

.XinQu .XinQuCenter {
	width: 1200px;
	margin: 0 auto;
}

.XinQuLeft {
	float: left;
	width: 679px;
	height: 330px;
	box-sizing: border-box;
	border: 1px solid #e5e5e5;
	padding: 28px 26px 0 21px;
}

.XinQuLeft .hd {
	height: 38px;
	box-sizing: border-box;
	border-bottom: 1px solid #e5e5e5;
}

.XinQuLeft .hd ul {
	float: left;
}

.XinQuLeft .hd ul li {
	float: left;
	width: 144px;
	height: 38px;
	line-height: 30px;
	text-align: center;
}

.XinQuLeft .hd ul li h2 a {
	font-size: 18px;
	color: #333333;
	font-weight: normal;
}

.XinQuLeft .hd ul li.on {
	background: url("../images/zz_beijing12.png") no-repeat center;
}

.XinQuLeft .hd ul li.on h2 a {
	color: #fff;
}

.XinQuLeft .hd .more {
	float: right;
	line-height: 33px;
}

.XinQuLeft .hd .more a {
	display: block;
	font-size: 15px;
	color: #999999;
}

.XinQuLeft .hd .more a:hover {
	color: #02468c;
}

.XinQuLeft .bd ul {
	padding-top: 20px;
}

.XinQuLeft .bd ul li {
	padding-left: 17px;
	line-height: 36px;
	background: url(../images/zz_beijing13.png) no-repeat left 15px;
}

.XinQuLeft .bd ul li>a {
	font-size: 16px;
	color: #333333;
}

.XinQuLeft .bd ul li>em {
	font-size: 15px;
	color: #999999;
	padding-left: 7px;
}

.XinQuLeft .bd ul li:hover>a {
	color: #daa71e;
}

.XinQuLeft .bd ul li:hover>em {
	color: #daa71e;
}

.XinQuRight {
	float: right;
	width: 498px;
	height: 330px;
}

.XinQuRightTop {
	height: 91px;
	padding-bottom: 9px;
}

.XinQuRightTop ul li {
	float: left;
	width: 155px;
	height: 91px;
	text-align: center;
	border: 1px solid #eaeaea;
	margin-right: 13px;
	-webkit-transition: all 0.15s ease-in;
	-moz-transition: all 0.15s ease-in;
	-ms-transition: all 0.15s ease-in;
	transition: all 0.15s ease-in;
}

.XinQuRightTop ul li h2 a {
	display: block;
	font-size: 18px;
	color: #666666;
	font-weight: normal;
	line-height: 36px;
	padding-top: 50px;
}

.XinQuRightTop ul li.XinQuLi1 {
	background: #fdfdfd url("../images/zz_beijing14.png") no-repeat center 7px;
}

.XinQuRightTop ul li.XinQuLi2 {
	background: #fdfdfd url("../images/zz_beijing15.png") no-repeat center 7px;
}

.XinQuRightTop ul li.XinQuLi3 {
	margin-right: 0;
	background: #fdfdfd url("../images/zz_beijing16.png") no-repeat center 7px;
}

.XinQuRightTop ul li h2 a:hover {
	color: #02468c;
}

.XinQuRightTop ul li:hover {
	z-index: 2;
	-webkit-transform: translate3D(0, -3px, 0);
	-moz-transform: translate3D(0, -3px, 0);
	-ms-transform: translate3D(0, -3px, 0);
	transform: translate3D(0, -3px, 0);
	-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.4);
	-ms-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.4);
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.4);
}

.XinQuRightBottom .XinQuDiv {
	height: 47px;
	line-height: 47px;
	padding-left: 32px;
	background: url("../images/zz_beijing17.png") no-repeat left center;
}

.XinQuRightBottom .XinQuDiv h2 a {
	float: left;
	font-size: 18px;
	color: #02468c;
	font-weight: normal;
}

.XinQuRightBottom .XinQuDiv h2 a:hover {
	color: #84afe9;
}

.ea-zwgkspecsliaderbox {
	width: 498px;
	height: 231px;
	overflow: hidden;
}

.ea-zwgkspecsliaderbox .hd {
	width: 100%;
	height: 47px;
}

.ea-zwgkspecsliaderbox .hd span.more {
	float: right;
	font-size: 14px;
	height: 47px;
}

.ea-zwgkspecsliaderbox .hd span.more a {
	color: #02468c;
	line-height: 47px;
}

.ea-zwgkspecsliaderbox .hd span.more a:hover {
	color: #84afe9;
}

ul.ea-zwgkspecsliadertab {
	height: 47px;
	overflow: hidden;
}

ul.ea-zwgkspecsliadertab li {
	float: left;
	min-width: 80px;
	margin-right: 15px;
}

ul.ea-zwgkspecsliadertab li a {
	display: block;
	font-size: 18px;
	color: #02468c;
	line-height: 47px;
	text-align: center;
	cursor: pointer;
}

ul.ea-zwgkspecsliadertab li:hover a {
	color: #84afe9;
}

ul.ea-zwgkspecsliadertab li.on a {
	color: #84afe9;
}

.ea-zwgkspecsliaderbox .bd {
	width: 498px;
	height: 184px;
	overflow: hidden;
}

.ea-zwgkspecsliaderbox .bd .bdbox {
	width: 498px;
	height: 184px;
}

.ea-zwgkspecsliaderbox .bd .bdbox ul.zwgkpart {
	width: 344px;
	height: 115px;
	position: relative;
}

.ea-zwgkspecsliaderbox .bd .bdbox ul.zwgkpart li {
	float: left;
	width: 153px;
	height: 83px;
	border: 1px solid #E5E5E5;
	margin-right: 16px;
	margin-bottom: 14px;
}

.ea-zwgkspecsliaderbox .bd .bdbox ul.zwgkpart li a {
	display: block;
	padding-top: 53px;
	height: 30px;
	line-height: 25px;
	font-size: 16px;
	text-align: center;
	color: #666;
}

.ea-zwgkspecsliaderbox .bd .bdbox ul.zwgkpart li:hover a {
	color: #84afe9;
}

.ea-fdzdgkxx {
	position: absolute;
	width: 153px;
	right: -169px;
	top: 0;
}

.ea-fdzdgkxx a {
	padding-top: 100px !important;
	line-height: 30px !important;
}

.zwgkpartzn {
	background: url(../images/zz_beijing19.png) no-repeat center 15px;
}

.zwgkpartzd {
	background: url(../images/zz_beijing20.png) no-repeat center 15px;
}

.zwgkpartnb {
	background: url(../images/zz_beijing21.png) no-repeat center 17px;
}

.zwgkpartys {
	background: url(../images/zz_beijing22.png) no-repeat center 15px;
}

.zwgkpartfd {
	background: url(../images/zz_beijing23.png) no-repeat center 33px;
}

.ea-zwgkspecsliaderbox .bd .bdbox ul.ea-zdyexxgk {
	width: 514px;
	height: 198px;
}

.ea-zwgkspecsliaderbox .bd .bdbox ul.ea-zdyexxgk li {
	float: left;
	width: 153px;
	height: 83px;
	border: 1px solid #E5E5E5;
	margin-right: 16px;
	margin-bottom: 14px;
}

.ea-zwgkspecsliaderbox .bd .bdbox ul.ea-zdyexxgk li a {
	display: block;
	padding-top: 53px;
	height: 30px;
	line-height: 25px;
	font-size: 16px;
	text-align: center;
	color: #666;
}

.ea-zwgkspecsliaderbox .bd .bdbox ul.ea-zdyexxgk li:hover a {
	color: #84afe9;
}

.ea-zdyexxgk .ea-zbgg {
	background: url(../images/zbgs20210104.png) no-repeat center 14px;
}

.ea-zdyexxgk .ea-zhbgg {
	background: url(../images/zb20210104.png) no-repeat center 14px;
}

.ea-zdyexxgk .ea-sjfb {
	background: url(../images/sjfb20200104.png) no-repeat center 14px;
}

.ea-zdyexxgk .ea-adxmjs {
	background: url(../images/zdsx20210104.png) no-repeat center 14px;
}

.ea-zdyexxgk .ea-yhzc {
	background: url(../images/yhzc20210104.png) no-repeat center 14px;
}

.ea-zdyexxgk .ea-zsxm {
	background: url(../images/zs20210104.png) no-repeat center 14px;
}

.XinQuDivLeft {
	float: left;
	width: 326px;
}

.XinQuDivLeft ul li {
	float: left;
	width: 155px;
	height: 85px;
	text-align: center;
	margin-bottom: 14px;
	background: url("../images/zz_beijing18.jpg") no-repeat center;
}

.XinQuDivLeft ul li h2 a {
	display: block;
	padding-top: 55px;
	font-size: 16px;
	color: #666666;
	font-weight: normal;
}

.XinQuDivLeft ul li.XinQuDivLi1 h2 a {
	background: url("../images/zz_beijing19.png") no-repeat center 15px;
}

.XinQuDivLeft ul li.XinQuDivLi2 h2 a {
	background: url("../images/zz_beijing20.png") no-repeat center 15px;
}

.XinQuDivLeft ul li.XinQuDivLi3 h2 a {
	background: url("../images/zz_beijing21.png") no-repeat center 17px;
}

.XinQuDivLeft ul li.XinQuDivLi4 h2 a {
	background: url("../images/zz_beijing22.png") no-repeat center 15px;
}

.XinQuDivLeft ul li:hover {
	background: url("../images/zz_beijing18_1.jpg") no-repeat center;
}

.XinQuDivLeft ul li:hover h2 a {
	color: #5f85c6;
}

.XinQuDivRight {
	float: right;
	width: 155px;
	height: 183px;
	text-align: center;
	background: url("../images/zz_beijing24.jpg") no-repeat center;
}

.XinQuDivRight h2 a {
	display: block;
	height: 183px;
	box-sizing: border-box;
	font-size: 16px;
	color: #666666;
	font-weight: normal;
	padding: 100px 28px 0;
	background: url("../images/zz_beijing23.png") no-repeat center 33px;
}

.XinQuDivRight:hover {
	background: url("../images/zz_beijing24_1.jpg") no-repeat center;
}

.XinQuDivRight:hover h2 a {
	color: #5f85c6;
}

.XinQuBottom {
	position: relative;
	margin-top: 26px;
}

.XinQuBottom .bd ul li {
	float: left;
	width: 288px;
	height: 73px;
	margin-right: 16px;
}

.XinQuBottom .bd ul li img {
	display: block;
	width: 288px;
	height: 73px;
}

.XinQuBottom .prev {
	position: absolute;
	left: -20px;
	top: 21px;
	width: 19px;
	height: 28px;
	cursor: pointer;
}

.XinQuBottom .next {
	position: absolute;
	right: -20px;
	top: 21px;
	width: 19px;
	height: 28px;
	cursor: pointer;
}

.XinQuBottom .prev:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.XinQuBottom .next:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}


/*新区结束*/


/*投资开始*/

.TouZi {
	height: 309px;
	padding-bottom: 39px;
	background: #f4f4f4;
}

.TouZi .TouZiCenter {
	width: 1200px;
	margin: 0 auto;
}

.TouZiTop {
	height: 109px;
	text-align: center;
	box-sizing: border-box;
	padding-top: 25px;
	background: url("../images/zz_beijing25.png") no-repeat center;
}

.TouZiTop h2 a {
	font-size: 22px;
	color: #02468c;
	font-weight: normal;
}

.TouZiTop h2 a:hover {
	color: #5f85c6;
}

.TouZiTop h2 a span {
	display: block;
	font-size: 12px;
	color: #bfbfbf;
	text-transform: uppercase;
}

.TouZiList {}

.TouZiList ul li {
	float: left;
	width: 288px;
	height: 96px;
	margin-right: 16px;
	border-radius: 5px;
	-webkit-transition: all 0.15s ease-in;
	-moz-transition: all 0.15s ease-in;
	-ms-transition: all 0.15s ease-in;
	transition: all 0.15s ease-in;
	background: url("../images/zz_beijing26.png") no-repeat center;
}

.TouZiList ul li h2 a {
	display: block;
	height: 96px;
	box-sizing: border-box;
	font-size: 20px;
	color: #02468c;
	font-weight: normal;
	padding-left: 128px;
	padding-top: 25px;
	line-height: 26px;
}

.TouZiList ul li h2 a span {
	display: block;
	font-size: 13px;
	color: #9eb7e2;
}

.TouZiList ul li.TouZiLi1 h2 a {
	background: url("../images/zz_beijing27.png") no-repeat 58px center;
}

.TouZiList ul li.TouZiLi2 h2 a {
	background: url("../images/zz_beijing28.png") no-repeat 63px center;
}

.TouZiList ul li.TouZiLi3 h2 a {
	background: url("../images/zz_beijing29.png") no-repeat 69px center;
}

.TouZiList ul li.TouZiLi4 {
	margin-right: 0;
}

.TouZiList ul li.TouZiLi4 h2 a {
	background: url("../images/zz_beijing30.png") no-repeat 68px center;
}

.TouZiList ul li:hover {
	z-index: 2;
	-webkit-transform: translate3D(0, -3px, 0);
	-moz-transform: translate3D(0, -3px, 0);
	-ms-transform: translate3D(0, -3px, 0);
	transform: translate3D(0, -3px, 0);
	-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.4);
	-ms-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.4);
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.4);
}

.TouZiDiv {
	padding-top: 22px;
}

.TouZiDiv ul li {
	float: left;
	width: 387px;
	height: 82px;
	margin-right: 19px;
	position: relative;
	-webkit-transition: all 0.15s ease-in;
	-moz-transition: all 0.15s ease-in;
	-ms-transition: all 0.15s ease-in;
	transition: all 0.15s ease-in;
}

.TouZiDiv ul li>a {
	display: block;
	width: 387px;
	height: 82px;
}

.TouZiDiv ul li h3 {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: url("../images/zz_beijing31.png") repeat;
}

.TouZiDiv ul li h3 a {
	font-size: 18px;
	color: #ffffff;
	font-weight: normal;
}

.TouZiDiv ul li:hover {
	z-index: 2;
	-webkit-transform: translate3D(0, -3px, 0);
	-moz-transform: translate3D(0, -3px, 0);
	-ms-transform: translate3D(0, -3px, 0);
	transform: translate3D(0, -3px, 0);
	-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.4);
	-ms-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.4);
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.4);
}


/*投资结束*/


/*底部开始*/

.YouQing {
	width: 100%;
	height: 66px;
	background: #21549A;
}

.YouQing .YouQingCenter {
	width: 1200px;
	margin: 0 auto;
}

.YouQing .YouQingCenter ul li {
	float: left;
	height: 35px;
	line-height: 35px;
	margin-top: 15px;
	margin-right: 8px;
	border: 1px solid #80b0f3;
	position: relative;
}

.YouQing .YouQingCenter ul li.YouQingXiaLa {
	width: 200px;
	background: url("../images/zz_beijing32.png") no-repeat right center;
}

.YouQing .YouQingCenter ul li>em {
	display: block;
	font-size: 16px;
	color: #8c8c8c;
	padding-left: 16px;
}

.YouQing .YouQingCenter ul li>a {
	display: block;
	font-size: 16px;
	color: #80b0f3;
	padding-left: 16px;
}

.YouQing .YouQingCenter ul li>a:hover {
	color: #fff;
}

.YouQing .YouQingCenter ul li .YinCang {
	position: absolute;
	left: 0;
	bottom: 37px;
	width: 100%;
	box-sizing: border-box;
	background: #363636;
	padding: 16px;
	z-index: 9;
	display: none;
	border-radius: 5px 5px 0 0;
}

.YouQing .YouQingCenter ul li .YinCang a {
	display: block;
	font-size: 16px;
	color: #8c8c8c;
	line-height: 30px;
}

.YouQing .YouQingCenter ul li .YinCang a:hover {
	color: #fff;
}

.YouQing .YouQingCenter ul li:hover .YinCang {
	display: block;
}

.Bottom {
	width: 100%;
	height: 144px;
	box-sizing: border-box;
	padding-top: 34px;
	padding-bottom: 29px;
	background: #2A60AB;
}

.Bottom .BottomCenter {
	width: 1200px;
	margin: 0 auto;
}

.Bottom .BottomCenter .Bottom1 {
	float: left;
	width: 84px;
	height: 81px;
	font-size: 15px;
	color: #80b0f3;
	line-height: 26px;
	border-right: 1px dashed #80b0f3;
}

.Bottom .BottomCenter .Bottom1 ul li {
	width: 100%;
}

.Bottom .BottomCenter .Bottom1 a {
	font-size: 15px;
	color: #80b0f3;
	line-height: 26px;
}

.Bottom .BottomCenter .Bottom1 a:hover {
	color: #fff;
}

.Bottom .BottomCenter .Bottom2 {
	width: 254px;
	padding-left: 25px;
}

.Bottom .BottomCenter .Bottom3 {
	width: 245px;
	padding-left: 25px;
	padding-right: 25px;
}

.Bottom .BottomCenter .Bottom4 {
	width: 287px;
	padding-left: 25px;
	padding-right: 15px;
}

.Bottom .BottomCenter .Bottom5 {
	width: 150px;
	padding-left: 29px;
	border: 0;
}

.Bottom .BottomCenter .Bottom5 img {
	float: left;
}

.Bottom .BottomCenter .Bottom5 .BottomImg1 {
	margin-top: 4px;
	margin-right: 14px;
}

.Bottom .BottomCenter .Bottom5 .BottomImg2 {
	margin-top: 9px;
}


/*底部结束*/


/*首页头部新加政务微信微博和蒙文网站入口样式开始*/

.TopCenter {
	position: relative;
	height: 40px;
}

.TopCenter>span {
	position: absolute;
	right: 0;
}

.TopCenter>span a {
	float: left;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 14px;
	padding-left: 45px;
	margin-left: 10px;
	position: relative;
	
}
.TopCenter>span a.mongolianSite{
	background: url(../images/xy_top_mwwz_img.png) no-repeat left center / 30px;
}
.TopCenter>span a.mongolianSite:hover {
	background: url(../images/xy_top_mwwz_img.png) no-repeat left center / 35px;
}
.TopCenter>span a span{
	display: none;
	position: absolute;
	width: 60px;
	height: 60px;
	bottom: -56px;
	left: 24px;
	z-index: 999;
}
.TopCenter>span a.govafWechat{
	padding-left: 30px;
	background: url(../images/top_wechat.png) no-repeat 5px  center;
}
.TopCenter>span a.govafWeibo{
	padding-left: 30px;
	background: url(../images/top_weibo.png) no-repeat 5px  center;
}
.TopCenter>span a:hover span{
	display: block;
}
/*首页头部新加政务微信微博和蒙文网站入口样式结束*/