﻿@charset "utf-8";

body {
	font-size: 32px;
}

.min-wrap {
	min-width: 1200px;
}

.main-wrap {
	width: 1200px;
}

.index-float, .declare, .code {
	display: none !important; /*浮窗一律屏蔽*/
}

.top-links {
	margin-right: 0;
}

.mt-15 {
	margin-top: 0;
}
/*top-bar*/
.top-bar {
	font-size: 0.5em;
}

.logo {
	display: none;
}

.logo-mobile {
	display: block;
	padding: 15px;
}

.main-nav {
	width: 100%;
	float: none;
	padding-top: 0;
}

.icon-list span {
	font-size: 1em;
}

#menu a {
	font-size: 1em;
}

#menu>ul>li ul {
	display: none !important;
}
/*搜索--适老--模块化*/
.find-bar {
	position: absolute;
	top: -70px;
	right: 0;
	width: 300px;
	background: #fff;
	border-radius: 5px;
	opacity: 1;
	filter: alpha(opacity = 100);
}

.find-bar input[type="submit"] {
	width: 60px;
	height: 45px;
	position: absolute;
	right: 0;
	border-radius: 0 5px 5px 0;
}

.find-bar input[type="text"] {
	width: 100%;
	padding: 0;
	box-sizing: border-box;
	font-size: 0.875em;
	height: 45px;
	padding: 0 60px 0 10px;
}

.find-bar em {
	font-size: 0.75em;
	line-height: 1em;
	color: red;
	top: 48px;
}
/*适老下--轮播图*/
.focus-img.owl-carousel .item:after {
	line-height: 2em !important;
}

.focus-img.owl-carousel .owl-nav.disabled+.owl-dots {
	bottom: 0.3em;
}

.focus-pic {
	float: none;
	width: auto;
	height: auto;
}

.focus-pic-right {
	float: none;
	width: 100%;
}

.col-b-wide {
	float: none;
	width: auto;
	height: auto;
}

.col-b-narrow {
	float: none;
	width: 100%;
	margin-left: 0;
}

.article-list.col-3>li {
	width: 100%;
	margin-left: 0;
	margin-top: 0;
}
/*列表*/
.news-list>a>span {
	font-size: 1em !important; /*重置列表字体大小*/
}

.news-list>a>em {
	font-size: 1em !important; /*重置列表字体大小*/
}

.news-list>a:nth-child(n+5) {
	display: none; /*首页列表只显示前4条*/
}

.news-list.dot-t>a:nth-child(n+5) {
	display: block; /*二级列表条数显示完整*/
}

.box-tab dt {
	display: none;
}

.box-tab>dd>ul>li {
	display: block;
}

.box-tab.sub-box-c .sub-nav {
	top: 57px;
}

.small-title {
	display: block;
	border-bottom: 1px solid #1bbc9b;
	height: inherit;
	line-height: inherit;
	border-left: none;
	padding-left: 0;
	font-size: 1em;
}

.small-title .title-name {
	float: left;
	font-family: "Microsoft Yahei";
	cursor: default;
	padding: 8px 15px;
	background-color: #1bbc9b;
	color: #fff;
}

.article-list.col-3 .small-title {
	border-bottom: none;
	position: relative;
	background: none;
}

.article-list.col-3 .small-title .title-name {
	background: #fff;
	color: #1bbc9b;
	position: relative;
}

.article-list.col-3 .small-title .title-name:before {
	content: "";
	display: block;
	background: url(../images/before_modify.jpg) no-repeat;
	position: absolute;
	left: 0;
	height: 30px;
	width: 2px;
	top: 29%;
}

.article-list.col-3 .small-title:before {
	content: "";
	position: absolute;
	border-bottom: 1px solid #1bbc9b;
	width: 100%;
	top: 54%;
	left: 0;
	z-index: -1;
}

.small-more {
	display: block;
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: center;
}

.sub-nav-left {
	width: 283px;
}

.page-tile>* {
	line-height: 2em;
	height: 2em;
}

.dot img {
	height: auto;
}
/*首页按钮*/
.service-list i {
	width: 3em;
	height: 3em;
	line-height: 3em;
}

.service-list span {
	font-size: 1em;
}

.service-list i:before {
	font-size: 1.5em;
}
/*单页*/
.col-h-168 {
	font-size: 1em;
}

.single-article {
	font-size: 1em;
}
/*适老下--内容页强制字体大小与行高*/
.news_content_content * {
	line-height: 1.875em !important;
	font-size: 1em !important;
}

.friend-link {
	display: none;
}

.copyright table td:nth-child(2) {
	width: 936px;
}
/*计算器*/
.query-form>div span, .query-form>div em {
	width: auto;
}

#dejs {
	margin-left: 9em;
}

.query-form>div {
	text-align: left;
}

