/*通用*/

li {
	list-style: none;
}

a,
a:hover {
	text-decoration: none;
	color: #333
}


/*最外层容器*/

.clear {
	width: 100%;
	clear: both;
}

#wrapper {
	width: 100%;
	height: 100%;
	position: relative;
}


/*最顶部切换城市*/

.title-border {
	-webkit-box-shadow: 0 0 5px #6C6C6C;
	background: transparent;
}

.header-top {}

.header-top p {
	margin: 0;
	color: #000000;
	font-size: 12px;
}

.header-top a {
	color: #4285F4;
}

.top-right {
	text-align: right;
}

.header-top span {
	color: red;
	font-size: 16px;
}

.header-top .welcome {
	margin-top: 5px;
	text-align: right;
}

.header-top .welcome span {
	color: #999;
	font-size: 14px;
	cursor: pointer;
}

.header-top .welcome span:hover {
	color: red;
}

.header-top iframe {
	width: 160px;
	height: 25px;
	margin-left: 50px;
}


/*个人中心*/

.hid-account {
	width: 100%;
	border: 1px solid #E6E8EB;
	display: none;
	padding: 10px;
	background: #fff;
	position: absolute;
	z-index: 99;
}

.h-a-top {
	text-align: right;
}

.h-a-top a {
	color: red;
	font-size: 14px;
}

.h-a-con {
	text-align: center;
}

.h-a-con img {
	margin: 0 auto;
	max-width: 80px;
	max-height: 80px;
	border-radius: 50%;
}

.h-a-bot h5 {
	padding: 5px 0;
	text-align: center;
	background: #D8EDCF;
}


/*头部内容 <header>开始*/

.container-box {
	padding-top: 20px;
	padding-bottom: 10px;
}


/*logo*/

.navbar-logo {
	padding-top: 5px;
	padding-bottom: 0;
}

.navbar-logo img {
	width: 50px;
	height: 50px;
}

.navbar-ul {
	margin-top: 0;
}

.navbar-ul li {
	font-size: 16px;
	border-bottom: 1px solid #F8F8F8;
}

.navbar-ul li:hover {
	border-bottom: 1px solid #4285F4;
	background: #E7E7E7;
}

.navbar-right-hover span:hover {
	color: #4285F4;
}


/*头部内容 <header>结束*/


/*主体内容<section>开始*/


/*主体左侧内容开始*/

.section {
	width: 100%;
	height: 100%;
	margin-bottom: 15px;
}

.section-bg {
	padding-top: 15px;
	padding-bottom: 15px;
	background: #fff;
	/*box-shadow: 2px 2px 3px #ccc;*/
}

.section-bg-hover {
	border-bottom: 1px solid #E6E6E6;
}

.section-bg-hover:hover {
	background: #F6F6F6;
}


/*轮播*/

.mycarousel {
	border-radius: 5px;
	overflow: hidden;
	margin-top: 15px;
	margin-bottom: 15px;
}

.controlsHidden {
	display: none;
}


/*轮播*/


/*section-2*/

.section-2 {
	margin-top: 15px;
	margin-bottom: 15px;
}

.section-2-box {
	text-align: center;
	border-radius: 5px 5px 0 0;
	overflow: hidden;
	position: relative;
}

.section-2-one {
	padding-right: 5px;
}

.section-2-two {
	padding-left: 10px;
	padding-right: 10px;
}

.section-2-three {
	padding-left: 5px;
}


/*图片扩张*/

.img-55 {
	overflow: hidden;
}

.expand {
	transition: all 0.9s;
}

.expand:hover {
	transform: scale(1.05);
}

.section-2-text {
	width: 100%;
	position: absolute;
	bottom: 0;
	background: #000000;
	background-color: rgba(0, 0, 0, 0.6);
}

.section-2-text p {
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	margin: 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}


/*section-2*/


/*section-3*/

.section-3 {
	text-align: center;
}

.section-3-title h1 {
	color: #FF9002;
}

.section-3-title p {
	color: #FF9002;
}

.h-zixun p {
	border: 1px solid #E6E4E3;
	border-radius: 50%;
	color: #FD4A4F;
}

.h-zixun h4 {
	font-weight: 500;
	color: #000;
	margin: 0 auto;
	color: #FD4A4F;
}

.h-buchang h4 {
	font-weight: 500;
	color: #000;
	margin: 0 auto;
	color: #1EB25A;
}

.h-anju h4 {
	font-weight: 500;
	color: #000;
	margin: 0 auto;
	color: #0093FA;
}

.h-buchang p {
	border: 1px solid #E6E4E3;
	border-radius: 50%;
	color: #1EB25A;
}

.h-anju p {
	border: 1px solid #E6E4E3;
	border-radius: 50%;
	color: #0093FA;
}


/*section-3*/


/*section-4*/

.section-4-title {
	color: #FF9002;
}

.section-4 .title h1 {
	text-align: center;
	color: red;
}

.section-4 .title p {
	text-align: center;
	color: #5A5A5A;
}

.section-4 a {
	text-decoration: none;
	out-line: none;
}

.h-zixun p:hover {
	background: #FD4A4F;
	color: #fff;
}

.h-buchang p:hover {
	background: #1EB25A;
	color: #fff;
}

.h-anju p:hover {
	background: #0093FA;
	color: #fff;
}

.section-4-box {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
}

.section-4-box:hover {
	-webkit-box-shadow: 0 0 10px #9C9C9C;
	-moz-box-shadow: 0 0 10px #9C9C9C;
	box-shadow: 0 0 10px #9C9C9C;
}

.section-4-img {
	overflow: hidden;
}

.section-4-img img {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
}

.section-4-img img:hover {
	transform: scale(1.02);
	-webkit-transform: scale(1.02);
	-moz-transform: scale(1.02);
	-o-transform: scale(1.02);
	-ms-transform: scale(1.02);
	z-index: 1;
}


/*section-4*/


/*section-5*/

.section-5 {
	padding-top: 30px;
	padding-bottom: 30px;
}

.section-5-box {
	width: 100%;
	height: 100%;
}

.section-5-header {
	width: 100%;
	border-bottom: 2px solid #E6E6E6;
	background-color: #fff;
	z-index: 99;
}

.section-5-header li span:hover {
	color: #000;
	border-radius: 5px;
	cursor: pointer;
}

.section-5-header li span:visited {
	color: red;
}

.news-1,
.news-2,
.news-3 {
	display: none;
}

.section-5-left {
	overflow: hidden;
	position: relative;
}

.section-5-text {
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 15px;
	padding: 3px 8px;
	position: absolute;
	top: 5px;
	left: 5px;
}

.section-5-text span {
	color: #fff;
	font-size: 14px;
}

.section-5-right h4 {
	color: #333;
	line-height: 1.2;
	margin: 0 0 10px 0;
	font-weight: bold;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: break-all;
}

.section-5-right h4:hover {
	color: #366df0;
}

.section-5-right p {
	font-size: 16px;
	color: #828a92;
	line-height: 1.4;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	word-break: break-all;
}

.section-5-right-top {
	color: #828a92;
	font-size: 12px;
}

.section-5-right-but {
	color: #828a92;
}

