body {
	overflow-x: hidden;
}

button {
	cursor: pointer;
}

header {
	height: 5.625rem;
	background-color: #fff;
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 99;
	font-weight: bold;
}

header .logo {
	height: 3.375rem;
	margin-top: 1.25rem;
}

header .nav-s {
	display: none;
}

header .nav {
	float: right;
}

header .nav>li {
	float: left;
	font-size: 1rem;
	width: 5.625rem;
	line-height: 5.625rem;
	text-align: center;
	position: relative;
	background-color: #fff;
}

header .nav>li>a {
	display: block;
	width: 5.625rem;
	height: 5.625rem;
}

header .nav>li>.active {
	color: #4e2b6a;
}

header .nav>li>.active:after {
	content: "";
	height: 0.5rem;
	width: 0.875rem;
	background: url(/img/headernava.png);
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}

a {
	transition: all .1s;
	color: #333;
}

a:hover,a:hover p {
 /* color: #4E2B6A !important; */
 color: #7d3fae !important;
}

.navlist a:hover{
 color: #fff !important;
}

.alnav a.active,#listpages a.active{
	color: #fff !important;
}

.more {
	display: block;
	height: 1.875rem;
	width: 3.75rem;
	line-height: 1.875rem;
	background-color: #e3e3e3;
	font-size: 0.875rem;
	text-align: center;
	border-radius: 0.3125rem;
}

.kqsjul img, footer img{
	background: none;
}

.download{
 display: block;
 height: 2.5rem;
 width: 12.5rem;
 padding: 0 1.25rem 0 2.5rem;
 margin: 1.25rem 0;
 background: url(/img/download.png) no-repeat 6px center;
 background-color: #F4F4F4;
 border: 1px solid #ddd;
 border-radius: 0.3125rem;
 font-size: 1rem;
 line-height: 2.5rem;
}

img{
	background: url(/img/oval.svg) no-repeat center center;
}

header .lan {
	background-color: #f4f4f4;
	color: #999999;
}

header .lan>img {
	position: absolute;
	left: 1.25rem;
	top: 2rem;
}

header .lan>p {
	padding-left: 1.725rem;
}

header .search {
	background-color: #e3e3e3;
	color: #999999;
}

header .search>img {
	position: absolute;
	left: 1.6875rem;
	top: 1rem;
}

header .search>p {
	padding: 3.25rem 0 0.375rem 0;
	line-height: 2rem;
}

header .nav>li>ul {
	position: absolute;
	left: 0; /* 将子列表放置在父列表项的右侧 */
	margin-left: -100px; /* 可选：增加额外的空间 */
	top: 5.625rem;
	/*display: -webkit-flex;*/
	/* Safari */
	display: flex;
	/*flex-wrap: wrap;*/
	flex-direction: row;
	color: #fff;
	/*height: 13rem;*/
	/*width: 25rem;*/
	padding: 1.625rem 0;
	transform: translateY(-100%);
	transition: all .3s;
	z-index: -2;
	font-size: 1rem;
	opacity: 0;
}

header .nav>li:nth-child(5)>ul li,
header .nav>li:nth-child(5)>ul dt {
	transform: translateX(-7.5rem);
}

header .nav>li>ul>li>a {
	display: block;
	line-height: 2rem;
	width: 7.875rem;
	height: 2rem;
	padding: 0 0.625rem;
	color: #aaa;
	overflow: hidden !important;
	text-overflow: ellipsis !important;
	white-space: nowrap !important;
}

header .nav>li>ul>li>.sfont {
	font-size: 0.75rem;
}

header .nav>li>ul>dt>a {
	display: block;
	padding: 0 2rem;
	margin: 0 1rem;
	/*height: 12rem;*/
	/*line-height: 10rem;*/
	background-color: rgba(255, 255, 255, .05);
	color: #fff;
	width: max-content;
	line-height: 3rem;
}

header .nav>li:hover ul {
	transform: translateY(0%);
	opacity: 1;
}

