@charset "UTF-8";

/*reset*/

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
}

input::-webkit-input-placeholder {
	color: #999999;
}

input:-moz-placeholder {
	color: #999999;
}

input::-moz-placeholder {
	color: #999999;
}

input:-ms-input-placeholder {
	color: #999999;
}

body {
	font: 14px/150% "\5FAE\8F6F\96C5\9ED1", Arial, Verdana;
	background-color: #fff;
	color: #666;
}

ul,
ol {
	list-style: none;
}

img {
	border: 0;
	vertical-align: middle;
}

a {
	text-decoration: none;
	color: #666;
}

a:active {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

i,
em {
	font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
th {
	font-size: 14px;
	font-weight: normal;
}

input,
select,
textarea {
	font-size: 14px;
	outline: none;
	font-family: "\5FAE\8F6F\96C5\9ED1", Arial, Verdana;
	color: #666;
}

input[type="radio"] {
	appearance: none;
	-webkit-appearance: none;
	width: 14px;
	height: 14px;
	background: url(/images/portal/newhome/radio.png) no-repeat;
	background-color: transparent;
	background-position: -23px 0;
	border: 0;
	vertical-align: middle;
	cursor: pointer;
}

input[type="radio"]:checked {
	background-position: 0 0;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: " ";
}

.clearfix:after {
	height: 0;
	visibility: hidden;
	display: block;
	clear: both;
}

.container {
	max-width: 1024px;
	margin: 0 auto;
	width: 100%;
}

.icons {
	display: inline-block;
	background: url(/images/portal/newhome/icons.png) no-repeat;
}

.mt-40 {
	margin-top: 30px;
}

.mt-30 {
	margin-top: 30px;
}

.mt-20 {
	margin-top: 20px;
}

.mt-12 {
	margin-top: 12px;
}

.mt-60 {
	margin-top: 60px;
}

.mb-100 {
	margin-bottom: 100px;
}

.mtb-10 {
	margin: 10px 0;
}

.mr-30 {
	margin-right: 30px;
}

.ptb-20 {
	padding: 20px 0;
}

.plr-10 {
	padding: 0 10px;
}

.align-center {
	text-align: center;
}

.left-880 {
	float: left;
	width: 69.3%;
}

.right-300 {
	float: right;
	width: 29.3%;
	border: 10px solid #fbf5f8;
}

.logo {
	float: left;
	width: 680px;
	font-size: 16px;
	font-weight: bold;
	color: #ee198c;
	margin-top: 68px;
}

.logo div.fl span {
	display: block;
	letter-spacing: 31px;
	background-color: #EE198C;
	font-size: 16px;
	line-height: 1;
	padding: 3px 0 3px 8px;
	width: 592px;
	overflow: hidden;
	white-space: nowrap;
	color: #fff;
}

.logo .p {
	font-size: 36px;
	line-height: 1.2;
}

.logo img {
	float: left;
	margin: 0 12px 0 0;
	display: block;
	height: 60px;
}

.header {
	overflow: hidden;
	height:261px;
}

.header .top {
	height: 170px;
	width: 100%;
	background-color: #fbf5f8;
	background-image: url(/images/portal/newhome/header-bg.jpg);
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center center;
}

.header .top .btn {
	float: right;
	margin: 44px 0 0 35px;
	font-size: 14px;
	border-radius: 19px;
	padding: 0 15px;
	border: 1px solid #ccc;
	height: 30px;
	line-height: 28px;
}

.header .top .btn img {
	display: block;
	float: left;
	height: 25px;
	margin: 1px 3px 0 0;
}

.header .top .wechat {
	border-color: #82ba24;
	color: #82ba24;
	position: relative;
}

.header .top .wechat .img {
	position: absolute;
	left: 0px;
	top: 30px;
	z-index: 99;
	display: none;
}

.header .top .wechat .img img {
	float: none;
	height: auto;
	margin: 0;
}

.header .top .sina {
	border-color: #d52b2a;
	color: #d52b2a;
}

.nav {
	background: #ee198c;
	width: 100%;
}

.nav ul {
	position: relative;
	width: 100%;
}

.nav ul li {
	position: relative;
	float: left;
	height: 50px;
	border-right: 1px solid #f86694;
}

.nav ul li a {
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 50px;
	display: block;
}

.nav ul li:first-child {
	border-left: 1px solid #f86694;
}

.nav a:hover,
.nav a.on {
	background: #bc0066;
}

.nav ul li .sub-menu {
	position: absolute;
	top: 50px;
	height: 40px;
	left: 0;
	width: 100%;
	display: none;
}

.nav ul li .sub-menu a {
	width: 100%;
	background: #ff7cc3;
	border-left: #ff7cc3 !important;
	border-right: #ff7cc3;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	font-weight: normal;
}

.nav ul li .sub-menu a:before {
	content: "�?;
 color: #fff;
	font-size: 12px;
	margin: -3px 5px 0 -8px;
	display: inline-block;
	vertical-align: middle;
}

.i-home {
	width: 20px;
	height: 20px;
	margin-right: 6px;
	vertical-align: bottom;
}

.i-weather {
	width: 23px;
	height: 21px;
	margin-right: 6px;
	background-position: -38px 0;
	vertical-align: bottom;
}

.location {
	padding: 10px 0;
	font-size: 12px;
}

.real-time {
	margin-left: 15px;
}

.footer {
	background: #eee;
	width: 100%;
	text-align: center;
	padding: 5px 0;
	overflow: hidden;
}

.footer ul li {
	margin: 5px 0;
}

.footer ul li span {
	margin: 0 15px;
}

.more {
	text-indent: -999px;
	width: 42px;
	height: 21px;
	background: url(/images/portal/newhome/more.png) no-repeat;
	background-position: 0px 5px;
	overflow: hidden;
	margin-top: 10px;
}

.more:hover {
	background-position: 0px -14px;
}

.border-panel {
	border: 1px solid #ddd;
	/*border-top-width: 2px;
	border-top-color: #ee198c;*/
}

.panel-head {
	position: relative;
	height: 42px;
	padding: 0 16px;
	background: url(/images/portal/newhome/title-bg.jpg);
}

.panel-head span {
	font-size: 16px;
	color: #ee198c;
	font-weight: bold;
	display: inline-block;
	line-height: 1;
	margin-top: 13px;
}

.ul-list {
	padding: 3px 0;
	height: 254px;
}

.ul-list li {
	margin: 9px 0;
	padding-left: 12px;
	position: relative;
}

.ul-list li:before {
	content: '';
	position: absolute;
	left: 0px;
	top: 7px;
	width: 6px;
	height: 6px;
	background-color: #ee198c;
	border-radius: 50%;
}

.ul-list li a {
	line-height: 1.4;
	max-width: 80%;
	display: inline-block;
	vertical-align: top;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.ul-list li a:hover,
.ul-list li a:hover .time {
	color: #ee198c;
}

.ul-list li .time {
	position: absolute;
	right: 0;
	top: 4px;
	color: #999;
}

.ul-list .hot:after {
	content: '';
	display: inline-block;
	width: 18px;
	height: 14px;
	vertical-align: middle;
	background: url(/images/portal/newhome/icons.png) no-repeat;
	background-position: -80px 0;
	margin-left: 3px;
}

.ul-list .top:after {
	content: '';
	display: inline-block;
	width: 18px;
	height: 17px;
	vertical-align: middle;
	background: url(/images/portal/newhome/top.gif) no-repeat;
	background-position: 1px 0;
	margin-left: 3px;
}


.disc-list li {
	margin: 9px 0;
	padding-left: 12px;
	position: relative;
}

.disc-list li:before {
	content: '';
	position: absolute;
	left: 0px;
	top: 9px;
	border: 3px solid #ee198c;
	border-radius: 50%;
}

.disc-list li a {
	line-height: 1;
	max-width: 100%;
	display: inline-block;
	vertical-align: middle;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.disc-list li a:hover {
	color: #ee198c;
}

.panel-title {
	display: inline-block;
	color: #fff;
	background: #ee198c;
	padding: 2px 10px;
}

.link {
	border: 1px solid #dfdfdf;
	padding: 0 10px;
}

.link .head {
	font-size: 16px;
	font-weight: bold;
	color: #ee198c;
	border-bottom: 1px solid #ee198c;
	padding: 12px 10px;
}

.link-content {
	overflow: hidden;
	position: relative;
	margin: 20px -10px;
}

.link-content .hd a {
	background: url(/images/portal/newhome/icons.png) no-repeat;
	width: 15px;
	height: 26px;
	position: absolute;
	z-index: 99;
	top: 30%;
}

.link-content .hd a.prev {
	left: 5px;
	background-position: -115px 0;
}

.link-content .hd a.next {
	right: 5px;
	background-position: -150px 0;
}

.link-content .bd {
	margin: 0 22px;
	overflow: hidden;
}

.link-content .bd ul li {
	float: left;
	_display: inline;
	overflow: hidden;
	margin-right: 5px;
	padding: 5px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	-ms-box-sizing: content-box;
	-o-box-sizing: content-box;
	box-sizing: content-box;
	width: 181px;
}

.link-content .bd ul li img {
	box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.2);
	width: 100%;
	height: 55px;
}

.tab-box .hd ul {
	float: left;
	border: 1px solid #ee198c;
}

.tab-box .hd li {
	float: left;
	line-height: 24px;
	padding: 0 21px;
	cursor: pointer;
}

.tab-box .hd li.on {
	background: #ee198c;
	color: #fff;
}

.title-panel {
	border-top: 1px solid #ee198c;
	margin-bottom: 12px;
}

.title-panel span {
	display: inline-block;
	background: #ee198c;
	color: #fff;
	line-height: 24px;
	padding: 0 19px;
}

.border-box {
	border: 1px solid #dfdfdf;
}

.border-box .head {
	font-size: 16px;
	font-weight: bold;
	color: #ee198c;
	text-align: center;
	padding: 20px;
}

.page-btn {
	font-size: 12px;
	color: #333;
	text-align: center;
	margin-bottom: 20px;
}

.page-btn a {
	font-size: 13px;
	color: #333;
	margin: 0 8px;
}

.page-btn a:hover {
	color: #ee198c;
}

.page-btn span {
	margin: 0 5px;
}

.intro-txt {
	font-size: 18px;
	color: #4c4c4c;
	line-height: 1.6;
}

.i-upload {
	width: 21px;
	height: 21px;
	background-position: -180px 2px;
	vertical-align: top;
	margin-right: 3px;
}

.color-lump {
	border: 1px solid #dfdfdf;
}

.color-lump .head {
	background: #ee198c;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: 14px 20px;
	border-bottom: 1px solid #dfdfdf;
}

.color-lump .head a {
	color: #fff;
	font-size: 14px;
	font-weight: normal;
}

.color-lump .content {
	padding: 0 14px;
}

.ul-list2 li {
	padding-left: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
	border-bottom: 1px dashed #dfdfdf;
}

.ul-list2 li:last-child {
	border-bottom: 0;
}

.ul-list2 li:before {
	content: '';
	position: absolute;
	left: 0px;
	top: 18px;
	width: 6px;
	height: 6px;
	background-color: #ee198c;
	border-radius: 50%;
}

.ul-list2 li a {
	display: block;
	width: 100%;
	vertical-align: middle;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.ul-list2 li a:hover {
	color: #ee198c;
}

.article-box {
	padding: 20px 20px;
}

.article-head {
	text-align: center;
	border-bottom: 1px solid #ee198c;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.article-head .source span {
	color: #999;
	margin: 0 12px;
	font-size: 14px;
}

.article-head h1 {
	font-size: 20px;
	color: #333;
	margin-bottom: 12px;
	line-height: 1.3;
}

.article-head .source a {
	color: #999;
	margin: 0 10px;
}

.article-head .source a.on {
	color: #f73131;
	text-decoration: underline;
}

.article-content {
	line-height: 1.8;
	letter-spacing: 1px;
}

.purple-text {
	color: #ee198c;
	font-size: 16px;
	padding: 0 15px;
}

.purple-panel {
	display: inline-block;
	background: #ee198c;
	color: #fff;
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin-left: 15px;
}

.default-txt {
	color: #4c4c4c;
	line-height: 1.8;
}

.white-scroll {
	position: relative;
	overflow: hidden;
}

.white-scroll .hd a {
	background: url(/images/portal/newhome/icons.png) no-repeat;
	width: 15px;
	height: 26px;
	position: absolute;
	z-index: 99;
	top: 40%;
}

.white-scroll .hd a.prev {
	left: 5px;
	background-position: -147px -46px;
}

.white-scroll .hd a.next {
	right: 5px;
	background-position: -180px -46px;
}

.white-scroll .picList li {
	float: left;
}

.wait {
	color: #fd9923;
}

.finish {
	color: #3e9a29;
}

.red {
	color: #dd0000;
}

.ml-280 {
	margin-left: 160px;
}

.hide {
	display: none;
}

.relative {
	position: relative;
}

.red-text {
	color: #f75050;
}

.font-16 {
	font-size: 16px;
}

.align-right {
	text-align: right;
}

.block-title {
	background: #ee198c;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding: 12px 0;
}

.ml-350 {
	margin-left: 350px;
}

.plr-20 {
	padding: 0 20px;
}

#_my97DP {
	position: absolute !important;
}

.padding-2010 {
	padding: 20px 10px;
}

.bg-orange2 {
	background: #ff8655;
}

.bg-light-blue {
	background: #64a8fe;
}

.bg-pink {
	background: #fb5ba0;
}

.bg-light-green {
	background: #3ad28d;
}

.bg-cyan {
	background: #12cee6;
}

.bg-olivine {
	background: #94cb13;
}

.infoScroll {
	overflow: hidden;
	position: relative;
	margin: 20px 0;
	height: auto;
}

.infoScroll .hd a {
	background: url(/images/portal/newhome/icons.png) no-repeat;
	width: 15px;
	height: 26px;
	position: absolute;
	z-index: 99;
	top: 50%;
	margin-top: -13px;
}

.infoScroll .hd a.prev {
	left: 0px;
	background-position: -115px 0;
}

.infoScroll .hd a.next {
	right: 0px;
	background-position: -150px 0;
}

.infoScroll .bd {
	margin: 0 20px;
	overflow: hidden;
	height: 100%;
}

.infoScroll .bd .tempWrap,
.infoScroll .bd .tempWrap ul {
	height: 100%;
}

.companyList li {
	width: 235px;
	margin-right: 10px;
	float: left;
}

.companyList .box {
	display: block;
	height: 208px;
}

.companyList img {
	display: block;
	width: 100% !important;
	height: 182px !important;
	margin: 0 auto;
	border: 1px solid #dedede;
}

.companyList .box p {
	font-weight: bold;
	text-align: center;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-top: 10px;
	color: #333;
	line-height: 1.2;
}

.companyList .box:hover img {
	border: 1px solid #ee198c;
}

.companyList .box:hover p {
	color: #EE198C;
}

.side .companyList {
	padding: 14px 0 0 0;
	width: 242px;
	margin: 0 auto;
}

.side .companyList li {
	float: none;
	width: 100%;
	margin: 0 0 20px 0;
}

.side .companyList li .box {
	height: auto;
}

.side .companyList .box p {
	overflow: visible;
	white-space: normal;
	text-overflow: inherit;
	margin-top: 6px;
	font-weight: normal;
}

.side .companyList li .box img {
	height: 168px !important;
}

.gray-text {
	color: #999;
}

.mb-30 {
	margin-bottom: 30px;
}

.mb-10 {
	margin-bottom: 10px;
}

.fixed-bar {
	width: 42px;
	position: fixed;
	bottom: 120px;
	left: 50%;
	margin-left: 520px;
	height: 126px;
}

.fixed-bar li {
	height: 42px;
	position: relative;
	text-align: center;
	margin-bottom: 2px;
}

.fixed-bar li a {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #f3f3f3;
}

.fixed-bar li a img {
	display: block;
	margin: 0 auto 0 auto;
	padding-top: 3px;
}

.fixed-bar li a:hover {
	background-color: #f7e5ee;
}

.toTop {
	display: none;
}

.toTop a {
	background: url(/images/portal/newhome/top/top.png) no-repeat center center;
}

.gzh div {
	position: absolute;
	top: 0;
	left: -170px;
	background: #fff;
	border: 1px solid #ddd;
	padding: 10px;
	text-align: center;
	display: none;
}

.gzh div img {
	display: block;
	width: 150px;
	height: 150px;
	margin-bottom: 5px;
}

.gzh div p {
	color: #333;
	line-height: 1.2;
}

.mask {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.6);
	z-index: 98;
	display: none;
}

.popup {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	display: none;
	background-color: #fff;
}

.common-popup {
	background: #f8f8f8;
}

.common-popup .head {
	background: #ee198c;
	color: #fefefe;
	text-align: center;
	font-size: 16px;
	padding: 12px 0;
}

.common-popup .foot {
	padding-bottom: 30px;
	text-align: center;
}

.common-popup .foot a {
	display: inline-block;
	width: 90px;
	height: 32px;
	line-height: 32px;
	background: #ee198c;
	color: #fff;
	margin: 0 10px;
	font-size: 16px;
}

.common-popup .content {
	padding: 20px 30px;
}

.border-table {
	width: 100%;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	background: #fff;
}

.border-table th,
.border-table td {
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 6px 12px;
	color:#666;
}

.border-table th {
	text-align: right;
	background: #eee;
}

.color-333 {
	color: #333;
}

.web-input {
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 8px 12px;
}

.tips-box {
	padding: 40px;
	text-align: center;
}

.tips-box h2 {
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 30px;
}

.tips-box .btn {
	display: inline-block;
	background: #999;
	width: 150px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #fff;
}

.tips-box .btn.success {
	background: #50c05d;
}

.tips-box .btn.error {
	background: #f75050;
}

.color-999 {
	color: #999;
}

.ph-icon {
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	margin: 11px 3px 0 -4px;
}

.nav-icon {
	display: inline-block;
	width: 22px;
	height: 22px;
	vertical-align: top;
	margin: 14px 10px 0 0;
}

.hd-box {
	border: 1px solid #dfdfdf;
}

.hd-box .panel-head {
	/*background: url(/images/portal/newhome/tit-bg.jpg) repeat-x;
	padding: 0 15px 0 0;*/
}

.panel-head .head-tit {
	/*display: block;
	width: 236px;
	height: 42px;*/
	float: left;
	/*background: url(/images/portal/newhome/tit-span-bg.png) no-repeat left top;
	background-size: auto 42px;
	margin: -1px 0 0 -1px;
	line-height: 42px;
	color: #fff;
	padding-left: 42px;*/
}

.panel-content {
	padding: 0 1%;
}

.left-list .title-01 {
	height: 20px;
}

.left-list .title-01:before,
.left-list .title-01:after {
	display: none;
}

.hd-box .panel-content .ul-list {
	padding: 0;
}

.left-list .title-01 a {
	display: inline-block;
	height: 20px;
	line-height: 20px;
	color: #ee198c;
	position: relative;
}

.left-list .title-01 a:hover {
	border-bottom: 1px solid #ee198c;
}

.tab-tit {
	height: 43px;
	float: left;
	margin: -1px 0 0 -17px;
}

.tab-tit a {
	display: block;
	float: left;
	height: 100%;
	padding: 0 10px;
	line-height: 43px;
}

.tab-tit a span {
	display: inline-block;
	color: #666;
	margin: 0;
	line-height: inherit;
}

.tab-tit a.active,
.tab-tit a.on {
	background-color: #ee198c;
}

.tab-tit a.active span,
.tab-tit a.on span {
	color: #fff;
}

.hd-box .tab-tit {
	height: 43px;
}

.hd-box .tab-tit a {
	line-height: 43px;
}

.tab-tit a .ph-icon {
	margin: 7px 3px 0 0px;
}

.tab-part {
	display: none;
}

.ml-20 {
	margin-left: 20px;
}

.mt-10 {
	margin-top: 10px;
}

.yzm-btn {
	display: block;
	border: 1px solid #ee198c;
	width: 130px;
	height: 39px;
	color: #ee198c;
	line-height: 37px;
	font-size: 15px;
	background-color: transparent;
	margin-left: 20px;
	border-radius: 5px;
}

#showBigPic {
	position: absolute;
	background-color: #fff;
	padding: 16px;
	box-shadow: 0 0 12px 1px #999;
	-webkit-box-shadow: 0 0 12px 1px #999;
	-ms-box-shadow: 0 0 12px 1px #999;
	-o-box-shadow: 0 0 12px 1px #999;
	-moz-box-shadow: 0 0 12px 1px #999;
	z-index: 100;
	text-align: center;
	width: 0;
	height: 0;
	opacity: 0;
	max-height: 532px;
	max-width: 532px;
}

#showBigPic img {
	display: block;
	margin: 0 auto;
	max-height: 260px;
	max-width: 500px;
}