.section-5-right-con p{
	text-indent:2em;
}

/*section-5*/


/*浏览更多*/

.more {
	text-align: center;
}

.moreBtn {
	border-radius: 5px;
	border: 2px solid #717171;
	line-height: 45px;
	padding: 0 4%;
	display: inline-block;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.moreBtn:hover {
	color: #4285F4;
	border: 2px solid #4285F4;
	border-radius: 5px;
	text-decoration: none;
	padding: 0 8%;
}


/*主体左侧内容结束*/


/*主体右侧内容aside开始*/

.aside {
	width: 100%;
	height: 100%;
}

.aside-bg {
	width: 100%;
	height: 100%;
	/*box-shadow: 0 1px 5px #999;*/
	border-top: 2px solid #4285F4;
	background: #fff;
	overflow: hidden;
	border-radius: 2px;
	margin-bottom: 30px;
	padding: 10px 10px 30px 10px;
}

.aside-bg h4 {
	font-weight: bold;
	color: #3D464D;
	text-align: center;
	border-bottom: 1px dashed #EEEEEE;
	padding-bottom: 15px;
}


/*内容去边*/

.matter {
	padding: 0;
}

.aside-3-box {
	padding-bottom: 15px;
}

.news-kx {
	margin-bottom: 20px;
}

.sanjiao span {
	color: #4285F4;
}

.aside-3-fx {
	color: #9ca4ab;
	display: none;
}

.aside-3-fx img {
	width: 15px;
	height: 15px;
}

.aside-3-title P {
	font-weight: 500;
	color: #3d464d;
	cursor: pointer;
	line-height: 1.5;
	margin-bottom: 2px;
}

.aside-3-title P:hover {
	color: #4285F4;
}

.aside-3-body {
	display: none;
}

.aside-3-body P {
	height: auto;
	background-color: #fff;
	border: 1px solid #e6e8eb;
	line-height: 2;
	padding: .5rem .5rem .75rem;
	margin: .5rem .5rem .5rem 0;
	color: #757e88;
	overflow: hidden;
}

.aside-3-footer {
	color: #9ca4ab;
	font-size: 12px;
}

.aside-1 {
	margin-bottom: 30px;
}

.adv-text {
	margin: 10px;
}

.aside-4 .advertisement {
	position: relative;
}

.aside-4 img {
	border-radius: 5px;
}

.aside-4 .aside-4-text {
	z-index: 99;
	position: absolute;
	bottom: 8px;
	right: 8px;
}

.aside-4 .section-4-text span {
	z-index: 99;
	color: #fff;
}


/*section-4专家*/

.section-4 {
	border-top: 2px solid #E0E0E0;
	margin-bottom: 20px;
}


/*信箱*/

.mailbox {
	padding: 10px 50px;
	border: 1px solid #FFF;
	text-align: center;
}

.mailbox:hover {
	border: 1px solid #999999;
	border-radius: 5px;
}

.mailbox-hidden {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	background-color: rgba(0, 0, 0, 0.4);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	display: none;
}

.m-h-box {
	padding-top: 20%;
	margin: 0 auto;
}

.m-h-section {
	padding: 10px;
	background-color: #4285F4;
	border-radius: 5px;
	margin: 0 auto;
}

.m-h-top {
	background-color: #4285F4;
	height: 15%;
	padding: 5px;
}

.m-h-con {
	border: 1px solid #9C9C9C;
	height: 85%;
	padding: 10px;
	background-color: #fff;
}

.m-h-con p {
	color: #000000;
}

.m-h-con h4 {
	color: darkred;
	padding: 20% 0;
}


/*主体右侧内容aside结束*/


/*主体内容<section>结束*/


/*脚部内容<footer>开始*/

footer {
	width: 100%;
	height: 100%;
	background: #2D3237;
	color: #fff;
	padding: 50px 0;
}

footer h4 {
	margin-bottom: 26px;
	font-size: 16px;
	color: #fff;
	font-weight: 600;
}

footer a {
	color: #fff;
}

footer a:hover {
	color: #2B669A;
	text-decoration: none;
}

.fotter-row {
	margin-bottom: 20px;
}

.fotter-row .cpyfw-logo span {
	width: 40px;
	height: 40px;
	padding: 10px;
	color: #fff;
	border-radius: 5px;
	background: #4385F5;
	font-size: 20px;
}

.fotter-row p {
	font-size: 16px;
	color: #FFFFFF;
	line-height: 1.1;
	margin-bottom: 10px;
}

.fotter-row .row-text span {
	opacity: 0.6;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 1.1;
}

.gyzct a {
	display: block;
	opacity: 0.75;
	font-size: 16px;
	color: #FFFFFF;
	margin-bottom: 20px;
}

.gyzct a:hover {
	color: #FFF;
	opacity: 1.0;
	cursor: pointer;
}

.hzhb a {
	display: block;
	opacity: 0.75;
	font-size: 16px;
	color: #FFFFFF;
	margin-bottom: 20px;
	font-weight: 500;
}

.hzhb a:hover {
	color: #FFF;
	opacity: 1.0;
	cursor: pointer;
}

.footer-app {
	text-align: center;
}

footer .row-text {
	padding: 0;
}

.footer-bottom {
	margin-top: 50px;
	padding: 50px 0 0;
	border-top: 2px solid #666;
	text-align: center;
}

.footer-bottom h3 {
	color: #595A5B;
	margin: 0 auto 10px;
}

.footer-bottom p {
	color: #595A5B;
}

.footer-bottom a {
	color: #595A5B;
}


/*脚部内容<footer>结束*/


/*附加内容*/


/*客户端*/

.client-hidden {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	position: fixed;
	background-color: rgba(0, 0, 0, 0.4);
	top: 0;
	left: 0;
	z-index: 99;
	display: none;
}

.client-hidden img {
	height: 100%;
	margin: 0 auto;
}


/*房源系统*/

.fyxt-hidden {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	position: fixed;
	background-color: rgba(0, 0, 0, 0.4);
	top: 0;
	left: 0;
	z-index: 99;
	display: none;
}


/*搜索框开始*/

#seek {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	background-color: rgba(0, 0, 0, 0.4);
	position: fixed;
	top: 0;
	z-index: 99999;
	display: none;
}

.seek-header {
	width: 100%;
	padding: 20px 0;
	background: #fff;
	-webkit-box-shadow: 0 0 5px #6C6C6C;
	border-bottom: 1px solid #666666;
}


/*搜索框结束*/


/*回到顶部开始*/


/*backtoTop*/

.backtoTop {
	clear: both;
	width: 40px;
	position: absolute;
	right: 15px;
	z-index: 9999;
	/*避免闪烁*/
	-moz-transition: all .6s ease;
	-webkit-transition: all .6s ease;
	-o-transition: all .6s ease;
	transition: all .6s ease;
	/*避免闪烁*/
	border-radius: 5px;
	overflow: hidden;
	background: #f5f5f5;
	font-size: 30px;
	cursor: pointer;
	text-align: center;
	color: #9c9c9c;
}


/*up-back*/

.up-back {
	background: #ECF0F1;
}

.down-back {
	background: #BDC3C7;
	color: #fff;
}

