@charset "UTF-8";

@font-face {
	font-family: 'iconfont';
	src: url('../fonts/font_86855_uarloqip7415g66r.eot');
	src: url('../fonts/font_86855_uarloqip7415g66r.eot') format('embedded-opentype'), url('../fonts/font_86855_uarloqip7415g66r.woff') format('woff'), url('../fonts/font_86855_uarloqip7415g66r.ttf') format('truetype'), url('../fonts/font_86855_uarloqip7415g66r.svg#iconfont') format('svg')
}

@font-face {
	font-family: 'dy';
	src: url('../fonts/douyu.otf');
}

.new-content {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.title-h2 {
	border-bottom: 1px solid #dadada;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.title-h2 .h {
	font-family: 'dy';
	font-size: 26px;
	color: #0099CC;
}

.new-fl {
	width: 69%;
}

.new-fr {
	width: 29%;
	overflow: hidden;
	border-radius: 0 0 10px 10px;
}

.news-cont {
	background-color: #ffffff;
	border-radius: 10px;
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
}

.news-left {
	width: 160px;
	border-right: 1px solid #dadada;
	text-align: center;
	font-size: 18px;
}

.news-left .left-li {
	padding: 13px 0;
	border-bottom: 1px solid #dadada;
	font-weight: bold;
	cursor: pointer;
}

.news-left .left-li:hover {
	color: #0099CC;
}

.news-active {
	color: #0099CC;
}

.news-left .left-li:last-child {
	border-bottom: 0px solid #dadada;
}

.news-right {
	width: calc(100% - 190px);
	padding-right: 15px;
	display: none;
}

.more {
	font-size: 16px;
	font-weight: 400;
	cursor: pointer;
}

.fl-c {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.news-header {
	display: flex;
	justify-content: space-between;
	font-size: 20px;
	font-weight: bold;
	padding: 8px 0 13px 0;
}

.news-one {
	display: flex;
	margin-bottom: 15px;
}

.news-one .news-img {
	width: 130px;
	height: 90px;
	overflow: hidden;
	margin-right: 10px;
}

a {
	text-decoration: none !important;
}

.news-one .news-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.news-title {
	font-size: 18px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 500px;
}

.news-title a {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 100%;
}

.news-tips {
	width: 500px;
	color: #cccccc;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.news-time {
	color: #ccc;
}

.news-li {
	display: flex;
	padding: 5px 0;
	justify-content: space-between;
	border-bottom: 1px solid #dadada;
}

.news-li:last-child {
	border-bottom: 0;
}

.icon-wenda,
.icon-wenda1 {
	color: #0099CC;
	font-size: 30px !important;
	margin-top: 5px;
	margin-right: 10px;
}

.problem-cont {
	background-color: #ffffff;
	border-radius: 10px;
	margin-top: 20px;
	height: 315.22px;
	display: flex;
	justify-content: space-between;
}

.problem-cont ul {
	width: 100%;
	padding: 10px 10px;
}

.problem-cont ul li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #dadada;
	width: 100%;
}

.problem-cont ul li:last-child {
	border-bottom: 0px solid #dadada;
}

.title-noen {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.problemdate {
	float: right;
	width: 40px;
	background: url(../images/zan-icon.jpg) no-repeat left center;
	color: #aaa;
	overflow: hidden;
	text-indent: 20px
}

.star {
	width: 1200px;
	margin: 0 auto;
	margin-top: 20px;
}


.guide {
	width: 1200px;
	margin: 0 auto;
	margin-top: 20px;
}

.guide-content {
	border-radius: 10px;
	background-color: #fff;
	margin-top: 15px;
}

.guide-nav {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	padding: 20px 0;
}

.nav-name {
	border-radius: 50px;
	border: 1px solid #ccc;
	padding: 5px 20px;
	font-size: 18px;
	cursor: pointer;
}

.guide-active {
	color: #0099CC;
	border: 1px solid #0099CC;
}

.nav-content {
	display: none;
	padding: 0 20px 20px 20px;
}

.guide-li {
	padding: 0 5px 10px 5px;
}

.guide-img {
	width: 222px;
	height: 160px;
}

.guide-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.guide-title {
	max-width: 200px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 18px;
	padding: 0 5px;
}

.guide-cont {
	max-width: 210px;
	padding: 5px;
}

.guide-cont,
.guide-time {
	color: #ccc;
}

.guide-fl {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 5px;
}

.guide-sub {
	border-radius: 30px;
	border: 1px solid #dadada;
	padding: 2px 10px;
	cursor: pointer;
}

.guide-sub:hover {
	border: 1px solid #0099CC;
}

.guide-sub:hover a {
	color: #0099CC;
}

.guide-more {
	display: none;
	text-align: center;
	padding-bottom: 20px;
	font-size: 18px;
}

.insurance {
	width: 1200px;
	margin: auto;
	margin-top: 20px;
}

.insurance-item {
	display: flex;
	flex-wrap: wrap;
}

.insurance-li {
	width: 30%;
	border-radius: 10px;
	background-color: #ffffff;
	margin-right: 2%;
	padding: 1%;
	margin-top: 20px;
}

.insurance-li:nth-child(3n) {
	margin-right: 0;
}

.insurance-name {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 18px;
}

.insurance-cont {
	display: flex;
	margin: 5px 0;
}

.insurance-img {
	width: 80px;
	height: 60px;
	margin-right: 20px;
	padding-right: 20px;
	border-right: 1px solid #bababa;
}

.insurance-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.insurance-title {
	font-size: 18px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.insurance-content {
	font-size: 16px;
	color: #cccccc;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.linke {
	width: 1200px;
	margin: auto;
	margin-top: 20px;
}

.iconfont {
	font-family: 'iconfont', 微软雅黑, 'Helvetica Neue', Helvetica, Arial, 'Hiragino Sans GB', 'Hiragino Sans GB W3', 'WenQuanYi Micro Hei', sans-serif;
	font-style: normal;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.btn {
	padding: 0;
}

.box {
	width: 1200px;
	margin: auto;
}

.wrapper {
	min-width: 1200px
}

.p_navigation>.box>ul>li>a.btn2 {
	background: url(../images/new.gif) 20px center no-repeat;
	padding: 0 19px 0 48px
}

.p_navigation>.box>ul>li>a.btn2:hover {
	background: url(../images/new.gif) 20px center #008fe9 no-repeat
}

.p_top {
	height: 35px;
	line-height: 35px;
	border-bottom: 1px solid #dadada;
	background: #f2f2f2;
}

.p_top p {
	color: #2c2c2c;
	font-size: 14px
}

.p_top li {
	float: left;
	margin: 0 8px;
	font-size: 14px
}

.p_top li a {
	color: #13a3ff
}

.p_top li a:hover {
	text-decoration: none
}

.p_head {
	background: #fff
}

.p_head .logo {
	margin: 20px 0
}

.p_head .search {
	border: 1px solid #0099CC;
	width: 468px;
	background: #fff;
	/* position: absolute; */
	/* left: 50%; */
	/* margin-left: -234px; */
	margin-top: 28px;
	border-radius: 50px;
	overflow: hidden;
}

.p_head input {
	border: 0;
	padding: 11px 20px;
	width: 402px;
	box-sizing: border-box;
}

.p_head .btn {
	background: #0099CC;
	color: #fff;
	width: 60px;
	height: 43px;
	line-height: 1.5;
	text-align: center;
	font-size: 27px;
	cursor: pointer;
}

.p_head .btn:hover {
	background: #ff9c43;
}

.p_head .tel:before {
	font-size: 54px;
	font-style: normal;
	content: "\e607";
	float: left;
	margin: -3px 0 0;
	padding: 0;
}

.telnum:before {
	font-size: 30px;
	font-style: normal;
	content: "\e607";
	float: left;
	margin: 0;
	padding: 0;
}

.telnum {
	color: #0099CC;
	font-size: 16px;
}

.telnum p {
	width: 165px;
	text-indent: 7px;
	font-size: 18px;
	color: #0099CC;
}

.p_head .tel {
	color: #0099CC;
	font-size: 16px;
	width: 210px;
	margin: 25px 0 0 0;
}

.p_head .tel p {
	text-indent: 7px;
	color: #0099CC;
}

.p_head .tel p.nub {
	font-size: 22px
}

.p_navigation {
	background: #0099CC;
	height: 47px;
	line-height: 47px;
	color: #fff;
	font-size: 18px;
	text-align: center;
}

.p_navigation>.box>ul {
	width: 1200px
}

.p_navigation>.box>ul>li {
	position: relative
}

.p_navigation>.box>ul>li>a {
	display: block;
	color: #fff;
}

.p_navigation>.box>ul>li>a:hover,
.p_navigation>.box>ul>li>a.active,
.p_navigation>.box>ul>li.active {
	background: #ff993d;
}

.p_navigation>.box>a.btn:before {
	font-size: 25px;
	content: "\e606";
	float: left;
	margin: 0 5px
}

.p_navigation a.btn {
	background: #ffd736;
	padding: 0 20px;
	color: #13a3ff
}

.p_navigation a.btn:hover {
	color: #13a3ff;
	background: #ffe168
}

.p_navigation>.box>ul>li>a.btn1 {
	background: url(../images/1.gif) 20px center no-repeat;
	padding-left: 51px
}

.p_navigation>.box>ul>li>a.btn1:hover {
	background: url(../images/1.gif) 20px center #008fe9 no-repeat
}

.p_banner {
	background: #fff;
	position: relative;
	z-index: 10
}

.p_banner .banner {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-position: center top;
	height: 300px
}

.p_banner .banner img {
	width: 100%;
	height: 300px
}

.demand {
	z-index: 2;
	width: 335px;
	height: 230px;
	text-align: center;
	padding: 30px 40px 40px;
	border-radius: 2px;
	position: absolute;
	top: 0;
	right: 50%;
	margin-right: -600px;
	background: rgba(255, 255, 255, .8);
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr=#80ffffff, endColorstr=#80ffffff) \8
}

:root .demand {
	filter: none
}

.demand h2 {
	color: #0099CC;
	font-size: 30px;
	line-height: 40px;
}

.demand h3 {
	color: #666;
	font-size: 18px;
	line-height: 37px
}

.demand .name {
	color: #2c2c2c;
	font-size: 18px;
	width: 100px;
	text-align: left;
	line-height: 55px
}

.demand .fr {
	float: left;
	width: 210px;
	text-align: left;
	line-height: 55px
}

.demand .fr span {
	margin-right: 7px
}

.demand .btn {
	cursor: pointer;
	color: #fff;
	background: #0099CC;
	border-radius: 6px;
	display: block;
	line-height: 45px;
	height: 45px;
	border: 0;
	width: 100%;
	margin: 15px 0 0;
}

.demand .btn:hover {
	background: #ffa554;
}

.demand select {
	border: solid 1px #ccc;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	width: 90px;
	float: left;
	padding: 6px 0;
	color: #666;
	text-indent: 8px;
	margin: 13px 11px 0 0;
	background: url(../images/arrow.png) no-repeat scroll 70px center #fff;
	line-height: 1.4
}

.demand select::-ms-expand {
	display: none
}

.regular-radio {
	display: none;
	display: inline-block \9
}

.regular-radio+label {
	top: 4px;
	-webkit-appearance: none;
	border: 1px solid #0099CC;
	padding: 8px;
	border-radius: 50px;
	display: inline-block;
	position: relative;
	display: none \9;
}

.regular-radio:checked+label:after {
	content: ' ';
	width: 10px;
	height: 10px;
	border-radius: 50px;
	position: absolute;
	top: 3px;
	background: #0099CC;
	left: 3px;
	font-size: 32px;
}

.regular-radio:checked+label {
	border: 1px solid #0099CC;
}

.policyholder {
	height: 50px;
	line-height: 50px;
	color: #0099CC;
	font-size: 25px;
	text-indent: 20px;
	position: relative;
}

.policyholder ul,
.policyholder .more a,
.p_tab .more a {
	color: #666;
	font-size: 16px;
	position: absolute;
	right: 20px;
	top: 17px;
	line-height: 20px
}

.policyholder .more a:hover {
	color: #13a3ff
}

.policyholder .more1 a {
	right: 110px;
	top: 16px
}

.policyholder li {
	float: left;
	border-right: 1px solid #666;
	padding: 0 12px;
	text-indent: 0
}

.policyholder li.title {
	color: #666;
	border: 0;
	padding: 0
}

.policyholder li>a {
	color: #666
}

.policyholder li>a:hover {
	color: #0099CC;
}

.policyholder li:last-child {
	border: 0
}

.policyholder li.last-child {
	border: 0
}

.borderbottom1 {
	border-bottom: 1px solid #dadada
}

.ask_btn {
	border: 1px solid #f2f2f2;
	color: #666;
	padding: 4px 10px;
	background: #fff;
	font-size: 16px;
	border-radius: 4px;
	position: absolute;
	right: 15px;
	top: 12px;
	cursor: pointer
}

.ask_btn:hover {
	border: 1px #00a1e0 solid;
	color: #00a1e0;
	padding: 4px 10px;
	background: #fff;
	font-size: 16px;
	border-radius: 4px;
	position: absolute;
	right: 15px;
	top: 12px
}

.policyholder span {
	color: #aaa;
	font-size: 18px
}

.policyholder span.area {
	color: #2c2c2c;
	font-size: 16px;
	cursor: pointer
}

.policyholder1 ul {
	right: 70px
}

.p_contact {
	background: #f3f5f7;
	padding: 20px 0
}

.p_hotproduct {
	background: #fff;
	width: 1200px;
	margin: auto;
	margin-top: 20px
}

.p_hotproduct .main_left {
	width: 300px;
	+width: 280 px;
	padding: 5px 20px 0;
	border-right: 1px solid #dadada;
	box-sizing: border-box
}

.p_hotproduct .main_left dl.last {
	border-bottom: 0
}

.p_hotproduct .main_left dl {
	padding: 8px 0 8px 0;
	border-bottom: 1px dashed #dadada
}

.p_hotproduct .main_left dt {
	color: #0099CC;
	font-size: 18px;
	line-height: 35px;
}

.p_hotproduct .main_left dt.person:before {
	font-size: 24px;
	margin-right: 5px;
	content: "\e600"
}

.p_hotproduct .main_left dt.property:before {
	font-size: 25px;
	margin-right: 4px;
	content: "\e603"
}

.p_hotproduct .main_left dt.company:before {
	font-size: 21px;
	margin-right: 6px;
	content: "\e602"
}

.p_hotproduct .main_left dd a {
	color: #2c2c2c;
	font-size: 16px;
	float: left;
	width: 110px;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	margin-left: 15px
}

.p_hotproduct .main_left dd a:hover {
	color: #0099CC;
}

.p_hotproduct>.main_right {
	width: 899px;
}

.p_hotproduct .tab {
	margin: 35px auto 10px;
	background: url(../images/index-product-titlebg.jpg) no-repeat center;
	text-align: center;
	font-size: 0
}

.p_hotproduct .tab li {
	color: #0099CC;
	font-size: 16px;
	text-align: center;
	height: 31px;
	line-height: 31px;
	display: inline-block;
	width: 90px;
	border: 1px solid #0099CC;
	background: #fff;
	cursor: pointer;
}

.p_hotproduct .tab li.active {
	background: #0099CC;
	color: #fff;
}

.p_hotproduct .tab li:first-child {
	border-radius: 20px 0 0 20px
}

.p_hotproduct .tab li:last-child {
	border-radius: 0 20px 20px 0
}

.p_hotproduct .con li {
	float: left;
	width: 390px;
	margin: 30px 0 5px 40px;
	height: 97px;
}

.p_hotproduct .con .img {
	width: 75px;
	height: 75px;
	padding: 5px;
	margin: 7px 0 0;
	overflow: hidden;
	border: 1px solid #e6e6e6;
	overflow: hidden
}

.p_hotproduct .con .img,
.main_ggt011,
.main_ggt012,
.photo,
.p_expert .main_right .img {
	overflow: hidden
}

.p_hotproduct .con .img,
.main_ggt011 img,
.main_ggt012 img,
.photo img,
.p_expert .main_right .img img,
.p_guide .img img {
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s
}

.p_hotproduct .con .img:hover img,
.main_ggt011:hover img,
.main_ggt012:hover img,
.p_expert .main_right .img:hover img,
.p_guide .img:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}

.p_hotproduct .con .fr {
	width: 290px
}

.p_hotproduct .con h2 a {
	color: #2c2c2c;
	font-size: 16px;
	height: 20px;
	overflow: hidden;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-moz-binding: url('ellipsis.xml#ellipsis')
}

.p_hotproduct .con h2 a:hover {
	color: #0099CC;
}

.p_hotproduct .con .infor {
	color: #666;
	font-size: 14px;
	margin: 6px 0 6px;
	height: 40px;
	overflow: hidden
}

.p_hotproduct .con .btn a {
	color: #0099CC;
	font-size: 14px;
	padding: 2px 5px;
	border: 1px #0099CC solid;
	float: left;
	margin-right: 4px;
	border-radius: 4px;
}

.p_hotproduct .con .btn a:hover {
	background: #0099CC;
	color: #fff;
}

.p_hotproduct a.more {
	color: #666;
	font-size: 16px;
	line-height: 33px;
	height: 33px;
	border: 1px solid #dadada;
	width: 110px;
	text-align: center;
	display: block;
	border-radius: 6px;
	margin: 10px auto 15px
}

.p_hotproduct a.more:hover {
	background: #13a3ff;
	color: #fff
}

.p_special {
	background: #fff;
	width: 1200px;
	margin: 20px auto 0
}

.p_special .main_left {
	float: left;
	width: 384px;
	height: 480px;
	border-right: 1px solid #dadada
}

.p_special .main_left .newwrap {
	margin: 5px 30px 20px;
	width: 325px
}

.p_special .main_left .newlist {
	width: 325px;
	overflow: hidden;
	background: #fff
}

.p_special .newlist h2 a {
	font-size: 18px;
	color: #2c2c2c;
	text-align: center;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block
}

.p_special .newlist h2 a:hover {
	color: #0099CC;
}

.p_special .newlist p {
	color: #666;
	font-size: 14px;
	line-height: 22px
}

.p_special .newlist .txt {
	width: 325px;
	height: 106px
}

.p_special .main_right {
	float: left;
	width: 519px;
	height: 480px;
	border-right: 1px solid #dadada
}

.p_special .main_right ul {
	margin: 5px 20px 15px 25px;
	padding-bottom: 15px
}

.p_special .main_right li {
	line-height: 28px
}

.p_special .main_right li .left a {
	float: left;
	width: 360px;
	text-indent: 25px;
	font-size: 16px;
	color: #2c2c2c;
	background: url(../images/icon02.jpg) no-repeat 0;
	overflow: hidden;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-moz-binding: url('ellipsis.xml#ellipsis')
}

.p_special .main_right li .left a:hover {
	color: #0099CC;
	background: url(../images/icon01.jpg) no-repeat 0;
}

.p_special .main_right li .date {
	float: right;
	width: 50px;
	height: 32px;
	background: url(../images/zan-icon.jpg) no-repeat left center;
	color: #aaa;
	overflow: hidden;
	text-indent: 20px
}

.border-bottom2 {
	border-bottom: 1px dashed #e0e0e0
}

.p_star {
	/* background:#fff; */
	width: 1200px;
	margin: 20px auto 0;
	padding: 0;
	border-radius: 10px;
	overflow: hidden;
	/* clear:  both; */
}

.p_star h2 {
	color: #0099CC;
	font-size: 30px;
	text-align: center;
	line-height: 80px;
	background: url(../images/title_bg.jpg) no-repeat center;
}

.photo {
	float: left;
	width: 240px;
	height: 360px;
	overflow: hidden
}

.p_star ul li {
	width: 250px;
	height: 145px
}

.p_star .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.p_star .owl-controls {
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	margin: auto;
}

.elite {
	width: 1200px;
	margin: 0 auto;
	margin-top: 20px;
}

.sta-photo {
	position: relative;
}

.swiper-slide:hover .right {
	display: block;
}

.p_star .right {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	text-align: center;
	z-index: 100;
}

.p_star .name {
	font-size: 22px;
	color: #ffffff;
	line-height: 40px;
	margin-top: 10px;
	text-align: center;
	font-weight: bold;

}

.pop-center {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: max-content;
	height: max-content;
	margin: auto;
}

.p_star .name a {
	color: #ffffff
}

.p_star p {
	color: #ffffff;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
}

.p_star p a {
	color: #ffffff
}

.p_star .tel {
	color: #ffffff;
	font-size: 16px;
	line-height: 35px
}

.p_star .jian {
	float: left;
	background: url(../images/jian-icon.jpg) no-repeat;
	margin: 21px 0 0 4px;
	width: 21px;
	height: 20px
}

* {
	margin: 0;
	padding: 0;
	list-style-type: none
}

.scroll-outer {
	height: 421px
}

#scroll {
	width: 1200px;
	margin: 0 auto
}

#scroll .owl-wrapper-outer {
	margin: 0 auto
}

#scroll .item {
	position: relative;
	width: 250px;
	height: 339px;
	margin: 0 auto;
	background-color: #fff;
	overflow: hidden
}