.news-notice-wrap {
	height: 256px;
}

.jz-row-wp {
	padding: 10px 0.5%;
}

.jz-row-wp .jz-type {
	width: 100%;
	margin: 0;
}

.jz-row-wp .jz-type li {
	margin: 6px 0.5%;
	width: 24%;
	padding-bottom: 23%;
	position: relative;
	height: 232px;
	overflow: hidden;
}

.jz-row-wp .jz-type li a {
	padding: 12px 17px 0 17px;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.jz-row-wp .jz-type li a img {
	margin: 8px auto 2px auto;
	height: 90px;
	width: auto;
}

.jz-row-wp .jz-type li .tit {
	font-size: 16px;
	height: 40px;
}

.jz-row-wp .jz-type li p {
	font-size: 14px;
}

.bg-yellow {
	background-color: #ffba55;
}

.btn-box {
	padding: 3px 20px;
}

.btn-box .service-btn {
	display: block;
	height: 54px;
	line-height: 52px;
	margin: 10px 0;
	padding: 0 0 0 22px;
	text-align: left;
}

.btn-box .service-btn img {
	display: inline-block;
	margin-top: -4px;
}

.way-tab {
	overflow: hidden;
	padding: 25px 25px 0 25px;
	text-align: center;
}

.way-tab a {
	display: inline-block;
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	color: #333;
	border-left: 2px solid #999999;
	padding: 0 25px 0 30px;
}

.way-tab a:first-child {
	border-left: none;
}

.way-tab a.active {
	font-weight: bold;
	color: #ee198c;
}

.wx-code {
	text-align: center;
	height: 229px;
}

.code-img {
	height: 180px;
	margin-top: 10px;
}

.code-img table {
	width: 180px !important;
	height: 180px !important;
	margin: 0 auto;
}

.wx-code p span {
	color: #EE198C;
	margin: 0 2px;
	min-width: 25px;
	text-align: center;
	display: inline-block;
}

.way-box {
	padding: 20px 25px 12px 25px;
}

.error-p {
	color: #dc0909;
	margin: 0 0 0 80px;
	font-size: 13px;
	line-height: 1.2;
}

.popup-inner {
	width: 100%;
	height: 100%;
	position: relative;
}

.close-btn {
	width: 40px;
	height: 40px;
	position: absolute;
	top: -22px;
	right: -50px;
	background: url(/images/portal/newhome/close-btn.png) no-repeat center center;
	border: 1px solid #fff;
	border-radius: 50%;
	cursor: pointer;
}

.popup-head {
	color: #f351a1;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	height: 45px;
	line-height: 44px;
	border-bottom: 1px solid #f6f2f7;
}


/*注册*/

.select-type {
	width: 750px;
	margin: 50px auto 0 auto;
}

.select-type h2 {
	font-size: 24px;
	color: #999999;
	text-align: center;
	margin-bottom: 40px;
}

.select-type ul li {
	float: left;
	border: 1px solid #e6e6e6;
	border-radius: 5px;
	width: 220px;
	height: 280px;
	text-align: center;
	margin: 0 15px;
	padding: 38px 18px 0 18px;
}

.select-type ul li h6 {
	font-size: 26px;
	color: #333;
}

.select-type ul li span {
	display: block;
	width: 90px;
	height: 90px;
	margin: 25px auto;
}

.select-type ul li span img {
	display: block;
	height: 100%;
	width: 100%;
}

.select-type ul li .service-btn {
	font-size: 16px;
	font-weight: bold;
	height: 40px;
	line-height: 38px;
	margin: 0;
	padding: 0;
	display: block;
	width: 100%;
}

.to-login {
	text-align: right;
	font-size: 16px;
	margin-right: 15px;
	margin-top: 18px;
	display: block;
}

.to-login a {
	color: #ee198c;
	text-decoration: underline;
	font-size: 16px;
}

.register-box {
	width: 450px;
	margin: 0 auto;
}

.register-box .login-item .input #yzm,
.register-box .login-item .input #password {
	width: 249px;
}