.down-back:hover {
	background: #BDC3C7;
	color: #fff;
}


/*回到顶部结束*/


/* 超小屏幕（手机，小于 320px） */

@media (min-width: 320px) {
	/*section-3*/
	.section-3 {
		padding: 0 0 25px 0;
	}
	.section-3-title h1 {
		font-size: 20px;
		padding-top: 1%;
	}
	.section-3-title p {
		font-size: 10px;
	}
	.h-zixun p,
	.h-buchang p,
	.h-anju p {
		padding: 2px;
		font-size: 35px;
	}
	.h-zixun h4,
	.h-buchang h4,
	.h-anju h4 {
		font-size: 14px;
	}
	/*section-3*/
	/*section-4*/
	.section-4 .title {
		margin-bottom: 30px;
	}
	.section-4 .title h1 {
		font-size: 20px;
		margin: 30px 0 0;
	}
	.section-4 .title p {
		font-size: 10px;
	}
	.section-4-img {
		min-width: 100%;
		min-height: 158px;
	}
	.caption h3 {
		font-size: 12px;
	}
	.caption p {
		font-size: 10px;
	}
	.caption a {
		font-size: 7px;
	}
	/*section-4*/
	/*section-5*/
	.app-size {
		margin: 0;
	}
	.section-2 {
		margin-bottom: 10px;
	}
	.section-5 {
		padding-top: 5px;
	}
	.section-5-header li {
		margin-right: 2%;
		padding-bottom: 2px;
	}
	.section-5-header li span {
		font-size: 14px;
		font-weight: bold;
		color: #666;
		padding: 2px;
	}
	.section-5-right h4 {
		font-size: 14px;
		line-height: 1.4;
		padding: 0;
		margin: 0 0 5px 0;
	}
	.section-5-right p {
		font-size: 12px;
	}
	.section-5-right-but span {
		font-size: 12px;
	}
	/*section-5*/
	/*section-6*/
	.m-h-section {
		width: 200px;
		height: 200px;
	}
	.m-h-con p {
		font-size: 12px;
	}
	.m-h-con h4 {
		font-size: 13px;
	}
	/*section-6*/
	/*subpage*/
	.subpage-header-lef {
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.subpage-header-lef h2 {
		font-size: 18px;
		margin-bottom: 8px;
	}
	.subpage-header-lef h4 {
		margin-bottom: 8px;
		font-size: 12px;
	}
	/*subpage*/
	/*子页面分享图*/
	.share-1 img {
		width: 20px;
		height: 20px;
	}
	.gb-record-box img {
		width: 35px;
		height: 35px;
	}
	.footer-bottom h3 {
		font-size: 22px;
	}
	/*interaction*/
	.interaction-bg {
		padding: 10px;
		margin-bottom: 10px;
		border-radius: 5px;
	}
	.interaction-text h3 {
		font-size: 16px;
	}
	.interaction-text span,
	.xf-headline,
	.xf-time {
		font-size: 11px;
	}
	.myzj-con p {
		font-size: 10px;
	}
	/*product-开始*/
	.zctjs-box {
		padding: 10px;
	}
	.zctjs-1-title h1,
	.zctjs-3 .title h1,
	.zctjs-3 h2,
	.zctjs-4 .title h1,
	.zctjs-5 .title h1 {
		font-size: 1.4em;
	}
	.zctjs-1-title p,
	.zctjs-3 .title P,
	.zctjs-4 .title P,
	.zctjs-5 .title p {
		font-size: 14px;
		padding-bottom: 40px;
	}
	.zctjs-1-box p {
		text-indent: 2em;
		line-height: 1.5em;
		margin: 0.5em auto 1.5em;
	}
	.zctjs-2 h1 {
		font-size: 1.4em;
		margin-bottom: 10px;
	}
	.zctjs-2 p {
		font-size: 1.8em;
	}
	.zctjs-3 {
		padding: 80px 0 0;
	}
	.zctjs-3-box {
		margin: 50px 0;
	}
	.zctjs-3 h2 {
		font-size: 1.2em;
	}
	.zctjs-3 h2 span {
		color: #e83f3f;
	}
	.zctjs-3 .title-bom {
		font-size: 1.0em;
		padding-top: 20px;
	}
	.zctjs-3-info h4 {
		font-size: 1.2em;
	}
	/*product-结束*/
	/*system页面*/
	.system-left-1 h2 {
		margin: 20px 0;
		font-size: 12px;
	}
	.system-left-1 span {
		font-size: 5px;
	}
	.system-1-box {
		padding-left: 0;
	}
	.system-left-1 ul {
		padding-left: 5px;
	}
	.system-photo span {
		font-size: 20px;
	}
	.system-photo p {
		font-size: 5px;
	}
}


/* 小屏幕（平板，大于等于 768px） */

@media (min-width: 768px) {
	/*section-3*/
	.section-3 {
		padding: 25px 0;
	}
	.section-3-title h1 {
		font-size: 28px;
		padding-top: 3%;
	}
	.section-3-title p {
		font-size: 10px;
	}
	.h-zixun p,
	.h-buchang p,
	.h-anju p {
		padding: 15px;
		font-size: 38px;
	}
	.h-zixun h4,
	.h-buchang h4,
	.h-anju h4 {
		font-size: 14px;
	}
	/*section-3*/
	/*section-4*/
	.section-4 .title {
		margin-bottom: 30px;
	}
	.section-4 .title h1 {
		font-size: 28px;
		margin: 30px 0 0;
	}
	.section-4 .title p {
		font-size: 16px;
	}
	.section-4-img {
		min-width: 100%;
		min-height: 335px;
	}
	.caption h3 {
		font-size: 14px;
	}
	.caption p {
		font-size: 12px;
	}
	.caption a {
		font-size: 12px;
	}
	/*section-4*/
	/*section-5*/
	.section-5-header li a {
		font-size: 18px;
		font-weight: bold;
	}
	.section-5-header li {
		margin-right: 5%;
		padding-bottom: 5px;
	}
	.section-5-header li span {
		font-size: 20px;
		font-weight: bold;
		color: #666;
		padding: 5px;
	}
	.section-5-right h4 {
		font-size: 20px;
	}
	.section-5-right p {
		font-size: 14px;
	}
	.section-5-right-but span {
		font-size: 12px;
	}
	/*section-5*/
	/*section-6*/
	.m-h-section {
		width: 260px;
		height: 260px;
	}
	.m-h-con p {
		font-size: 13px;
	}
	.m-h-con h4 {
		font-size: 14px;
	}
	/*section-6*/
	/*subpage*/
	.subpage-header-lef {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.subpage-header-lef h2 {
		font-size: 23px;
		margin-bottom: 15px;
	}
	.subpage-header-lef h4 {
		margin-bottom: 15px;
		font-size: 12px;
	}
	/*subpage*/
	/*子页面分享图*/
	.share-1 img {
		width: 30px;
		height: 30px;
	}
	.gb-record-box img {
		width: 40px;
		height: 40px;
	}
	/*interaction*/
	.interaction-bg {
		padding: 30px;
		margin-bottom: 20px;
		border-radius: 5px;
	}
	.interaction-text h3 {
		font-size: 18px;
	}
	.interaction-text span,
	.xf-headline,
	.xf-time {
		font-size: 12px;
	}
	/*product-开始*/
	.zctjs-box {
		padding: 10px;
	}
	.zctjs-1-title h1,
	.zctjs-3 .title h1,
	.zctjs-4 .title h1,
	.zctjs-5 .title p {
		font-size: 2.0em;
	}
	.zctjs-1-title p,
	.zctjs-3 .title P,
	.zctjs-4 .title P {
		font-size: 16px;
		padding-bottom: 50px;
	}
	.zctjs-1-box p {
		text-indent: 2em;
		line-height: 1.5em;
		margin: 0.8em auto 0.5em;
	}
	.zctjs-2 h1 {
		font-size: 2.5em;
		margin-bottom: 0.8em;
	}
	.zctjs-2 p {
		font-size: 2.8em;
	}
	.zctjs-3 {
		padding: 80px 0 0;
	}
	.zctjs-3-box {
		margin: 50px 0;
	}
	.zctjs-3 h2 {
		font-size: 1.5em;
	}
	.zctjs-3 h2 span {
		font-size: 1.6em;
	}
	.zctjs-3 .title-bom {
		font-size: 1.0em;
		padding-top: 20px;
	}
	.zctjs-3-info h4 {
		font-size: 1.4em;
	}
	/*product-结束*/
	/*system页面*/
	.system-left-1 h2 {
		margin: 10px 0;
		font-size: 18px;
	}
	.system-left-1 span {
		font-size: 14px;
	}
	.system-1-box {
		padding-left: 0;
	}
	.system-left-1 ul {
		padding-left: 5px;
	}
	.system-photo span {
		font-size: 30px;
	}
	.system-photo p {
		font-size: 14px;
	}
}


/* 中等屏幕（桌面显示器，大于等于 992px） */

@media (min-width: 992px) {
	/*section-3*/
	.section-3 {
		padding: 30px 0;
	}
	.section-3-title h1 {
		font-size: 25px;
		padding-top: 5%;
	}
	.section-3-title p {
		font-size: 11px;
	}
	.h-zixun p,
	.h-buchang p,
	.h-anju p {
		padding: 20px;
		font-size: 40px;
	}
	.h-zixun h4,
	.h-buchang h4,
	.h-anju h4 {
		font-size: 14px;
	}
	/*section-3*/
	/*section-4*/
	.section-4 .title {
		margin-bottom: 30px;
	}
	.section-4 .title h1 {
		font-size: 28px;
		margin: 30px 0 0;
	}
	.section-4 .title p {
		font-size: 16px;
	}
	.section-4-img {
		min-width: 100%;
		min-height: 120px;
	}
	.caption h3 {
		font-size: 14px;
	}
	.caption p {
		font-size: 12px;
	}
	.caption a {
		font-size: 7px;
	}
	/*section-4*/
	/*section-5 新闻*/
	.section-5-header li a {
		font-size: 18px;
		font-weight: bold;
	}
	.section-5-header li {
		margin-right: 5%;
		padding-bottom: 5px;
	}
	.section-5-header li span {
		font-size: 21px;
		font-weight: bold;
		color: #666;
		padding: 5px;
	}
	.section-5-right img {
		min-width: 260px;
		min-height: 150px;
	}
	.section-5-right h4 {
		font-size: 16px;
	}
	.section-5-right p {
		font-size: 14px;
	}
	.section-5-right-but span {
		font-size: 12px;
	}
	/*section-5 新闻*/
	/*section-6*/
	.m-h-section {
		width: 280px;
		height: 280px;
	}
	.m-h-con p {
		font-size: 14px;
	}
	.m-h-con h4 {
		font-size: 15px;
	}
	/*section-6*/
	/*subpage*/
	.subpage-header-lef {
		padding-top: 18px;
		padding-bottom: 18px;
	}
	.subpage-header-lef h2 {
		font-size: 25px;
		margin-bottom: 20px;
	}
	.subpage-header-lef h4 {
		margin-bottom: 20px;
		font-size: 14px;
	}
	/*subpage*/
	/*子页面分享图*/
	.share-1 img {
		width: 30px;
		height: 30px;
	}
	.gb-record-box img {
		width: 40px;
		height: 40px;
	}
	/*interaction*/
	.interaction-text h3 {
		font-size: 18px;
	}
	.interaction-text span,
	.xf-headline,
	.xf-time {
		font-size: 14px;
	}
	/*interaction*/
	/*product-开始*/
	.zctjs-box {
		padding: 100px;
	}
	.zctjs-1-title h1,
	.zctjs-3 .title h1,
	.zctjs-4 .title h1,
	.zctjs-5 .title h1 {
		font-size: 2.5em;
	}
	.zctjs-1-title p,
	.zctjs-3 .title P,
	.zctjs-4 .title P,
	.zctjs-5 .title p {
		font-size: 20px;
		padding-bottom: 50px;
	}
	.zctjs-1-box p {
		text-indent: 2em;
		line-height: 2.2em;
		margin: 1.5em auto 2.2em;
		font-size: 16px;
	}
	.zctjs-2 h1 {
		font-size: 2.0em;
		margin-bottom: 2em;
	}
	.zctjs-2 p {
		font-size: 2.8em;
	}
	.zctjs-3 {
		padding: 50px 0 0;
	}
	.zctjs-3-box {
		margin: 30px 0;
	}
	.zctjs-3 h2 {
		font-size: 2.0em;
	}
	.zctjs-3 h2 span {
		font-size: 1.2em;
	}
	.zctjs-3 .title-bom {
		font-size: 1.2em;
		padding-top: 20px;
	}
	.zctjs-3-info h4 {
		font-size: 1.6em;
	}
	/*product-结束*/
	/*system页面*/
	.system-left-1 h2 {
		margin: 10px 0;
		font-size: 18px;
	}
	.system-left-1 span {
		font-size: 14px;
	}
	.system-1-box {
		padding-left: 0;
	}
	.system-left-1 ul {
		padding-left: 5px;
	}
	.system-photo span {
		font-size: 30px;
	}
	.system-photo p {
		font-size: 16px;
	}
}


/* 大屏幕（大桌面显示器，大于等于 1200px） */

@media (min-width: 1200px) {
	/*section-3*/
	.section-3 {
		padding: 50px 0;
	}
	.section-3-title h1 {
		font-size: 30px;
		padding-top: 5%;
	}
	.section-3-title p {
		font-size: 12px;
	}
	.h-zixun p,
	.h-buchang p,
	.h-anju p {
		padding: 20px;
		font-size: 50px;
	}
	.h-zixun h4,
	.h-buchang h4,
	.h-anju h4 {
		font-size: 15px;
	}
	/*section-3*/
	/*section-4*/
	.section-4 .title {
		margin-bottom: 30px;
	}
	.section-4 .title h1 {
		font-size: 30px;
		margin: 30px 0 0;
	}
	.section-4 .title p {
		font-size: 18px;
	}
	.section-4-img {
		min-width: 100%;
		min-height: 185px;
	}
	.caption h3 {
		font-size: 16px;
	}
	.caption p {
		font-size: 14px;
	}
	.caption a {
		font-size: 14px;
	}
	/*section-4*/
	/*section-5*/
	.section-5-header li a {
		font-size: 20px;
		font-weight: bold;
	}
	.section-5-header li {
		margin-right: 5%;
		padding-bottom: 5px;
	}
	.section-5-header li span {
		font-size: 22px;
		font-weight: bold;
		color: #666;
		padding: 5px;
	}
	.section-5-right h4 {
		font-size: 22px;
	}
	.section-5-right p {
		font-size: 16px;
	}
	.section-5-right-but span {
		font-size: 12px;
	}
	/*section-5*/
	/*section-6*/
	.m-h-section {
		width: 300px;
		height: 300px;
	}
	.m-h-con p {
		font-size: 14px;
	}
	.m-h-con h4 {
		font-size: 16px;
	}
	/*section-6*/
	/*subpage*/
	.subpage-header-lef {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.subpage-header-lef h2 {
		font-size: 20px;
		margin-bottom: 50px;
	}
	.subpage-header-lef h4 {
		margin-bottom: 30px;
		font-size: 16px;
	}
	/*subpage*/
	/*子页面分享图*/
	.share-1 img {
		width: 40px;
		height: 40px;
	}
	/*头像*/
	.gb-record-box img {
		width: 50px;
		height: 50px;
	}
	/*interaction*/
	.interaction-bg {
		padding: 30px;
		margin-bottom: 20px;
		border-radius: 5px;
	}
	.interaction-text h3 {
		font-size: 18px;
	}
	.interaction-text span,
	.xf-headline,
	.xf-time {
		font-size: 14px;
	}
	.myzj-con p {
		font-size: 16px;
		margin-top: 10px;
	}
	/*product*/
	.zctjs-box {
		padding: 100px;
	}
	.zctjs-1-title h1,
	.zctjs-3 .title h1,
	.zctjs-4 .title h1,
	.zctjs-5 .title h1 {
		font-size: 2.5em;
	}
	.zctjs-1-title p,
	.zctjs-3 .title P,
	.zctjs-4 .title P,
	.zctjs-5 .title p {
		font-size: 20px;
		padding-bottom: 30px;
	}
	.zctjs-1-box p {
		text-indent: 2em;
		line-height: 2.2em;
		margin: 1.5em auto 2.2em;
		font-size: 16px;
	}
	.zctjs-2 h1 {
		font-size: 2.0em;
		margin-bottom: 2em;
	}
	.zctjs-2 p {
		font-size: 3.0em;
	}
	.zctjs-3 {
		padding: 100px 0 0;
	}
	.zctjs-3-box {
		margin: 50px 0 0;
	}
	.zctjs-3 h2 {
		font-size: 2.5em;
	}
	.zctjs-3 h2 span {
		font-size: 1.5em;
	}
	.zctjs-3 .title-bom {
		font-size: 1.4em;
		padding-top: 20px;
	}
	.zctjs-3-info h4 {
		font-size: 1.8em;
	}
	/*system页面*/
	.system-left-1 h2 {
		margin: 10px 0;
		font-size: 20px;
	}
	.system-left-1 span {
		font-size: 14px;
	}
	.system-photo span {
		font-size: 45px;
	}
	.system-1-box {
		padding-left: 0;
	}
	.system-left-1 ul {
		padding-left: 5px;
	}
	.system-photo span {
		font-size: 35px;
	}
	.system-photo p {
		font-size: 14px;
	}
}


/*子页面开始-subpage*/


/*subpage*/

.subpage-header-lef h2 {
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}

.subpage-header-lef h4 {
	color: #999;
}



.subpage-header-lef p {
	color: #999;
}

.subpage-name {
	color: #4285F4;
}

.subpage-body-lef {
	padding-top: 20px;
	padding-bottom: 30px;
	border-top: 2px solid #E2E2E2;
	border-bottom: 2px solid #E2E2E2;
}

.subpage-body-lef h4 {
	font-size: 14px;
}

.subpage-body-lef h5 {
	font-size: 14px;
	font-weight: bold;
}

.subpage-body-lef img {
	border-radius: 5px;
	margin: 10px auto 30px;
}

.subpage-body-lef p {
	line-height: 1.6;
	margin-bottom: 26px;
	display: block;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	font-size: 15px;
	color: #3d464d;
	text-indent:2em;
}

.accessory{
	
}
.xiazai{
	padding: 5px;
	background: red;
	color: #fff;
	display: inline-block;
}

.share-a {
	padding-top: 20px;
	padding-bottom: 20px;
}


/*分享至*/

.gb_resLay {
	background: #FFFFFF;
	width: 100%;
	margin: 0 auto;
	text-align: right;
}

.share {
	color: #000;
	padding-top: 2%;
}

.bdsharebuttonbox {
	width: 100%;
}

.gb_resItms {
	margin: 0px 4%;
	padding: 0;
}

.gb_resItms li {
	float: left;
	width: 14%;
	padding-bottom: 15px;
}

.gb_resA img {
	margin-bottom: 10px;
}

@media only screen and (max-width: 500px) {
	.gb_resA img {
		width: 45px;
		margin-top: 5px;
	}
}

@media only screen and (max-width: 470px) {
	.gb_resItms li {
		width: 33.333%;
	}
	.gb_resLay {
		height: 290px;
	}
	.gb_resA img {
		width: 60px;
		margin-top: 0
	}
}


/*分享至*/

.share-1 {
	text-align: right;
}

.share-1 li {
	float: right;
	margin-left: 8px;
	list-style-type: none;
}

.share-2 {
	padding: 0;
}

.guestbook {
	padding-top: 10px;
	padding-bottom: 10px;
}

.guestbook h3 {
	margin-bottom: 10px;
}

.guestbook textarea {
	width: 100%;
	height: 100px;
	border-radius: 2px;
}

.guestbook-sub {
	margin-top: 10px;
	margin-bottom: 10px;
}

.guestbook-sub p {
	font-size: 14px;
}

.guestbook-sub a {
	font-size: 20px;
	font-weight: bold;
	color: #D14642;
}

.gb-record {
	padding-top: 20px;
	padding-bottom: 20px;
}

.gb-record-box {
	border-bottom: 1px solid #ccc;
	padding-top: 20px;
	padding-bottom: 0;
}

.reply-box {
	border-top: 1px dashed #9A9A9A;
	padding-top: 20px;
	padding-bottom: 0;
}

.gb-record-box a {
	margin: 0 10px;
	color: #000000;
	font-family: "微软雅黑";
	text-decoration: none;
	cursor: pointer;
}

.gb-record-box a strong {
	color: red;
}

.gb-record-box .reply {
	font-weight: bold;
}

.gb-record img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
}

.gb-record h5 {
	margin-top: 0;
	margin-bottom: 5px;
}

.form-hidden {
	display: none;
}


/*右侧*/

.subpage-right {
	padding-top: 20px;
}

.subpage-right-bg {
	border: 1px solid #D3D7DB;
	padding: 15px;
	margin-top: 15px;
}

.subpage-right-bg2 {
	padding: 15px;
	margin-top: 15px;
}

.s-r-header {
	border-bottom: 1px solid #D3D7DB;
	position: relative;
}

.s-r-header img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	position: absolute;
	top: -68px;
	left: 10px;
}

.s-r-body {
	margin: 20px auto 40px;
}

.s-r-body h4 {
	color: #68727d;
	font-size: 14px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;
}

.s-r-body-con {
	border-bottom: 1px dashed #E0E0E0;
	margin: 10px auto;
}

.s-r-body-con:hover {
	background: #F0F0F0;
}

.s-r-body-con P {
	font-size: 16px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	line-height: 1.4em;
	max-height: 2.8em;
}

.s-r-body-con a {
	color: #888;
	text-decoration: none;
}

.s-r-body-con a:hover {
	color: #4285F4;
}

.s-r-time {
	color: #9ca4ab;
	font-size: 12px;
}

.s-r-type {
	float: right;
	color: #4285F4;
	font-size: 14px;
}

.s-r-foot {
	text-align: center;
}

.s-r-foot a {
	padding: 5px 10px;
	border-radius: 5px;
	border: 1px solid #4285F4;
	text-decoration: none;
}

.s-r-foot a:hover {
	color: #fff;
	background: #4285F4;
}

.xgnr h2 {
	text-align: center;
	font-size: 16px;
	font-weight: 600;
}


/*子页面结束*/


/*政拆通页面开始-product*/

.zctjs-bg {
	margin: 20px 0;
	padding-top: 30;
	padding-bottom: 50px;
}


/*征拆通页按钮*/

.zctjs-box {
	background: #f5f5f5;
}

.zctjs-1-title h1,
.zctjs-2 .title h1,
.zctjs-3 h2,
.zctjs-4 .title h1,
.zctjs-5 .title h1 {
	color: #e83f3f;
	margin: 0;
	text-align: center;
	font-weight: 600;
	letter-spacing: 3px;
}

.zctjs-1-title p,
.zctjs-3 .title P,
.zctjs-4 .title P,
.zctjs-5 .title p {
	color: #5B5B5B;
	text-align: center;
	padding: 0;
	margin: 0;
	font-weight: bold;
}


/*zctjs-2开始*/

.zctjs-1-box p {
	color: #555;
}

.more {
	padding-top: 20px;
}

.moreBtn1 {
	border: none;
	outline: none;
	background: #00acee;
	padding: 0.7em 1.5em 0.7em 1.5em;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 0.9em;
	transition: .5s ease-in;
	-webkit-transition: .5s ease-in;
	-moz-transition: .5s ease-in;
	-o-transition: .5s ease-in;
	-ms-transition: .5s ease-in;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-o-border-radius: 25px;
	-moz-border-radius: 25px;
}

.zctjs-1-fot {
	text-align: center;
}

.moreBtn1:hover {
	text-decoration: none;
	background: #2baf2b;
}

.zctjs-title {
	margin-bottom: 30px;
}

.zctjs-title h1 {
	text-align: center;
	padding-top: 50px;
	font-weight: bold;
	color: #000000;
}

.zctjs-title p {
	color: #5B5B5B;
	font-size: 20px;
	text-align: center;
	padding-bottom: 50px;
	font-weight: bold;
}

.zctjs-title span {
	color: red;
}


/*zctjs-1结束*/


/*zctjs-2开始*/

.zctjs-2 h1 {
	color: #e83f3f;
	text-align: center;
	font-weight: 600;
	letter-spacing: 3px;
}

.zctjs-2 p {
	color: #333;
	display: inline-block;
	text-decoration: none;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	transition: .5s all;
}

.zctjs-2 .spa-grid {
	border-right: 1px solid #999;
}

.zctjs-2 .finally {
	border-right: none;
}

.zctjs-2 {
	text-align: center;
}


/*图案旋转*/

.zctjs-2 .spa-grid:hover p {
	color: #e83f3f;
	-webkit-transform: rotatey(180deg);
	-moz-transform: rotatey(180deg);
	-o-transform: rotatey(180deg);
	-ms-transform: rotatey(180deg);
	transform: rotatey(180deg);
}

.zctjs-2 h4 {
	font-size: 1.3em;
	margin: 1em 0 0.5em 0;
	color: #00acee;
	letter-spacing: 3px;
}


/*zctjs-2结束*/


/*zctjs-3开始*/

.zctjs-3 h2 {
	color: #2BAF2B;
	margin: 0;
	text-align: center;
	font-weight: 600;
	letter-spacing: 3px;
}

.zctjs-3 h2 span {
	color: #e83f3f;
}

.zctjs-3 .title-bom {
	color: #000;
	text-align: center;
}

.zctjs-3-rig {
	float: right;
}

.zctjs-3-lef {
	float: left;
}

.zctjs-3-grid {
	padding: 0;
}

.zctjs-3-img {
	padding: 0;
	/*min-height: 235px;*/
	background-size: cover;
	text-align: center;
	position: relative;
}

.zctjs-3-img img {
	width: 100%;
}


/*-- Effect 1--*/

.zctjs-3-text {
	z-index: 99;
}

.zctjs-3-text:after {
	pointer-events: none;
	position: absolute;
	width: 235px;
	height: 135px;
	content: '';
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.effect-1 {
	-webkit-transition: background 0.5s, color 0.2s;
	-moz-transition: background 0.5s, color 0.2s;
	transition: background 0.5s, color 0.2s;
}

.effect-1:after {
	top: 25px;
	left: 25px;
	box-shadow: 0 0 0 2px #FFFFFF;
	-webkit-transition: -webkit-transform 0.5s, opacity 0.2s;
	-webkit-transform: scale(0.8);
	-moz-transition: -moz-transform 0.5s, opacity 0.2s;
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transition: transform 0.5s, opacity 0.2s;
	transform: scale(0.8);
	opacity: 0;
}

.zctjs-3-img:hover .zctjs-3-text {
	background: #FF7200;
	color: #fff !important;
}

.zctjs-3-img:hover .zctjs-3-text:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}


/*--//Effect 1--*/

.zctjs-3-info {
	text-align: center;
	padding: 1.4em;
	background: #F5F5F5;
}

.zctjs-3-info h4 {
	color: #000;
	margin: 0;
	position: relative;
	letter-spacing: 3px;
}

.zctjs-3-info h4:after {
	content: '';
	background: #00acee;
	width: 30%;
	padding: 1px;
	position: absolute;
	top: 36px;
	left: 53px;
}

.zctjs-3-info p {
	color: #555;
	font-size: 1.2em;
	line-height: 2em;
	margin: 1.5em 0 0 0;
}


/*zctjs-3*/


/*zctjs-4*/

.zctjs-4 a {
	text-decoration: none;
	color: inherit;
}

.zctjs-4-box {
	padding: 30px 50px;
	margin-bottom: 20px;
}

.zctjs-4-box h3 {
	margin-top: 0;
	font-weight: 500;
}

.zctjs-4-box p {
	font-size: 14px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	line-height: 1.4em;
	max-height: 2.8em;
}

.z-4-1 {
	border-radius: 5px;
	background: #5FC5D1;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
}

.z-4-1:hover {
	background: red;
	color: #fff;
}

.z-4-2 {
	border-radius: 5px;
	background: #FBCF48;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
}

.z-4-2:hover {
	background: red;
	color: #fff;
}

.z-4-3 {
	border-radius: 5px;
	background: #F76E6E;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
}

.z-4-3:hover {
	background: red;
	color: #fff;
}


/*.zctjs-5*/

.zctjs-5 {
	text-align: center;
}

.zctjs-5-box {
	margin-bottom: 20px;
}

.zctjs-5-img {
	position: relative;
	overflow: hidden;
}

.zctjs-5-img img {
	margin: 0 auto;
	width: 100%;
}

.zctjs-5-hid {
	position: absolute;
	top: -100%;
	left: 0;
	background: rgba(0, 0, 0, 0.59);
	width: 100%;
	height: 100%;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	transition: .5s all;
}

.zctjs-5-img:hover .zctjs-5-hid {
	top: 0;
}

.zctjs-5-hid ul {
	padding: 30% 0 0;
}

.zctjs-5-hid ul li {
	display: inline-block;
}

.zctjs-5-hid ul li span {
	color: #fff;
	font-size: 15px;
	line-height: 31px;
	text-align: center;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	width: 36px;
	height: 36px;
	border: 2px solid #fff;
}

.zctjs-5-hid ul li span:hover {
	color: #7ab800;
}

.zctjs-5-bom {
	background: #2baf2b;
	padding: 0.3em 1.5em;
	position: absolute;
	bottom: 0;
	width: 50%;
	left: 25%;
}

.zctjs-5-bom h4 {
	color: #fff;
}


/*子页面开始product*/


/*product里面的解决方案*/

.p-j-title {
	padding: 20px 0;
	border-bottom: 2px solid #E7E7E7;
}

.p-j-title h2 {
	color: #000000;
	font-size: 30px;
	text-align: center;
}

.p-j-con {
	padding: 20px 0;
}

.p-j-con img {
	margin-bottom: 30px;
}


/*政拆通页面结束-product*/


/*在线办事-system开始*/

.system-box {
	padding: 30px 0;
}

.system-left {
	border-radius: 5px;
}

.system-left-1 {
	padding: 30px 15px;
	border-radius: 5px;
	border: 1px solid #e5e5e5;
	margin: 20px 0;
}

.system-1-title {
	text-align: center;
}

.system-left-1 h2 {
	color: #000;
	font-weight: bold;
	color: #FF9002;
}

.system-left-1 span {
	color: #FF9002;
}

.system-left-1 li {
	width: 25%;
	float: left;
	text-align: center;
}

.system-photo a {
	text-decoration: none;
	color: #000;
}

.system-photo a:hover {
	color: #E38D13;
}

.system-photo li {
	transition: all 250ms ease-in-out 0s;
}

.system-left-1 .photo-1 span {
	color: red;
}

.system-left-1 .photo-2 span {
	color: #1ECC73;
}

.system-left-1 .photo-3 span {
	color: #FDCB16;
}

.system-left-1 .photo-4 span {
	color: #2DCAF6;
}

.system-left-1 .photo-1 span:hover,
.system-left-1 .photo-2 span:hover,
.system-left-1 .photo-3 span:hover,
.system-left-1 .photo-4 span:hover {
	color: #008000;
}

.system-text {
	border-bottom: 2px solid #4285F4;
	color: #4285F4;
	padding-bottom: 15px;
}

.system-left-box {
	padding: 15px 0;
}

.system-left-box li {
	float: left;
	width: 25%;
	padding: 5px 0;
}

.system-left-header p {
	font-size: 14px;
	font-weight: bold;
}

.system-left-header span {
	font-size: 20px;
}

.system-left-box .bszn {
	color: #D9534F;
}

.system-left-box .zxyy {
	color: #337AB7;
}

.system-left-box .jdcx {
	color: #D59945;
}

.system-left-box .bgxz {
	color: #E81123;
}

.system-1-bg {
	margin: 0;
	padding: 8px 0;
	border-top: 1px dashed #999;
}

.system-1-bg:hover {
	background: #E0E0E0;
}

.system-left-content li {
	text-align: right;
}

.system-left-content p {
	margin-top: 8px;
}

.system-left-content p a {
	color: #000;
	line-height: 1.1;
	text-overflow: ellipsis;
	/* 支持 Opera */
	-o-text-overflow: ellipsis;
	/* 支持 Opera */
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	white-space: nowrap;
	/*不显示的地方用省略号...代替*/
	text-overflow: ellipsis;
	/* 支持 IE */
	overflow: hidden;
}

.system-left-content p a:hover {
	color: #000;
}

.system-left-content p span:hover {
	color: #416692;
}

.system-left-content a {
	text-decoration: none;
}

.system-left-content li a {
	padding: 2px;
	border: 1px solid #fff;
}

.system-left-content li a:hover {
	border: 1px solid red;
}

.system-left-fot {
	text-align: center;
}

.bszn-hidden,
.zxyy-hidden,
.jdcx-hidden {
	width: 100%;
	height: 100%;
	padding: 5% 20%;
	margin: 0 auto;
	position: fixed;
	background-color: rgba(0, 0, 0, 0.4);
	top: 0;
	left: 0;
	z-index: 9999;
	display: none;
}

.system-h-box {
	min-height: 300px;
	background: #fff;
	border: 1px solid #E0E0E0;
	border-radius: 5px;
}

.system-h-header {
	background: #4285F4;
	border-radius: 5px 5px 0 0;
	padding: 15px;
}

.system-h-header h3 {
	margin: 0;
}

.system-close {
	float: right;
	font-size: 20px;
}

.system-close:hover {
	color: red;
}

.system-h-container {
	padding: 15px;
}

.system-h-footer {
	padding: 15px;
}


/*system右侧*/

.system-right-box {
	padding: 20px;
	border: 1px solid #E2E2E2;
	margin: 20px 0;
	border-radius: 5px;
}

.syst-right-title {
	border-bottom: 1px solid #E2E2E2;
}

.syst-right-title p {
	font-size: 16px;
	font-family: "微软雅黑";
	cursor: pointer;
}

.syst-right-title span {
	font-size: 18px;
	text-align: left;
	background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(249, 151, 64, 1)), to(rgba(254, 86, 21, 1)));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.syst-right-title .next a {
	color: #000;
	text-decoration: none;
}

