@charset "UTF-8";

/*初始化css*/
body {
	min-width: 1100px;
	font-family: 微软雅黑;
	color: #333;
	font-size: 15px;
}

/*min-width的宽度根据项目页面宽度决定*/
*,
*:before,
*:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
form {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
}

input {
	margin: 0;
	padding: 0;
	outline: none;
}

li {
	list-style: none;
}

a,
ins {
	text-decoration: none;
}

*:focus {
	outline: none;
}

a {
	color: #333;
}

/*颜色根据通用信息列表的文字颜色决定*/
.more a {
	color: #999;
}

/*颜色根据通用更多的文字颜色决定*/
a:hover {
	color: #1c5bb8;
}

/*颜色根据psd主色调决定，比如很多都是蓝色*/
.more a:hover {
	color: #1c5bb8;
}

/*颜色根据psd主色调决定，比如很多都是蓝色*/
.fl {
	float: left;
}

.fr {
	float: right;
}

.cf:after {
	display: block;
	content: '';
	height: 0;
	visibility: hidden;
	clear: both;
}

.cf {
	zoom: 1;
}

.hide {
	display: none;
}

.block {
	display: block;
}

img {
	border: none;
}

textarea,
input {
	font-family: 微软雅黑;
}

/*命名的语义化---正常页面的几部分如下：header(top+banner+nav)	content-wrap(section1+section2+...)		footer*/


.box {
	width: 1200px;
	margin: 0 auto;
	margin-top: 15px;
	margin-bottom: 15px;

}

.title_top {
	overflow: hidden;
}

.img_left {
	width: 500px;
	float: left;
}

.img_left img {
	margin-top: 6px;

}

.img_right {
	width: 500px;
	float: right;
}

.img_right img {
	margin-top: 6px;

}

.red_title a {
	width: 200px;
	float: left;
	text-align: center;
	font-size: 19px;
	color: #bb2323;
	font-weight: 700;
	line-height: 26px;
}

.content {
	width: 100%;
	overflow: hidden;
	margin-top: 15px;
}

.content_left {
	width: 590px;
	float: left;
}

.content_right {
	width: 590px;
	float: right;
}

.ggao_title {
	overflow: hidden;
	padding-bottom: 16px;
	border-bottom: 1px solid #DEDEDE;
}

.gg_icon {
	float: left;
	margin-top: 2px;
}

.gg_blue {
	float: left;
	font-size: 17px;
	color: #355e92;
	margin-left: 10px;
}

.more {
	float: right;
	color: #666666;
	font-size: 15px;
}

.ggao_list {
	margin-top: 8px;
}

.ggao_list td {
	padding: 8px 0px;
}

.blue_bold {
	font-weight: 700;
	color: #144685;
}

.ggao_img {
	margin-top: 15px;
}

.chaxun_img {
	margin-top: 24px;
}

.jyxx {
	margin-top: 20px;
}

.jyxx_left,
.jyxx_right {
	border: 1px solid #E5E5E5;
	border-top: 2px solid #21528A;
}

.jyxx_left_title,
.jyxx_right_title {
	height: 45px;
	border-bottom: 1px solid #E5E5E5;
}

.jyxx_left_title_span,
.jyxx_right_title_span {
	line-height: 45px;

}

.blod {
	font-weight: 700;
}

.jyxx_left_list {
	padding: 5px 0px;
}

.jyxx_left_list td {
	padding: 5px 0px;
}

.jyxx_right_list td {
	padding: 5px 0px;
}

.jyxx_right_img {
	margin-top: 8px;
}

.title_left_blue {
	font-size: 17px;
	color: #355e92;
}

.title_left {
	overflow: hidden;
	padding-bottom: 16px;
	border-bottom: 1px solid #DEDEDE;
}

.content_list ul li {
	padding: 8px 0px;
}

.jjgl_img {
	margin-top: 15px;
}

.content_list_dian ul li {
	padding-left: 15px;
	background: url(dian.png) no-repeat 0% 50%;
}

.hytb_img1 {
	width: 190px;
	float: left;
	background: #DDE9F6;
	border-top: 2px solid #4973A6;
	text-align: center;
}

.hytb_img2 {
	width: 190px;
	float: left;
	margin-left: 10px;
	background: #DDE9F6;
	border-top: 2px solid #4973A6;
	text-align: center;
}

.hytb_img3 {
	width: 190px;
	float: left;
	margin-left: 10px;
	background: #DDE9F6;
	border-top: 2px solid #4973A6;
	text-align: center;
}

.hytb_img {
	margin-top: 15px;
}

.hytb_img div:hover {
	background: #3E6BA1;
	border-top: 2px solid #B52729;
}

.hytb_img div:hover a {
	color: #fff;
}

.hytb_img a {
	display: block;
	height: 68px;
	line-height: 68px;
	text-align: center;
	color: #3e6ba1;
}

.content_left1 {
	float: left;
	width: 530px;
}

.content_center1 {
	float: left;
	width: 530px;
	margin-left: 20px;
}

.content_right1 {
	width: 100px;
	margin-left: 20px;
	float: right;
}

.bmfw_title {
	padding-bottom: 16px;
	border-bottom: 1px solid #DEDEDE;
}

.bmfw_title a {
	color: #3e6ba1;
	font-size: 17px;
}

.xiazai {
	float: right;
	color: #3e6ba1;
}

.fuwu {
	border: 1px solid #E9E9E9;
	background: #F3F3F3;
	width: 100%;
	height: 140px;
	text-align: center;
	padding: 15px 10px;
}

.fuwu b {
	font-weight: 700;
	color: #3e6ba1;
}

.fuwu a {
	color: #3e6ba1;
	line-height: 27px;
}

/* 适老化 */
.old_type .title_top {
	width: 100%;
	height: 100px;
	line-height: 100px;
}

.old_type .img_left {
	width: 400px;
}

.old_type .img_left img {
	margin-top: 0;
	width: 400px;
}

.old_type .red_title a {
	width: 400px;
	font-size: 48px;
	line-height: 100px;
}

.old_type .chaxun img {
	width: 350px;
}

.old_type .content iframe {
	/* display: none; */
}

.old_type .hf {
	margin-top: 40px !important;
}

.old_type .content_left {
	width: 100% !important;
}

.old_type .title_left_blue {
	font-size: 40px !important;
}

.old_type .title_left_blue a {
	font-size: 40px !important;
}

.old_type .content_list_dian ul li {
	font-size: 28px;
}

.old_type .content_right {
	width: 100%;
	margin-top: 40px;
}

.old_type .content_left1 {
	width: 100% !important;
}

.old_type .content_center1 {
	width: 100% !important;
	margin-left: 0 !important;
	margin-top: 40px;
}

.old_type .more {
	font-size: 28px;
}

.old_type .bmfw_title .more {
	font-size: 28px;
}