﻿
/* 适老化改造 */
.wza-box{/* margin-top: 35px; float: right;*/min-width: 200px;z-index: 20;}
.wza-box a{ display: block;float: right;height: 38px;line-height:38px;padding: 0 16px;font-size: 18px;letter-spacing: 0.32px; }
.wza-box a.wza{ background: #fff;color: #003366; border: 1px solid #003366; border-radius: 2px 0px 0px 2px;}
.wza-box a.oldman{ background:#024181;color: #fff;border: 1px solid #024181;border-radius: 0px 2px 2px 0px; }
 
.slh{     
	    position: absolute;
    top: 20px;
    right: 20px;
} 
.oldModel * {
    font-size: 28px !important;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
th,
td,
input,
legend,
li,
ol,
p,
pre,
textarea,
ul {
	padding: 0;
	margin: 0;
	font-family: "Microsoft YaHei";
}

a {
	text-decoration: none;
}

input {
	outline: none;
}

ul,
li,
ol {
	list-style: none;
}

img {
	border: 0;
}

button {
	outline: 0;
}

/* 头部 */
body {
	width: 100%;
	/* height: 500px; */
	background: url(../images/bgkpxc.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.bg img{
	width: 100%;
}

.kpzg{
	display: block;
	width: 1300px;
	margin: 35px auto 0px;
}
.kpzg img{
	width: 100%;
	height: 128px;
}
.main1 {
	width: 1300px;
	height: 520px;
	margin: 30px auto ;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.main1 .lb {
	width: 100%;
	height: 520px;
	/* border: 1px solid; */
}

/* 轮播 */
.main1 .lunbo {
	width: 100%;
	height: 100%;
	/* border: 1px solid blue; */
	/* padding: 25px 0 0 25px; */
}

.lunbo .box {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	/* border: 1px solid red; */
}

/* 轮播图片 */
.box_img ul {}

.box_img ul li {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.box_img ul li img {
	display: block;
	width: 100%;
	height: 520px;
}

.box_img ul li h2 {
	position: absolute;
	left: 0;
	bottom: 0px;
	height: 40px;
	width: 100%;
	background: rgba(125, 125, 120, .4);
	/* text-indent: 2em; */
	padding-left: 10px;
	font-size: 15px;
	line-height: 40px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-weight: normal;
	color: ghostwhite;
}

/*  轮播圆点*/
.box_circle {
	position: absolute;
	right: 10px;
	bottom: 14px;
}

.box_circle ul li {
	float: left;
	width: 12px;
	height: 12px;
	overflow: hidden;
	margin: 0 5px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.5);
	text-indent: 100px;
	cursor: pointer;
}

.box_circle ul .on {
	background: rgba(255, 255, 255, 0.6);
}

/* 公告公示 */
/* .main1 .gggs {
	width: 580px;
	height: 400px;
}

.tzgg_biaoti {
	width: 100%;
	height: 65px;
	font-size: 24px;
	color: #4279B1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #e1e1e1;
}

.tzgg_biaoti p {
	display: flex;
}

.tzgg_biaoti .lan {
	display: block;
	color: #275ca7;
	padding-left: 20px;
	border-left: 7px solid #275ca7;
	font-weight: bold;
	border-radius: 3px;
}

.tzgg_biaoti span {
	color: #999999;
	font-size: 17px;
	font-family: simsun;
}

.tzgg-con {
	width: 100%;
	height: 215px;
	margin-top: 10px;
}

.tzgg-con ul {
	box-sizing: border-box;
	float: left;
	position: relative;
	width: 100%;
}

.tzgg-con ul li {
	width: 100%;
	height: 56px;
	line-height: 56px;
	background: url(../images/dot.png) no-repeat left 25px;
	padding-left: 10px;
}

.tzgg-con ul li a {
	padding-left: 15px;
	float: left;
	width: 85%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 18px;
	color: #333;
	box-sizing: border-box;
	display: inline-block;
}

.tzgg-con ul li a:hover {
	margin-left: 5px;
	transition: ease-in-out 0.3s;
}

.tzgg-con ul li span {
	float: right;
	font-size: 16px;
	color: #999;
} */
/* 标题 */
.bt {
	background: url(../images/tit1.jpg) no-repeat center;
	position: relative;
	width: 1300px;
	margin: 50px auto;
}

.bt h1 {
	display: block;
	margin: 0 auto;
	width: 206px;
	background: url(../images/tit2.png) no-repeat center;
	height: 60px;
	box-sizing: border-box;
	padding-top: 10px;
	font-size: 24px;
	color: #1658A0;
	text-align: center;
	padding-right: 5px;
}

.bt .sp_a {
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -17px;
}

.bt .sp_a a {
	color: #999;
	font-family: simsun;
}
/* 列表 */
.yh_con_ul{
	width: 1300px;
	/* height: 180px; */
	margin: 20px auto;
	background: url(../images/xian.png) no-repeat center;
	overflow: hidden;
}
.yh_con_ul ul li {
    width: 50%;
    font-size: 17px;
    line-height: 55px;
    height: 55px;
    float: left;
    box-sizing: border-box;
    padding: 0px 25px;
}
/* .yh_con_ul ul li:nth-child(1){
	padding-left: 0;
}
.yh_con_ul ul li:nth-child(3){
	padding-left: 0;
}
.yh_con_ul ul li:nth-child(5){
	padding-left: 0;
}
.yh_con_ul ul li:nth-child(7){
	padding-left: 0;
}
.yh_con_ul ul li:nth-child(2){
	padding-right: 0;
}
.yh_con_ul ul li:nth-child(4){
	padding-right: 0;
}
.yh_con_ul ul li:nth-child(6){
	padding-right: 0;
}
.yh_con_ul ul li:nth-child(8){
	padding-right: 0;
} */
.yh_con_ul ul li span {
    float: right;
    color: #999999;
		font-size: 17px;
}
.yh_con_ul ul li a {
    display: inline-block;
    transition: ease-in-out 0.3s;
    width: 73%;
    padding-left: 25px;
    background: url(../images/dot.png) no-repeat 1px center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
		color: #333;
}	
.yh_con_ul ul li:hover a {
    margin-left: 5px;
}	
.itembg{
	background: #fff;
	    padding: 10px 0 30px;
			width: 1300px;
			margin: 30px auto;
}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	