header .navmask {
	height: 2px;
	width: 100%;
	top: 5.625rem;
	position: absolute;
	left: 0;
	background-color: #4E2B6A;
	opacity: .9;
	z-index: -3;
	transition: all .3s;
}

/* 搜索框暂不显示 */
.searchbox {
	display: none;
}

.searchbox form {
	position: absolute;
	right: 0;
	top: 5.625rem;
	padding: 0.625rem;
	background-color: rgba(227, 227, 227, .8);
	font-size: 1rem;
	line-height: 1rem;
	display: flex;
	transform: translateY(-100%);
	z-index: -1;
	transition: all .1s;
}

.searchbox form input {
	height: 2.5rem;
	width: 10.625rem;
	padding: 0 0.625rem;
	border-radius: 0.3125rem 0 0 0.3125rem;
}

.searchbox form button {
	height: 2.5rem;
	width: 5rem;
	background-color: #0066FF;
	color: #fff;
	border-radius: 0 0.3125rem 0.3125rem 0;
}

.searchbox:hover form {
	transform: translateY(0%);
}

.nav-s {
	position: fixed;
	right: 3.75rem;
	top: 1.25rem;
	height: 3.125rem;
	width: 10rem;
	border-radius: 0.3125rem;
	background: url(/img/nav-s.png) no-repeat 1rem 0.625rem #F4F4F4;
	cursor: pointer;
	overflow: hidden;
	transition: all .2s;
	border: 1px solid #ddd;
}

.nav-s>ul {
	position: absolute;
	top: 3.125rem;
	right: 0rem;
	width: 100%;
	background-color: #F4F4F4;
	z-index: -1;
}

.nav-s>ul li a {
	display: block;
	font-size: 1.125rem;
	line-height: 3.125rem;
	height: 3.125rem;
	padding-left: 1rem;
	border-top: 1px solid #fff;
}

.nav-s:hover {
	height: 41.375rem;
}

footer {
	width: 100%;
	background-color: #e3e3e3;
	color: #333;
	line-height: 2.25rem;
	font-size: 1.25rem;
	margin-top: 3.125rem;
}

footer .inner {
	background: url(/img/footerbg1.jpg) no-repeat center center;
	background-size: cover;
	padding-bottom: 0.5rem;
}

footer .l {
	padding-top: 5.1rem;
}

footer .l .Finfo {
	font-size: 1rem;
	padding-top: 0.875rem;
}

footer .qrcodebox div{
	height: 1rem;
	padding-top: 8.75rem;
	width: 8.75rem;
	margin-right: 1rem;
	background-color: #fff;
	font-size: 0.75rem;
	line-height: 1rem;
	text-align: center;
	color: #999;
	position: relative;
}
footer .qrcodebox div img{
	height: 8.75rem;
	width: 8.75rem;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #000000;
}

footer .m {
	font-size: 1rem;
	padding-top: 1rem;
}

footer .m li {
	position: relative;
	padding-left: 1.875rem;
}

footer .m li>img {
	position: absolute;
	width: 1.5rem;
	height: 1.5rem;
	left: 0;
	top: 0.3125rem;
}

footer .r {
	padding-top: 1.875rem;
}

footer .r a{
	display: block;
	height: 2rem;
	width: 7rem;
	padding: 0 2.25rem;
	margin-top: 1rem;
	background-color: #fff;
}
footer .r a img{
	float: left;
	height: 2rem;
}

footer .r a p{
	float: right;
	line-height: 2rem;
	font-size: 1rem;
}

#suspension{
	width: 160px;
	border-radius: 5px 0 0 5px;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,.3);
	position: fixed;
	right: 0;
	top: 85%;
	z-index: 98;
	transform: translateY(-50%);
	padding: 5px;
}
#suspension>*{
	display: block;
	text-align: right;
	padding: 10px;
	position: relative;
	font-size: 1rem;
	line-height: 2rem;
	border-radius: 5px;
}
#suspension>*:last-child{
	border: none;
}
#suspension .ss-ct{
	background-color: #ffe8c1;
}