.r-tit {
	color: #333333;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	margin-bottom: 15px;
}

.result-div {
	text-align: center;
}

.result-div i {
	display: block;
	width: 86px;
	height: 86px;
	margin: 30px auto;
}

.result-div i img {
	display: block;
	width: 100%;
	height: 100%;
}

.result-div p {
	font-size: 28px;
	color: #24b4af;
	margin-bottom: 40px;
}

.register-step-wrap .step {
	padding: 0;
}

.r-qy .login-item .label {
	width: 128px;
}

.r-qy .login-item .input {
	margin-left: 138px;
}

.register-box .r-qy .login-item .input #yzm,
.register-box .r-qy .login-item .input #password {
	width: 187px;
}

.register-box .r-qy .error-p {
	margin: 3px 0 0 138px;
}

.register-progress {
	text-align: center;
	border-bottom: 1px dashed #565656;
	height: 24px;
	margin: 20px 20px 55px 20px;
}

.register-progress li {
	/* width: 100px; */
	text-align: center;
	background-color: #fff;
}

.register-progress li p {
	font-size: 18px;
	color: #666;
}

.register-progress li i {
	display: block;
	height: 42px;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #fff;
}

.yz i {
	background-image: url(/images/portal/newhome/membercenter/phone-gray.png);
}

