*:focus {
	outline: none;
}

img {
	border: none;
}

.hide {
	display: none !important;
}

a:focus {
	outline: none;
}


/*@font-face {
	font-family: "DIN Condensed Bold";
	src: url("DIN Condensed Bold.ttf") format("opentype");
}

@font-face {
	font-family: "YouSheBiaoTiHei-2";
	src: url("YouSheBiaoTiHei-2.ttf") format("opentype");
}

@font-face {
	font-family: "优设标题黑";
	src: url("优设标题黑.ttf") format("opentype");
}*/


/*头部*/


/*主体*/

.out_content {
	width: 100%;
	height: auto;
	min-height: 500px;
	overflow: hidden;
	background: url(bdbg.png) no-repeat top center;
}

.zjsp_box {
	width: 1252px;
	height: 518px;
	margin: 0 auto;
	margin-top: 70px;
	overflow: hidden;
	background: url(zjsp.png) no-repeat top center;
}

.video_box {
	width: 920px;
	height: 420px;
	margin-top: 49px;
	margin-left: 70px;
}

.xxzj_box {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	margin-top: 70px;
}

.yxzj_tit {
	display: block;
	width: 710px;
	height: 106px;
	margin: 0 auto;
	margin-bottom: 30px;
}

.yxzj_ls {
	width: 100%;
	height: 226px;
	padding: 30px;
	background: #F2F9FF;
	font-size: 16px;
	font-weight: 400;
	text-indent: 2em;
	line-height: 34px;
}

.yxzj_ls>a {
	color: #0371DC;
}


/*三圆图样式*/

.content_one_main_box4_main_content {
	width: 100%;
	height: 287px;
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
}

.content_one_main_box4_main_content_one {
	width: 324px;
	height: 100%;
	position: relative;
}

.content_one_main_box4_main_content_one:hover img {
	animation: rotate .5s linear 1;
	/* 2s duration, linear timing function, infinite loops */
}