#suspension>* img{
	height: 30px;
	width: 30px;
	position: absolute;
	left: 10px;
	top: 13px;
}

/* h3功能性模块 */
h3 {
	color: #333;
	font-size: 1.25rem;
	margin-right: 3.125rem;
	line-height: 2.25rem;
}

.h3chose h3 {
	position: relative;
}

.h3chose .active h3 {
	color: #4E2B6A;
}

.h3chose h3:after {
	content: "";
	height: 0.125rem;
	width: 0%;
	opacity: 0;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	background-color: #4E2B6A;
	transition: all .2s;
}

.h3chose a:hover h3:after,
.h3chose .active h3:after {
	width: 100%;
	opacity: 1;
}
#h3cbox{
	padding-bottom: 1rem;
}
#h3cbox>li {
	display: none;
}

#h3cbox>li:nth-child(1) {
	display: block;
}

.rsDefault .rsFullscreenIcn {
	background: url('/img/rs-default.png') 0 0;
}

.rsDefault .rsArrowIcn {
	background: url('/img/rs-default.png');
	/* background-color: rgba(0,0,0,0); */
}

.rsFullscreenBtn {
	display: none !important;
}

.imgbox {
	height: 10rem;
	width: 13.3125rem;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

.imgbox img {
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}


#gallery-1 {
	margin-top: 5.625rem;
	width: 100%;
	background-color: #ccc;
}

/* 新闻略缩列表模板 */
.bb {
	background-color: #fff;
	padding: 1.875rem 3.75rem 2.5rem 3.75rem;
	width: 35.3125rem;
	margin-bottom: 3.125rem;
}

/* 新闻略缩模板-左右列表及头部新闻 */
.typenews {
	padding-top: 1.25rem;
	min-height: 200px;
	position: relative;
}

.typenews li a {
	position: relative;
	padding-left: 1.625rem;
	display: -webkit-flex;
	/* Safari */
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.typenews li a:after {
	content: "";
	height: 0.375rem;
	width: 0.375rem;
	background-color: #e3e3e3;
	position: absolute;
	top: 0.9375rem;
	left: 0;
}

.typenews li .active:after {
	background-color: #4E2B6A;
}

.typenews li .active p,
.typenews li .active time {
	color: #4E2B6A;
}

.typenews li p,
.typenews li time {
	line-height: 2.25rem;
	font-size: 1rem;
	color: #999999;
}

.typenews li p {
	color: #333333;
	padding-right: 1rem;
	width: 100%;
	overflow: hidden !important;
	text-overflow: ellipsis !important;
	white-space: nowrap !important;
}

.typenews .topnew:after {
	display: none;
}

.typenews .topnew {
	padding: 2.75rem 0 1.25rem 15rem;
	border-bottom: 1px solid #f4f4f4;
	margin-bottom: 1.25rem;
	height: 7.25rem;
	justify-content: flex-start;
	position: relative;
}



.typenews .topnew>p,
.typenews .topnew>time {
	font-size: 1.5rem;
}

.typenews .topnew>time {
	color: #99ca24;
	padding-right: 0.625rem;
}

.typenews .topnew>span {
	position: absolute;
	top: 6.25rem;
	left: 15rem;
	overflow: hidden;
	color: #999;
	font-size: 0.875rem;
	line-height: 1.3125rem;
	height: 3.9375rem;
}


/* 内页模块 */
/* 页面基础形式 */
#bgbar {
	height: 16.875rem;
	position: relative;
}

#bgbar>div {
	background-color: #CCCCCC;
	height: 20.625rem;
	width: 100%;
	position: absolute;
	top: 5.625rem;
	z-index: -1;
	overflow: hidden;
}

#bgbar>div img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) scale(1.1);
	transition: all 1s;
}

#bgbar>div .img {
	transform: translate(-50%, -50%) scale(1);
}

#newslist .inner,
#titelbar .inner,
#toolbar .inner,
#infobar .inner,
#bannerbarbox .inner,
#textbar .inner,
#imgbar .inner {
	padding-left: 1.875rem;
	padding-right: 1.875rem;
	width: 83.75rem;
	background-color: #fff;
}