.wc i {
	background-image: url(/images/portal/newhome/membercenter/finish-gray.png);
}

.register-progress li.active p {
	color: #EE198C;
}

.register-progress li.active.yz i {
	background-image: url(/images/portal/newhome/membercenter/phone-pink.png);
}

.register-progress li.active.wc i {
	background-image: url(/images/portal/newhome/membercenter/finish-pink.png);
}

.photo-album {
	margin-right: -1.5%;
}

.photo-album a {
	display: block;
	float: left;
	width: 23.5%;
	height: 220px;
	margin-right: 1.5%;
	padding: 18px;
	border: 1px solid #dedede;
	box-shadow: 0 0 2px 0 #dedede inset;
	-webkit-box-shadow: 0 0 2px 0 #dedede inset;
	-moz-box-shadow: 0 0 2px 0 #dedede inset;
	-ms-box-shadow: 0 0 2px 0 #dedede inset;
}

.photo-album a:hover {
	border: 1px solid #ee198c;
	box-shadow: 0 0 2px 0 #ee198c inset;
	-webkit-box-shadow: 0 0 2px 0 #ee198c inset;
	-moz-box-shadow: 0 0 2px 0 #ee198c inset;
	-ms-box-shadow: 0 0 2px 0 #ee198c inset;
}

