@charset "UTF-8";


@font-face {
	font-family: "SourceHanSansCN-Regular";
	src: url("../fonts/SourceHanSansCN-Regular.woff") format("woff"),
		url("../fonts/SourceHanSansCN-Regular.ttf") format("truetype"),
		url("../fonts/SourceHanSansCN-Regular.eot") format("embedded-opentype");
}

@font-face {
	font-family: "SourceHanSansCN-Medium";
	src: url("../fonts/SourceHanSansCN-Medium.woff") format("woff"),
		url("../fonts/SourceHanSansCN-Medium.eot") format("embedded-opentype"),
		url("../fonts/SourceHanSansCN-Medium.ttf") format("truetype");
}

@font-face {
	font-family: "SourceHanSansCN-Bold";
	src: url("../fonts/SourceHanSansCN-Bold.woff") format("woff"),
		url("../fonts/SourceHanSansCN-Bold.eot") format("embedded-opentype"),
		url("../fonts/SourceHanSansCN-Bold.ttf") format("truetype");
}

@font-face {
	font-family: 'YouSheBiaoTiHei';
	src: url('../fonts/YouSheBiaoTiHei.woff') format('woff'),
	url('../fonts/YouSheBiaoTiHei.eot') format('embedded-opentype'),
	url('../fonts/YouSheBiaoTiHei.ttf') format('truetype');
}


/* yui3 reset.css */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
	vertical-align: top;
}

address,
caption,
cite,
code,
dfn,
th,
var {
	font-style: normal;
	font-weight: normal;
}

ol,
ul {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,
q:after {
	content: "";
}

abbr,
acronym {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

input,
textarea,
select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	*font-size: 100%;
}

legend {
	color: #000;
}

iframe {
	display: block;
}


/* yui3 fonts */

body {
	color: #333;
	font-size: 14px;
	font-family: "SimSun";
}

select,
input,
button,
textarea {
	font: 99% arial, helvetica, clean, sans-serif;
}

table {
	font-size: inherit;
	font: 100%;
}

pre,
code,
kbd,
samp,
tt {
	font-family: monospace;
	*font-size: 108%;
	line-height: 100%;
}

a {
	text-decoration: none;
}

input,
button,
textarea {
	font-family: "SimSun";
	border: 0;
	outline: 0;
}

input[type=text]::-ms-clear,
input[type=password]::-ms-reveal {
	display: none;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
	color: #999;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
	color: #999;
}

textarea:-moz-placeholder,
input:-moz-placeholder {
	color: #999;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
	color: #999;
}

.placeholder {
	color: #999;
}

/* utilities */

.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.clearfix {
	*zoom: 1;
}

.clearfix:before,
.clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}

.clearfix:after {
	clear: both;
}

.l {
	float: left !important;
}

.r {
	float: right !important;
}

.hidden {
	display: none !important;
}

.invisible {
	visibility: hidden !important;
}

/* css3效果 */

.trans {
	-webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
}

.text-overflow {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

body {
	font-family: "SimSun";
	font-size: 14px;
	background: url(../images/topline.jpg) center top repeat-x #fff;
}

.ewb-mt20 {
	margin-top: 20px;
}

#header {
	height: 177px;
}

/* top */

.tops {
	height: 36px;
	line-height: 36px;
	border-bottom: 1px solid #d2d2d2;
	background-color: #f5f5f5;
	color: #666;
	text-align: left;
	font-size: 12px;
}

.weather {
	float: left;
	width: 37.6%;
}

.top-red {
	float: left;
	width: 29%;
}

.top-link {
	float: right;
	/*width: 33.4%;*/
	font-size: 12px;
}

.link-list li {
	float: left;
	height: 36px;
	padding-left: 25px;
	margin-right: 7px;
	font-size: 12px;
}

.link-list li.icon01 {
	background: url('../images/icon.png') 0 8px no-repeat;
}

.link-list li.icon02 {
	background: url('../images/icon.png') 0 -28px no-repeat;
}

.link-list li.icon03 {
	background: url('../images/icon.png') 0 -64px no-repeat;
}

.link-list li a {
	color: #333;
}


.link {
	float: left;
	margin-left: 12px;
}

.link a {
	color: #333;
}

/* 搜索 */
.search-bg-new {
	padding-top: 28px;
}

.search-block-new {
	height: 29px;
	padding-left: 10px;
	float: left;
}

.top-title {
	float: left;
	margin-top: 28px;
	padding-left: 4px;
}

.top-title img {
	vertical-align: top;
}

.styled-select {
	float: left;
	position: relative;
	width: 58px;
	overflow: hidden;
}

.styled-select select {
	width: 78px;
	font-size: 14px;
	border: 1px solid #ccc;
	height: 29px;
	-webkit-appearance: none;
	padding-left: 5px;
	padding-bottom: 5px;
}