#titelbar .inner {
	display: -webkit-flex;
	/* Safari */
	display: flex;
	justify-content: space-between;
}

#titelbar>div>p {
	padding-top: 1.875rem;
	font-size: 1.75rem;
	line-height: 3.75rem;
	padding-left: 3rem;
	transition: all 1s;
}

#titelbar .daohang {
	font-size: 1rem;
	line-height: 1.875rem;
	padding-top: 2.8125rem;
}

#toolbar {
	width: 100%;
}

#newslist .inner,
#toolbar .inner,
#infobar .inner {
	padding-bottom: 3.75rem;
}

#toolbar ul {
	height: 3.75rem;
	background-color: #F4F4F4;
	display: -webkit-flex;
	/* Safari */
	display: flex;
	padding-right: 3rem;
	justify-content: flex-end;
}

#toolbar ul li {
	height: 3.75rem;
	line-height: 3.75rem;
	font-size: 1rem;
	margin: 0 0.8125rem;
	text-align: center;
}

#toolbar ul li a {
	position: relative;
	display: block;
}

#toolbar ul li a:after {
	content: "";
	height: 0.125rem;
	width: 0%;
	opacity: 0;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	background-color: #4E2B6A;
	transition: all .2s;
}

#toolbar ul li .active:after,
#toolbar ul li a:hover:after {
	width: 100%;
	opacity: 1;
}

#toolbar ul li .active,
#toolbar ul li a:hover {
	color: #4E2B6A;
}

#infobar p {
	background-color: #F4F4F4;
	height: 3.75rem;
	padding-right: 3rem;
	line-height: 3.75rem;
	text-align: right;
}

#imgbar .inner,
#textbar .inner,
#bannerbarbox .inner {
	padding-bottom: 3.125rem;
}

#bannerbar {
	margin: 0 auto;
}

#textbar {
	line-height: 180%;
}

#imgbar li {
	width: 32.5%;
	height: 18.75rem;
	background-color: #f4f4f4;
	margin: 0.5rem 0.4%;
	position: relative;
	overflow: hidden;
}

#imgbar li img {
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transition: all .2s;
	transform: translate(-50%, -50%);
}

#imgbar li p {
	width: 90%;
	padding: 0 5%;
	text-align: center;
	line-height: 3rem;
	background-color: rgba(230, 230, 230, .9);
	color: #333;
	position: absolute;
	bottom: 0;
	overflow: hidden !important;
	text-overflow: ellipsis !important;
	white-space: nowrap !important;
}

#imgbar li img:hover {
	transform: translate(-50%, -50%) scale(1.1);
}

#pcard li {
	width: 33.3%;
	background-color: #fff;
	padding: 1.25rem;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	/* Firefox */
	-webkit-box-sizing: border-box;
	/* Safari */
	border: 0.0625rem solid #f4f4f4;
}

#pcard li .area {
	font-size: 1rem;
	color: #999;
	line-height: 1.8rem;
}

#pcard li .name {
	font-size: 3rem;
	color: #333;
	line-height: 5.4rem;
}

#pcard li .ph,
#pcard li .wx,
#pcard li .qq {
	font-size: 1rem;
	color: #333;
	line-height: 1.8rem;
}

/* #newslist 右列模式添加class:rightlist 大图模式添加class:bigimg */
#newslist .inner {
	position: relative;
}

#newslist .typenews {
	width: 51.25rem;
	margin: 0 auto;
}

#newslist .typenews>li:last-child>a {
	border: none;
}

.noimg .topnew{
	padding-left: 0rem !important;
}

.typenews .noimg span{
	left: 0rem !important;
}

#listpages {
	height: 2.5rem;
	padding: 1.875rem 0;
	border-top: 0.0625rem solid #f4f4f4;
}