.photo-album a .inner {
	width: 100%;
	height: 100%;
	position: relative;
}

.cover-img {
	display: block;
	width: 100%;
	height: 100%;
}

.pa-mask {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	filter: Alpha(opacity=35);
	background: #fff;
	background: rgba(0, 0, 0, 0.35);
	text-align: center;
}

.pa-info {
	width: 114px;
	height: 114px;
	background: url(/images/portal/newhome/circular.png) no-repeat center center;
	text-align: center;
	color: #fff;
	margin: 32px auto 0 auto;
	padding-top: 12px;
}

.pa-info img {
	height: 49px;
	margin-bottom: 4px;
}

.pa-info p {
	line-height: 1;
}

.friend-pa a {
	width: 48.5%;
}

.half-box {
	width: 49.2%;
}

.icons-btn-bar {
	text-align: right;
	overflow: hidden;
}

.icons-btn-bar .icon-btn {
	display: inline-block;
	height: 20px;
	line-height: 20px;
	color: #666;
	margin: 0 10px;
	padding-left: 17px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 12px;
}

.edit {
	background-image: url(/images/portal/newhome/icons-edit.png);
}

.edit:hover {
	background-image: url(/images/portal/newhome/icons-edit-active.png);
}

.delete {
	background-image: url(/images/portal/newhome/icons-delete.png);
}

.delete:hover {
	background-image: url(/images/portal/newhome/icons-delete-active.png);
}

.icon-btn:hover {
	color: #c02573;
}

.service-form .w50p {
	width: 50%;
	float: left;
}

