/* 海报图 */

.ind-1 {
	width: 100%;
	height: 100%;
	/* background-image: linear-gradient(to right, #696969, #696969, #696969); */
	background-color: #fff;
	background-position: bottom center;
}

.ind-1 .pic {
	width: 100%;
	margin: auto;
	position: relative;
	text-align: center;
}

.slideBox {
	width: 100%;
	height: 600px;
	overflow: hidden;
	position: relative;
}

.slideBox .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	right: 5px;
	bottom: 5px;
	z-index: 1;
	display: none;
}

/* 
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox .hd ul li{ float:left; margin-right:2px;  width:15px; height:15px; line-height:14px; text-align:center; background:#fff; cursor:pointer; }
.slideBox .hd ul li.on{ background:#f00; color:#fff; }
 */

.slideBox .bd {
	position: relative;
	height: 600px;
	overflow: hidden;
	z-index: 0;
}

.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
}

/* .slideBox .bd img{ width:100%; display:block;  } */

/* 关于本会 */

.ind-2 {
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	position: relative;
}

.ind-2 .cont {
	width: 1320px;
	height: 440px;
	background-color: rgba(0, 0, 0, 0.05);
	margin: auto;
	margin-top: 30px;
}

.ind-2 .cont .pic {
	width: 660px;
	height: 440px;
	float: left;
}

.ind-2 .cont .pic img {
	width: 660px;
	height: 440px;
}

.ind-2 .cont .list {
	width: 660px;
	height: 440px;
	float: right;
}

.ind-2 .cont .list .tit {
	width: 670px;
	height: 80px;
	text-align: left;
	padding-top: 10px;
	box-sizing: border-box;
}

.ind-2 .cont .list .tab {
	width: 660px;
	height: 280px;
	padding: 30px 60px 0px 90px;
	box-sizing: border-box;
	text-align: left;
	font-size: 16px;
	color: rgba(0, 0, 0, 0.6);
	line-height: 26px;
	text-align: justify;
}

.ind-2 .cont .list .an {
	width: 660px;
	height: 80px;
	padding-left: 90px;
	box-sizing: border-box;
}