.query-form {
	text-align: left;
	padding: 10px;
}

.query-form input {
	font-size: 0.875em;
}

@media screen and (max-width: 1000px) {
	.query-form>div div {
		display: block;
	}
	.query-form #dkqx, .query-form #dkje {
		display: block;
		width: 100%;
	}
	.query-form>div span {
		color: red;
		padding-bottom: 0.2em;
		text-align: left;
	}
	.query-form div:nth-child(3) {
		text-align: center;
	}
	#dejs {
		margin-left: 0;
	}
}

@media screen and (max-width: 800px) {
	.query-form input[type="button"] {
		width: 148px;
	}
}

@media screen and (max-width: 480px) {
	.query-form input[type="button"] {
		float: none;
	}
}

@media screen and (max-width: 1200px) {
	.min-wrap, .main-wrap {
		min-width: auto !important;
		width: 100%;
	}
	.copyright table {
		table-layout: inherit;
	}
	/*移动端--适老显示两行--时间隐藏*/
	.news-list>a>em {
		display: none; /*隐藏时间*/
	}
	.news-list>a>span {
		width: 100% !important;
		float: none !important;
		line-height: 1.5em !important;
		height: auto !important;
		max-height: 3em;
		display: -webkit-box !important;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2; /*适老移动端--两行显示*/
		white-space: inherit !important;
		overflow: hidden;
	}
	.news-list>a {
		padding: 0.5em 15px !important;
		border-top: 1px solid #e8e8e8 !important; /*强制添加--灰色割线*/
	}
	.news-list>a:first-child {
		border-top: none !important;
	}
}

@media screen and (max-width: 1000px) {
	body {
		font-size: 24px;
	}
	.box-tab.sub-box-c .sub-title .arrow-down {
		height: 56px;
	}
	.search-bar-icon {
		height: 56px !important; /*调整mail下的放大镜的位置*/
		line-height: 56px;
	}
	/*搜索*/
	.find-bar {
		top: 0;
		border: none;
		left: 0;
		width: calc(100% - 50px);
		width: -webkit-calc(100% - 50px);
		width: -moz-calc(100% - 50px);
		border-radius: 0;
		background: #1bbc9b;
	}
	.find-bar input[type="text"] {
		color: #fff;
	}
	.find-bar input[type="submit"] {
		background: #1bbc9b
			url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAAB8ElEQVRIS63WsUuVURjHcdNCJCNKo6BsKEEw0MGIoKF/QISabGmSCix0VHQ1ECdd3UVaDFFCBxFEioYaXJ3EoeaGhobT9/fY83Le43u7eu79wedyz3Oe+x7f9577vraEEP7nEh5jChtQfmIJL3ATVZ8rqSyiHZM4S/bxAFXHMVXFHsQZx310ohU6uxt4gk/wzOMCTh0zLQzB8xoXkfak7uEYymfoDyn1xIPb8PQhnqtHB16GsoPSfNzk6Uep6RxWoLxEUfc3/iXPopjM0AaPvjur6yU+i1PXM8MwlFFYTS+PVCEziJtz+R+tzWA1vUyrQrRL4uZGbELR780WWbVhCFeRNud6BaULtsh3G0ZfVBM8g9ILW2TXhiF0IG3Opfuacge2yIINQ7iFtDnXIpTLsEWe2zCEEaTNuf5AsXuZCldsGMIR0uYcd6HobKzmE7rfKA/htVy+kbphNZ+4DkWn2cgu0yVX1lDU44YJKAeofC7UMQjlEKXbU9wkfhfVc0HfVTpfi5+B8g2l+dLgHz3hPGOotZjuuAPYg/ILX0/e2m+vuBrpB91T+DZUtPPm8Abv8AFx3kOL6rPrKpBt2GVLDx5Tg57jH1GV33iLYhdFtqBop7Wlk7XoWa9/JLQLr6HeLUiX6guUH1UNzaKFOKMQ/gIhWcevD2OpnAAAAABJRU5ErkJggg==)
			no-repeat center center;
		border-radius: 0;
		background-size: 36%;
	}
	.article-list.col-3 .small-title .title-name:before {
		height: 20px;
	}
}

@media screen and (max-width:720px) {
	.sub-nav-left {
		display: none;
	}
}
/*意见征集--通用*/
@media screen and (max-width:1000px) {
	.suggestion_input_captcha_div+span {
		display: block !important;
	}
	.suggestion_input_captcha {
		width: 100% !important;
	}
	.suggestion_input_submit {
		width: 100% !important;
		margin: 0;
		padding: 0;
		margin-top: 10px;
	}
	.suggestion_input_captcha_div_plus {
		bottom: -9px !important;
	}
}
/*登录弹框*/
@media screen and (max-width:1320px) {
	.login-others>ul {
		right: 0 !important;
	}
}