.w-310 {
	width: 310px;
}

.w-278 {
	width: 272px;
}

.form-txt {
	margin: 0 5px;
}

.way-box .service-form .service-item select {
	padding: 7px;
	width: 145px;
}

.way-box .checkbox-list .item {
	padding: 8px 23px;
	width: auto;
}

.way-box .checkbox-list .item.on {
	padding: 8px 36px 8px 10px;
}

.w-60 {
	width: 60px !important;
}

.checkList2 .checkbox-item2 {
	width: auto;
	padding: 8px 21px 8px 21px;
	margin-right: 5px;
}

.checkList2 .checkbox-item2 h2 {
	font-size: 14px;
}

.checkList2 .checkbox-item2.on {
	padding: 8px 32px 8px 10px;
}

.w-758 {
	width: 758px;
}

.ask-p {
	display: block;
	text-align: center;
	font-size: 16px;
	padding: 30px 8px;
}

.common-popup .foot a.btn-gray {
	background-color: #999;
}

.agreement-bar {
	overflow: hidden;
	margin-bottom: 10px;
}

.agreement-bar input[type="checkbox"] {
	float: left;
	width: 16px;
	height: 16px;
	border: 1px solid #ee198c;
	border-radius: 50%;
	background: transparent;
	margin: 2px 5px 0 0;
}

.agreement-bar input[type="checkbox"]:checked {
	border: none;
	background: url(/images/portal/newhome/icons_02.png) transparent no-repeat;
	background-position: -37px 0;
}

.agreement-bar p {
	float: left;
	font-size: 14px;
}

.agreement-bar p a {
	color: #ee198c;
}

.agreement-con {
	height: 680px;
	overflow: auto;
	margin-bottom: 30px;
	padding: 20px;
}

.agreement-con h4 {
	font-weight: bold;
	font-size: 16px;
	color: #454545;
	margin-top: 20px;
}

.agreement-con p {
	font-size: 14px;
	color: #454545;
	text-indent: 2em;
	margin-top: 8px;
}

.agreement-con p strong {
	font-weight: bold;
	margin-right: 2px;
}

.focusBox .tempWrap {
	height: 264px;
}

.focusBox .tempWrap ul,
.focusBox .tempWrap ul li {
	height: 100%;
}

.focusBox .tempWrap ul li a {
	display: block;
	width: 100%;
	height: 100%;
}

.plr-20.news-notice-wrap {
	padding: 0 12px;
}

.ow-title {
	border-bottom: 1px solid #f2f2f2;
	height: 12px;
	text-align: center;
	margin-bottom: 25px;
}

.other-way {
	padding: 0 25px;
}

.ow-title span {
	display: inline-block;
	padding: 0 10px;
	background-color: #fff;
	color: #666666;
	font-size: 15px;
}

.ow-list {
	text-align: center;
}

.ow-list a {
	display: inline-block;
	width: 50px;
	height: 50px;
	background-color: #666666;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 10px;
}

.ow-list a img {
	display: block;
	width: 100%;
	height: 100%;
}

.ow-list a:hover {
	background-color: #EE198C;
}

.bd-wrap {
	text-align: center;
	padding: 25px 0;
}

.bd-wrap p {
	font-size: 15px;
	color: #666;
	margin-bottom: 10px;
}

.bd-btns {
	width: 250px;
	margin: 30px auto 0 auto;
}

.bd-btns a {
	margin-top: 15px;
}

.bd-wrap .avatar-box {
	width: 100px;
	height: 100px;
	margin: 30px auto 8px auto;
	border-radius: 50%;
	overflow: hidden;
}

.bd-wrap .avatar-box img {
	display: block;
	width: 100%;
	height: 100%;
}

.web-select {
	border: 1px solid #dedede;
	padding: 6px 15px;
	border-radius: 4px;
	font-size: 15px;
	color: #666;
}

.area-row .web-select {
	margin-right: 10px;
	width: 200px;
	margin-bottom: 6px;
}

.condition .area-row .label {
	width: auto;
	padding-right: 15px;
	margin: 6px 0;
}

.company-list {
	padding: 5px 12px;
}

.company-list li {
	border: 1px solid #e5e5e5;
	padding: 0 0 0 242px;
	width: 100%;
	position: relative;
	height: 170px;
	margin: 12px 0;
}

.company-list li .company-con {
	border-left: 1px solid #e5e5e5;
	height: 100%;
	width: 100%;
	display: table;
}

.company-list li .company-con .company-inner {
	display: table-cell;
	height: 100%;
	width: 100%;
	vertical-align: middle;
	padding: 5px 12px;
}