.owl-theme .owl-controls .owl-buttons div {
	position: absolute;
	top: 180px;
	width: 30px;
	height: 60px;
	margin: 0;
	padding: 0;
	border-radius: 0;
	background-color: transparent;
	overflow: hidden;
	_display: none
}

.p_expert {
	width: 77%;
	background: #fff;
	display: flex;
	justify-content: space-between;
	border-radius: 10px;
	margin-top: 15px;
}

.p_expert h2 {
	color: #2c2c2c;
	font-size: 18px;
	line-height: 30px
}

.p_expert .main_left {
	width: 180px;
	border-right: 1px solid #dadada;
	box-sizing: border-box
}

.p_expert .main_left select {
	border: solid 1px #ccc;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	width: 270px;
	padding: 6px 0;
	color: #666;
	text-indent: 8px;
	margin: 13px 0 0;
	background: url(../images/arrow.png) no-repeat scroll 250px center #fff
}

.p_expert .main_left select::-ms-expand {
	display: none
}

.p_expert .main_left input {
	border: solid 1px #ccc;
	width: 268px;
	padding: 6px 0;
	margin: 13px 0 0;
	text-indent: 10px
}

.p_expert .main_left .bule_btn {
	color: #fff;
	font-size: 18px;
	text-align: center;
	line-height: 30px;
	background: #0099CC;
	border: 0;
	border-radius: 5px;
	margin: 13px 0 0;
	cursor: pointer;
}