#listpages a {
	display: block;
	height: 2.5rem;
	width: 2.5rem;
	margin: 0 0.625rem;
	background-color: #f4f4f4;
	line-height: 2.5rem;
	text-align: center;
	font-size: 1.25rem;
	color: #333;
}

#listpages .active {
	color: #fff;
	background-color: #4E2B6A;
}

#listnavtime,
#listnavtext {
	position: absolute;
	top: 0;
	left: 3.75rem;
}

#listnavtext {
	top: 3.125rem;
}

#listnavtime li a,
#listnavtext li a {
	display: block;
	font-size: 2rem;
	line-height: 3.125rem;
	color: #e3e3e3;
	font-weight: normal;
	padding-left: 1.25rem;
	position: relative;
}

#listnavtext li a {
	font-size: 1.5rem;
	color: #CCCCCC;
}

#listnavtime li .active,
#listnavtext li .active {
	color: #4E2B6A;
}

#listnavtime li a:after,
#listnavtext li a:after {
	content: "";
	height: 0.375rem;
	width: 0.375rem;
	background-color: #e3e3e3;
	position: absolute;
	left: 0;
	top: 1.375rem;
}

#listnavtime li .active:after,
#listnavtext li .active:after {
	background-color: #4E2B6A;
}

#listnavtime li a:before {
	content: "";
	height: 2.75rem;
	width: 0.125rem;
	background-color: #e3e3e3;
	position: absolute;
	left: 0.125rem;
	top: 1.75rem;
}

#listnavtime li:last-child a:before {
	display: none;
}

/* .bigimg .typenews .topnew {
	padding-left: 19.653rem;
}

.bigimg .typenews .topnew .imgbox {
	width: 17.778rem;
} */
/* #newslist over */

/* fullbox全屏背景 */
#fullbox {
	height: 100%;
	width: 100%;
	z-index: -1;
}

#fullbox img {
	max-width: 120rem;
	transform: translate(-50%, -50%) scale(2.1);
	transition: all 1s;
	position: fixed;
}

#fullbox .img {
	transform: translate(-50%, -50%) scale(2);
}

/* vedio */
#vedio{
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	background-color: rgba(0,0,0,.9);
	display: none;
}

#vedio vedio{
	/* max-height: 100%; */
	/* width: 90%; */
}

#vedio .close{
	display: block;
	height: 4rem;
	width: 4rem;
	background: url(/img/close_filled.png) no-repeat center center;
	top: 95%;
	position: relative;
	z-index: 1;
}

#ldgh .imgbox img{
 height: auto !important;
 width: 100% !important;
}

/* 适配1400px-750px */
@media screen and (max-width:1420px) {
	header .nav {
		display: none;
	}

	header .logo {
		padding-left: 3.75rem;
	}

	header .nav-s {
		display: block;
	}

	.inner,
	.inner>div,
	.bb,
	#ldgh .img {
		box-sizing: border-box;
		width: 100% !important;
	}
	#listnavtime{
		width: auto !important;
	}
	#ldgh .imgbox {
		background-color: #ccc !important;
	}
	#news1,
	#news2 {
		height: auto !important;
	}
	#major .right li>div{
		width: auto !important;
	}

	footer .inner {
		padding-left: 3.75rem;
		padding-right: 3.75rem;
	}
	#listnavtime,
	#listnavtext {
		position: static;
	}
	#newslist .typenews{
		width: auto;
		margin: 0;
	}
	/* 口腔数据自适应 */
	.kqsj li{
		flex-direction: column;
	}
	.kqsj li>div>div{
		justify-content: space-around;
	}

	/* over */
}
@media screen and (max-width:900px) {
	footer .inner{
		flex-direction: column;
	}
	footer .inner .wxicon:after{
		left: 0;
	}
}
@media screen and (min-width:1421px) {
	.rightlist {
		padding-top: 3.125rem;
	}

	.rightlist .inner {
		width: 81.875rem !important;
		padding-right: 3.75rem !important;
		padding-top: 3.125rem !important;
	}

	.rightlist .typenews {
		margin: 0 0 0 28.75rem !important;
	}
}