.styled-select select option {
	line-height: 29px;
}

.select-up {
	background: url('../images/up_1.jpg') no-repeat center;
	width: 10px;
	height: 10px;
	position: absolute;
	left: 70%;
	top: 30%;
}

.search {
	margin-left: 84px;
	height: 104px;
	position: relative;
}

.search-tab {
	position: relative;
	z-index: 3;
	height: 24px;
}

.search-tab li {
	float: left;
	width: 90px;
	height: 24px;
	text-align: center;
	line-height: 26px;
	font-size: 14px;
	font-family: "宋体";
	color: #0049a3;
	cursor: pointer;
}

.search-tab li.current {
	background: url(../images/tab01.png);
}

.search-bg {
	position: relative;
	z-index: 2;
	margin-top: -1px;
	width: 470px;
	height: 39px;
	border: 1px solid #d0d0d0;
	background-color: #ffffff;
	opacity: 0.7;
}

.btn {
	width: 67px;
	height: 29px;
	border: 0;
	cursor: pointer;
	background: url(../images/indeximg.png) 0 -506px!important;
	float: left;
	margin-left: 15px;
}

/* 修改0214 */
.btn {
	font-size:0;
}
.btn em{
	position:relative;
	display:block;
	width:100%;
	height:100%;
	font-size:0;
	z-index:2;
}


.search-block {
	position: absolute;
	z-index: 4;
	top: 55px;
	left: 0;
	height: 40px;
	width: 470px;
	padding-left: 10px;
	margin-top: -16px;
}

.search-input {
	float: left;
	border: 1px solid #dfdfdf;
	width: 375px;
	height: 27px;
}

.search-input input{
	padding-right: 33px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.text {
	line-height: 26px;
	height: 27px;
	background: #ffffff;
	color: #666666;
	font-size: 12px;
	text-indent: 0.5em;
	width: 100%;
}


.rcmian {
	width: 470px;
	float: left;
	line-height: 18px;
	margin-top: 6px;
}

.reci {
	font-size: 12px;
	color: #666666;
	padding-left: 11px;
	line-height: 18px;
	float: left;
	width: 418px;
	height: 18px;
	overflow: hidden;
}

.rcmore {
	font-size: 12px;
	float: right;
}

.recimore {
	background: url('../images/indeximg.png') 0 -422px!important;
	width: 39px;
	height: 18px;
	font-size: 0;
}

.recimore .getmessage{
	display: block;
	width: 100%;
	height: 100%;
	font-size: 0;
}

.recimore:hover {
	background-position: 0 -404px;
}

.reci a {
	color: #666;
	cursor: pointer;
}

.reci a:hover {
	color: #ff6101;
}

/* pad */
@media(max-width:997px) {
	#header {
		height: auto;
	}

	.top-red,
	.top-link {
		width: 50%;
	}

	.weather {
		width: 100%;
	}

	.tops {
		height: auto;
	}

	.top-title {
		background-size: 100% auto;
		background-position: left 39px;
	}
}

/*手机端*/
@media (max-width: 767px) {
	.top-red {
		display: none;
	}

	.top-link {
		width: auto;
		float: left;
	}

	.link {
		float: right;
		margin-left: 0;
		margin-right: 10px;
	}

	.tops {
		line-height: 24px;
		padding-left: 10px;
	}

	.top-title {
		float: none;
		display: block;
		margin-top: 10px;
	}

	.search {
		height: auto;
		padding: 10px 0;
	}

	.search-bg-new {
		padding-top: 0;
	}

	.search-block-new {
		padding: 0 10px;
		float: none;
		position: relative;
	}

	.search-input {
		float: none;
		width: auto;
		margin-right: 82px;
	}

	.btn {
		position: absolute;
		right: 10px;
		top: 0;
	}
}


/*nav*/
.nav-bar {
	position: relative;
	height: 36px;
	margin: 0 auto;
	background-color: #fafafa;
	z-index: 10;
}

.nav-inner li {
	float: left;
	width: 12.5%;
	height: 36px;
	background: url('../images/nav_list.jpg') right center no-repeat;
}

.nav-inner li:hover a {
	color: #fff;
	/* background: url('../images/nav01.jpg') repeat-x; */
}

.nav-inner li a {
	display: block;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	font-weight: bold;
	color: #535353;
	text-align: center;
	margin-left: -1px;
}

.nav-inner li:first-child a {
	margin-left: 0;
}

.nav-inner li:last-child {
	background: none;
}

.nav-inner li:last-child img {
	vertical-align: top;
	margin-top: 3px;
}

.nav-inner li.current {
	background: url('../images/nav01.jpg') repeat-x;
}

.nav-inner li.current a {
	color: #ffffff;
}