.p_expert .main_left .bule_btn:hover {
	background: #ffa24e;
	color: #fff;
}

.p_expert .main_left .count {
	height: 100%;
	display: flex;
	justify-content: space-evenly;
	flex-direction: column;
	align-items: center;
}

.p_expert .main_left .count img {
	float: left;
	width: 140px
}

.p_expert .main_left .count .fl {
	margin-top: 8px
}

.p_expert .main_left .count p {
	color: #2c2c2c;
	font-size: 16px;
	line-height: 22px
}

.line {
	width: 90%;
	height: 1px;
	margin: 0 auto;
	background-color: #dadada;
}

.p_expert .main_left .count p.nub {
	color: #0099CC;
	text-align: center;
	font-size: 26px;
	line-height: 45px;
}

.p_expert .main_right {
	width: inherit;
	padding-bottom: 25px;
	position: relative;
}

.p_expert .main_right li {
	float: left;
	width: 220px;
	margin: 20px 0 0 15px;
	height: 110px;
	overflow: hidden
}

.p_expert .main_right .img {
	float: left;
	width: 80px;
	height: 110px;
	overflow: hidden
}

.p_expert .main_right .img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.p_expert .main_right .con {
	float: right;
	width: 120px
}

.p_expert .main_right .name {
	font-size: 16px;
	color: #2c2c2c;
	line-height: 30px
}

