@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	background-color: #fff;
	font-family: "微软雅黑";
}

.w {
	width: 1200px;
	margin: 0 auto;
}


.wz-mian{width:1200px;margin:0 auto;background:#fff;box-shadow: 0 0 1rem #e7edf5;}

/*当前位置*/

.position {
	width: 100%;
	height: 40px;
	line-height: 40px;
}

.position .position-txt {
	padding-left: 25px;
	font-size: 14px;
	color: #999999;
}

.position .position-txt a {
	color: #999999;
}

.position .position-txt a:hover {
	color: #999999;
}

/*文章正文*/

.con {
	width:1140px;
	/*min-height: 680px;*/
	margin: 30px auto;
}
.con-main{width:100%;}
.con-title {
	font-size: 26px;
	color: #000;
	padding-bottom: 15px;
	text-align: center;
	border-bottom: 2px #dddddd solid;
}

.small-title {
	width: 900px;
	font-size: 14px;
	color: #333;
	line-height: 50px;
}

.small-title span{
	margin: 0 35px;
}

.small-title .fare {
	float: right;
	margin-right: 15px;
}
.main-txt{width:920px;margin:20px auto;}
.main-txt p {
	font-size: 16px;
	color: #333;
	line-height: 2em;
	/*text-indent: 2em;*/
}

.main-corner {
	float: right;
	margin-top: 20px;
	margin-bottom: 40px;
}

.main-corner div {
	font-size: 15px;
	color: #333;
	line-height: 26px;
}

.main-word {
	width:920px;
	margin:0 auto;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	background-color: #f1f1f1;
}

.main-word .main-word-left {
	float: left;
}

.main-word-left span {
	font-size: 15px;
	font-weight: bold;
	color: #fa0505;
}

.main-word .main-word-right {
	float: right;
}

.main-word-right span {
	float: left;
	font-size: 14px;
}

.main-word-right .printer {
	margin-left: 30px;
	padding-left: 25px;
	background: url(printer.png) no-repeat left center;
}

.main-word-right .close {
	margin-left: 25px;
	padding-left: 25px;
	background: url(close.png) no-repeat left center;
}

.con-main .line {
	width:920px;
	border: 1px #c5c5c5 dotted;
	margin: 20px auto;
}

.con-main .prev {
	margin-bottom: 15px;
}
.sxp{
	width:920px;
	margin: 0 auto;
	}




	.container{background: url(jianbianbg.png) no-repeat top center;min-height: 25rem;margin-bottom: 2.5rem;}
	/*当前位置*/
	.bt-place {line-height: 3.75rem;margin-bottom: 0;background: none;font-family: "Microsoft YaHei";font-weight: 400;font-size: .875rem;color: #999;opacity: 1;}
	.bt-breadcrumb {background: url(bt-currentPosition.png) no-repeat center left;padding: 0 0 0 1.375rem;}
	.bt-breadcrumb a {font-family: "Microsoft YaHei";font-size: .875rem;color: #999;opacity: 1;}
	.bt-breadcrumb a:first-child{margin-left: -4px;}
	.bt-breadcrumb a:last-child {color: #3a83e9;}
	.bt-breadcrumb span {margin: 0 .0625rem;}


/*移动端样式*/
@media (max-width: 767px) {
	.bt-place {line-height: 5.5rem;font-weight: 400;font-size: 1.625rem;color: #999;height: 5.5rem;background: #f5fbff;padding: 0 1.5rem;}
	.bt-place-now{display: none;}
	.bt-breadcrumb {background:none;padding: 0;}
	.bt-breadcrumb a {font-size: 1.625rem;color: #999;}
	.bt-breadcrumb a:last-child { color: #999;}

	.wz-mian{width: 100%;padding-top: 1.875rem;}
	.zt_box{width: 100%;padding: 0 1.25rem;height: auto !important;}
	.qt{font-size: 2.8125rem !important;height: 11.25rem !important;line-height: 4.5rem !important;padding: 0 1.25rem;}
}


/*适老化*/
.old_type .bt-place {line-height: 6.375rem;font-size: 2rem;}
.old_type .bt-breadcrumb {background: url(old-bt-currentPosition.png) no-repeat center left;padding: 0 0 0 2.75rem;}
.old_type .bt-breadcrumb a {font-family: "Microsoft YaHei";font-size: 2rem;color: #999;opacity: 1;}
.old_type .bt-breadcrumb span {margin: 0 .25rem;}
.old_type .bt-breadcrumb a:first-child{margin-left: -8px;}
.old_type .bt-breadcrumb a:last-child {color: #3a83e9;}

.old_type .zt_box{width: 50%;height: 1160px !important;}
.old_type .title_01{font-size: 48px;height: 72px;line-height: 72px;}
.old_type .title_02{font-size: 32px;height: 48px;line-height: 48px;padding-left: 36px;}
.old_type .zt_box ul li{margin-right: 25px;font-size: 28px;height: 52px;line-height: 52px;}
.old_type .title_03{font-size: 30px;height: 45px;line-height: 45px;}
.old_type .qt{font-size: 44px !important;height: 150px !important;line-height: 72px !important;margin-right: 20px;margin-left: 20px;}