@media screen and (max-width: 1000px) {

	/* 轮播图 */
	.wrapper {
		width: 100%;
		height: 300px;
		position: fixed;
		left: 0;
		top: 0;
		z-index: -1;
	}

	.wrapperone {
		flex: 1;
		height: 100%;
		position: relative;
	}

	.wrapperone img {
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		display: none;
	}

	.wrapperone img:nth-of-type(1) {
		display: block;
	}

	.wrappertwo {
		position: relative;
		width: 100%;
		height: 100%;
	}

	.wrappertwo img {
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		display: none;
	}

	.wrappertwo img:nth-of-type(1) {
		display: block;
	}

	/* 5张图片叠加到一块 */
	.wrapper img {
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		display: none;
	}

	.wrapper img:nth-of-type(1) {
		display: block;
	}

	/* 小圆点 */
	.btn {
		display: flex;
		justify-content: space-around;
		position: absolute;
		left: 48%;
		bottom: 10px;
		z-index: 100
	}

	.btn span {
		display: block;
		width: 6px;
		height: 6px;
		margin: 0 2px;
		background-color: #fff;
		border-radius: 50%;
	}

	.btn .active {
		background-color: #666;
	}


	/* 功能区 */
	.fixation {
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 36px;
		margin-top: 214px;
		box-sizing: border-box;
	}

	.supportingrole {
		position: absolute;
		bottom: 0;
		z-index: -1;
		width: 100%;
		height: 18px;
		background-color: #fff;
	}

	.behind {
		display: flex;
		align-items: center;
		width: 90%;
		height: 100%;
		background: linear-gradient(to right, #019DD9, #00A0CC, #00A4B8, #00A5B2, #00A6A8);
		box-sizing: border-box;
		border-radius: 4px;
	}

	.behind .general:nth-child(1) {
		border: none;
	}

	.general {
		display: flex;
		align-items: center;
		justify-content: center;
		flex: 1;
		height: 100%;
		font-weight: 400;
		font-size: 8px;
		color: #FFFFFF;
		box-sizing: border-box;
		border-left: 1px solid #00AFC4;
	}
	
	.general a {
		color: #fff;
	}

	.general img {
		height: 11px;
		margin-right: 2px;
	}

	.general img:nth-child(1) {
		width: 10px;
	}

	.general img:nth-child(2) {
		width: 11px;
	}

	.general img:nth-child(3) {
		width: 9px;
	}

	.general img:nth-child(4) {
		width: 11px;
	}

	.general img:nth-child(5) {
		width: 12px;
	}

	.general img:nth-child(6) {
		width: 11px;
	}

	.general img:nth-child(7) {
		width: 13px;
	}

	/* 固定导航 */
	.navigation {
		position: fixed;
		top: 80px;
		right: 20px;
		z-index: 999;
		width: 26px;
		font-size: 4px;
		box-sizing: border-box;
	}

	.indicate {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 25px;
		font-weight: 400;
		font-size: 5px;
		color: #696868;
		margin-bottom: 3px;
		background-color: #fff;
		box-sizing: border-box;
		border-radius: 3px;
		box-shadow: 1px 1px 20px 1px #999;
	}
	
	.indicate a {
		color: #696868;
	}
	
	.indicate img {
		margin-bottom: 2px;
	}

	.navigation .indicate:nth-child(1) img {
		width: 7px;
		height: 7px;
	}

	.navigation .indicate:nth-child(2) img {
		width: 7px;
		height: 7px;
	}

	.navigation .indicate:nth-child(3) img {
		width: 8px;
		height: 7px;
	}

	.navigation .indicate:nth-child(4) img {
		width: 6px;
	}

	.navigation .indicate:nth-child(5) img {
		width: 8px;
		height: 7px;
	}

	.navigation .indicate:nth-child(6) img {
		width: 7px;
		height: 7px;
	}

	.navigation .indicate:nth-child(7) img {
		width: 9px;
		height: 7px;
	}

	.navigation .indicate:nth-child(8) img {
		width: 9px;
		height: 7px;
	}

	.navigation .indicate:nth-child(9) img {
		width: 7px;
		height: 3px;
	}

	/* 公告新闻 */
	.notice {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 100%;
		padding-top: 10px;
		background-color: #fff;
		box-sizing: border-box;
	}

	.notice>div:nth-child(1) {
		width: 80%;
	}

	.notice>div:nth-child(2) {
		width: 80%;
	}

	.firstblock {
		margin-bottom: 10px;
		box-sizing: border-box;
	}

	.prompt {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		color: #00A6A8;
		margin-bottom: 5px;
		box-sizing: border-box;
	}

	.prompt div:nth-child(1) {
		font-weight: bold;
		font-size: 8px;
		line-height: 10px;
		border-bottom: 1px solid #00A6A8;
	}

	.prompt div:nth-child(2) {
		font-weight: 400;
		font-size: 5px;
		padding: 1px 2px;
		box-sizing: border-box;
		border: 1px solid #00A6A8;
		border-radius: 2px;
	}

	.template {
		display: flex;
		align-items: center;
		width: 100%;
		margin: 0 auto;
		padding: 5px 0;
		box-sizing: border-box;
		border-bottom: 1px dashed #C5C5C5;
	}

	.period {
		font-weight: 400;
		font-size: 6px;
		color: #7E7E7E;
		flex-shrink: 0;
		padding: 2px 4px;
		border: 1px solid #7E7E7E;
	}

	.characters {
		flex: 1;
		font-weight: 400;
		font-size: 8px;
		color: #000000;
		display: inline-block;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		padding: 0 10px;
		box-sizing: border-box;
	}

	.secondblock {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 20px;
		box-sizing: border-box;
	}

	.secondblock .carousel {
		width: 100%;
		height: 170px;
		margin: 5px 0;
		flex-shrink: 0;
		box-sizing: border-box;
	}

	.secondblock>.substance {
		width: 100%;
		height: 170px;
		box-sizing: border-box;
	}

	/* 科室标签 */
	.department {
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 100%;
		min-height: 112px;
		box-sizing: border-box;
		background-image: url('../img/decoration.png');
	}
	
	.apiece {
		display: flex;
		align-items: center;
		width: 80%;
		height: 40px;
		font-weight: 500;
		font-size: 8px;
		color: #00A6A8;
		line-height: 20px;
		box-sizing: border-box;
	}
	
	
    .apiece::-webkit-scrollbar {
      display: none; /* Chrome Safari */
    }
     
    .apiece {
      scrollbar-width: none; /* firefox */
      -ms-overflow-style: none; /* IE 10+ */
      overflow-x: hidden;
      overflow-y: auto;
    }
	
	.apiece div {
		margin-right: 10px;
	}
	
	.unity {
		font-weight: 400;
		border-bottom: 1px solid #00A6A8;
	}
	
	.package {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		width: 80%;
		box-sizing: border-box;
	}
	
	.ticket {
		font-weight: 400;
		font-size: 8px;
		color: #00A6A8;
		padding: 2px 4px;
		margin: 0 5px 5px 0;
		box-sizing: border-box;
		border: 1px solid #00A6A8;
		border-radius: 2px;
	}
	
	/* 名医名家-科普视频  */
	.famousdoctor {
		display: flex;
		/* flex-direction: column; */
		justify-content: center;
		align-items: center;
		width: 100%;
		background-color: #fff;
		box-sizing: border-box;
	}
	
	.famousdoctor>div:nth-child(1) {
		margin-right: 5px;
	}
	
	.famousdoctor-one {
		display: flex;
		flex-direction: column;
		width: 48%;
		box-sizing: border-box;
	}
	
	.prompt-two {
		display: flex;
		justify-content: space-between;
		align-items: center;
		
		margin: 10px 0;
		box-sizing: border-box;
	}
	
	.prompt-two div:nth-child(1) {
		font-weight: bold;
		font-size: 8px;
		color: #00A6A8;
		line-height: 15px;
		border-bottom: 1px solid #00A6A8;
	}
	
	.prompt-two div:nth-child(2) {
		font-size: 6px;
		color: #00A6A8;
		padding: 2px 4px;
		border: 1px solid #00A6A8;
		border-radius: 2px;
	}
	
	.rotate {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		flex: 1;
		overflow: hidden;
		box-sizing: border-box;
	}
	
	.information {
		position: relative;
		display: flex;
		flex-direction: column;
		align-items: center;
		flex-wrap: wrap;
		flex-shrink: 0;
		width: 67px;
		height: 73px;
		font-weight: 500;
		font-size: 6px;
		color: #00A6A8;
		padding: 5px 3px;
		margin: 0 1px;
		box-sizing: border-box;
		border: 1px solid #88D5D6;
		border-radius: 8px;
	}
	
	.doctorname {
		margin: 5px 0;
	}
	
	.information img {
		width: 22px;
		height: 22px;
		border-radius: 22px;
		border: 1px solid #00A6A8;
	}
	
	.popularscience {
		position: relative;
		display: flex;
		flex-direction: column;
		align-items: center;
		flex-wrap: wrap;
		flex-shrink: 0;
		width: 75px;
		height: 73px;
		font-weight: 500;
		font-size: 17px;
		color: #00A6A8;
		margin: 0 1px;
		border: 1px solid #88D5D6;
		box-sizing: border-box;
		border-radius: 8px;
	}
	
	.popularscience video {
		width: 100%;
		height: 100%;
		border-radius: 8px;
	}
	
	.cover {
		position: absolute;
		z-index: 99;
		width: 100%;
		height: 100%;
		border-radius: 8px;
	}
	
	.sanding {
		position: absolute;
		z-index: 999;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 100%;
		background-color: rgba(255, 255, 255, 0.5);
		backdrop-filter: blur(1px);
		-webkit-backdrop-filter: blur(10px);
		border-radius: 8px;
	}
	
	.pause {
		width: 31px;
		height: 31px;
	}
	
	/* 医疗设备 */
	.medicaltreatment {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		/* padding: 10px 0 70px; */
		background-color: #fff;
		box-sizing: border-box;
	}
	
	.excuse {
		width: 80%;
		margin: 0 auto;
		box-sizing: border-box;
	}
	
	.machinery {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		/* height: 200px; */
		margin-top: 5px;
		padding-bottom: 10px;
		box-sizing: border-box;
	}
	
	.allocation {
		display: flex;
		align-items: center;
		flex: 1;
		height: 70px;
		overflow: hidden;
		box-sizing: border-box;
	}
	
	.leftturn {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 16px;
		height: 70px;
		background-color: #5E5E5E;
	}
	
	.leftturn img {
		width: 7px;
		height: 12px;
	}
	
	.rightturn {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 16px;
		height: 70px;
		background-color: #5E5E5E;
	}
	
	.rightturn img {
		width: 7px;
		height: 12px;
	}
	
	.machinery-unify {
		position: relative;
		width: 105px;
		height: 100%;
		margin-right: 2px;
		box-sizing: border-box;
	}
	
	.machinery-unify img {
		width: 105px;
		height: 100%;
	}
}

@media screen and (min-width: 1000px) {
	/* 轮播图 */
	.wrapper {
		width: 100%;
		height: 760px;
		position: fixed;
		left: 0;
		top: 0;
		z-index: -1;
	}

	.wrapperone {
		width: 100%;
		height: 100%;
		position: relative;
	}

	.wrapperone img {
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		display: none;
	}

	.wrapperone img:nth-of-type(1) {
		display: block;
	}

	.wrappertwo {
		position: relative;
		width: 100%;
		height: 100%;
	}

	.wrappertwo img {
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		display: none;
	}

	.wrappertwo img:nth-of-type(1) {
		display: block;
	}

	/* 5张图片叠加到一块 */
	.wrapper img {
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		display: none;
	}

	.wrapper img:nth-of-type(1) {
		display: block;
	}

	/* 小圆点 */
	.btn {
		display: flex;
		justify-content: space-around;
		position: absolute;
		left: 50%;
		bottom: 50px;
		z-index: 100
	}

	.btn span {
		display: block;
		width: 15px;
		height: 15px;
		margin: 0 5px;
		background-color: #fff;
		border-radius: 50%;
	}

	.btn .active {
		background-color: #666;
	}

	/* 功能区 */
	.fixation {
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 83px;
		margin-top: 560px;
		box-sizing: border-box;
	}

	.supportingrole {
		position: absolute;
		bottom: 0;
		z-index: -1;
		width: 100%;
		height: 41px;
		background-color: #fff;
	}

	.behind {
		display: flex;
		align-items: center;
		width: 1400px;
		height: 100%;
		background: linear-gradient(to right, #019DD9, #00A0CC, #00A4B8, #00A5B2, #00A6A8);
		box-sizing: border-box;
		border-radius: 6px;
	}
	
	.behind .general:nth-child(1) {
		border: none;
	}

	.general {
		display: flex;
		align-items: center;
		justify-content: center;
		flex: 1;
		height: 100%;
		font-weight: 400;
		font-size: 19px;
		color: #FFFFFF;
		box-sizing: border-box;
		border-left: 1px solid #00AFC4;
	}
	
	.general a {
		color: #FFFFFF;
	}

	.general img {
		height: 28px;
		margin-right: 10px;
	}

	.general img:nth-child(1) {
		width: 26px;
	}

	.general img:nth-child(2) {
		width: 28px;
	}

	.general img:nth-child(3) {
		width: 25px;
	}

	.general img:nth-child(4) {
		width: 28px;
	}

	.general img:nth-child(5) {
		width: 32px;
	}

	.general img:nth-child(6) {
		width: 28px;
	}

	.general img:nth-child(7) {
		width: 34px;
	}


	/* 固定导航 */
	.navigation {
		position: fixed;
		top: 200px;
		right: 100px;
		z-index: 999;
		width: 65px;
		box-sizing: border-box;
	}

	.indicate {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 65px;
		font-weight: 400;
		font-size: 13px;
		color: #696868;
		margin-bottom: 3px;
		background-color: #fff;
		box-sizing: border-box;
		border-radius: 6px;
		box-shadow: 1px 1px 20px 1px #999;
	}
	
	.indicate a {
		color: #696868;
	}
	
	.indicate img {
		margin-bottom: 6px;
	}

	.navigation .indicate:nth-child(1) img {
		width: 18px;
		height: 20px;
	}

	.navigation .indicate:nth-child(2) img {
		width: 20px;
		height: 20px;
	}

	.navigation .indicate:nth-child(3) img {
		width: 21px;
		height: 20px;
	}

	.navigation .indicate:nth-child(4) img {
		width: 17px;
		height: 20px;
	}

	.navigation .indicate:nth-child(5) img {
		width: 22px;
		height: 20px;
	}

	.navigation .indicate:nth-child(6) img {
		width: 20px;
		height: 20px;
	}

	.navigation .indicate:nth-child(7) img {
		width: 25px;
		height: 20px;
	}

	.navigation .indicate:nth-child(8) img {
		width: 25px;
		height: 20px;
	}

	.navigation .indicate:nth-child(9) img {
		width: 20px;
		height: 8px;
	}

	/* 公告新闻 */
	.notice {
		display: flex;
		justify-content: center;
		width: 100%;
		height: 750px;
		background-color: #fff;
		box-sizing: border-box;
	}

	.notice>div:nth-child(1) {
		width: 420px;
	}

	.notice>div:nth-child(2) {
		width: 770px;
	}

	.firstblock {
		margin-right: 18px;
		box-sizing: border-box;
	}

	.prompt {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		color: #00A6A8;
		margin-bottom: 40px;
		box-sizing: border-box;
	}

	.prompt div:nth-child(1) {
		font-weight: bold;
		font-size: 21px;
		line-height: 40px;
		border-bottom: 4px solid #00A6A8;
	}

	.prompt div:nth-child(2) {
		font-weight: 400;
		font-size: 13px;
		padding: 2px 4px;
		box-sizing: border-box;
		border: 1px solid #00A6A8;
		border-radius: 4px;
	}

	.notice #distinguish .template {
		padding: 11px 0;
	}

	.template {
		display: flex;
		align-items: center;
		width: 370px;
		margin: 0 auto;
		padding: 10px 0;
		white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
		box-sizing: border-box;
		border-bottom: 1px dashed #C5C5C5;
	}

	.period {
		font-weight: 400;
		font-size: 13px;
		color: #7E7E7E;
		flex-shrink: 0;
		padding: 2px 4px;
		border: 1px solid #7E7E7E;
	}

	.characters {
		width: 300px;
		font-weight: 400;
		font-size: 13px;
		color: #000000;
		display: inline-block;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		padding: 0 10px;
		box-sizing: border-box;
	}

	.secondblock {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 20px;
		box-sizing: border-box;
	}

	.carousel {
		width: 365px;
		height: 300px;
		margin-right: 25px;
		box-sizing: border-box;
	}

	.substance {
		width: 370px;
		box-sizing: border-box;
	}
	
	/* 科室标签 */
	.department {
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 100%;
		min-height: 286px;
		box-sizing: border-box;
		background-image: url('../img/decoration.png');
	}
	
	.apiece {
		display: flex;
		align-items: center;
		width: 1200px;
		height: 100px;
		font-weight: 500;
		font-size: 20px;
		color: #00A6A8;
		line-height: 50px;
		overflow: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
		box-sizing: border-box;
	}
	
	.apiece::-webkit-scrollbar {
        display: none;
    }
	
	.apiece div {
		margin-right: 25px;
		flex-shrink: 0;
	}
	
	.unity {
		font-weight: 400;
		border-bottom: 3px solid #00A6A8;
	}
	
	.package {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		width: 1200px;
		box-sizing: border-box;
	}
	
	.ticket {
		font-weight: 400;
		font-size: 15px;
		color: #00A6A8;
		padding: 12px 32px;
		margin: 0 15px 15px 0;
		box-sizing: border-box;
		border: 1px solid #00A6A8;
		border-radius: 8px;
	}
	
	/* 名医名家-科普视频  */
	.famousdoctor {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 310px;
		background-color: #fff;
		box-sizing: border-box;
	}
	
	.famousdoctor>div:nth-child(1) {
		margin-right: 30px;
	}
	
	.famousdoctor-one {
		display: flex;
		flex-direction: column;
		width: 585px;
		height: 100%;
		overflow: hidden;
		box-sizing: border-box;
	}
	
	.prompt-two {
		display: flex;
		justify-content: space-between;
		align-items: center;
		box-sizing: border-box;
	}
	
	.prompt-two div:nth-child(1) {
		font-weight: bold;
		font-size: 20px;
		color: #00A6A8;
		line-height: 50px;
		border-bottom: 3px solid #00A6A8;
	}
	
	.prompt-two div:nth-child(2) {
		font-size: 13px;
		color: #00A6A8;
		padding: 2px 4px;
		border: 1px solid #00A6A8;
		border-radius: 4px;
	}
	
	.rotate {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		flex: 1;
		/* overflow: auto; */
		box-sizing: border-box;
	}
	
	.information {
		position: relative;
		display: flex;
		flex-direction: column;
		align-items: center;
		flex-wrap: nowrap;
		width: 180px;
		height: 187px;
		font-weight: 500;
		font-size: 17px;
		color: #00A6A8;
		overflow: hidden;
		padding: 10px;
		flex-shrink: 0;
		margin-right: 15px;
		box-sizing: border-box;
		border: 1px solid #88D5D6;
		border-radius: 8px;
	}
	
	.doctorname {
		margin: 10px 0;
	}
	
	.information img {
		width: 57px;
		height: 57px;
		border-radius: 57px;
		border: 1px solid #00A6A8;
	}
	
	.information div:last-child {
	    height: 100px;
	    overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
	}
	
	.popularscience {
		position: relative;
		display: flex;
		flex-direction: column;
		align-items: center;
		flex-wrap: wrap;
		width: 192px;
		height: 187px;
		font-weight: 500;
		font-size: 17px;
		color: #00A6A8;
		flex-shrink: 0;
		margin-right: 5px;
		border: 1px solid #88D5D6;
		box-sizing: border-box;
		border-radius: 8px;
	}
	
	.popularscience video {
		width: 100%;
		height: 100%;
		border-radius: 8px;
	}
	
	.cover {
		position: absolute;
		z-index: 99;
		width: 100%;
		height: 100%;
		border-radius: 8px;
	}
	
	.sanding {
		position: absolute;
		z-index: 999;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 100%;
		/*background-color: rgba(255, 255, 255, 0.5);*/
		backdrop-filter: blur(1px);
		-webkit-backdrop-filter: blur(10px);
		border-radius: 8px;
	}
	
	.pause {
		width: 80px;
		height: 80px;
	}
	
	/* 医疗设备 */
	.medicaltreatment {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		padding: 10px 0 70px;
		background-color: #fff;
		box-sizing: border-box;
	}
	
	.excuse {
		width: 1200px;
		margin: 0 auto;
		box-sizing: border-box;
	}
	
	.machinery {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		height: 200px;
		margin-top: 25px;
		box-sizing: border-box;
	}
	
	.allocation {
		display: flex;
		align-items: center;
		/* flex: 1; */
		width: 1180px;
		overflow: hidden;
		box-sizing: border-box;
	}
	
	.leftturn {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 40px;
		height: 200px;
		background-color: #5E5E5E;
	}
	
	.leftturn img {
		width: 20px;
		height: 30px;
	}
	
	.rightturn {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 40px;
		height: 200px;
		margin-left: 5px;
		background-color: #5E5E5E;
	}
	
	.rightturn img {
		width: 20px;
		height: 30px;
	}
	
	.machinery-unify {
		position: relative;
		right: 0;
		width: 270px;
		height: 200px;
		margin-left: 10px;
		box-sizing: border-box;
	}
	
	.machinery-unify img {
		width: 270px;
		height: 200px;
	}
	
	.currentpage {
		display: none;
	}
}