.syst-right-con {}

.syst-right-con ul {
	padding: 0;
}

.syst-right-con li {
	line-height: 2.5;
	border-bottom: 1px dashed #ccc;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}


/*在线办事-system结束*/


/*关于我们-about开始*/


/*关于我们-about结束*/


/*民众互动-interaction开始*/

.interaction-container {
	margin-top: 20px;
}

.interaction-box {
	padding: 20px 0;
	/*background-image: url(../images/b2.jpg);*/
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center 0;
	overflow: hidden;
}

.interaction-text {
	color: #009DDA;
	padding-bottom: 15px;
}


/*收信箱*/

.Inbox {
	padding: 10px 0;
}

.Inbox-seek {
	padding-top: 5%;
}

.Inbox-seek input {
	width: 80%;
	display: inline-block;
}

.Inbox-seek .InboxBtn {
	padding: 6px 20px;
	background: #fff;
	border: 1px solid #83C172;
	border-radius: 5px;
	color: #666;
	background: #FFF1F4;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
}

.Inbox-seek .InboxBtn:hover {
	background: #83C172;
	color: #fff;
}

.Inbox-but {
	color: #BE901F;
	margin-top: 3%;
	padding: 5px;
	cursor: pointer;
	display: inline-block;
	float: right;
	border-radius: 5px;
	background: #FFF1F4;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
}

.Inbox-but:hover {
	color: #40B6E3;
	-webkit-box-shadow: 0 0 10px #9C9C9C;
	-moz-box-shadow: 0 0 10px #9C9C9C;
	box-shadow: 0 0 10px #9C9C9C;
}

.Inbox-but img {
	max-width: 40px;
	display: inline-block;
}

.Inbox-but span {
	font-size: 30px;
}

.Inbox-info {
	width: 100%;
	height: 100%;
	padding: 10% 20%;
	margin: 0 auto;
	position: fixed;
	background-color: rgba(0, 0, 0, 0.4);
	top: 0;
	left: 0;
	z-index: 9999;
	display: none;
}

.i-h-title .Inbox-close {
	font-size: 20px;
	float: right;
}

.Inbox-close:hover {
	color: red;
}

.i-i-con {
	/*border: 1px solid #999;*/
	padding: 10px;
	overflow: hidden;
}

.i-i-con textarea {
	max-width: 100%;
}

.Inbox-sub-box {
	padding: 10px 0;
}

.Inbox-sub {
	text-align: right;
}


/*收信箱结束*/

.inter-tab {
	background: #40B6E3;
	color: #fff;
}

.inter-tab2:hover {
	background: #E5E5E5;
}

.interaction-text h3 {
	margin: 0;
	font-weight: 600;
}

.interaction-text p {
	font-size: 50px;
	color: darkgoldenrod;
	text-align: right;
}

.interaction-bg {
	background: #fff;
	border-radius: 5px;
	border: 1px solid #DCDCDC;
}

.interaction-1 table {
	border-top: 2px solid #DCDCDC;
	border-bottom: 2px solid #DCDCDC;
}

.interaction-1 table th {
	text-align: center;
}

.xf-headline {
	width: 70%;
	text-align: left;
}

.xf-time {
	width: 15%;
	text-align: center;
}

.interaction-2-left,
.interaction-2-right {
	max-height: 280px;
	overflow: hidden;
}

.interaction-2-right button {
	margin: 10px 0;
}

.interaction-3-left,
.interaction-3-right {
	max-height: 200px;
}

.interaction-3 h4 {
	text-align: center;
}

.Video-interview img {
	margin: 0 auto;
}


/*民众互动-interaction结束*/


/*民众互动子页面interaction-hf开始*/

.i-h-title {
	border-bottom: 1px solid #009DDA;
	padding-bottom: 10px;
}

.i-h-con {
	border: 1px solid #999;
	padding: 10px;
	overflow: hidden;
}

.i-h-con p {
	text-align: center;
	font-size: 16px;
	font-weight: 600;
}

.i-h-line {
	border-bottom: 1px solid #eee;
	line-height: 3.0;
}

.i-h-headline {
	text-align: right;
}

.i-h-reply {
	border-top: 1px solid;
}


/*民众互动子页面interaction-hf结束*/


/*合作加盟页面-join开始*/

.join-box {}

.join-1 {
	padding: 100px 200px;
}

.join-bg {
	margin: 30px 0;
}

.join-1 table {
	width: 100%;
}

.join-text-01 {
	padding: 0;
	width: 4%;
}

.reply-hidden {
	display: none;
}

.i-h-hf {
	margin-top: 10px;
	margin-bottom: 10px;
}


/*合作加盟页面-join结束*/


/*登录页面开始*/

.navbar-login-top {
	margin-bottom: 0;
}

.login-content {
	margin: 0;
}

.login embed {
	width: 30px;
	height: 30px;
}

.login-header h2 {
	font-size: 25px;
	color: #000000;
}

.login-header a {
	font-size: 25px;
	color: #000000;
}

.login-content {
	background: #4285F4;
}

.login-right {
	margin: 2% 15%;
	padding: 8%;
	background: #fff;
	border-radius: 10px;
}

.login-right .row-quan {
	margin-top: 5%;
}

.login-right .row-one p {
	font-size: 20px;
	color: #000000;
	font-weight: bold;
}

.login-right .row-two {
	border-bottom: 1px solid #eee;
}

.login-right .row-two .log-let {
	border-bottom: 2px solid #4285F4;
}

.login-right .row-two .log-rig {
	color: #4285F4;
}

.login-right .row-two h4 {
	margin-bottom: 0;
}

.login-right .row-two a {
	text-decoration: none;
}

.login-right .row-seven {
	text-align: center;
}

.login-right .row-seven h4 {
	font-size: 16px;
	text-align: center;
}

.login-right .row-seven img {
	margin: 5px 20px;
}


/*登录页面结束*/


/*注册页面开始*/

.register-content {
	background: #A3D1D1;
}

.yzm {
	padding-left: 0;
	margin: 0;
}

.row-fore span {
	font-size: 12px;
	background: #222222;
	color: #fff;
	padding: 5px 10px;
}

#r-succeed {
	width: 400px;
	text-align: center;
	border: 1px solid #E0E0E0;
	border-radius: 5px;
	background: #fff;
	padding: 20px;
	position: absolute;
	top: 20%;
	left: 40%;
	display: none;
}