@keyframes rotate {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

.content_one_main_box4_main_content_one span {
	display: block;
	width: 50px;
	text-align: center;
	line-height: 36px;
	font-size: 22px;
	font-weight: 700;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.old_type .content_one_main_box4_main_content_one span {
	font-size: 32px;
}

.content_one_main_box5 {
	width: 100%;
	height: 915px;
	background: url(meilizhuji_bg.png) no-repeat;
	background-size: 100% 100%;
}

.content_one_main_box5_main {
	width: 1200px;
	margin: 0 auto;
}

.content_one_main_box5_main_box {
	width: 100%;
	height: 858px;
	position: relative;
	top: -20px;
}

.content_one_main_box5_main_box_top {
	width: 100%;
	height: 220px;
	background: url(box5_top.png) no-repeat center;
	background-size: 110% 120%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 72px;
}

.content_one_main_box5_main_box_top_title {
	width: 1140px;
	height: 186px;
	font-size: 16px;
	line-height: 36px;
	color: #fff;
	text-indent: 2rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

.content_one_main_box5_main_box_p {
	width: 320px;
	height: 86px;
	margin-bottom: 50px;
}

.content_one_main_box5_main_box_p img {
	width: 100%;
	height: 100%;
}

.content_one_main_box5_main_box_bottom {
	width: 100%;
	height: 430px;
	position: relative;
}

.rwzj_box {
	margin-top: 80px;
}

.hlzj_box {
	margin-top: 70px;
}

.hlzj_inbox {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
}

.hlzj_l {
	width: 830px;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.hlzj_r {
	width: 340px;
}

.hlzj_l>a>div:hover {
    transform: scale(1.2);
    transition: all 0.6s;
}

.hlzj_l>a {
    overflow: hidden;
    width: 400px;
    height: 253px;
  margin-bottom: 30px;
}

.hlzj_l>a>div {
	width: 400px;
	height: 253px;
	
	background: url(123.png) no-repeat center center;
	background-size: cover;
	display: flex;
	align-items: center;
	position: relative;
}


.hlzj_l>a>div::after {
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	width: 100%;
	height: 100%;
	display: block;
}

.hlzj_l>a>div {
	border-radius: 32px 0px 80px 0px;
}

.hlzj_l>a>div::after {
	background: #0371dc;
	opacity: 0.25;
	border-radius: 32px 0px 80px 0px;
}

.hlzj_l>a+a>div {
	border-radius: 0px 32px 0px 80px;
}

.hlzj_l>a+a>div::after {
	background: #dc9203;
	opacity: 0.19;
	border-radius: 0px 32px 0px 80px;
}

.hlzj_l>a+a+a>div {
	border-radius: 0px 80px 0px 32px;
}

.hlzj_l>a+a+a>div::after {
	border-radius: 0 80px 0 32px;
	background: #0a9913;
	opacity: 0.19;
}

.hlzj_l>a+a+a+a>div {
	border-radius: 80px 0px 32px 0px;
}

.hlzj_l>a+a+a+a>div::after {
	border-radius: 80px 0 32px 0;
	background: #6677cd;
	opacity: 0.25;
}

.hlzj_l>a>div>p {
	width: 400px;
	height: 100px;
	text-align: center;
	line-height: 1.5;
	font-weight: 700;
	font-size: 20px;
	color: #d9e3ee;
	position: relative;
  display: flex;
    align-items: center;
    justify-content: center;
}

.hlzj_l>a>div>p>span {
	position: relative;
	z-index: 99;
}

.hlzj_l>a>div>p::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.hlzj_l>a>div>p::after {
	opacity: .4;
	background: linear-gradient(90.00deg, #0068b77a 0%, #0068b7 49.94%, #0068b778 100%);
}

.hlzj_l>a+a>div::after {
	opacity: .49;
	background: linear-gradient(90.00deg, #b768007a 0%, #b78500 49.94%, #b7810078 100%);
}

.hlzj_l>a+a+a>div>p::after {
	background: linear-gradient(90.00deg, #376a217a 0%, #579d52 49.94%, #5e974f78 100%);
	opacity: 0.6;
}

.hlzj_l>a+a+a+a>div>p::after {
	background: linear-gradient(90.00deg, #5500b77a 0%, #2500b7 49.94%, #4200b778 100%);
	opacity: 0.4;
}

.hlzj_r>a>div {
	width: 340px;
	border-radius: 8px;
	padding: 10px 20px;
	margin-bottom: 15px;
}

.hlzj_r>a>div:hover {
    transform: translateY(-5px);
    transition: all .18s linear;
}

.hlzj_r>a>div>p {
	margin-left: 20px;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
    margin-bottom: 5px;
}

.hlzj_r>a>div>div {
	font-weight: 400;
	font-size: 14px;
	line-height: 28px;
	color: #999;
    display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}

.mlzj_outbox{
	width: 1360px;
	height: auto;
	margin: 0 auto;
	margin-top: 40px;
}


/*老年样式*/
.old_type img.yxzj_tit {
  width: 980px;
  height: auto;
}
.old_type .yxzj_ls {
  font-size: 24px;
  line-height: 50px;
  height: auto;
}
.old_type .content_one_main_box4_main_content_one {
  width: 375px;
}
.old_type .content_one_main_box4_main_content_one > img {
  width: 100%;
}
.old_type .content_one_main_box4_main_content_one span {
  width: 80px;
  line-height: 60px;
}
.old_type .content_one_main_box4_main_content {
  height: auto;
}
.old_type .bt-sfq ul li > span {
  font-size: 30px;
  line-height: 45px;
  width: 30px;
  left: 45px;
}
.old_type .xxlb_ls > a {
  font-size: 24px;
  background-size: 6px;
}
.old_type .hlzj_inbox {
  flex-wrap: wrap;
}
.old_type .hlzj_l {
  width: 100%;
}
.old_type .hlzj_l > a {
  width: 570px;
  height: 360px;
}
.old_type .hlzj_l > a > div {
  width: 100%;
  height: 100%;
}
.old_type .hlzj_l > a > div > p {
  width: 100%;
  font-size: 32px;
}
.old_type .hlzj_r {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.old_type .hlzj_r > a > div {
  width: 570px;
  height: 200px;
  background-size: 100% 100%;
}
.old_type .hlzj_r > a > div > p {
  margin-left: 40px;
  font-size: 32px;
  line-height: 55px;
}
.old_type .hlzj_r > a > div > div {
  font-size: 24px;
  line-height: 50px;
}
.old_type .out_content {
  background-size: 100% 100%;
}
.old_type .swiper-slide > a > div > p {
  font-size: 32px;
  line-height: 64px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.old_type .swiper-slide > a > div > div {
  font-size: 28px;
  line-height: 56px;
}
.old_type .swiper-slide > a > div {
  height: auto;
}
.old_type .GovernmentProject .swiper-slide img {
  height: 200px;
}
/*老年样式结束*/

/*移动样式*/
.mobile_type .zjsp_box {
  width: 98vw;
  height: 40vw;
  background-size: 100% 100%;
  margin-top: 6vw;
}
.mobile_type .video_box {
  width: 66vw;
  height: 32vw;
  margin-top: 4vw;
  margin-left: 6vw;
}
.mobile_type .xxzj_box {
  width: 96vw;
  margin-top: 6vw;
}
.mobile_type .yxzj_tit {
  width: 100%;
  height: auto;
  margin-bottom: 4vw;
}
.mobile_type .yxzj_ls {
  height: auto;
  padding: 3vw;
  font-size: 4vw;
  line-height: 8vw;
}
.mobile_type .content_one_main_box4_main_content {
  flex-wrap: wrap;
  height: auto;
}
.mobile_type .content_one_main_box4_main_content_one {
  width: 31vw;
}
.mobile_type .content_one_main_box4_main_content_one > img {
  width: 100%;
}
.mobile_type .content_one_main_box4_main_content_one span {
  font-size: 3.2vw;
  line-height: 5vw;
  width: 8vw;
}
.mobile_type .rwzj_box {
  margin-top: 6vw;
}
.mobile_type .bt-sfq.bt-box-1200 {
  height: auto;
  width: 100%;
}
.mobile_type .bt-sfq ul {
  flex-wrap: wrap;
  justify-content: flex-start;
}
.mobile_type .bt-sfq ul li {
  width: 100% !important;
  margin-bottom: 4vw;
  height: auto;
  min-height: 64vw;
  background-size: 20vw 100%;
}
.mobile_type .bt-sfq ul li > span {
  font-size: 5vw;
  width: 5vw;
  line-height: 6.5vw;
  top: 28vw;
  left: 7.5vw;
}
.mobile_type .bt-sfq-txt {
  width: 73vw;
  margin-left: 23vw;
  padding: 2vw;
}
.mobile_type .bt-sfq-txt > img {
  height: 45vw;
}
.mobile_type .xxlb_ls > a {
  font-size: 4vw;
  line-height: 7vw;
  padding-left: 5vw;
  background-size: 1vw;
}
.mobile_type .hlzj_box {
  margin-top: 6vw;
}
.mobile_type .hlzj_inbox {
  flex-wrap: wrap;
}
.mobile_type .hlzj_l {
  width: 96vw;
  justify-content: space-around;
}
.mobile_type .hlzj_l > a {
  width: 90vw;
  height: 52vw;
}
.mobile_type .hlzj_l > a > div {
  width: 100%;
  height: 100%;
}
.mobile_type .hlzj_l > a > div > p {
  width: 100%;
  font-size: 5vw;
}
.mobile_type .hlzj_r {
  width: 100%;
}
.mobile_type .hlzj_r > a > div {
  width: 100%;
  height: 30vw;
  background-size: 100% 100%;
  margin-bottom: 4vw;
  padding: 2vw;
}
.mobile_type .hlzj_r > a > div > p {
  margin-left: 8vw;
  font-size: 4vw;
  line-height: 8vw;
  margin-top: 1.5vw;
}
.mobile_type .hlzj_r > a > div > div {
  font-size: 3.5vw;
  line-height: 7vw;
}
.mobile_type .mlzj_outbox {
  width: 100%;
  margin-top: 6vw;
}
.mobile_type .GovernmentProject {
  margin-bottom: 6vw;
}
.mobile_type .GovernmentProject .swiper-container {
  width: 96vw;
}
.mobile_type .swiper-button-next,
.mobile_type .swiper-button-prev {
  display: none;
}
.mobile_type .GovernmentProject .swiper-slide img {
  height: 52vw;
  object-fit: cover;
}
.mobile_type .swiper-slide > a > div > p {
  font-size: 5vw;
  line-height: 8vw;
}
.mobile_type .swiper-slide > a > div > div {
  font-size: 4vw;
  line-height: 8vw;
}
.mobile_type .swiper-slide > a > div {
  height: auto;
  padding: 2vw;
  box-shadow: none;
}