.p_expert .main_right .name a,
.con p a {
	color: #666666;
}

.p_expert .main_right .name a:hover {
	color: #0099CC;
}

.p_expert .main_right p {
	font-size: 14px;
	color: #666;
	line-height: 22px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.small_btn {
	font-size: 14px;
	text-align: center;
	border-radius: 2px;
	border: 1px solid #13a3ff;
	float: left;
	cursor: pointer;
	width: 65px;
	height: 24px;
	line-height: 24px;
	box-sizing: border-box;
	padding: 0;
	outline: none;
}

.p_expert .main_right .btn {
	color: #13a3ff;
	background: #fff;
	margin-top: 9px;
	border-radius: 25px;
	outline: none;
}

.p_expert .main_right .btn:hover {
	background: #13a3ff;
	color: #fff
}

.p_expert .main_right .bule_btn {
	float: left;
	background: #13a3ff;
	color: #fff;
	margin: 9px 0 0 7px
}

.p_expert .main_right .bule_btn:hover {
	background: #fff;
	color: #13a3ff
}

.p_expert .main_right .name img {
	margin-left: 5px
}

.p_hotplan {
	width: 1200px;
	margin: 20px auto 0;
	background: #fff
}

.p_hotplan>ul {
	font-size: 0
}

.p_hotplan>ul>li {
	width: 360px;
	text-align: center;
	padding: 0 19px;
	display: inline-block;
	+display: inline;
	+zoom: 1
}

.p_hotplan>ul>li+li {
	border-left: 1px solid #dadada
}

.p_hotplan .head {
	border-bottom: 1px dashed #dadada;
	margin: 15px 5px 10px;
	position: relative
}

.p_hotplan .head h3 {
	font-size: 25px;
	color: #2c2c2c;
	line-height: 40px
}

.p_hotplan .head h3 a {
	width: 350px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-moz-binding: url('ellipsis.xml#ellipsis')
}

.p_hotplan .head dl {
	font-size: 0;
	text-align: center;
	line-height: 25px;
	padding-bottom: 2px
}

.p_hotplan .head dd {
	font-size: 21px;
	color: #e1e1e1;
	display: inline-block;
	margin-left: 10px
}

.p_hotplan .head dt {
	font-size: 16px;
	color: #aaa;
	display: inline-block;
	margin-right: 10px
}

.p_hotplan p {
	color: #2c2c2c;
	font-size: 18px;
	line-height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-moz-binding: url('ellipsis.xml#ellipsis')
}

.p_hotplan .con {
	background: #fafafa;
	line-height: 40px;
	font-size: 16px;
	color: #13a3ff;
	margin: 10px 0 13px;
	height: 40px;
	overflow: hidden;
	padding: 0 5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-moz-binding: url('../images/ellipsis.xml#ellipsis')
}

.p_hotplan>ul>li>.premium>li {
	font-size: 16px;
	display: inline-block;
	color: #666;
	padding: 0 20px
}

.p_hotplan>ul>li>.premium>li+li {
	border-left: 1px dashed #dadada
}

.p_hotplan>ul>li>.premium>li>.nub {
	color: #13a3ff;
	font-size: 25px;
	width: 139px
}

.p_hotplan .bule_btn {
	color: #fff;
	font-size: 18px;
	text-align: center;
	line-height: 40px;
	background: #13a3ff;
	border: 0;
	border-radius: 5px;
	margin: 13px auto;
	width: 320px
}

.p_hotplan .bule_btn:hover {
	background: #008fe9;
	color: #fff
}

.p_guide {
	width: 1200px;
	margin: 20px auto 0;
	background: #fff
}

.p_guide>ul {
	font-size: 0
}

.p_guide>ul>li {
	width: 400px;
	+width: 340 px;
	padding: 10px 29px 0;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	+display: inline;
	+zoom: 1
}

.p_guide>ul>li+li {
	border-left: 1px solid #dadada
}

.p_guide>ul>li .title {
	font-size: 18px;
	color: #2c2c2c;
	line-height: 45px;
	text-align: center;
	position: relative
}

.p_guide>ul>li .title span {
	padding: 0 15px;
	background: #fff;
	position: relative;
	z-index: 2
}

.p_guide>ul>li hr {
	width: 260px;
	height: 0;
	border: 0;
	margin: 0 50px;
	border-top: 1px solid #dadada;
	position: absolute;
	top: 50%;
	z-index: 1
}

.p_guide>ul>li>.img {
	width: 341px;
	height: 180px;
	overflow: hidden
}

.p_guide>ul>li>.img img {
	width: 341px;
	height: 180px;
	overflow: hidden
}

.p_guide>ul>li>ul>li>a {
	line-height: 30px;
	height: 30px;
	text-indent: 25px;
	font-size: 16px;
	width: 341px;
	overflow: hidden;
	color: #2c2c2c;
	display: block;
	background: url(../images/icon02.jpg) no-repeat 0
}

.p_guide>ul>li>ul>li>a:hover {
	color: #0099CC;
	background: url(../images/icon02_hover.jpg) no-repeat 0;
}

.p_guide a.more {
	color: #666;
	font-size: 16px;
	line-height: 33px;
	height: 33px;
	border: 1px solid #dadada;
	width: 110px;
	text-align: center;
	display: block;
	border-radius: 6px;
	margin: 10px auto 15px
}

.p_guide a.more:hover {
	background: #0099CC;
	color: #fff;
}

.p_partner {
	background: #fff;
	width: 1200px;
	margin: 20px auto 0;
	border-radius: 10px;
	margin-bottom: 20px;
}

.navchild {
	position: absolute;
	top: 47px;
	left: 0;
	background: #008fe9;
	text-align: left;
	z-index: 20;
	width: 400px;
	padding: 0 20px
}

.navlist {
	width: 198px;
	height: 145px;
	float: left;
	background: url(../images/x_line2.png) 0 122px no-repeat
}

.navt1,
.navt2,
.navt3,
.navt4 {
	width: 193px;
	height: 27px;
	color: #f1f1f1;
	font-size: 17px;
	line-height: 27px
}

.navt1:before,
.navt2:before,
.navt3:before,
.navt4:before {
	position: relative;
	top: 5px;
	left: 2px;
	margin-right: 14px
}

.navt1:before {
	content: url(http://pres.vobao.com/Images/old/v3/MainSite/Content/themes/Default/images/XZ/t2.png)
}

.navt2:before {
	content: url(http://pres.vobao.com/Images/old/v3/MainSite/Content/themes/Default/images/XZ/t3.png)
}

.navt3:before {
	content: url(http://pres.vobao.com/Images/old/v3/MainSite/Content/themes/Default/images/XZ/t4.png)
}

.navt4:before {
	content: url(http://pres.vobao.com/Images/old/v3/MainSite/Content/themes/Default/images/XZ/t5.png)
}

.navlist ul {
	float: left;
	padding-left: 30px
}

.navlist li {
	float: left;
	width: 80px;
	height: 30px;
	padding: 0;
	line-height: 30px;
	background: 0;
	color: #f1f1f1;
	font-size: 13px
}

.navlist li a {
	width: 80px;
	height: 30px;
	padding: 0;
	line-height: 30px;
	color: #f1f1f1
}

.navlist li a:hover {
	height: 30px;
	padding: 0;
	line-height: 30px;
	color: #fff;
	background: 0
}

.ndown {
	color: #fff;
	float: left;
	padding: 0 31px
}

.rnav {
	float: right;
	height: 49px;
	line-height: 49px;
	font-size: 13px
}

.tlogo {
	position: relative;
	cursor: pointer
}

.licon {
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
	width: 88px;
	height: 49px;
	text-align: center
}

.tlogochild {
	display: none;
	position: absolute;
	top: 10px;
	width: 88px;
	border: 1px solid #dfdfdf;
	border-bottom: 0;
	background: #fff;
	z-index: 999
}

.tlogochild li {
	width: 88px;
	height: 33px;
	_height: 28px;
	_padding-top: 5px;
	border-bottom: 1px solid #dfdfdf;
	line-height: 33px;
	background: #fff;
	color: #666;
	font-size: 12px;
	text-align: center;
	_line-height: 15px;
	margin: 0
}

.tlogochild li a {
	float: none
}

.setcity {
	display: none;
	position: absolute;
	top: 45px;
	left: 110px;
	padding: 0 20px;
	background: #fff;
	border: 1px solid #e3e3e3
}

.ctop {
	margin-bottom: 5px;
	color: #666;
	line-height: 40px;
	text-indent: 0
}

.cbg {
	position: relative;
	top: -6px;
	left: 15px;
	width: 15px;
	height: 10px;
	background: url(../images/tbg.png) no-repeat
}

.set {
	font-size: 18px
}

.ctop .all {
	color: #666;
	font-size: 14px;
	cursor: pointer
}

.ctop .all a {
	color: #666
}

.ctop .all:hover {
	color: #008fca
}

.ctop a:hover {
	color: #008fca
}

.setlist {
	width: 272px;
	font-size: 16px;
	margin: 0 auto
}

.setlist select {
	width: 130px;
	height: 30px;
	line-height: 30px
}

.setlist input {
	margin-left: 55px
}

.sbut {
	width: 195px;
	height: 30px;
	line-height: 30px;
	margin: 15px auto 20px auto
}

.sbut1 {
	width: 90px;
	background: #0099CC;
	color: #fff;
	text-align: center;
	cursor: pointer;
	text-indent: 0;
	line-height: 30px;
	font-size: 14px;
}

.sbut2 {
	width: 90px;
	background: #ededed;
	text-align: center;
	cursor: pointer;
	text-indent: 0;
	line-height: 30px;
	font-size: 14px
}

.bottom {
	width: 100%;
	/* height:290px; */
	padding-top: 75px;
	background: #0099cc;
	/* overflow:  hidden; */
}

.bleft {
	overflow: hidden;
	width: 320px;
	height: 290px;
	float: left
}

.bleft dl {
	float: left;
	width: 320px;
	height: 290px
}

.bleft dl dt {
	float: left;
	width: 190px;
	height: 80px
}

.bleft dl dt img {
	width: 182px;
	height: 54px
}

.bleft dl dd {
	float: left;
	width: 320px;
	height: 200px;
	line-height: 26px;
	color: #92979b;
	font-size: 13px
}

.blist {
	width: 184px;
	height: max-content;
	float: left
}

.blist dl {
	float: left;
	width: 184px;
	height: 24px
}

.blist dl dt {
	float: left;
	width: 24px;
	height: 24px;
	margin-right: 10px
}

.blist dl dt {
	width: 24px;
	height: 24px;
}

.blist dl dd {
	float: left;
	width: max-content;
	height: 24px;
	line-height: 24px;
	color: #e8e9e9;
	font-size: 18px
}

.blist ul {
	float: left;
	width: 184px;
	padding-left: 34px;
	padding-top: 10px
}

.blist li {
	float: left;
	width: 184px;
	height: 30px;
	line-height: 30px;
	color: #e8e9e9;
	font-size: 13px
}

.blist li a {
	color: #e8e9e9
}

.blist p {
	float: left;
	width: 174px;
	height: 24px;
	padding-top: 10px;
	padding-left: 5px;
	line-height: 24px;
	color: #e8e9e9;
	font-size: 16px
}

.attention {
	float: left;
	width: 184px;
	padding-top: 10px
}

.attention dl {
	float: left;
	width: 184px;
	height: 30px
}

.attention dl dt {
	float: left;
	width: 24px;
	height: 15px;
	padding: 7px 10px 8px 0;
	text-align: right
}

.attention dl dt img {
	width: 19px;
	height: 15px
}

.bei {
	width: 1200px;
	margin: auto;
	text-align: center;
	margin-top: 20px;
	padding: 10px 0;
	border-top: 1px solid #dadada;
}

.bei span {
	color: #fff;
	margin-right: 20px;
}

.attention dl dd {
	float: left;
	width: 150px;
	height: 30px;
	line-height: 30px;
	color: #e8e9e9;
	font-size: 13px
}

.attention dl dd a {
	color: #e8e9e9
}

.weixin {
	/* width:115px; */
	height: 185px;
	padding: 15px 14px 0 14px;
	background: #5b5d5f;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	float: right;
}

.weixin dl {
	float: left;
	width: 115px;
	height: 185px
}

.weixin dl dt {
	float: left;
	width: 115px;
	height: 116px
}

.weixin dl dd {
	float: left;
	width: 115px;
	padding-top: 10px;
	line-height: 20px;
	color: #d6dbdf;
	font-size: 12px;
	font-family: '宋体';
	text-align: center
}

.show {
	display: block
}

.enter {
	display: block;
	position: fixed;
	top: 500px;
	left: 100px;
	width: 140px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	background: #13a3ff;
	border-radius: 5px;
	cursor: pointer
}

.enter i {
	font-size: 24px
}

.enter:hover {
	color: #ff0
}

.p_tab {
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #dadada;
	position: relative
}

.p_tab li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	height: 50px;
	padding: 0 25px;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
	color: #2c2c2c;
	cursor: pointer
}

.p_tab li.active,
.p_tab li:hover {
	color: #0099CC;
	border-bottom: 3px solid #0099CC;
	height: 47px;
}

.p_link {
	display: none;
	padding: 20px 0
}

.p_link img {
	height: 50px;
	vertical-align: middle
}

.p_link a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	color: #2c2c2c;
	margin: 0 15px 0 25px;
	line-height: 37px
}

.p_link a:hover {
	color: #0099CC;
}

.show {
	display: block
}

.quan {
	position: absolute;
	top: 8px;
	margin-left: 10px
}

.wb_hfrz {
	position: absolute;
	text-align: center;
	width: 100%;
	margin-top: 185px
}

.wb_hfrz img {
	width: 110px;
	height: 35px;
	margin-right: 5px
}

.jy_qinp {
	color: #aaa
}

.cw_vip {
	float: left;
	display: inline-block;
	width: 75px;
	height: 35px;
	line-height: 35px;
	padding-left: 22px;
	background: url(../images/vip_tb011.png) 0 9px no-repeat;
	color: #f6881f;
	font-size: 16px
}

.cw_vip a {
	color: #f6881f
}

.cw_vip a:hover {
	color: #f8993f;
	text-decoration: none
}

.zf_an01 {
	float: left;
	display: inline-block;
	width: 70px;
	height: 35px;
	line-height: 35px;
	padding-left: 22px;
	background: url(../images/zf_bt011.png) 0 9px no-repeat;
	color: #f6881f;
	font-size: 16px
}

.zf_an01 a {
	color: #f6881f
}

.zf_an01 a:hover {
	color: #f8993f;
	text-decoration: none
}

.latest_news_box {
	background: #fff;
	width: 1200px;
	margin: 0 auto;
	height: 45px
}

.latest_news {
	width: 1198px;
	height: 45px;
	float: left;
	line-height: 45px;
	color: #333;
	font-size: 14px
}

.latest_news a {
	float: left;
	display: inline-block;
	color: #333;
	max-width: 260px;
	overflow: hidden;
	padding-right: 23px
}

.latest_news a:hover {
	float: left;
	display: inline-block;
	color: #333;
	max-width: 260px;
	overflow: hidden;
	text-decoration: none
}

.latest_news_l {
	float: left;
	display: inline-block;
	margin-left: 15px;
	font-size: 26px !important;
	color: #0099CC;
	/* background: url(../images/gb_tb011.png) 20px 14px no-repeat */
}

.scroll_vertical {
	position: relative;
	float: left;
	display: inline-block;
	width: 1100px;
	height: 45px
}

.scroll_vertical .gd_box {
	position: relative;
	width: 1198px;
	height: 45px;
	overflow: hidden;
	list-style: none
}

.scroll_vertical .list {
	position: absolute;
	top: 0;
	left: 0
}

.scroll_vertical .list li {
	height: 45px;
	line-height: 45px;
	overflow: hidden;
	padding: 0 10px;
	color: #333
}

.p_advert {
	background: #fff;
	width: 1200px;
	height: 120px;
	margin: auto;
	margin-top: 20px
}

.p_advert img {
	width: 1200px;
	height: 120px;
	opacity: .90;
	filter: alpha(opacity=90)
}

.p_advert img:hover {
	opacity: 1;
	filter: alpha(opacity=100)
}

.main_ggt01 {
	width: 22%;
	background-color: #fff;
	border-radius: 10px;
	margin-top: 15px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
}

.main_ggt011 {
	float: left;
	display: inline-block;
	width: 250px;
	height: 200px;
	padding: 5px 0;
}

.main_ggt011 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.main_ggt012 {
	float: left;
	display: inline-block;
	width: 250px;
	height: 200px;
	padding: 5px 0;
}

.main_ggt012 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#kinMaxShow {
	visibility: hidden;
	width: 100%;
	height: 300px;
	overflow: hidden
}

.none {
	display: none
}

.p_head {
	position: relative
}

.select-city {
	font-size: 14px;
	padding: 3px 15px;
	border-radius: 6px;
	position: absolute;
	color: #666;
	left: 50%;
	top: 50px;
	z-index: 1;
	margin-left: -390px;
	cursor: pointer;
	border: 1px solid #dadada
}

.city-bg {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 99;
	background: rgba(0, 0, 0, .4);
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr=#40000000, endColorstr=#40000000) \9
}

.animated {
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.bounceIn {
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn
}

@keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(.3);
		-ms-transform: scale(.3);
		transform: scale(.3)
	}

	80% {
		opacity: 1;
		-webkit-transform: scale(1.05);
		-ms-transform: scale(1.05);
		transform: scale(1.05)
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1)
	}
}