.company-list li img {
	display: block;
	width: 242px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.company-con h4 {
	font-size: 20px;
	font-weight: bold;
	color: #333;
	line-height: 1.2;
}

.company-con p {
	font-size: 14px;
	color: #333333;
	line-height: 1.2;
	margin: 8px 0;
}

.company-con a {
	font-weight: bold;
	font-size: 15px;
	color: #EE198C;
}

.top-bar {
	width: 100%;
	height: 30px;
	background-color: rgba(246, 132, 169, 0.55);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.top-bar p {
	color: #FFFFFF;
	line-height: 30px;
}

.top-bar ul li {
	float: left;
	height: 30px;
	margin-left: 20px;
}

.top-bar ul li a {
	display: block;
	line-height: 30px;
	font-size: 14px;
	color: #fff;
}

.bg-gray {
	background-color: #F7F7F7;
}

.bg-white {
	background-color: #ffffff;
}

.col-tab-title {
	width: 60px;
	position: absolute;
	top: 0;
	height: 100%;
	left: 0;
	background-color: #f9f9f9;
}

.login-form-popup {
	width: 550px !important;
	height:500px;
}

.col-tab-title a {
	display: block;
	width: 100%;
	height: 50%;
	line-height: 1.7;
	text-align: center;
	font-size: 18px;
	padding: 52px 15px 0 15px;
}

.col-tab-title a.active {
	font-weight: bold;
	color: #EE198C;
	background-color: #ddd;
}

.col-tab-content {
	float: right;
	width: 100%;
	padding-left: 60px;
	height: 100%;
}

.personal-info .list .service-btn {
	height: 30px;
	width: 100%;
	min-width: 100%;
	line-height: 28px;
	border-radius: 3px;
	margin: 0;
	font-size: 14px;
	font-weight: normal;
	font-weight: bold;
	margin-top: 5px;
}

.companyScorll {
	height: 208px;
	overflow: hidden;
}

#zjay {
	height: 212px;
	overflow: hidden;
}

.user-icon {
	float: left;
	width: 18px;
	height: 18px;
	display: block;
	margin: 6px 6px 0 0;
}

.top-bar ul li a,
.top-bar ul li span {
	display: block;
	line-height: 30px;
	font-size: 14px;
	color: #fff;
	float: left;
}

.quick-order {
	background-color: #FAFAFA;
	text-align: center;
}

.jz-row-wp .jz-type li.quick-order a {
	padding: 18px 0 0 0;
}

.jz-row-wp .jz-type li.quick-order h6 {
	font-size: 18px;
	color: #333;
}

.jz-row-wp .jz-type li.quick-order p {
	color: #666;
	font-size: 14px;
}

.jz-row-wp .jz-type li.quick-order img {
	display: block;
	margin: 10px auto 6px auto;
	height: 120px;
}

.border-table td.ewm-td {
	text-align: center;
	padding: 0 0 8px 0;
}

.border-table td.ewm-td img {
	height: 90px;
}

.border-table td.ewm-td p {
	font-size: 13px;
	line-height: 1;
	margin-bottom: 2px;
}

.no {
	background-image: url(/images/portal/newhome/fail.png);
	background-repeat: no-repeat;
	background-size: auto 22px;
	background-position: 97% center;
}

.yes {
	background-image: url(/images/portal/newhome/success.png);
	background-repeat: no-repeat;
	background-size: auto 22px;
	background-position: 97% center;
}


.review {
	position: relative;
}

.review:before {
	content: "";
	position: absolute;
	top: 4px;
	right: 4px;
	z-index: 5;
	width: 105px;
	height: 50px;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: right center;
}

.review_ing:before {
	background-image: url(/images/portal/newhome/review_ing.png);
}

.review_succeed:before {
	background-image: url(/images/portal/newhome/review_succeed.png);
}

.review_noPass:before {
	background-image: url(/images/portal/newhome/review_noPass.png);
}

.service-btn.fill.disabled-btn {
	background-color: #e4e3e3;
	border: 1px solid #e4e3e3;
	cursor: no-drop;
}

/*阿姨详情*/

.dt-top {
	background-color: #fff;
	padding: 22px;
	position: relative;
}

.dt-photo {
	float: left;
	width: 194px;
	height: 260px;
	text-align: center;
	border: 1px solid #e2e2e2;
}

.dt-photo img {
	display: block;
	height: 100%;
	width: 100%;
	margin: 0 auto;
}

.dt-btns a {
	display: block;
	float: left;
	margin-right: 18px;
	background-repeat: no-repeat;
	background-size: auto 18px;
	background-position: 20px center;
	height: 36px;
	line-height: 36px;
	padding: 0 20px 0 46px;
	border-radius: 3px;
	color: #fff;
	font-size: 16px;
}

.dt-btns a.lyzx {
	background-color: #58a0f1;
	background-image: url(/images/portal/newhome/service/lyzx.png);
}

.dt-btns a.ksyy {
	background-image: url(/images/portal/newhome/service/ksyy.png);
	background-color: #EE198C;
}

.data-list li {
	float: left;
	width: 50%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 14px;
	color: #222;
	margin-bottom: 2px;
}

.data-list li.green-text {
	color: #499e52;
}

.data-list li.red-text {
	color: #FF3333;
}

.data-list li span {
	color: #888;
	font-size: 14px;
}

.dt-info {
	float: left;
	width: 600px;
	margin-left: 20px;
}

.name-bar h2 {
	display: block;
	float: left;
	color: #333;
	font-size: 21px;
}

.data-list {
	height: 164px;
	margin-bottom: 12px;
}

.dt-tab-title {
	overflow: hidden;
	height: 50px;
	background-color: #fff;
}

.dt-tab-title li {
	float: left;
	width: 180px;
	height: 100%;
	position: relative;
	border-right: 2px solid #f5f5f5;
	text-align: center;
}

.dt-tab-title a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 17px;
	line-height: 50px;
}

.dt-tab-title a span {
	color: #EE1919;
	font-size: 16px;
}

.dt-tab-title li.active a {
	color: #EE198C;
}

.dt-tab-title li.active:before {
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	background-color: #EE198C;
	position: absolute;
	top: 0;
	right: 0;
}

.comment-list .evaluate-form .item {
	margin: 0 0 0 0;
	width: 25%;
	float: left;
}

.comment-list {
	padding: 20px 30px;
}

.comment-list li {
	border-top: 1px dashed #ddd;
	padding: 15px 10px;
	overflow: hidden;
}

.comment-list li:first-child {
	border-top: none;
}

.c-avatar {
	width: 60px;
	height: 60px;
	border: 1px solid #F5F5F5;
	border-radius: 50%;
	overflow: hidden;
	float: left;
	margin-top: 3px;
}

.c-avatar img {
	display: block;
	width: 100%;
	height: 100%;
}

.c-content {
	margin-left: 76px;
}

.c-info {
	height: 24px;
	line-height: 24px;
}

.c-info p {
	float: left;
	color: #EE198c;
}

.c-info span {
	float: left;
	color: #999;
	font-size: 13px;
	margin-left: 20px;
}

.comment-list li .evaluate-form {
	overflow: hidden;
}