#r-succeed a {
	padding: 10px 20px;
	background: red;
	border-radius: 5px;
	color: #FFEDED;
}

#r-succeed a:hover {
	background: #FF00ff;
}


/*注册页面结束*/


/*选择地区开始*/

.region-container {
	margin: 0 auto;
}

.section-mycarousel {
	margin: 0 auto;
}

.sec-img img {
	transition: all 0.9s ease-in-out;
	-webkit-transition: all 0.9s ease-in-out;
	-moz-transition: all 0.9s ease-in-out;
	-o-transition: all 0.9s ease-in-out;
	-ms-transition: all 0.9s ease-in-out;
}

.sec-img img:hover {
	transform: scale(1.1);
}

.region-box h2 {
	font-weight: bold;
	margin-left: 15px;
	margin-bottom: 15px;
}

.region-bg {
	border: 1px solid #CCCCCC;
	padding: 2%;
	margin-bottom: 20px;
	border-radius: 5px;
}

.region-body-bg {
	padding-top: 20px;
	padding-bottom: 20px;
}

.region-body-bg:hover {
	background: #E6E6E6;
}

.region-header {
	margin-bottom: 20px;
}

.region-header h4 {
	font-size: 16px;
	font-weight: bold;
}

.region-body h3 {
	margin-bottom: 20px;
	font-weight: bold;
}

.region-body h5 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 4px;
}

.region-row-right p {
	line-height: 2.0;
}

.region-row-right a {
	margin-right: 16px;
	padding: 2px 8px;
	text-decoration: none;
	color: #000000;
}

.region-row-right a:hover {
	border-radius: 5px;
	background: #4285F4;
}

.region-row-right .collaborate {
	border-radius: 5px;
	background: red;
	color: #fff;
}

.queren:hover {
	background: red;
}


/*选择地区结束*/