.city-change {
	width: 640px;
	height: 440px;
	background: #fff;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	border-radius: 2px;
	position: fixed;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	padding-bottom: 20px
}

.city-change .city-close {
	cursor: pointer;
	display: inline-block;
	width: 31px;
	height: 30px;
	overflow: hidden;
	position: absolute;
	right: -10px;
	top: -10px;
	z-index: 100;
	background: url(../images/close-fc.png);
	background-repeat: no-repeat
}

.citypop-content-top {
	height: 29px;
	line-height: 29px;
	padding: 8px 15px;
	position: relative;
	background-color: #fcfcfc;
	border-bottom: solid 1px #ccd3e4
}

.citypop-search {
	width: 250px;
	height: 22px;
	line-height: 22px;
	float: left;
	margin-top: 3px;
	margin-right: 10px;
	border: solid 1px #ccd3e4;
	background-color: #fff;
	position: relative
}

.citypop-search-icon:before {
	font-size: 15px;
	font-style: normal;
	content: "\e604";
	margin-left: 4px
}

.citypop-search input {
	outline: 0;
	width: 228px;
	position: absolute;
	left: 22px;
	top: 0;
	border: 0;
	background-color: #fff;
	color: #b8bbc1;
	padding: 0;
	line-height: 22px
}

.citypop-hotcity a {
	margin-left: 15px;
	padding: 0 5px;
	display: inline-block;
	float: left;
	color: #2c2c2c
}

