* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

@font-face {
	font-family: 'navFont1';
	src: url('../fonts/SOURCEHANSERIFCN-BOLD.OTF');
}

@font-face {
	font-family: 'navFont2';
	src: url('../fonts/SOURCEHANSERIFCN-HEAVY.OTF');
}

.am-g-fixed {
	max-width: 1532px !important;
}

.topBorder {
	width: 100%;
	height: 0.8rem;
	background-image: linear-gradient(90deg, #cc0000 0%, #ff6600 100%);
}

.top {
	padding: 0 5.5vw;
	height: 14rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-shadow: 0px 0px 27px rgba(0, 0, 0, 0.16);
	position: relative;
	z-index: 600;
}

.logo {
	width: 28.3vw;
}

.logo img {
	width: 120%;
}

.top .search {
	width: 12.5vw;
	padding: 0 1rem;
	height: 4.8rem;
	border: 1px solid #cc0000;
	border-radius: 2.4rem;
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.top .search input {
	color: #AAAAAA;
	font-size: 1.6rem;
	outline: 0;
	border: 0;
	width: 80%;
}

.top .search img {
	width: 2.8rem;
	height: 2.8rem;
	cursor: pointer;
}

.top .right_part {
	display: flex;
	align-items: center;
	/* width: 101rem; */
}

.top .qrcodeBox {
	position: absolute;
	top: 12rem;
	z-index: 90;
	display: none;
	box-shadow: 0px 2px 4px 0px rgba(0, 69, 123, 0.43);
}

.top .right_part>img {
	width: 3rem;
	height: 3rem;
	margin-left: 1.7vw;
	cursor: pointer;
}

.top .right_part .nav_a {
	display: flex;
	justify-content: space-between;
	width: 21vw;
	margin-right: 1.7vw;
	font-family: 'navFont1';
}

.top .right_part .nav_a a {
	font-size: 2rem;
	color: #666666;
	/* margin-right: 1.6vw; */
	padding: 1.5rem 0;
}

.top .right_part .nav_a a:hover {
	color: #cc0000;
}

.top .right_part .active-nav:hover {
	color: #666 !important;
}

.top .right_part .active-nav {
	border-bottom: 4px solid #cc0000;
}

.top .right_part .menu {
	max-width: 13.6rem;
	width: 8.8vw;
	height: 4.8rem;
	margin-left: 1.7vw;
	position: relative;
}

.top .right_part .menu .btn {
	max-width: 13.6rem;
	width: 8.8vw;
	height: 4.8rem;
	border: 1px solid #cc0000;
	border-radius: 0.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.top .right_part .menu .btn span {
	font-size: 1.8rem;
	color: #cc0000;
	margin-right: 0.8rem;
}

.top .right_part .menu .btn img {
	/* width: 3.3rem; */
	height: 2.4rem;
}

.mainContent {
	position: absolute;
	right: 0;
	top: 4.6rem;
	width: 77.3rem;
	z-index: 888;
}

.mainContent .blank {
	height: 4.7rem;
}

.menuBox {
	background-color: rgba(22, 129, 137, 0.9);
	padding: 0 6.5rem;
	display: none;
}

.menuBox .menuItem {
	display: flex;
	justify-content: space-between;
	padding: 5rem 0 1.5rem;
	border-bottom: 1px dashed #96DCDE;
}

.menuBox .menuItem .itemTitle {
	width: 14.4rem;
	color: #fff;
	font-size: 2.2rem;

}

.menuBox .menuItem .itemBox {
	display: flex;
	flex-wrap: wrap;
	width: 48rem;
}

.menuBox .menuItem .itemBox span {
	display: flex;
	align-items: center;
	margin-right: 5.5rem;
	min-width: 10rem;
	margin-bottom: 2.5rem;
	font-size: 1.8rem;
}

.menuBox .menuItem .itemBox span:before {
	content: '';
	width: 8px;
	height: 8px;
	border: 2px solid #96DCDE;
	border-radius: 50%;
	margin-right: 1rem;
}

.menuBox .menuItem .itemBox span a {
	color: #fff;
}

.content {
	display: flex;
}

.tabs {
	background-color: #F1F7FC;
	width: 21vw;
	/* height: 100%; */
	z-index: 10;
	/* padding: 3.5rem 0 0 10.8rem; */
}

.tabs .title {
	font-size: 3.6rem;
	color: #cc0000;
	padding-left: 5.6vw;
	padding-top: 1.82vw;
	margin-bottom: 2.6rem;
	font-family: 'navFont2';
}

.tabs .title span {
	display: block;
	width: 8rem;
	height: 2px;
	background-color: #cc0000;
}

.tabs .tabList a {
	display: block;
	height: 8.8rem;
	line-height: 8.8rem;
	font-size: 2.6rem;
	color: #cc0000;
	padding-left: 5.6vw;
	position: relative;
}

.tabs .tabList a img {
	margin-right: 1.78vw;
}

.tabs .tabList .active-tab {
	background-color: #cc0000;
	position: absolute;
	width: 22vw;
	top: 0;
	left: 0;
	box-shadow: 0px 0px 27px rgba(0, 0, 0, 0.16);
	padding-left: 5.6vw;
	height: 8.8rem;
}

.tabs .tabList .active-tab span {
	color: #fff;
	font-weight: bold;
}

.rightPart {
	padding-top: 4.2rem;
	width: 79vw;
}

.rightPart .path {
	text-align: right;
	color: #8A8A8A;
	padding-right: 6.8vw;
	padding-left: 5.7vw;
}

.rightPart .path span {
	display: inline-block;
	width: 1rem;
	height: 1rem;
	border: 1px solid #cc0000;
	border-radius: 50%;
	margin-right: 1rem;
}

.rightPart .path a {
	color: #8A8A8A;
	margin: 0.3rem;
}

.rightPart .tabCard {
	display: flex;
	justify-content: space-between;
	margin-top: 5.4rem;
	padding-right: 6.8vw;
	padding-left: 5.7vw;
}

.rightPart .tabCard a {
	display: flex;
	width: 8vw;
	height: 8vw;
	border: 1px solid #EDEDED;
	border-radius: 5px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #666;
	font-size: 2rem;
}

.rightPart .tabCard a:hover {
	background-color: #43AFC7;
	color: #fff;
}

.rightPart .tabCard a .icon {
	width: 6rem;
	height: 6rem;
	background-position: center center;
	background-repeat: no-repeat;
}

.rightPart .tabCard a img {
	width: 100%;
	height: 100%;
}

.rightPart .tabCard a.noborder {
	border: 0;
}

.rightPart .tabCard .active-tt {
	background-color: #43AFC7;
	color: #fff;
}

.rightPart .tabCard a .icon1 {
	background-image: url(../img2/jiuyi_icon_1_n.png);
}

.rightPart .tabCard a:hover .icon1,
.rightPart .tabCard .active-tt .icon1 {
	background-image: url(../img2/jiuyi_icon_1_s.png);
}

.rightPart .tabCard a .icon2 {
	background-image: url(../img2/jiuyi_icon_2_n.png);
}

.rightPart .tabCard a:hover .icon2,
.rightPart .tabCard .active-tt .icon2 {
	background-image: url(../img2/jiuyi_icon_2_s.png);
}

.rightPart .tabCard a .icon3 {
	background-image: url(../img2/jiuyi_icon_3_n.png);
}

.rightPart .tabCard a:hover .icon3,
.rightPart .tabCard .active-tt .icon3 {
	background-image: url(../img2/jiuyi_icon_3_s.png);
}

.rightPart .tabCard a .icon4 {
	background-image: url(../img2/jiuyi_icon_4_n.png);
}

.rightPart .tabCard a:hover .icon4,
.rightPart .tabCard .active-tt .icon4 {
	background-image: url(../img2/jiuyi_icon_4_s.png);
}

.rightPart .tabCard a .icon5 {
	background-image: url(../img2/jiuyi_icon_5_n.png);
}

.rightPart .tabCard a:hover .icon5,
.rightPart .tabCard .active-tt .icon5 {
	background-image: url(../img2/jiuyi_icon_5_s.png);
}

.rightPart .tabCard a .icon6 {
	background-image: url(../img2/jiuyi_icon_6_n.png);
}

.rightPart .tabCard a:hover .icon6,
.rightPart .tabCard .active-tt .icon6 {
	background-image: url(../img2/jiuyi_icon_6_s.png);
}

.rightPart .bottomBox {
	padding: 0 4rem;
	margin-top: 5.4rem;
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding-right: 6.8vw;
	padding-left: 5.7vw;
}

.rightPart .bottomBox .part1 {
	width: 30%;
	padding: 3.3rem 2.3rem 5.7rem 2.3rem;
	background-color: #F5F8FB;
	border-radius: 5px;
}

.rightPart .bottomBox .part1 .pic {
	width: 100%;
}

.rightPart .bottomBox .part1 .pic img {
	width: 100%;
}

.rightPart .bottomBox .part1 .name {
	font-size: 3.8rem;
	color: #cc0000;
	text-align: center;
	margin-top: 5.7rem;
	font-weight: bold;
}

.rightPart .bottomBox .part1 .addr {
	font-size: 1.8rem;
	color: #999999;
	text-align: center;
}

.rightPart .bottomBox .part2 {
	display: flex;
	width: 30%;
	height: 20.6rem;
	background-image: url(../img2/jiuyi_img_doctor_bg.png);
	background-size: 100% 100%;
	font-size: 3.8rem;
	font-weight: bold;
	align-items: center;
	justify-content: center;
	color: #fff;
	border-radius: 10px;

}

.rightPart .bottomBox .part4 {
	width: 30%;
	height: 20.6rem;
	background-color: #F5F8FB;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	background-image: url(../img2/zhuanjiahao.png);
}

.rightPart .bottomBox .part3 {
	width: 30%;
	height: 20.6rem;
	background-color: #F5F8FB;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
}

.rightPart .bottomBox .part3 .name {
	font-size: 3.8rem;
	color: #cc0000;
	margin-bottom: 1.9rem;
	font-weight: bold;
}

.rightPart .bottomBox .part3 .addr {
	font-size: 1.8rem;
	color: #999999;
	margin: 0;
}
.rightPart .bottomBox .part4 .name {
	font-size: 3.8rem;
	color: #f8f8f8;
	margin-bottom: 1.9rem;
	font-weight: bold;
}

.rightPart .bottomBox .part4 .addr {
	font-size: 1.8rem;
	color: #f8f8f8;
	margin: 0;
}

.part_7 {
	background-color: #aa0000;
	padding: 4rem 0 4.5rem;
	margin-top: 10rem;
}

.part_7 p {
	text-align: center;
}

.part_7 p:first-child {
	color: #fff;
	margin-bottom: 3rem;
}

.part_7 p a {
	color: #fff;
}

.part_7 p span {
	margin: 0 1.5rem;
}

.part_7 .info {
	color: #fff;
}

.navList {
	padding-left: 8vw;
	padding-right: 8.7vw;
	position: relative;
	margin-top: 5.3rem;
}

.navListSwiper {
	width: 100%;
	height: 6rem;
	overflow: hidden;
	border-bottom: 2px solid #ECECEC;
}

.navListSwiper .swiper-wrapper {
	width: 100%;
}

.navListSwiper .swiper-slide {
	width: 13.4rem;
	font-size: 2.4rem;
	cursor: pointer;
}

.navListSwiper .swiper-slide a {
	display: inline-block;
	height: 100%;
	color: #333;
	position: relative;
}

.navListSwiper .swiper-slide a span {
	height: 2px;
	background-color: #cc0000;
	position: absolute;
	width: 0;
	left: 0;
	bottom: 0;
}

.navListSwiper .active-aa {
	color: #cc0000 !important;
	font-weight: bold;
}

.navListSwiper .active-aa span {
	width: 100% !important;
}

.navListSwiper .swiper-slide:hover a {
	color: #cc0000;
}

.navListSwiper .swiper-slide:hover a span {
	width: 100%;
	transition: 0.3s;
}

.navList .btn-l,
.navList .btn-r {
	width: 3.8rem;
	height: 3.8rem;
}

.navList .btn-l {
	background-image: url(../img2/btn-l.png);
	background-size: 100% 100%;
	left: 5.2vw;
	top: 3.5rem;
}

.navList .btn-r {
	background-image: url(../img2/btn-r.png);
	background-size: 100% 100%;
	right: 5.3vw;
	top: 3.5rem;
}

.contentList {
	padding-left: 8vw;
	padding-right: 8.7vw;
	margin-top: 6rem;
}

.contentList a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-left: 2.1vw;
	padding-right: 3.3vw;
	height: 10rem;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	margin-bottom: 2.4rem;
}

.contentList a:hover p,
.contentList a:hover span {
	color: #cc0000;
}

.contentList a .left {
	display: flex;
	align-items: center;
}

.contentList a .decro {
	display: block;
	width: 1.2rem;
	height: 1.2rem;
	border: 1px solid #cc0000;
	border-radius: 50%;
	margin-right: 2.4rem;
}

.contentList a p {
	font-size: 2.6rem;
	color: #333333;
	width: 45vw;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.contentList a .more {
	font-size: 1.4rem;
	color: #333333;
	display: flex;
	align-items: center;
}

.contentList a .more img {
	width: 2rem;
	margin-left: 1.3rem;
}

.contentList .togetmore {
	display: none;
}

.contentBox {
	padding-left: 8vw;
	padding-right: 8.7vw;
}

.contentBox .title {
	margin-top: 7.5rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #ECECEC;
	padding-bottom: 3.5rem;
}

.contentBox .title .tt {
	font-size: 3.2rem;
	font-weight: bold;
	color: #cc0000;
}

.contentBox .title .getback {
	font-size: 1.4rem;
	color: #cc0000;
}

.contentBox .title .getback img {
	margin-right: 0.5rem;
}

.contentBox .content_ctt {
	margin-top: 4.4rem;
	font-size: 1.8rem;
	line-height: 3rem;
}

#mapContainer {
	width: 100%;
	height: 100%;
}

.amap-info-content {
	padding: 0 20px;
}

.map {
	width: 100%;
	height: 48rem;
	margin-top: 4rem;
	position: relative;
}

.map .tab_select {
	position: absolute;
	bottom: 3rem;
	width: 43.85vw;
	display: flex;
	justify-content: space-between;
	left: 50%;
	transform: translateX(-50%);
}

.map .tab_select span {
	display: block;
	width: 33%;
	height: 7.2rem;
	background-color: #fff;
	border: 1px solid #ECECEC;
	text-align: center;
	line-height: 7.2rem;
	font-size: 2rem;
	color: #5A5965;
	cursor: pointer;
}

.map .tab_select .active_pos {
	background-color: #43AFC7;
	font-weight: bold;
	color: #fff;
}

.rightPart .searchPart {
	padding-left: 5.7vw;
	padding-right: 9vw;
	margin-top: 4rem;
	display: flex;
	justify-content: space-between;
}

.rightPart .searchPart .left {
	display: flex;
}

.rightPart .searchPart .left span {
	display: block;
	width: 8.3vw;
	height: 4.8rem;
	border-radius: 4px;
	margin-right: 2rem;
	color: #fff;
	line-height: 4.8rem;
	text-align: center;
	cursor: pointer;
}

.rightPart .searchPart .left a {
	display: block;
	width: 8.3vw;
	height: 4.8rem;
	border-radius: 4px;
	margin-right: 2rem;
	color: #fff;
	line-height: 4.8rem;
	text-align: center;
	cursor: pointer;
}

.rightPart .searchPart .right_search {
	width: 16.7vw;
	height: 4.8rem;
	background-color: #F5F8FB;
	border-radius: 24px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 1.2rem;
}

.rightPart .searchPart .right_search img {
	width: 3.4rem;
	height: 3.4rem;
	cursor: pointer;
}

.rightPart .searchPart .right_search input {
	width: 12vw;
	background-color: #F5F8FB;
	border: 0;
	outline: 0;
}

.contentBox2 {
	padding-left: 5.7vw;
	padding-right: 9vw;
	margin-top: 7.5rem;
}

.contentBox2 .subtitle {
	font-size: 2.8rem;
	color: #cc0000;
	margin-bottom: 3rem;
}

.contentBox2 .subtitle img {
	width: 3.4rem;
	height: 3.4rem;
	margin-right: 1.7rem;
}

.contentBox2 .subList {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.contentBox2 .subList a {
	width: 10vw;
	height: 4rem;
	background-color: #F5F5F5;
	border-radius: 2px;
	display: block;
	color: #343434;
	padding-left: 1.6rem;
	line-height: 4rem;
	margin-bottom: 2rem;
}

.contentBox2 .subList span {
	width: 10vw;
	height: 4rem;
	display: block;
}

.contentBox2 .subList a:hover {
	background-color: #F1F7FC;
	color: #cc0000;
}

.contentBox3 {
	background-image: url(../img2/jiuyi_keshi_img_bottom_bg.png);
	background-size: 100% 100%;
	padding: 6.2rem 9vw 11.9rem 5.7vw;
}

.contentBox3 .bangdan {
	display: flex;
	justify-content: space-between;
}

.contentBox3 .bangdan a {
	width: 20.83vw;
	height: 11.6rem;
	background-color: #fff;
	color: #cc0000;
	font-size: 2.8rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border: 1px solid #EDEDED;
	font-weight: bold;
	cursor: pointer;
}

.contentBox3 .bangdan .active-bb {
	background-image: url(../img2/jiuyi_keshi_img_bg.png);
	color: #fff;
}

.contentBox3 .otherks {
	margin-top: 4rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.contentBox3 .otherks a {
	width: 10vw;
	height: 4rem;
	background-color: #fff;
	display: block;
	color: #343434;
	padding-left: 1.6rem;
	line-height: 4rem;
	margin-bottom: 2rem;
	border: 1px solid #EDEDED;
}

.contentBox3 .otherks a:hover {
	background-color: #F1F7FC;
	color: #cc0000;
}

.contentBox .select_ttle {
	margin-top: 7.5rem;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #ECECEC;
}

.contentBox .select_ttle .tt {
	font-size: 2.4rem;
	margin-right: 9rem;
	padding-bottom: 2.7rem;
	height: 100%;
	cursor: pointer;
}

.contentBox .select_ttle .active-tt {
	font-weight: bold;
	color: #cc0000;
	border-bottom: 2px solid #cc0000;
}

.cttBox {
	min-height: 60rem;
}

.contentBox4 {
	padding-left: 5.73vw;
	padding-right: 6.77vw;
	margin-top: 2.3rem;
}

.contentBox4 .ksList {
	background-color: #F5F8FB;
	padding: 4.2rem 2.2vw 2rem;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

.ys {
	position: relative;
}

.triangle {
	width: 0px;
	height: 0px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #F5F8FB;
	position: absolute;
	top: -10px;
	left: 9.27vw;
}


.contentBox4 .ksList a {
	display: block;
	width: 8.7vw;
	margin-bottom: 2.8rem;
	font-size: 1.4rem;
	color: #3F454A;
}

.contentBox4 .selectedks {
	display: flex;
	margin-top: 3.5rem;
	border-bottom: 1px solid #EAEAEA;
	padding-bottom: 1.3rem;
	height: 4.6rem;
}

.contentBox4 .selectedks .title {
	color: #AEAFAF;
	margin-right: 1rem;
}

.contentBox4 .selectedks .tab_ks {
	/* width: 7.6vw; */
	background-color: #cc0000;
	height: 3.3rem;
	padding: 0 1rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #fff;
	font-size: 1.5rem;
}

.contentBox4 .selectedks .tab_ks img {
	width: 1.5rem;
	height: 1.5rem;
	margin-left: 2rem;
}

.contentBox4 .doctorList {
	margin-top: 5.4rem;
	display: flex;
	/* justify-content: space-between; */
	flex-wrap: wrap;
}

.contentBox4 .doctorList a {
	width: 21.46vw;
	height: 10.83vw;
	display: flex;
	justify-content: space-between;
	border-radius: 6px;
	border: 1px solid #EDEDED;
	padding: 1vw;
	margin-bottom: 3.2rem;
	margin-right: 0.6vw;
}

.contentBox4 .doctorList a:nth-child(3n) {
	margin-right: 0;
}

.contentBox4 .doctorList a:hover {
	border: 1px solid #cc0000;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.16);
	transition: 0.5s;
}

.contentBox4 .doctorList a .pic {
	width: 6.25vw;
	height: 100%;
	border-radius: 8px;
	overflow: hidden;
}

.contentBox4 .doctorList a .pic img {
	width: 100%;
	height: 100%;
}

.contentBox4 .doctorList a .info {
	width: 12.5vw;
}

.contentBox4 .doctorList a .info .name {
	font-size: 2.4rem;
	color: #cc0000;
	font-weight: bold;
	margin-bottom: 0.5rem;
}

.contentBox4 .doctorList a .info .zhicheng {
	font-size: 1.8rem;
	color: #EDA832;
	margin: 0;
	margin-bottom: 0.3rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.contentBox4 .doctorList a .info .intro {
	font-size: 1.6rem;
	height: 7.2rem;
	color: #999999;
	margin: 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.contentBox4 .title2 {
	margin-bottom: 4.8rem;
	text-align: center;
}

.contentBox4 .title2 span {
	display: block;
	font-size: 3rem;
	color: #333333;
	position: relative;
}

.contentBox4 .title2 span:before,
.contentBox4 .title2 span:after {
	content: '';
	position: absolute;
	top: 52%;
	background: #D3D3D3;
	width: 9%;
	height: 1px;
}

.contentBox4 .title2 span:before {
	left: 33%;
}

.contentBox4 .title2 span:after {
	right: 33%;
}

.dangjian {
	margin-top: 4rem;
	background-image: url(../img_yg/yuangong_bottom_bg.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: bottom;
	padding-bottom: 9.6rem;
}

.jcdj .content {
	display: flex;
	margin-bottom: 6.3rem;
}

.jcdj .content .left {
	display: flex;
	justify-content: space-between;
	width: 35vw;
	height: 36.9rem;
	margin-right: 1.67vw;
}

.jcdj .content .left .newsItem {
	width: 16.67vw;
	display: block;
}

.jcdj .content .left .newsItem .pic {
	height: 9.37vw;
}

.jcdj .content .left .newsItem .pic img {
	width: 100%;
	height: 100%;
}

.jcdj .content .left .newsItem .newsTitle {
	font-size: 2rem;
	margin-bottom: 0;
	color: #343434;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.jcdj .content .left .newsItem:hover .newsTitle {
	color: #cc0000;
}

.jcdj .content .left .newsItem .newsIntro {
	font-size: 1.6rem;
	color: #999999;
	margin-top: 1.2rem;
	margin-bottom: 0.8rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.jcdj .content .left .newsItem .newsDate {
	font-size: 1.6rem;
	color: #999999;
	margin: 0;
}

.jcdj .content .right {
	width: 30vw;
	height: 36.9rem;
	border: 1px solid #EDEDED;
	padding: 1.7vw 1vw 0 1.7vw;
}

.jcdj .content .right a {
	display: block;
	margin-bottom: 3.3rem;
	color: #545454;
	position: relative;
	padding-left: 1.5rem;
}

.jcdj .content .right a:hover {
	color: #cc0000;
}

.jcdj .content .right>a span {
	display: block;
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.jcdj .content .right>a span::before {
	content: "";
	width: 0px;
	height: 0px;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #cc0000;
	position: absolute;
	top: 10px;
	left: 0;
}

.jcdj .content .right .more {
	font-size: 1.4rem;
	text-align: right;
}

.jcdj .content .right .more img {
	width: 2rem;
	margin-left: 1rem;
}

.zzxx .content {
	width: 66.7vw;
	padding: 3.4rem 0;
	border: 1px solid #EDEDED;
	display: flex;
	justify-content: space-around;
}

.zzxx .content .left {
	width: 27.19vw;
}

.zzxx .content .right {
	width: 27.19vw;
}

.zzxx .content .right a {
	display: block;
	margin-bottom: 3.3rem;
	color: #545454;
	position: relative;
	padding-left: 1rem;
}

.zzxx .content .right a:hover {
	color: #cc0000;
}

.zzxx .content .right>a span {
	display: block;
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.zzxx .content .right>a span::before {
	content: "";
	width: 0px;
	height: 0px;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #cc0000;
	position: absolute;
	top: 10px;
	left: 0;
}

.zzxx .content .right .more {
	font-size: 1.4rem;
	text-align: right;
}

.zzxx .content .right .more img {
	width: 2rem;
	margin-left: 1rem;
}

.jjjc {
	display: flex;
	justify-content: space-between;
	margin-top: 9rem;
}

.jjjc .left .jjtitle .jjtab {
	font-size: 2.4rem;
	color: #999999;
	cursor: pointer;
}

.jjjc .active-jjtab {
	font-size: 3rem;
	color: #333;
}

.jjjc .left {
	width: 43vw;
}

.jjjc .jjtitle {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 2rem;
	margin-bottom: 3.4rem;
}

.jjjc .jjtitle .more a {
	font-size: 1.4rem;
	color: #666666;
}

.jjjc .jjtitle .more img {
	width: 2rem;
	margin-left: 1rem;
}

.jjjc .jjList a {
	width: 100%;
	margin-bottom: 3.3rem;
	color: #545454;
	position: relative;
	padding-left: 1.5rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 1.8rem;
}

.jjjc .jjList a:hover {
	color: #cc0000;
}

.jjjc .jjList>a .jjContent {
	display: block;
	width: 80%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.jjjc .jjList>a .jjContent::before {
	content: "";
	width: 0px;
	height: 0px;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #cc0000;
	position: absolute;
	top: 10px;
	left: 0;
}

.jjjc .right {
	width: 20.8vw;
}

.jjjc .jjrightList {}

.jjjc .jjrightList a {
	display: block;
	background-color: #fff;
	color: #222222;
	font-size: 1.8rem;
	padding: 1.8rem;
	margin-bottom: 1.6rem;
}

.jjjc .jjrightList a:hover {
	color: #cc0000;
}

.jjjc .jjrightList a span {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	min-height: 5.76rem;
}

.contentBox5 {
	padding-left: 3.6vw;
	padding-right: 4.7vw;
	margin-top: 2.5rem;
}

.contentBox5 .newsItem2 {
	padding: 2.7vw 2vw 1.25vw 2vw;
	display: flex;
	align-items: center;
	margin-bottom: 1rem;
}

.contentBox5 .newsItem2:hover {
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.16);
	transition: 0.3s;
}

.contentBox5 .newsItem2:hover .newsItem2_title {
	color: #cc0000;
}

.contentBox5 .newsItem2:hover .newsItem2_go {
	border: 1px solid #1FB185;
	transition: 0.3s;
}

.contentBox5 .newsItem2 .left {
	flex: 1;
}

.contentBox5 .newsItem2 .right {
	width: 16.7vw;
	height: 18rem;
	margin-left: 3.2rem;
}

.contentBox5 .newsItem2 .right img {
	width: 100%;
	height: 100%;
}

.contentBox5 .newsItem2_title {
	font-size: 2rem;
	color: #343434;
}

.contentBox5 .newsItem2_intro {
	font-size: 1.6rem;
	color: #999999;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.contentBox5 .newsItem2_info {
	display: flex;
	justify-content: space-between;
	color: #9F9F9F;
}

.contentBox5 .newsItem2_info .newsItem2_go {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 3.6rem;
	height: 3.6rem;
	border-radius: 50%;
	border: 1px solid #fff;
}

.contentBox5 .newsItem2_info .newsItem2_go img {
	width: 2rem;
	height: auto;
}

/* .findDoctor {
	padding: 0;
} */

.jiuyi_doctor .doctorInfo {
	margin-left: 2vw !important;
	margin-right: 2vw !important;
}

.jiuyi_doctor .descContent {
	padding-left: 2vw !important;
	padding-right: 2vw !important;
}

.jiuyi_doctor .doctorTable {
	padding-left: 2vw !important;
	padding-right: 2vw !important;
}

.findDoctor .ksnewsList {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.findDoctor .info {
	padding: 0 2.6vw;
	display: flex;
}

.findDoctor .info .doctorImg {
	width: 9.48vw;
	height: 12vw;
	margin-right: 4rem;
}

.findDoctor .info .doctorImg img {
	width: 100%;
	height: 100%;
}

.findDoctor .info .infoText {
	flex: 1;
}

.findDoctor .info .infoText .doctorName {
	color: #cc0000;
	font-size: 3.6rem;
	line-height: 5rem;
}

.findDoctor .info .infoText .title {
	font-size: 1.8rem;
	color: #EDA832;
	line-height: 2.5rem;
	margin: 1.4rem 0 2.3rem;
}

.findDoctor .info .infoText .title .section {
	color: #999999;
}

.findDoctor .newsItem2 {
	padding: 2.7vw 2vw 1.25vw 2vw;
	display: flex;
	align-items: center;
	margin-top: 1rem;
}

.findDoctor .newsItem2:hover {
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.16);
	transition: 0.3s;
}

.findDoctor .newsItem2:hover .newsItem2_title {
	color: #cc0000;
}

.findDoctor .newsItem2:hover .newsItem2_go {
	border: 1px solid #1FB185;
	transition: 0.3s;
}

.findDoctor .newsItem2 .left {
	flex: 1;
}

.findDoctor .newsItem2 .right {
	width: 16.7vw;
	height: 18rem;
	margin-left: 3.2rem;
}

.findDoctor .newsItem2 .right img {
	width: 100%;
	height: 100%;
}

.findDoctor .newsItem2_title {
	font-size: 2rem;
	color: #343434;
}

.findDoctor .newsItem2_intro {
	font-size: 1.6rem;
	color: #999999;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.findDoctor .newsItem2_info {
	display: flex;
	justify-content: space-between;
	color: #9F9F9F;
}

.findDoctor .newsItem2_info .newsItem2_go {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 3.6rem;
	height: 3.6rem;
	border-radius: 50%;
	border: 1px solid #fff;
}

.findDoctor .newsItem2_info .newsItem2_go img {
	width: 2rem;
	height: auto;
}

.findDoctor .ksnewsList {
	margin: 6rem 0;
	padding-left: 3.73vw;
	padding-right: 4.77vw;
}

.findDoctor .ksnewsList .title {
	margin-left: 2vw;
	margin-right: 2vw;
	border-bottom: 1px solid #DDDDDD;
	/* margin: 0 2vw 3rem; */
}

.findDoctor .ksnewsList .title p {
	color: #144B63;
	font-family: 'navFont2';
	font-size: 2.8rem;
}

.findDoctor .ksnewsList .title span {
	display: block;
	width: 4rem;
	height: 3px;
	background-color: #1FB185;
}



.contentBox4 .infoshownone {
	display: none;
}

.xrld {
	margin-top: 9.2rem;
}

.xrld .content {
	display: flex;
	justify-content: space-between;
}

.xrld .content .item {
	background: #fff;
	box-shadow: 0 0 10px rgb(0 0 0 / 10%);
	cursor: pointer;
	position: relative;
	height: 32.6rem;
	width: 32.3vw;
	padding: 1.5vw;
}

.xrld .item .borderBottom {
	width: 100%;
	height: 4px;
	background-image: linear-gradient(to right, #0FA9DD, #2DBFA9);
	position: absolute;
	bottom: 0;
	left: 0;
}

.xrld .item {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

.xrld .item .itm {
	display: flex;
	align-items: center;
	height: 7.8rem;
	border-bottom: 1px dashed #F5F5F5;
}

.xrld .item .itm .zw {
	width: 17rem;
	text-align: right;
	padding-right: 2.4rem;
	border-right: 1px solid #cc0000;
	margin-right: 2.5rem;
	font-size: 2rem;
}

.xrld .item .itm .person {
	font-size: 1.8rem;
	width: calc(29.3vw - 22rem);
}

.xrld .item .itm .person span {
	margin-right: 0.6vw;
}

.newsContent .newsInfo {
	border-bottom: 1px solid #ECECEC;
	padding-bottom: 1.2rem;
}

.newsContent .newsInfo .title {
	font-size: 3.2rem;
	color: #545454;
	font-weight: bold;
	margin-bottom: 1.4rem;
	text-align: center;
}

.newsContent .newsInfo .otherInfo {
	display: flex;
	justify-content: space-between;
	color: #9F9F9F;
	font-size: 1.6rem;
}

.newsContent .newsInfo .otherInfo .left {}

.newsContent .newsInfo .otherInfo .left span {
	margin-right: 2rem;
}

.newsContent .newsInfo .otherInfo .right span {
	margin-left: 2rem;
}

.newsContent .newsInfo .otherInfo .right span img {
	margin-right: 0.5rem;
}

.contentBox4.newsContent .subContent p {
	font-size: 1.8rem;
	text-indent: 2em;
	line-height: 1.8;
	margin: 2rem 0;
}

.contentBox4.newsContent .subContent img {
	display: block;
	width: 37.5vw;
	margin: 4rem auto;
}

.zhuanti {
	width: 100vw;
}

.zhuanti .path {
	padding: 0;
}

.zhuanti .content {
	padding-left: 15.1vw;
	padding-right: 14vw;
	flex-direction: column;
}

.zhuanti .content .ztTitle {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.zhuanti .content .title {
	font-size: 3.6rem;
	color: #cc0000;
	font-family: 'navFont2';
}

.zhuanti .content .title>span {
	display: block;
	width: 8rem;
	height: 2px;
	background-color: #cc0000;
}

.zhuanti .content .ztList {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 7.5rem;
}

.zhuanti .content .ztList a {
	width: 16.9vw;
	border: 1px solid #EAEAEA;
	margin-bottom: 4.2rem;
}

.zhuanti .content .ztList a .picBox {
	width: 100%;
	height: 13.96vw;
}

.zhuanti .content .ztList a .picBox img {
	width: 100%;
	height: 100%;
}

.zhuanti .content .ztList a .ztName {
	margin: 0;
	padding: 1.5rem;
	color: #555555;
	height: 9.2rem;
}

.zhuanti .content .ztList a .ztName span {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	width: 100%;
}

.zhuanti .content .ztList span {
	width: 16.9vw;
	margin-bottom: 4.2rem;
}

.history_img {
	width: 100%;
	position: relative;
}

.history_img img {
	width: 100%;
}

.history_img .history {
	width: 96%;
	position: absolute;
	top: 18%;
	left: 0;
}

.bbx {
	display: flex;
	justify-content: space-between;
	padding-left: 5.7vw;
	padding-right: 5.77vw;
}

.bbx .contentList {
	padding: 0;
	width: 43.54vw;
}

.bbx .contentList a {
	width: 100%;
}

.bbx .contentList a .left {
	width: 80%;
}

.bbx .contentList a p {
	width: 32vw;
}

.yygk_right {
	width: 19.8vw;
	margin-top: 6rem;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	padding: 2.6vw 2.3vw;
}

.yygk_right .ttab {
	display: flex;
	align-items: center;
	font-size: 2.6rem;
	color: #cc0000;
}

.yygk_right .ttab .decro {
	display: block;
	width: 1.2rem;
	height: 1.2rem;
	border: 2px solid #cc0000;
	border-radius: 50%;
	margin-right: 2.4rem;
}

.yygk_right .ccontent {
	line-height: 1.7;
	padding-left: 2vw;
}

.yygk_right .pic {
	width: 13.44vw;
	padding-left: 2vw;
}

.yygk_right .pic img {
	width: 100%;
}


.yyculture .ztList {
	padding-left: 6.8vw;
	padding-right: 8vw;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 7.5rem;
}

.yyculture .ztList a {
	width: 19.8vw;
	border: 1px solid #EAEAEA;
	margin-bottom: 4.2rem;
}

.yyculture .ztList a .picBox {
	width: 100%;
	height:10.25vw;
}

.yyculture .ztList a .picBox img {
	width: 100%;
	height: 100%;
}

.yyculture .ztList a .ztName {
	margin: 0;
	padding: 1.5rem;
	color: #555555;
	height: 9.2rem;
}

.yyculture .ztList a .ztName span {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	width: 100%;
}

.yyculture .ztList span {
	width: 16.9vw;
	margin-bottom: 4.2rem;
}

.ldList {
	margin-top: 7rem;
}

.ldList .ldrow {
	display: flex;
	justify-content: center;
	margin-bottom: 4.4rem;
}

.ldList .ldrow a {
	display: block;
	width: 12.5vw;
	margin-right: 1.875vw;
	border: 1px solid #EAEAEA;
}

.ldList .ldrow a:last-child {
	margin-right: 0;
}

.ldList .ldrow a .picBox {
	width: 100%;
	height: 15.7vw;
}

.ldList .ldrow a .picBox img {
	width: 100%;
	height: 100%;
}

.ldList .ldrow a .info {
	padding: 1.5rem 0;
}

.ldList .ldrow a .name {
	text-align: center;
	color: #555555;
	font-size: 2.4rem;
	margin-bottom: 1.2rem;
}

.ldList .ldrow a .zhiwei {
	text-align: center;
	color: #555555;
	font-size: 1.8rem;
	margin: 0;
}

.popupbox {
	background-color: rgba(0, 0, 0, .4);
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	z-index: 999;
	display: none;
}

.popupbox .ctt {
	width: 51vw;
	margin: 0 auto;
	background-color: #fff;
	border-radius: 8px;
	margin-top: 22vh;
}

.popupbox .ctt .topbar {
	height: 6.4rem;
	border-bottom: 1px solid #ddd;
	text-align: right;
	line-height: 6.4rem;
	padding-right: 3.5rem;
}

.popupbox .ctt .topbar img {
	cursor: pointer;
}

.popupbox .ctt .bottom_part {
	padding: 4.5rem 5.2vw;
	display: flex;
	justify-content: space-between;
}

.popupbox .ctt .bottom_part .left_pic {
	width: 12.5vw;
	border: 1px solid #EAEAEA;
}

.popupbox .ctt .bottom_part .left_pic .popPicBox {
	width: 100%;
	height: 15.7vw;
}

.popupbox .ctt .bottom_part .left_pic .popPicBox img {
	width: 100%;
	height: 100%;
}

.popupbox .ctt .bottom_part .left_pic .info {
	padding: 1.5rem 0;
}

.popupbox .ctt .bottom_part .left_pic .popname {
	text-align: center;
	color: #555555;
	font-size: 2.4rem;
	margin-bottom: 1.2rem;
}

.popupbox .ctt .bottom_part .left_pic .popzhiwei {
	text-align: center;
	color: #555555;
	font-size: 1.8rem;
	margin: 0;
}

.popupbox .ctt .bottom_part .subctt {
	width: 25vw;
	font-size: 1.8rem;
	line-height: 2;
	height: 30vh;
	overflow-y: auto;
}

.popupbox .ctt .bottom_part .subctt::-webkit-scrollbar {
	width: 4px;
	/*高宽分别对应横竖滚动条的尺寸*/
	height: 1px;
}

.popupbox .ctt .bottom_part .subctt::-webkit-scrollbar-thumb {
	border-radius: 10px;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: #535353;
}

.popupbox .ctt .bottom_part .subctt::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	background: #ededed;
}

.culturejsBox {
	padding-left: 5.73vw;
	padding-right: 6.77vw;
	margin-top: 2rem;
}

.culturejsBox .wh_part1 {
	position: relative;
	height: 22.7vw;
	margin-bottom: 11rem;
}

.culturejsBox .wh_part1 .left {
	width: 36.35vw;
	height: 110%;
	background-image: url(../img_info/gaikuang_wenhua_bg.png);
	background-size: auto 100%;
	padding: 4rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}


.culturejsBox .wh_part1 .left .jsrow {
	display: flex;
	align-items: center;
	padding-left: 0.5vw;
}

.culturejsBox .wh_part1 .left .pagebtn {
	padding-left: 0;
	width: 25.6vw;
	height: 4vw;
	display: flex;
}

.culturejsBox .wh_part1 .left .pagebtn a {
	display: flex;
	width: 50%;
	height: 100%;
	align-items: center;
	justify-content: center;
	font-size: 1.8rem;
}

.culturejsBox .wh_part1 .left .pagebtn a:first-child {
	color: #545454;
}

.culturejsBox .wh_part1 .left .pagebtn a:last-child {
	color: #006D75;
}

.culturejsBox .wh_part1 .left .pagebtn img {
	width: 4rem !important;
	height: 4rem;
}

.culturejsBox .wh_part1 .left .jsrow img {
	margin-right: 2rem;
	width: 8rem;
}

.culturejsBox .wh_part1 .left .jsrow .text1 {
	color: #744D39;
	font-family: 'navFont1';
	font-size: 2.4rem;
}

.culturejsBox .wh_part1 .left .jsrow .text2 {
	color: #333;
	font-size: 1.8rem;
}


.culturejsBox .wh_part1 .right {
	position: absolute;
	height: 100%;
	right: 0;
	top: 2rem;
}

.culturejsBox .wh_part1 .right img {
	height: 100%;
}

.culturejsBox .title2 {
	margin-bottom: 4.8rem;
	text-align: center;
}

.culturejsBox .title2 span {
	display: block;
	font-size: 3rem;
	color: #333333;
	position: relative;
}

.culturejsBox .title2 span:before,
.culturejsBox .title2 span:after {
	content: '';
	position: absolute;
	top: 52%;
	background: #D3D3D3;
	width: 9%;
	height: 1px;
}

.culturejsBox .title2 span:before {
	left: 33%;
}

.culturejsBox .title2 span:after {
	right: 33%;
}

.culturejsBox .content {
	display: flex;
	margin-bottom: 6.3rem;
}

.culturejsBox .content .left {
	display: flex;
	justify-content: space-between;
	width: 35vw;
	height: 36.9rem;
	margin-right: 1.67vw;
	position: relative;
}

.culturejsBox .content .left video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	outline: 0;
	border: 0;
}

.culturejsBox .content .left .videoTitle {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 6rem;
	line-height: 6rem;
	color: #fff;
	background: linear-gradient(360deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 99%, rgba(0, 0, 0, 0) 100%);
	margin: 0;
	padding: 0 1.5rem;
}

.culturejsBox .content .left .playBtn {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 50;
}

.culturejsBox .content .left .playBtn img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.culturejsBox .content .left .playBtn .btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 5.6rem;
	height: 5.6rem;
	cursor: pointer;
}


.culturejsBox .content .right {
	width: 30vw;
	height: 36.9rem;
	border: 1px solid #EDEDED;
	padding: 1.7vw 1vw 0 1.7vw;
}

.culturejsBox .content .right a {
	display: block;
	margin-bottom: 3.3rem;
	color: #545454;
	position: relative;
	padding-left: 1.5rem;
}

.culturejsBox .content .right a:hover {
	color: #cc0000;
}

.culturejsBox .content .right>a span {
	display: block;
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.culturejsBox .content .right>a span::before {
	content: "";
	width: 0px;
	height: 0px;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #cc0000;
	position: absolute;
	top: 10px;
	left: 0;
}

.culturejsBox .content .right .more {
	font-size: 1.4rem;
	text-align: right;
}

.culturejsBox .content .right .more img {
	width: 2rem;
	margin-left: 1rem;
}

.culturejsBox .wh_part3 {
	margin-top: 11rem;
	padding-bottom: 7rem;
}

.culturejsBox .wh_part3 .more {
	text-align: center;
	margin-top: 3rem;
	font-size: 1.4rem;
}

.culturejsBox .wh_part3 .more a {
    color: #545454;
}

.culturejsBox .wh_part3 .more img {
    width: 2rem;
}

.w-accor1 li img {
	height: 100%;
	width: 100%;
}

.pcshownone {
	display: none;
}

.wapshow {
	display: none;
}
.tese {
	margin-top: 4rem;
	background-image: url(../img2/tesejishu_bg.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: bottom;
	padding-bottom: 9.6rem;
	margin-bottom: -10rem;
}
.djposter{
	margin-top: 9rem;
	display: flex;
	justify-content: space-between;
}

.djposter .posterItem{
	display: block;
	width: 33%;
	height: 18rem;
}

.djposter .posterItem img{
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 1600px) {
	.top .right_part .nav_a a {
		font-size: 1.6rem;
	}

	.top .right_part .menu span {
		font-size: 1.6rem !important;
	}

	.logo {
		width: 24.3vw;
	}

	.rightPart .tabCard a {
		font-size: 1.6rem;
	}

	.tabs .tabList a {
		padding-left: 3.4vw;
		font-size: 2.8rem;
	}

	.tabs .tabList .active-tab {
		padding-left: 3.4vw;
	}

	.tabs .title {
		padding-left: 3.4vw;
	}

	.navList .btn-l {
		left: 4.8vw;
	}

	.navList .btn-r {
		right: 5.2vw;
	}

	.contentBox4 .ksList a {
		width: 7.7vw;
	}

	.contentBox4 .doctorList a .info .name {
		font-size: 1.8rem;
		margin-bottom: 0.3rem;
	}

	.contentBox4 .doctorList a .info .zhicheng {
		font-size: 1.6rem;
		margin-bottom: 0.3rem;
	}

	.contentBox4 .doctorList a .info .intro {
		font-size: 1.4rem;
		height: auto;
	}

	.contentBox4 .doctorList a .info {
		width: 12.5vw;
	}

	.yygk_right .ttab .text {
		font-size: 2rem;
	}

	.culturejsBox .wh_part1 .left .jsrow .text1 {
		font-size: 2.4rem;
	}

	.culturejsBox .wh_part1 .left .jsrow .text2 {
		font-size: 1.6rem;
	}

	.culturejsBox .wh_part1 .left .jsrow img {
		width: 7rem;
	}

	.contentBox4 .doctorList a {
		margin-right: 0.5vw;
	}
}

@media screen and (max-width: 1400px) {
	.culturejsBox .wh_part1 .left .jsrow .text2 {
		font-size: 1.4rem;
	}

	.culturejsBox .wh_part1 .left .jsrow img {
		width: 6rem;
	}

	.contentBox4 .doctorList a {
		margin-right: 0.4vw;
	}
}


@media screen and (max-width: 750px) {
	/*新增6.8*/
	.djposter{
		flex-direction: column;
		margin-top: 0;
		margin-bottom: 5rem;
	}

	.djposter .posterItem{
		width: 100%;
		margin-bottom: 1rem;
	}
	.tese .jcdj .content {
		margin-bottom: 0;
	}
	/*新增6.8结束*/
	.logo {
		width: 26rem;
	}

	.mainContent {
		top: 7.6rem;
		right: -3.4rem;
		width: 75rem;
	}

	.menuBox .menuItem .itemTitle {
		font-size: 3.6rem;
		width: 31rem;
	}

	.width21 {
		width: 22rem !important;
	}

	.top .nav_a {
		display: none !important;
	}

	.top .right_part>img {
		margin-left: 3rem;
	}

	.top .right_part .menu .btn>span {
		display: none;
	}

	.menuBox .menuItem .itemBox {
		width: 100%;
	}

	.menuBox {
		padding: 0 3rem 3rem;
	}

	.menuBox .menuItem {
		flex-direction: column;
	}

	.menuBox .menuItem:last-child {
		border-bottom: 0;
	}

	.menuBox .menuItem .itemBox span {
		font-size: 3rem;
		width: 17rem;
	}

	.top {
		padding: 0 3.4rem;
		height: 10rem;
	}

	.top .right_part {
		width: auto;
	}

	.top .right_part .menu {
		width: 4.8rem;
		margin-left: 3rem;
	}

	.top .right_part .menu .btn {
		width: 4.8rem;
	}

	.top .qrcodeBox {
		width: 10rem;
		height: auto;
	}

	.top .qrcodeBox img {
		width: 100%;
	}

	.rightPart {
		width: 100vw;
	}

	.rightPart .path {
		text-align: left;
		font-size: 2.8rem;
		padding: 0 3rem;
	}

	.rightPart .path span {
		width: 2rem;
		height: 2rem;
	}

	.rightPart .contentBox {
		padding: 0 3rem;
	}

	.rightPart .contentList {
		padding: 0 3rem;
	}

	.rightPart .tabCard {
		flex-wrap: wrap;
		padding: 0 3rem;
	}

	.rightPart .tabCard a {
		width: 16.5rem;
		height: 16.5rem;
		margin-bottom: 1.2rem;
	}

	.rightPart .bottomBox .part1 {
		width: 100%;
		height: 25.8rem;
	}

	.rightPart .bottomBox {
		flex-wrap: wrap;
		padding: 0 3rem;
	}

	.rightPart .bottomBox .part1 {
		display: flex;
		align-items: center;
		padding: 2.2rem 0 1.6rem 1.8rem;
		margin-bottom: 2.4rem;
	}

	.rightPart .bottomBox .part1 .pic {
		width: 31.4rem;
		height: 21.9rem;
	}

	.rightPart .bottomBox .part1 .info {
		margin-left: 2.8rem;
	}

	.rightPart .bottomBox .part1 .name {
		text-align: left;
		font-size: 4rem;
		font-weight: bold;
		margin: 0;
		width: 25rem;
	}

	.rightPart .bottomBox .part1 .addr {
		text-align: left;
		margin-top: 0;
		width: 25rem;
	}

	.rightPart .bottomBox .part2 {
		width: 33rem;
		height: 19rem;
	}

	.rightPart .bottomBox .part3 {
		width: 33rem;
		height: 19rem;
	}

	.rightPart .bottomBox .part4 {
		width: 33rem;
		height: 19rem;
	}


	.rightPart .bottomBox .part1 .pic img {
		width: 100%;
		height: 100%;
	}

	.navListSwiper {
		height: 7rem;
	}

	.navListSwiper .swiper-slide a {
		display: flex;
		align-items: flex-start;
		padding-top: 0.3rem;
	}

	.navList {
		margin-top: 3.6rem;
		padding: 0 3rem;
	}

	.navListSwiper .swiper-slide {
		font-size: 2.8rem;
	}

	.navListSwiper .active-aa {
		font-size: 3.2rem;
		padding-top: 0 !important;
	}

	.contentList a {
		padding: 0 4.4rem;
	}

	.contentList a .left {
		width: 100%;
	}

	.contentList a p {
		width: 100%;
		font-size: 3.2rem;
	}

	.contentList a .decro {
		display: none;
	}

	.contentList a .more {
		display: none;
	}

	.contentList .togetmore {
		width: 27.2rem;
		height: 6.4rem;
		border: 2px solid #cc0000;
		border-radius: 4px;
		box-shadow: none;
		color: #cc0000;
		font-size: 2.4rem;
		text-align: center;
		display: block;
		line-height: 5.4rem;
		margin: 5rem auto 0;
	}

	.contentBox .title {
		margin-top: 4.2rem;
		border-bottom: 0;
		flex-direction: column;
		align-items: flex-start;
		padding-bottom: 0;
	}

	.contentBox .title .tt {
		margin-bottom: 5.2rem;
	}

	.contentBox .content_ctt {
		font-size: 2.8rem;
		line-height: 4.4rem;
	}

	.map {
		height: 60.8rem;
		margin-top: 0;
	}

	.map .tab_select {
		width: auto;
	}

	.map .tab_select span {
		width: 20rem;
		height: 5rem;
		line-height: 5rem;
	}

	.jtctt {
		padding: 0 3rem;
	}

	.jtBox {
		padding: 0 !important;
	}

	.rightPart .searchPart {
		flex-direction: column;
		padding: 0 3rem;
	}

	.rightPart .searchPart .left {
		justify-content: space-between;
	}

	.rightPart .searchPart .left a {
		height: 11.4rem;
		margin: 0;
		padding: 0.5rem 2rem;
	}

	.rightPart .searchPart .left a:nth-child(1) {
		width: 14.6rem;
		padding: 0.5rem 2.8rem;
	}

	.rightPart .searchPart .left a:nth-child(2) {
		width: 14.4rem;
	}

	.rightPart .searchPart .left a:nth-child(3) {
		width: 17.8rem;
	}

	.rightPart .searchPart .left a:nth-child(4) {
		width: 17.8rem;
	}

	.rightPart .searchPart .right_search {
		width: 100%;
		margin-top: 2.8rem;
		height: 9.6rem;
	}

	.rightPart .searchPart .right_search img {
		width: 6.8rem;
		height: 6.8rem;
	}

	.rightPart .searchPart .right_search input {
		width: 70vw;
	}

	.contentBox2 {
		padding: 0 3rem;
	}

	.contentBox2 .subList a {
		width: 33.6rem;
		height: 7.2rem;
		line-height: 7.2rem;
		padding-left: 2.4rem;
		margin-bottom: 2.6rem;
	}

	.contentBox2 .subtitle {
		font-size: 4rem;
	}

	.contentBox2 .subtitle img {
		width: 3.8rem;
		height: 3.8rem;
	}

	.contentBox3 {
		padding: 9rem 3rem 11.4rem;
		margin-top: 9.6rem;
	}

	.contentBox3 .bangdan a {
		width: 22rem;
		height: 22rem;
		font-size: 3.2rem;
	}

	.contentBox3 .otherks a {
		width: 33.6rem;
		height: 7.2rem;
		line-height: 7.2rem;
		padding-left: 2.4rem;
		margin-bottom: 2.6rem;
	}

	.contentBox .select_ttle {
		margin-top: 4.2rem;
	}

	.contentBox .select_ttle .tt {
		font-size: 2.6rem;
		margin-right: 7rem;
	}

	.contentBox .select_ttle .tt:last-child {
		margin-right: 0;
	}

	.contentBox5 {
		margin-bottom: 5rem;
	}

	.contentBox5 .newsItem2 {
		border-bottom: 1px solid #F5F5F5;
	}

	.contentBox5 .newsItem2_intro {
		display: none;
	}

	.contentBox5 .newsItem2 .right {
		width: 25.7rem;
		height: 14.4rem;
	}

	.contentBox5 .newsItem2_title {
		font-size: 3.2rem;
		color: #343434;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}

	.contentBox5 .newsItem2_info .newsItem2_go {
		display: none;
	}

	.contentBox5 .newsItem2_info .newsItem2_date {
		font-size: 2.8rem;
	}

	.contentBox5 .togetmore {
		width: 27.2rem;
		height: 6.4rem;
		border: 2px solid #cc0000;
		border-radius: 4px;
		box-shadow: none;
		color: #cc0000;
		font-size: 2.4rem;
		text-align: center;
		display: block;
		line-height: 5.4rem;
		margin: 5rem auto 0;
	}

	.newsContent .newsInfo .otherInfo {
		flex-direction: column;
		font-size: 2.4rem;
	}

	.newsContent .newsInfo .title {
		text-align: left;
		margin-bottom: 4.2rem;
	}

	.newsContent .newsInfo .otherInfo .left {
		margin-bottom: 1.6rem;
	}

	.newsContent .newsInfo .otherInfo .right span {
		margin-left: 0;
		margin-right: 2rem;
	}

	.contentBox4.newsContent .subContent img {
		width: 100%;
	}

	.newsContent .newsInfo .otherInfo .right span img {
		height: 2.4rem;
	}

	.newsContent .newsInfo .otherInfo .left span {
		margin-right: 1rem;
	}

	.contentBox4.newsContent .subContent p {
		font-size: 2.8rem;
	}


	.mgt0 {
		margin-top: 0 !important;
	}

	.pdl3 {
		padding-left: 3rem;
	}

	.pdr3 {
		padding-right: 3rem;
	}

	.search-mod {
		width: 3rem;
		height: 3rem;
		margin-left: 3.4rem;
		cursor: pointer;
		display: flex !important;
		position: relative;
	}

	.search-mod>img {
		width: 3rem;
		height: 3rem;
	}

	.search-box {
		position: absolute;
		right: -1rem;
		top: -0.5rem;
		width: 0;
		height: 5rem;
		border: 0;
		border-radius: 24px;
		display: none;
		align-items: center;
		padding: 0 1rem 0 2rem;
		background-color: #fff;
		transition: 0.2s;
	}

	.search-box input {
		width: 100%;
		height: 3rem;
		border: 0;
		outline: 0;
	}

	.search-box img {
		width: 3rem;
		height: 3rem;
	}

	.btns .more {
		width: auto;
	}

	.search-tap {
		background: url(../img/nav_search.png) no-repeat center center/contain;
	}

	.part_7 .wapfooter p {
		display: flex;
		flex-direction: column;
		justify-content: center;
		font-size: 3rem;
		margin-bottom: 0;
	}

	.part_7 .info {
		font-size: 2.4rem !important;
	}

	.contentBox4 {
		padding: 0 3rem;
	}

	.contentBox4 .doctorList a {
		width: 92vw;
		height: 24rem;
		justify-content: space-between;
		padding: 2rem 5rem 2rem 2.2rem;
	}

	.contentBox4 .doctorList a .pic {
		width: 14rem;
		height: 20rem;
	}

	.contentBox4 .doctorList a .info {
		width: 44.7rem;
	}

	.contentBox4 .doctorList a .info .name {
		font-size: 3.2rem;
	}

	.contentBox4 .doctorList a .info .zhicheng {
		font-size: 2.8rem;
	}

	.contentBox4 .doctorList a .info .intro {
		font-size: 2.8rem;
		line-height: 1.2;
	}

	.contentBox4 .togetmore {
		width: 27.2rem;
		height: 6.4rem;
		border: 2px solid #cc0000;
		border-radius: 4px;
		box-shadow: none;
		color: #cc0000;
		font-size: 2.4rem;
		text-align: center;
		display: block;
		line-height: 5.4rem;
		margin: 5rem auto;
	}

	.gotop {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 7rem;
		height: 7rem;
		border-radius: 5px;
		background: #cc0000;
		position: fixed;
		bottom: 2rem;
		right: 1.6rem;
	}

	.gotop img {
		width: 5rem;
		height: auto;
	}

	.jcdj .content {
		flex-direction: column;
	}

	.jcdj .content .left {
		width: 100%;
	}

	.jcdj .content .left .newsItem {
		width: 33rem;
	}

	.jcdj .content .left .newsItem .pic {
		height: 18.5rem;
	}

	.jcdj .content .left .newsItem .newsTitle {
		font-size: 3.2rem;
	}

	.jcdj .content .left .newsItem .newsDate {
		font-size: 2.4rem;
	}

	.jcdj .content .right {
		width: 100%;
		border: 0;
		height: auto;
	}

	.jcdj .content .right a {
		font-size: 3.2rem;
	}

	.jcdj .content .right>a span {
		overflow: auto;
		white-space: normal;
	}

	.jcdj .content .right .more {
		text-align: center;
	}

	.jcdj .content .right .more a {
		font-size: 2.4rem;
	}

	.contentBox4 .title2 span:before {
		left: 30%;
	}

	.contentBox4 .title2 span:after {
		right: 30%;
	}

	.zzxx .content {
		width: 100%;
		flex-direction: column;
		border: 0;
	}

	.zzxx .content .rrshownone>a {
		display: none;
	}

	.zzxx .content .right {
		width: 100%;
	}

	.zzxx .content .right a {
		padding-left: 1.5rem;
	}

	.zzxx .content .right>a span {
		overflow: auto;
		white-space: normal;
	}

	.zzxx .content .right .more {
		text-align: center;
	}

	.jjjc {
		flex-direction: column;
		padding-bottom: 11rem;
	}

	.jjjc .left {
		width: 100%;
	}

	.jjjc .jjList a {
		font-size: 3.2rem;
	}

	.jjjc .active-jjtab {
		font-size: 3.2rem;
	}

	.jjjc .jjtitle .more a {
		font-size: 2.4rem;
	}

	.jjjc .right {
		width: 100%;
		margin-top: 11rem;
	}

	.jjjc .jjList a .dateinfo {
		display: none;
	}

	.jjjc .jjList>a .jjContent {
		width: 100%;
	}

	.jjjc .jjrightList a span {
		font-size: 3.2rem;
		min-height: 8.3rem;
	}

	.xrld .content {
		flex-direction: column;
	}

	.xrld .content .item {
		width: 100%;
		height: auto;
		padding: 3rem 6rem;
		margin-bottom: 3.8rem;
	}

	.xrld .item .itm {
		height: 12rem;
	}

	.xrld .item .itm .zw {
		width: 30rem;
		font-size: 3.2rem;
	}

	.xrld .item .itm .person {
		width: calc(100% - 22rem);
		font-size: 3.2rem;
	}

	.contentBox4 .infoshownone {
		display: block;
	}

	.contentBox4 .info .info_top {
		display: flex;
		align-items: center;
	}

	.contentBox4 .info>.title {
		font-size: 2.8rem;
		margin-top: 5.2rem;
		color: #5A5965;
		text-indent: 2em;
	}

	.contentBox4 .info .info_top .doctorImg {
		width: 16rem;
		height: 20rem;
	}

	.contentBox4 .info .info_top .doctorName {
		font-size: 5rem;
		font-weight: bold;
		margin-bottom: 4.2rem;
	}

	.contentBox4 .info .info_top .title {
		font-size: 3.6rem;
	}

	.xrld .title2 span {
		font-size: 3.2rem;
	}

	.zhuanti .content {
		padding: 0 3rem;
	}

	.zhuanti .content .ztList a {
		width: 33.7rem;
	}

	.zhuanti .content .ztList a .picBox {
		height: 27.8rem;
	}

	.zhuanti .content .ztList a .ztName {
		height: 14.8rem;
		font-size: 2.8rem;
	}

	.zhuanti .path {
		padding: 0;
	}

	.zhuanti .ztTitle {
		flex-direction: column;
		align-items: flex-start !important;
	}

	.zhuanti .content .ztList {
		margin-top: 4.4rem;
	}

	.zhuanti .ztTitle .title2 {
		width: 100%;
		border-bottom: 1px solid #DDDDDD;
		margin-top: 4rem;
	}

	.zhuanti .ztTitle .title2>span {
		display: block;
		width: 8rem;
		height: 2px;
		background-color: #cc0000;
	}

	.findDoctor .newsItem2 {
		border-bottom: 1px solid #F5F5F5;
	}

	.findDoctor .newsItem2:last-child {
		border-bottom: 0;
	}

	.findDoctor .newsItem2_intro {
		display: none;
	}

	.findDoctor .newsItem2 .right {
		width: 25.7rem;
		height: 14.4rem;
	}

	.findDoctor .newsItem2_title {
		font-size: 3.2rem;
		color: #343434;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}

	.findDoctor .newsItem2_info .newsItem2_go {
		display: none;
	}

	.findDoctor .newsItem2_info .newsItem2_date {
		font-size: 2.8rem;
	}

	.history_img {
		width: 100%;
		height: calc(100vh - 60rem);
		position: relative;
		overflow-x: auto;
	}

	.history_img .picBox {
		height: 100%;
	}

	.history_img img {
		width: auto;
		height: 100%;
	}

	.history_img .history {
		width: auto;
		height: 42%;
		position: absolute;
		top: 18%;
		left: 0;
	}

	.bbx {
		width: 100%;
		padding: 0 3rem;
		flex-direction: column;
	}

	.bbx .contentList {
		width: 100%;
		padding: 0;
	}

	.yygk_right {
		width: 100%;
		padding: 5rem 4.5rem;
	}

	.bbx .contentList a p {
		width: 100%;
	}

	.yygk_right .ttab .decro {
		width: 2.4rem;
		height: 2.4rem;
	}

	.yygk_right .ttab .text {
		font-size: 3.2rem;
	}

	.yygk_right .ccontent {
		padding-left: 4.4rem;
	}

	.yygk_right .pic {
		width: 51.6rem;
		padding-left: 4.4rem;
	}

	.yygk_right .pic img {
		width: 100%;
	}

	.yyculture .ztList {
		width: 100%;
		padding: 0 3rem;
	}

	.yyculture .ztList a {
		width: 33.7rem;
	}

	.yyculture .ztList a .picBox {
		height: 22rem;
	}

	.yyculture .ztList a .ztName {
		height: 14.8rem;
		font-size: 2.8rem;
	}

	.yyculture .togetmore {
		width: 27.2rem;
		height: 6.4rem;
		border: 2px solid #cc0000;
		border-radius: 4px;
		box-shadow: none;
		color: #cc0000;
		font-size: 2.4rem;
		text-align: center;
		display: block;
		line-height: 5.4rem;
		margin: 5rem auto;
	}

	.ldList {
		width: 100%;
		padding: 0 3rem;
	}

	.ldList .ldrow {
		flex-wrap: wrap;
		justify-content: space-between;
		margin-bottom: 0;
	}

	.ldList .ldrow a {
		width: 33.1rem;
		margin-right: 0;
		margin-bottom: 4.8rem;
	}

	.ldList .ldrow a .picBox {
		height: 41.7rem;
	}

	.ldList .ldrow a .name {
		font-size: 3.6rem;
	}

	.ldList .ldrow a .zhiwei {
		font-size: 2.8rem;
	}

	.popupbox .ctt {
		width: 92vw;
		top: 20vh;
	}

	.popupbox .ctt .bottom_part .left_pic {
		/* width: 33.1rem; */
		width: 30vw;
		margin-bottom: 5rem;
		height: 50rem;
	}

	.popupbox .ctt .bottom_part {
		padding: 2.5rem 3rem;
		/* height: 65rem; */
		/* overflow-y: auto; */
		/* height: 70rem;
		overflow-y: auto; */
	}

	.popupbox .ctt .bottom_part .left_pic .popPicBox {
		/* height: 41.7rem; */
		height: 31.7rem;
	}

	.popupbox .ctt .bottom_part .left_pic .popname {
		font-size: 3.6rem;
	}

	.popupbox .ctt .bottom_part .left_pic .popzhiwei {
		font-size: 2.8rem;
	}

	.popupbox .ctt .bottom_part {
		/* flex-direction: column; */
		/* align-items: center; */
	}

	.popupbox .ctt .bottom_part .subctt {
		font-size: 2.8rem;
		width: 50vw;
		height: 36vh;
		overflow-y: auto;
	}

	.culturejsBox {
		padding: 0;
		margin-top: 5rem;
	}

	.culturejsBox .wh_part2 .content {
		flex-direction: column;
		margin-bottom: 0;
	}

	.culturejsBox .content .left {
		width: 100%;
	}

	.culturejsBox .content .right {
		width: 100%;
		border: 0;
		height: auto;
		margin-top: 2rem;
	}

	.culturejsBox .content .right .more {
		text-align: center;
		margin-top: 3rem;
		font-size: 2.4rem;
	}

	.culturejsBox .content .right .more img {
		width: 4rem;
	}

	.culturejsBox .wh_part3 {
		padding-top: 5rem;
		background-color: #F8F8F8;
	}

	.culturejsBox .wh_part1 {
		height: 99rem;
		margin: 0 3rem 12rem;
	}

	.culturejsBox .wh_part1 .left {
		width: 100%;
		padding: 70% 3rem 6rem;
	}

	.culturejsBox .wh_part1 .right {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 43.2rem;
	}

	.culturejsBox .wh_part1 .right img {
		width: 100%;
		height: 100%;
	}

	.culturejsBox .wh_part1 .left .jsrow .text1 {
		font-size: 3.6rem;
	}

	.culturejsBox .wh_part1 .left .jsrow img {
		width: 12.2rem;
	}

	.culturejsBox .wh_part1 .left .jsrow .text2 {
		font-size: 2.8rem;
	}

	.culturejsBox .wh_part1 .left .pagebtn {
		width: 63.6rem;
		height: 9.8rem;
	}

	.culturejsBox .wh_part1 .left .pagebtn a {
		font-size: 2.8rem;
	}

	.culturejsBox .wh_part1 .left .pagebtn img {
		width: 5.1rem !important;
		height: 5.1rem;
	}

	.culturejsBox .wh_part2 {
		margin: 0 3rem 12rem;
	}


	.culturejsBox .wh_part3 .more {
		text-align: center;
		margin-top: 3rem;
		font-size: 2.4rem;
	}

	.culturejsBox .wh_part3 .more a {
		color: #666;
	}

	.culturejsBox .wh_part3 .more img {
		width: 4rem;
	}

	.w-accor {
		height: 46.8rem !important;
	}

	.w-accor .swiper-wrapper {
		height: 100%;
	}

	.w-accor li .item {
		height: 46.8rem;
	}

	.w-accor0 li .img_ar,
	.w-accor1 li .img_ar {
		height: 100% !important;
	}

	.contentList iframe {
		width: 100%;
		height: 60vh;
	}
	
	

	.shownone {
		display: none !important;
	}

	.pcshownone {
		display: block !important;
	}

	.wapshow {
		display: block;
	}
}


.delc {
	display: flex;
	justify-content: space-between;
	margin-top: 9rem;
}

.delc .part .delctitle .delctab {
	font-size: 2.4rem;
	color: #999999;
	cursor: pointer;
}

.delc .active-delctab {
	font-size: 3rem;
	color: #333;
}

.delc .part {
	width: 31.67vw;
}

.delc .delctitle {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 2rem;
	margin-bottom: 3.4rem;
}

.delc .delctitle .more a {
	font-size: 1.4rem;
	color: #666666;
}

.delc .delctitle .more img {
	width: 2rem;
	margin-left: 1rem;
}

.delc .delcList a {
	width: 100%;
	margin-bottom: 3.3rem;
	color: #545454;
	position: relative;
	padding-left: 1.5rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 1.8rem;
}

.delc .delcList a:hover {
	color: #cc0000;
}

.delc .delcList>a .delcContent {
	display: block;
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.delc .delcList>a .delcContent::before {
	content: "";
	width: 0px;
	height: 0px;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #cc0000;
	position: absolute;
	top: 10px;
	left: 0;
}

.delcBg{
	background-image: url(../img/linchuangxueyuan_bg.png);
}

@media screen and (max-width: 750px) {
	.delc {
		flex-direction: column;
		margin-top: 0;
		/* padding-bottom: 11rem; */
	}
	
	.delc .part {
		width: 100%;
		margin-bottom: 5rem;
	}
	
	.delc .delcList a {
		font-size: 3.2rem;
		padding-left: 2rem;
	}
	
	.delc .active-delctab {
		font-size: 3.2rem;
	}
	
	.delc .delctitle .more a {
		font-size: 2.4rem;
	}
	.delcRight{
		padding: 0 !important;
	}
	.delcRight a{
		padding-left: 2rem !important;
	}
}
/*导航*/
/* body{
height: 100%;
overflow-y: hidden;
} */

.body_home {
	background: #cc0000;
	height: 100vh;
	width: 100%;
	overflow: hidden;
	transition: all 0.7s cubic-bezier(0.5, 0, 0.2, 1) 0s;
	position: absolute;
	left: 0;
	top: 0;
	z-index:0;
}

.body_home .tujian {
	position: absolute;
	left: 0%;
	width: 100%;
	bottom:3.4rem;
	text-align: center;
	font-size: 36px;
	padding: 0 10px;
	font-weight: bold;
	z-index: 999;
	font-size: 14px;
	font-weight: 400;
}
.body_home .tujian a{
	color: #fff;
}
.banner {
	height: 100%;
}

.bannerSwiper {
	height: 100%;
}


.body_b {
	position: relative;
	left: 0%;
	top: 100vh;
	bottom: 0;
	right: 0;
	background: #fff;
	overflow: hidden;
	transition: all 0.7s cubic-bezier(0.5, 0, 0.2, 1) 0s;
	z-index: 11;
	overflow: auto;
	outline: none;
}

.body_b.showdiv {
	top: 0rem;
}
.body_home.showdiv {
	top: -100vh;
}
.body_b.heightdiv {
	height: 0;
}

.blockaa {
	display: flex;
	padding: 20px 4vw;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
}

.logo {
	width: 15vw;
}

.block .iconmenu>img {
	width: 3rem;
	height: 3rem;
	margin-left: 1.7vw;
	cursor: pointer;
}

.blockaa .search input {
	background: none;
	color: #fff;
	border: none;
}

.blockaa .search {
	border-color: #fff;
}

.nav_main {
	width: 45vw;
	display: flex;
	justify-content: space-between;
}

.nav_main a {
	font-size: 0.9vw;
	font-family: Source Han Serif CN;
	font-weight: bold;
	color: #FFFFFF;
}

.blockaa .search input::placeholder {
	color: #fff;
}

.block_blue {
	display: flex;
	padding: 1.2vw 4vw;
	justify-content: space-between;
	align-items: center;
}

.block_blue .nav_main a {
	color: #666;
}

.block_blue.top {
	height: auto;
}

.body_b {
	overflow: hidden;
}
.header2.lit .d1{height:0;}
.body_b_nav {
	position: relative;  /*二级页导航改为relative*/
	top: 0px;  /*二级页导航改为0px*/
	left: 0px;
	width: 100%;
	background-color: #fff;
	transition: all 0.7s cubic-bezier(0.5, 0, 0.2, 1) 0.1s;
	z-index: 999;
}

.body_b_nav.moveup {
	top: 0px
}

.body_home_nav {
	/* position: fixed;
    left:0;
    top:0;
    width: 100%;
    z-index: 4; */
}

.body_home_nav .header {
	position: fixed;
	left: 0%;
	top: 0;
	right: 0%;
	z-index: 3;
	transition: all 0.7s ease-out 0s;
}

.body_home_nav .header.moveheader {
	top: -185px
}

.body_home_nav .header .d1 {
	background: #cc0000;
	line-height: 4.5rem;
	height: 4.5rem;
	font-size: 1.4rem;
	transition: all 0.2s ease-out 0s;
	padding-right: 3.5rem;
	display: flex;
	justify-content: flex-end;
}

.body_home_nav .header .d1 a {
	color: #fff;
}

.header .d1 i {
	margin: 0 18px;
	font-size: 1.2rem;
	color: #fff;
}

.body_home_nav .header .d2 {
	transition: all 0.3s ease-out 0s;
	height: 140px;
	background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
}

.nav_child .item {
	padding: 30px;
	
	align-items: center;
	border-width: 4px 0px 0px 0px;
	border-style: solid;
	border-image: linear-gradient(90deg, #cc0000 0%, #cc0000 100%) 1 10;
	position: absolute;
	top:80%;
	width: 640px;
	background-color: #fff;
	opacity: 0;
	visibility: hidden;
	justify-content: space-between;
}
.nav_child .item::before{
	content: "";
	position: absolute;
	left: 50%;
	top:-14px;
	background: url(../images/arrow.png) no-repeat;
	width: 16px;
	height: 10px;
	margin-left: -8px;
}
.nav_child .item.s {
	visibility: visible;
	opacity: 1;
	transition: opacity 0.2s ease-out 0s;
}

.nav_child .item .l {
	display: -ms-flexbox;
	display: flex;
	width: 30%;
	align-items: center;
}

.nav_child .item .l .pic {
	width: 142px;
}

.nav_child .item .l .pic img {
	width: 100%;
	height: auto;
}

.nav_child .item .r {
	width: 65%;
	font-size: 0;
}

.nav_child .item .r a {
	width: 33.33%;
	font-size: 18px;
	display: inline-block;
	margin:5px 0px;
	color: #555;
}

.nav_child .item .r a:hover {
	color: #cc0000;
}
.part_4 .am-g-fixed,.part_5 .am-g-fixed {
	max-width: 1532px !important;
}
.swiper-container-yuangong{
	height:100%;
	width: 100%;
	overflow: hidden;
	position: absolute;
	flex: 0;
	top:0;
	z-index:0;
}
.swiper-container-yuangong .swiper-slide{
	text-align: center;
	display: flex;
	justify-content: center;
	overflow: hidden;
}
.part_3 .jiuyi  .swiper-container-yuangong img{
	height: 100%;
	width:auto;
	margin:0 auto;
}
.part_3 .jiuyi{
	overflow: hidden;
}
.part_1{
	padding-top: 15.6rem;
}
.iconmenu{
	position:relative;
}
.top .qrcodeBox{
	top:4rem
}

.contentBox4.newsContent .subContent table p{
text-indent:0
}

@media screen and (max-width: 750px){
	.top{
		background-color: #fff;
	}
	.logo{
		width: 26rem;
	}
	.body_home {
		position: relative;
		height: auto;
	}
	.body_b{
		top:0;
	}
	.part_1{
		padding-top: 10.8rem;
	}
}
@media print{a:after{content:''!important;}
}