.ind-2 .cont .list .an a {
	display: block;
	width: 170px;
	height: 50px;
	background-color: #d4252b;
	color: rgba(255, 255, 255, 1);
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* 协会动态 */

.ind-3 {
	width: 100%;
	height: 100%;
	background-color: #eaeaea;
}

.ind-3 .cont {
	width: 1320px;
	overflow: hidden;
	margin: auto;
	margin-top: 30px;
}

.ind-3 .cont .left {
	width: 660px;
	height: 440px;
	float: left;
}

.ind-3 .cont .left .abt {
	width: 660px;
	height: 110px;
	padding-top: 25px;
	box-sizing: border-box;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
}

.ind-3 .cont .left .abt:nth-child(4) {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.ind-3 .cont .left .abt .one {
	width: 90px;
	height: 60px;
	float: left;
	border-right: 1px solid rgba(0, 0, 0, 0.1);
	text-align: center;
}

.ind-3 .cont .left .abt .one h1 {
	font-size: 40px;
	color: rgba(0, 0, 0, 0.6);
}

.ind-3 .cont .left .abt .one p {
	font-size: 14px;
	color: rgba(0, 0, 0, 0.3);
	margin-top: -5px;
}

.ind-3 .cont .left .abt .tow {
	width: 540px;
	height: 60px;
	float: right;
	padding-right: 20px;
	box-sizing: border-box;
	text-align: left;
}

.ind-3 .cont .left .abt .tow h1 {
	font-size: 28px;
	color: rgba(0, 0, 0, 0.8);
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-bottom: 5px;
	margin-top: -5px;
}

.ind-3 .cont .left .abt .tow p {
	font-size: 14px;
	color: rgba(0, 0, 0, 0.3);
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.ind-3 .cont .rig {
	width: 660px;
	height: 440px;
	float: right;
}

/* 切换图 */

.showpage {
	width: 660px;
	margin: 0 auto;
	text-align: center;
}

.showpage .flashbox {
	width: 660px;
	height: 440px;
	float: left;
	position: relative;
}

.flashbox .focusNew_out {
	width: 660px;
	height: 440px;
	position: relative;
	z-index: 2;
}

.flashbox .focusNew_out .f_out {
	width: 660px;
	height: 440px;
}

.flashbox .focusNew_out .f_out img {
	width: 660px;
	height: 440px;
}

.flashbox .focusNew_out .f_out_txt {
	height: 60px;
	width: 100%;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #000000;
	opacity: 0.8;
	color: #d6d6d6;
	font-size: 20px;
	line-height: 60px;
	overflow: hidden;
	text-align: left;
	text-indent: 20px;
}

.flashbox .focusNew_out .f_out_txt a {
	color: #d6d6d6;
	text-decoration: none;
}

.flashbox .f_tabs {
	width: 140px;
	height: 45px;
	position: absolute;
	bottom: 15px;
	right: 0px;
	z-index: 100;
}

.flashbox .f_tabs span {
	width: 22px;
	height: 22px;
	background-color: #474747;
	float: left;
	margin-right: 3px;
	text-align: center;
	color: #f0f0f0;
	margin-top: 15px;
	cursor: pointer;
	padding-top: 5px;
}

.flashbox .f_tabs span.hover {
	height: 27px;
	background-color: #b51017;
	margin-top: 0;
	padding-top: 15px;
	cursor: pointer;
}

/* 专家智库 */

.ind-4 {
	width: 100%;
	height: 100%;
	background-color: #fff;
}

.ind-4 .cont {
	width: 1320px;
	overflow: hidden;
	margin: auto;
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}

.ind-4 .cont .list {
	width: 240px;
	overflow: hidden;
}

.ind-4 .cont .list .pic {
	width: 240px;
	height: 320px;
	overflow: hidden;
}

.ind-4 .cont .list img {
	width: 240px;
	height: 320px;
	display: block;
	transition: all 1s;
}

.ind-4 .cont .list img:hover {
	transform: scale(1.1);
}

.ind-4 .cont .list .zj {
	width: 240px;
	height: 140px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-top: 0;
	box-sizing: border-box;
	padding: 10px;
	text-align: left;
}

.ind-4 .cont .list .zj h1 {
	font-size: 20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-bottom: 10px;
	box-sizing: border-box;
	color: rgba(0, 0, 0, 0.8);
	margin-bottom: 15px;
}

.ind-4 .cont .list .zj span {
	font-size: 14px;
	margin-left: 10px;
	color: rgba(0, 0, 0, 0.6);
}

.ind-4 .cont .list .zj p {
	font-size: 14px;
	color: rgba(0, 0, 0, 0.4);
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	text-overflow: ellipsis;
	overflow: hidden;
	text-align: justify;
}

/* 国药文化 */

.ind-5 {
	width: 100%;
	height: 100%;
	background-color: #eaeaea;
}

.ind-5 .cont {
	width: 1320px;
	overflow: hidden;
	margin: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 15px;
}

.ind-5 .cont .list {
	width: 430px;
	height: 220px;
	background-color: rgba(0, 0, 0, 0.8);
	margin-top: 15px;
	overflow: hidden;
}

.ind-5 .cont .list img {
	width: 430px;
	height: 220px;
	display: block;
	transition: all 1s;
}

.ind-5 .cont .list img:hover {
	transform: scale(1.1);
}

.ind-5 .cont .list h1 {
	width: 430px;
	height: 50px;
	font-size: 18px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	background-color: rgba(0, 0, 0, 0.7);
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	z-index: 9999;
	margin-top: -50px;
}

/* 国医经典 */

.ind-6 {
	width: 100%;
	height: 100%;
	background-color: #fff;
}

.ind-6 .cont {
	width: 1320px;
	overflow: hidden;
	margin: auto;
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
}

.ind-6 .cont .list {
	width: 300px;
	height: 450px;
}

.ind-6 .cont .list .pic {
	width: 300px;
	height: 300px;
	overflow: hidden;
}

.ind-6 .cont .list .pic img {
	width: 300px;
	height: 300px;
	display: block;
	transition: all 1s;
}

.ind-6 .cont .list .pic img:hover {
	transform: scale(1.1);
}

.ind-6 .cont .list .bat {
	width: 300px;
	height: 150px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-top: 0;
	padding: 10px;
	box-sizing: border-box;
}

.ind-6 .cont .list .bat h1 {
	font-size: 18px;
	width: 280px;
	height: 30px;
	text-align: center;
	margin-bottom: 5px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.ind-6 .cont .list .bat h2 {
	width: 80px;
	height: 2px;
	background-color: saddlebrown;
	margin: auto;
}

.ind-6 .cont .list .bat p {
	font-size: 14px;
	padding-top: 10px;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	text-overflow: ellipsis;
	overflow: hidden;
	color: rgba(0, 0, 0, 0.6);
	line-height: 22px;
	text-align: left;
}

/* 适宜技术 */

.ind-7 {
	width: 100%;
	height: 100%;
	background-color: #eaeaea;
}

.ind-7 .cont {
	width: 1320px;
	overflow: hidden;
	margin: auto;
	margin-top: 30px;
}

.ind-7 .cont .left {
	width: 940px;
	height: 420px;
	float: left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.ind-7 .cont .left .list {
	width: 300px;
	height: 120px;
	background-color: rgb(255, 255, 255);
	margin-bottom: 10px;
	background-image: url(../images/ind-03.png);
	background-repeat: no-repeat;
	background-position: 20px 32px;
	padding: 30px 20px 0 80px;
	box-sizing: border-box;
}

.ind-7 .cont .left a:hover {
	color: #fff;
}

.ind-7 .cont .left a:hover .list p {
	color: #fff;
}

.ind-7 .cont .left a:hover .list {
	/*background-color: rgba(146, 51, 54, 1);*/
	background-color: rgba(22, 37, 127, 1);
}

.ind-7 .cont .left .list:nth-child(7) {
	margin-bottom: 0px;
}

.ind-7 .cont .left .list:nth-child(8) {
	margin-bottom: 0px;
}

.ind-7 .cont .left .list:nth-child(9) {
	margin-bottom: 0px;
}

.ind-7 .cont .left .list h1 {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-bottom: 10px;
	/* color: #923234; */
	font-size: 20px;
}

.ind-7 .cont .left .list p {
	font-size: 14px;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	text-overflow: ellipsis;
	overflow: hidden;
	text-align: left;
	color: rgba(0, 0, 0, 0.4);
}

.ind-7 .cont .rig {
	width: 350px;
	height: 410px;
	float: right;
	background-color: bisque;
	overflow: hidden;
}

.ind-7 .cont .rig img {
	width: 350px;
	height: 410px;
	display: block;
	transition: all 1s;
}

.ind-7 .cont .rig img:hover {
	transform: scale(1.1);
}

/* 基地建设 */

.ind-8 {
	width: 100%;
	height: 100%;
	background-color: #fff;
}

.ind-8 .cont {
	width: 1320px;
	overflow: hidden;
	margin: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 30px;
}

.ind-8 .cont .list {
	width: 650px;
	height: 210px;
	margin-bottom: 20px;
}

.ind-8 .cont .list:nth-child(3) {
	margin-bottom: 0;
}

.ind-8 .cont .list:nth-child(4) {
	margin-bottom: 0;
}

.ind-8 .cont .list .left {
	width: 300px;
	height: 210px;
	float: left;
	/* display: flex;
    align-items: center;
    justify-content: center; */
	background-color: rgba(0, 0, 0, 1);
	overflow: hidden;
}

.ind-8 .cont .list .left a {
	display: flex;
	align-items: center;
	justify-content: center;
}

.ind-8 .cont .list .left h1 {
	width: 280px;
	font-size: 20px;
	color: rgba(255, 255, 255, 1);
	position: fixed;
	margin-bottom: 30px;
	z-index: 999;
	/* white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; */
}

.ind-8 .cont .list .left h1 a {
	color: rgba(255, 255, 255, 1);
}

.ind-8 .cont .list .left h2 {
	width: 100px;
	height: 2px;
	background-color: rgba(255, 255, 255, 1);
	position: fixed;
	margin-top: 30px;
	z-index: 999;
}

.ind-8 .cont .list .left img {
	width: 300px;
	height: 210px;
	overflow: hidden;
	opacity: 0.6;
	transition: all 1s;
}

.ind-8 .cont .list .left img:hover {
	transform: scale(1.1);
}

.ind-8 .cont .list .rig {
	width: 350px;
	height: 210px;
	float: right;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-left: 0;
	padding: 20px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: left;
	font-size: 14px;
	line-height: 22px;
	color: rgba(0, 0, 0, 0.6);
	text-align: justify;
}

/* 标准建设 */

.ind-9 {
	width: 100%;
	height: 100%;
	background-color: #eaeaea;
}

.ind-9 .cont {
	width: 1320px;
	overflow: hidden;
	margin: auto;
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
	flex-wrap: wrap;
	gap: 40px;
}

.ind-9 .cont .list {
	width: 400px;
	overflow: hidden;
}

.ind-9 .cont .list .pic {
	width: 400px;
	height: 272px;
	overflow: hidden;
}

.ind-9 .cont .list .pic img {
	width: 400px;
	height: 272px;
	transition: all 1s;
}

.ind-9 .cont .list .pic img:hover {
	transform: scale(1.1);
}

.ind-9 .cont .list h1 {
	width: 400px;
	height: 60px;
	z-index: 9999;
	background-color: rgba(0, 0, 0, 0.6);
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	margin-top: -60px;
	font-size: 20px;
	color: rgba(255, 255, 255, 1);
}

.ind-9 .cont .list h1 a {
	color: rgba(255, 255, 255, 1);
}

/* 视频访谈 */

.ind-10 {
	width: 100%;
	height: 100%;
	background-color: #fff;
}

.ind-10 .cont {
	width: 1320px;
	overflow: hidden;
	margin: auto;
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
	flex-wrap: wrap;
	gap: 40px;
}

.ind-10 .cont .list {
	width: 300px;
	overflow: hidden;
	cursor: pointer;
}

.ind-10 .cont .list .pic {
	width: 300px;
	height: 173px;
	overflow: hidden;
}

.ind-10 .cont .list .pic img {
	width: 300px;
	height: 173px;
	transition: all 1s;
}

.ind-10 .cont .list .pic img:hover {
	transform: scale(1.1);
}

.ind-10 .cont .list span {
	position: fixed;
	z-index: 9999;
	display: flex;
	margin-left: 110px;
	margin-top: 64px;
}

.ind-10 .cont .list h1 {
	width: 300px;
	height: 60px;
	font-size: 16px;
	line-height: 60px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-top: 0;
	box-sizing: border-box;
}

/* 会员单位 */

.ind-11 {
	width: 100%;
	height: 100%;
	background-color: #eaeaea;
}

.ind-11 .cont {
	width: 1320px;
	overflow: hidden;
	margin: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 30px;
}

.ind-11 .cont .list {
	width: 260px;
	height: 120px;
	background-color: rgba(255, 255, 255, 1);
	margin-top: 5px;
	padding: 10px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* 证书查询 */

.ind-12 {
	width: 100%;
	height: 100%;
	background-color: #16257f;
}

.ind-12 .title h1 {
	font-size: 44px;
	color: rgba(255, 255, 255, 1);
	margin-bottom: 10px;
}

.ind-12 .title h2 {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.5);
}

.ind-12 .cont {
	width: 800px;
	height: 60px;
	margin: auto;
	background-color: rgba(255, 255, 255, 1);
	margin-top: 30px;
	border-radius: 3px;
}

.ind-12 .cont .k {
	/* width: 700px; */
	height: 60px;
	/* float: left; */
	display: flex;
	align-items: center;
}

.ind-12 .cont .k input {
	width: 50%;
	height: 50px;
	border: none;
	font-size: 16px;
	text-indent: 10px;
	border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.ind-12 .cont .k input:last-child {
	border: 0;
}

.ind-12 .cont .an {
	width: 100px;
	height: 60px;
	float: right;
	display: flex;
	align-items: center;
}

.ind-12 .cont-sms-verify {
	display: flex;
	width: 810px;
	margin: auto;
}

.ind-12 .cont-sms-verify .ff {
	height: 60px;
	margin: 0 5px;
	background-color: rgba(255, 255, 255, 1);
	margin-top: 20px;
	border-radius: 3px;
}

.ind-12 .cont-sms-verify .ff.ff1 {
	width: 90%;
}

.ind-12 .cont-sms-verify .ff.ff2 {
	width: 50%;
	display: flex;
}

.ind-12 .cont-sms-verify .ff.ff2 .get-verfiy {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	margin: 0 20px;
	font-size: 12px;
	cursor: pointer;
}

.ind-12 .cont-sms-verify .ff.ff3 {
	width: 10%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ind-12 .cont-sms-verify .ff.ff3 .btn {
	cursor: pointer; border: none; background: none
}

.ind-12 .cont-sms-verify input {
	width: 95%;
	height: 50px;
	border: 0px solid #fff;
	font-size: 16px;
	text-indent: 10px;
	margin: 3px 0 0 3px;
}

.ind-12 .cont-sms-verify input[name="code"] {
	border-right: 1px solid rgba(0, 0, 0, 0.1);
}

/* 版尾内容 */

.bw {
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	margin-top: 30px;
	padding: 10px 0;
	box-sizing: border-box;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.1);
}

.bw a {
	margin: 0 15px;
	color: rgba(255, 255, 255, 0.8);
}

.bw a:hover {
	color: rgba(255, 255, 255, 0.5);
}

.foor {
	width: 1320px;
	overflow: hidden;
	margin: auto;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.5);
	padding-top: 20px;
	line-height: 30px;
}

.ewm {
	width: 1320px;
	overflow: hidden;
	margin: auto;
	display: flex;
	justify-content: center;
	margin-top: 50px;
}

.ewm .list {
	width: 100px;
	overflow: hidden;
	margin: 0 20px;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.5);
}

.ewm .list img {
	width: 100px;
	height: 100px;
	display: block;
	margin-bottom: 10px;
}

/*  */