.citypop-hotcity a.on,
.citypop-hotcity a:hover {
	color: #d60000
}

.citypop-nb {
	height: 28px;
	padding: 8px 11px
}

.citypop-nb a {
	display: inline-block;
	width: 19px;
	height: 19px;
	line-height: 19px;
	border-radius: 2px;
	margin: 4px;
	font-size: 14px;
	text-align: center;
	color: #3b5998;
	border: solid 1px #cbddeb;
	background-color: #f0f9fe;
	float: left
}

.citypop-nb a:hover {
	background-color: #3b5997;
	border: solid 1px #17469e;
	color: #fff
}

.citypop-scity {
	height: 370px;
	overflow-y: scroll;
	overflow-x: hidden;
	font-size: 12px
}

.citypop-scity dl {
	margin: 0;
	overflow: hidden;
	padding: 8px 0
}

.citypop-scity dl.first {
	border-top: dotted 1px #cecfd3
}

.citypop-scity dl dt {
	width: 100%;
	color: #333;
	text-align: right;
	font-weight: bold;
	padding-top: 4px;
}

.citypop-scity dl dd {
	width: 535px
}

.citypop-scity dl dt,
.citypop-scity dl dd {
	float: left;
	margin: 0
}

.citypop-scity dl dd a {
	height: 20px;
	line-height: 20px;
	color: #2c2c2c;
	outline: 0;
	padding: 2px 8px;
	float: left;
	display: block;
	white-space: nowrap
}