/*手机端*/
@media (max-width: 767px) {
	.nav-bar {
		height: auto;
	}

	.nav-inner li {
		width: 25%;
	}

	.nav-inner li:nth-child(4) {
		/* background: none; */
	}

	.nav-inner li:nth-child(5) a {
		margin-left: 0;
	}

	.nav-inner li a {
		font-size: 14px;
	}
}

/* footer */

.second-footer {
	padding: 10px 0 25px 0;
	border-top: 4px solid #529dc4;
	background-color: #d3e4f5;
	text-align: center;
}

.footer-rel {
	position: relative;
}

.foot-info {
	line-height: 32px;
	font-size: 14px;
	padding-left: 100px;
}

.foot-link a {
	color: #333;
}

.footer-ge {
	padding: 0 20px;
}

.foot-info p span {
	margin: 0 10px;
}

.foot-info p a {
	color: #333;
}

.footer-red {
	vertical-align: top;
	margin: 5px 5px 0 0;
}

.footer-img {
	position: absolute;
	/*left: 125px;*/
	top: 27px;
}

.footer-img1,
.footer-img2 {
	float: left;
}

.footer-img2 {
	margin-left: 20px;
}

/* pad */
@media(max-width:997px) {
	.footer-img {
		left: 26px;
	}
}

/* phone */

@media(max-width:767px) {
	.second-footer {
		padding: 10px 0;
	}

	.foot-info {
		padding-left: 0;
		font-size: 12px;
		line-height: 24px;
	}

	.foot-info p span {
		display: block;
	}

	.footer-red {
		margin-top: 2px;
	}

	.footer-img {
		position: static;
	}

	.footer-img1,
	.footer-img2 {
		float: none;
	}

	.footer-img2 {
		margin-left: 10px;
	}
}

#footer{
    height: 199px !important;
    /* padding-bottom: 25px;
    position:absolute; */
    width:100%;
}

/* 1226 */

.fujian{
	line-height: 28px;
	font-size: 16px;
	margin-bottom: 10px;
}


.fujian>span{
	float: left;
	font-weight: bold;
	color: #174778;
}

.fujian-info{
	margin-left: 54px;
}

.fujian-info a{
	color: #333;
}

/* 0120 */


.guohui{
	float: left;
	margin-top: 18px;
}

@media(max-width:979px){
	.guohui{
		width: 46px;
	}

	.top-title img{
		width: 194px;
	}
	
}

@media(max-width:767px){
	.guohui{
		float: none;
		margin-top: 4px;
		margin-left: 4px;
	}

	.top-title{
		display: inline-block;
		padding-left: 0;
	}

	.top-title img{
		width: auto;
	}
}

.browser-open,
.browser-pop {
	display:none;
}

.accfocus{
 text-decoration:underline!important;
}

.barrier-btn.sub{
	margin-top: -25px;
	margin-right:4px;
	height: 25px;
	background: #1778D6;
	border-radius: 13px;
	line-height: 25px;
	padding: 0 9px 0 29px;
	font-family: "YouSheBiaoTiHei";
	font-size: 16px;
	color: #fff;
	vertical-align:top;
	background-position:left 8px center;
	background-repeat:no-repeat;
}
.barrier-btn.sub.icon1 {
	background-image:url("../images/new_12_icon1.png");
}

@media (max-width: 767px) {
	.search {
		margin-left: 0;
	}

	.search-block-new {
		margin-right: 92px;
	}

	.search-input {
		margin-right: 82px;
	}
	.barrier-btn.sub {
		margin-top:-26px;
	}
}

/*3.14头部搜索框新增删除*/
.head-search-reset {
    position: absolute;
    top: 50%;
    right: 200px;
    margin-top: 30px;
    width: 20px;
    height: 20px;
    font-size: 38px;
    font-weight: bold;
    cursor: pointer;
    background: url("/oldcity/images/search_close.png") center center no-repeat;
    background-size: 100% 100%;
  }
  
  .head-search-reset {
    top:0.21rem;
  }
  
  .head-search-reset::before {
    position: absolute;
    content:"";
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url("/oldcity/images/search_close.png") center center no-repeat;
    background-size: 0.35rem 0.35rem;
  }

@media (max-width:767px) {
	.search-reset {
		display:none!important;
	}
	.head-search-reset {
		display:none!important;
	}
}

.hijina{
	font-size:0!important;
}

.hijina .getmessage{
	/*position:absolute;*/
	/*display:block;*/
	height:100%;
	font-size:0;
	z-index:2;
}

.tag{
	margin-top: 10px;
}

.tag img{
	height: 50px;
}


.barrier-btn.tssub {
    background-image: url(../images/new_12_icon2.png);
    display: inline-block;
    margin-top: 10px;
    margin-left: 20px;
}

/* 20250310新增移动端关怀版下样式 */
.barrier-btn.tssub.mt-lose25 {
	margin-top: -25px;
}

.skipelement {
	display: none;
}