.comment-list li .evaluate-form .item label {
	width: auto;
	font-size: 13px;
}

.comment-list li .eva-star {
	float: left;
}

.comment-list li .eva-star span {
	display: inline-block;
	width: 16px;
	height: 14px;
	background: url(/images/portal/newhome/service/star.png) no-repeat;
	background-size: auto 100%;
	background-position: 0 0;
	vertical-align: middle;
	margin-right: 0px;
	cursor: pointer;
}

.comment-list li .eva-star span.on {
	background-position: -15px 0;
}

.comment-list li .pj-text p {
	line-height: 1.6;
}

.dt-code {
	width: 140px;
	text-align: center;
	float: right;
	margin-top: 10px;
}

.dt-code img {
	display: block;
	width: 100%;
}

.dt-code p {
	font-size: 13px;
	color: #777;
	line-height: 1;
	margin-bottom: 4px;
}

.name-bar .real-name {
	float: left;
	margin: 10px 0 0 5px;
}

.name-bar p {
	float: left;
	margin-left: 20px;
	line-height: 30px;
}

.detail-con {
	padding: 20px
}

.dt-title {
	height: 32px;
	line-height: 32px;
}

.dt-title img {
	display: block;
	float: left;
	height: 28px;
	margin: 2px 4px 0 0;
}

.dt-title h4 {
	font-size: 16px;
	float: left;
	color: #555;
	font-weight: bold;
}

.rgxq-box {
	padding: 20px;
}

.zs-list {
	margin-right: -12px;
	margin-top: -10px;
}

.zs-list li {
	float: left;
	width: 177px;
	margin: 10px 12px 0 0;
	text-align: center;
}

.zs-list li div {
	border: 1px solid #ddd;
	padding: 8px;
	width: 100%;
	text-align: center;
	height: 137px;
	cursor: pointer;
}

.zs-list li div img {
	display: block;
	width: 100%;
	height: 100%;
}

.zs-list li p {
	margin-top: 5px;
}

.dt-box {
	margin-bottom: 30px;
}

.dt-content {
	padding: 10px 25px;
}

.dt-content p {
	font-size: 15px;
}

.photo-list {
	margin-right: -12px;
	margin-top: -10px;
}

.photo-list li {
	float: left;
	width: 177px;
	margin: 10px 12px 0 0;
	height: 132px;
	border: 1px solid #ddd;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.photo-list img {
	display: block;
	max-height: 100%;
	max-width: 100%;
}

.gz-table {
	width: 100%;
}

.dt-content .border-table td {
	padding: 8px 10px;
	vertical-align: top;
	font-size: 15px;
}

.dt-content .border-table tr td:first-child {
	width: 160px;
	text-align: right;
}

* {
	outline: none;
}

.dt-tab-item {
	display: none;
}

.ask-popup .service-item .label,
.ask-popup .service-item select,
.ask-popup .service-item .web-input {
	font-size: 15px;
}

.ask-popup .service-item .web-input {
	font-size: 15px;
	width: 443px;
}

.ask-popup .service-item select {
	width: 160px;
}

.ask-popup .getyzm {
	height: 38px;
	font-size: 15px;
	line-height: 37px;
}

.ask-popup .yzm-box {
	position: static;
	float: left;
	width: 112px;
	height: 38px;
	border: 1px solid #f5f5f5;
	margin-left: 20px;
	border-radius: 3px;
	overflow: hidden;
}

.ask-popup .yzm-box img {
	width: 100%;
}

.company-name {
	display: block;
	font-size: 24px;
	color: #333;
	font-weight: bold;
	margin-bottom: 10px;
}

.cpn-logo {
	display: block;
	float: left;
	width: 380px;
	height: 240px;
}

.cpn-info {
	margin-left: 400px;
}

.cpn-info .service-item {
	margin-bottom: 6px;
}

.cpn-info .service-item .label {
	font-weight: normal;
	color: #333;
	text-align: left;
	width: 80px;
	font-size: 15px;
	line-height: 1.5;
}

.cpn-info .service-item p {
	font-size: 15px;
	color: #333;
	line-height: 1.5;
}

.cpn-info .service-item a {
	font-size: 15px;
}

.cpn-info .service-item,
.cpn-info .eva-star {
	overflow: hidden;
}

.cpn-info .service-item .input {
	margin-left: 82px;
}

.cpn-info .eva-star span {
	height: 18px;
	background-size: auto 100%;
	width: 20px;
	margin-right: 5px;
	display: block;
	float: left;
}

.cpn-info .eva-star span.on {
	background-position: -19px 0;
}

.cpn-person-list {
	padding: 20px;
}

.cpn-person-list .border-box {
	border: 1px solid #ececec;
}

.cpn-person-list .condition .label {
	font-weight: normal;
	color: #666;
	margin: 0;
	font-size: 13px;
	text-align: right;
	padding: 8px 10px 0 0;
}

.cpn-person-list .condition {
	background-color: #f5f5f5;
	border: 1px solid #ECECEC;
}

.cpn-person-list .condition .row {
	margin: 0;
	padding: 0;
	border-bottom: 1px dashed #e2e2e2;
}

.cpn-person-list .condition .list {
	background-color: #fff;
	padding: 6px 0 3px 10px;
}

.cpn-person-list .condition .list li a {
	font-size: 13px;
	margin-bottom: 3px;
}

.cpn-person-list .staffList {
	margin: 20px -1% 5px 0;
}

.cpn-person-list .staffList li {
	border: 1px solid #ebebeb;
	margin: 0 1% 18px 0;
}

.staffList li .info table td strong {
	font-weight: normal;
}

.connect li {
	display: flex;
	margin-bottom: 8px;
}

.connect li img {
	display: block;
	width: 16px;
	height: 16px;
	margin-right: 8px;
	margin-top: 1px;
}

.connect li span {
	display: block;
	flex: 1;
	font-size: 15px;
	line-height: 1.2;
}