.citypop-scity dl dd a.on,
.citypop-scity dl dd a:hover {
	color: #fff;
	background-color: #ff9410
}

.citypop a:link,
.citypop a:visited {
	text-decoration: none
}

.citypop-scity dl dt .tx,
.citypop-scity dl dt .nu {
	height: 20px;
	line-height: 20px
}

.citypop-scity dl dt .nu {
	float: left;
	font-size: 18px;
	color: #d0d0d0;
	font-weight: 100;
	padding: 0 5px 0 15px
}

.ac_results {
	position: fixed !important
}

.citypop-tip-no {
	position: absolute;
	border: 1px solid #ccc;
	background: #fff;
	color: #b8bbc1;
	font-size: 12px;
	padding: 0 10px;
	width: 230px;
	margin-left: -1px;
	display: none
}

.p_head .headQR {
	float: right;
	margin: 7px 0 0 13px;
	float: right
}

.navchild h2 {
	float: left;
	width: 391px;
	height: 60px;
	background: url(../images/x_line2.png) left 51px no-repeat;
	font-size: 18px;
	line-height: 60px
}

.home_a:before {
	position: relative;
	top: 3px;
	left: 2px;
	margin-right: 15px;
	content: url(http://pres.vobao.com/Images/old/v3/MainSite/Content/themes/Default/images/XZ/t1.png)
}

.home_a {
	width: 193px
}

.home_a a {
	color: #f1f1f1
}

.home_a a:hover {
	color: #8BDDFD
}

.appDown_a:before {
	content: "\e610"
}

.appDown_a a {
	color: #f1f1f1
}

.appDown_a a:hover {
	color: #ffea00
}
