body {
	background: rgba(253, 236, 203, 1);
	font-family: '微软雅黑';
}


ul,
li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

/* 顶部大图 */
.head-img {
	height: auto;
	width: calc(100% - 28px);
	margin: 10px;
	background-image: url(../images/Rectangle8320.png), url(../images/Rectangle8320.png), url(../images/Rectangle8320.png), url(../images/Rectangle8320.png);
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
	background-position: top left, top right, bottom left, bottom right;
	padding: 4px;
}

.head-img>img {
	width: 100%;
	height: auto;
}


/* 大标题 */
.head-title {
	width: calc(100% - 32px);
	margin: 0 auto;
	margin-top: 26px;
	margin-bottom: 26px;
}

.head-title>img {
	width: 100%;
	height: auto;
}

/* 黄牛之都标题 */
.dzzgrnzd-title {
	text-align: center;
	font-size: 48px;
	font-weight: 700;
	letter-spacing: 13.14px;
	line-height: 66px;
	color: rgba(16, 124, 106, 1);

	margin: 18px 0px;

    display: flex;
    align-items: center;
    justify-content: space-between;
	
}

.left-hnzd-icon {
	display: inline-block;
	width: 45px;
	height: 23px;
	background-image: url(../images/Group1000007312.png);
	background-repeat: no-repeat;
	background-size: contain;
	transform: rotateY(180deg);
	padding-left: 16px;
}

.right-hnzd-icon {
	display: inline-block;
	width: 45px;
	height: 23px;
	background-image: url(../images/Group1000007312.png);
	background-repeat: no-repeat;
	background-size: contain;
	padding-left: 16px;
}


.hny-info-main {
	height: auto;
	width: calc(100% - 28px);
	margin: 10px;
	background-image: url(../images/Rectangle8320.png), url(../images/Rectangle8320.png), url(../images/Rectangle8320.png), url(../images/Rectangle8320.png);
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
	background-position: top left, top right, bottom left, bottom right;
	padding: 4px;
}

.hny-info {
	background: rgba(255, 255, 255, 1);
	border: 1px solid rgba(16, 124, 106, 1);
	padding: 16px;
}

.hny-info>p {
	/** 文本1 */
	font-size: 32px;
	font-weight: 500;
	letter-spacing: 3px;
	line-height: 46px;
	color: rgba(45, 58, 65, 1);


}

.hny-info>p>span {
	/** 文本2 */
	font-size: 32px;
	font-weight: 500;
	letter-spacing: 3px;
	line-height: 46px;
	color: rgba(11, 119, 94, 1);


}

/** 按钮容器 */
.btn-d {
	text-align: center;
}

/* 了解更多按钮 */
/* .ljgd {
    opacity: 1;
    border-radius: 17px;
    background: rgba(11, 119, 94, 1);
    font-size: 32px;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
} */

.ljgd-h {
	width: 83px;
	height: 24px;
	opacity: 1;
	border-radius: 17px;
	background: rgba(11, 119, 94, 1);

	font-size: 32px;
	font-weight: 500;
	letter-spacing: 3px;
	color: rgba(255, 255, 255, 1);

	outline: 0;
	border: 0;
}

.ktxzs-title {
	/* font-size: 36px; */
	font-size: 48px;
	font-weight: 500;
	letter-spacing: 5px;
	line-height: 75.6px;
	color: rgba(11, 119, 94, 1);
	text-align: center;
	height:75.6px;

	/* background-image: url(../images/Group1000007313.png); */
	background-image: url(../images/pc/Group1000007109.png);
	/* Group1000007109 */
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;

	margin: 26px 0;
}

/* 课堂小知识 */
.ktxzs-tabs-title {
	display: flex;
	width: calc(100% - 32px);
	margin: 0 auto;

	/* margin-top: 15px; */
	margin-top:26px;
	position: relative;
	bottom: -1px;
}

.ktxzs-tabs-title>.ktxzs-tabs-title-d {
	width: 25%;
	/* background-image: url(../images/Rectangle8337.png); */
	background-image: url(../images/pc/Rectangle8336.png);
	background-repeat: no-repeat;
	text-align: center;

	background-size: 100% 100%;

	cursor: pointer;
}


.ktxzs-tabs-title>.ktxzs-tabs-title-d>span {
	font-size: 32px;
	font-weight: 500;
	letter-spacing: 5px;
	line-height: 48px;
	color: rgba(16, 124, 106, 1);
}

/* 课堂小知识tabs 选中效果 */
.ktxzs-tabs-title>.ktxzs-tabs-title-d.active {
	/* background-image: url(../images/Rectangle8336.png); */
	background-image: url(../images/pc/Rectangle8337.png);
}

.ktxzs-tabs-title>.ktxzs-tabs-title-d.active>span {
	color: rgba(255, 255, 255, 1);
}



.ktxzs-tabs-c .rnfz-item-d {
	width: calc(100% - 60px);
	margin: 32px 16px;
	padding: 16px;
	/* margin-left: 20px; */
	font-size: 32px;
	font-weight: 400;
	letter-spacing: 3px;
	line-height: 38px;
	color: rgba(45, 58, 65, 1);

	/* border-radius: 4px;
	border:1px dashed undefined;
	border-image:linear-gradient(270deg, rgba(16, 124, 106, 1) 0%, rgba(255, 232, 156, 1) 49.91%, rgba(16, 124, 106, 1) 100%); */

	border-radius: 4px;
	border: 1px dashed rgba(16, 124, 106, 1);

}

/* 科学喂养 */
.kxwy-div>ul {
	display: flex;
	margin-top: 6px;
}

.kxwy-div>ul>li {
	width: 25%;

}

.kxwy-div>ul>li>div {
	width: 80%;
	margin: 0 auto;
}

.kxwy-div>ul>li>div>div:first-of-type {
	text-align: center;
}

.kxwy-div>ul>li>div>div:first-of-type>img {
	/* height: 64px;
	width: 64px; */
	height: 178px;
	width: 178px;
	border-radius: 50%;
	/* margin-top: 16px; */
}

.kxwy-div>ul>li>div>div:last-of-type {
	/* font-size: 10px; */
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 0.6px;
	color: rgba(16, 124, 106, 1);
	text-align: center;
	margin-top: 16px;
}

.kxwy-d-title {
	margin-top: 16px;
}

.kxwy-d-title>p {
	font-size: 32px;
	font-weight: 500;
	letter-spacing: 3px;
	line-height: 18px;
	color: rgba(45, 58, 65, 1);
	padding-left: 8px;
}


.kxwy-d-title>p>.kxwy-d-title-1 {
	font-size: 32px;
	font-weight: 500;
	letter-spacing: 3px;
	line-height: 38px;
	color: rgba(16, 124, 106, 1);
}

.kxwy-d-title>p>.kxwy-d-title-2 {
	font-size: 32px;
	font-weight: 500;
	letter-spacing: 3px;
	line-height: 38px;
	color: rgba(255, 110, 35, 1);
}

.kxwy-qin {
	width: calc(100% - 32px);
	margin: 0 auto;

	display: flex;
	justify-content: center;
	align-items: center;
}


.kxwy-node-main {
	/* width: 20px; */
	width: 50px;
	font-size: 32px;
	font-weight: 500;
	letter-spacing: 3px;
	color: rgba(16, 124, 106, 1);

	display: flex;
	justify-content: center;
	align-items: center;
}

.kxwy-s-line {
	width: 0.01px;
	height: 240px;
	border-right: 1px dashed rgba(16, 124, 106, 1);
}

.kxwy-node-btn {
	display: inline-block;
	border-radius: 2px;
	background: rgba(16, 124, 106, 1);
	text-align: center;
	/* width: 80px; */
	width: 160px;
	height: 60px;
	font-size: 32px;
	font-weight: 500;
	letter-spacing: 5px;
	line-height: 60px;
	color: rgba(255, 255, 255, 1);

}

.kxwy-node-btn2{
	display: inline-block;
	border-radius: 2px;
	border:1px solid rgba(16, 124, 106, 1);
	text-align: center;
	width: 160px;
	height: 60px;
	font-size: 32px;
	font-weight: 500;
	letter-spacing: 5px;
	line-height: 60px;
	color:  rgba(16, 124, 106, 1);
}

.kxwy-node-content {
	font-size: 32px;
	font-weight: 400;
	letter-spacing: 3px;
	line-height: 48px;
	color: rgba(45, 58, 65, 1);
	padding-left: 16px;
	text-align: left;
	width: 100%;

	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.kxwy-node-item {
	display: flex;
	justify-content: center;
	align-items: center;

	margin: 26px 0px;
}

.kxwy-line {
	width: 32px;
	height: 0.01px;
	border-bottom: 1px dashed rgba(16, 124, 106, 1);
}


/* 肉牛繁殖 标题 */
.rnfz-title {
	font-size: 32px;
	/* font-weight: 500; */
	font-weight: 600;
	letter-spacing: 3px;
	line-height: 38px;
	color: rgba(16, 124, 106, 1);

	text-align: center;
}


.ktxzs-tabs-c {
	background: rgba(255, 255, 255, 1);
	border: 1px solid rgba(16, 124, 106, 1);
	width: calc(100% - 66px);
	margin: 0 auto;
	/* padding-bottom: 16px; */
	padding: 16px;
}


.ktxzs-tabs-c .rnfz-item-d>.rnfz-item-d-icondiv {
	width: 60px;
	height: 60px;
	background: rgba(16, 124, 106, .2);
	border-radius: 50%;
	text-align: center;
	display: inline-block;
}

.ktxzs-tabs-c .rnfz-item-d>.rnfz-item-d-icondiv>.rnfz-item-d-icondiv2 {
	border-radius: 50%;
	display: inline-block;
	margin-top: 5px;
	/* margin-left: 1px; */
	width: 50px;
	height: 50px;
	background: rgba(16, 124, 106, 1);

}

.ktxzs-tabs-c .rnfz-item-d>.rnfz-item-d-icondiv>.rnfz-item-d-icondiv2>i {
	font-size: 32px;
	font-weight: 700;
	letter-spacing: 0px;
	line-height: 50px;
	text-align: center;

	text-shadow: 0px 1px 2px rgba(181, 122, 0, 0.33);
	background-image: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 253, 250, 0.69) 67.75%, rgba(255, 250, 240, 0.65) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;

}


.ktxzs-tabs-c .rnfz-item-d>span {
	font-size: 32px;
	font-weight: 500;
	letter-spacing: 3px;
	line-height: 20px;
	color: rgba(16, 124, 106, 1);


}


/* 疾病防疫 */
.jbfy-d {
	border-radius: 82px;
	border: 0.5px solid rgba(16, 124, 106, 1);
	display: flex;

	width: calc(100% - 32px);
	margin: 0 auto;

	margin-bottom: 26px;

	display: flex;
    align-items: center;

}

.jbfy-d-img {
	width: 16.48%;
}

.jbfy-d-img>img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.jbfy-d-content {
	width: 83.52%;

	font-size: 32px;
	font-weight: 400;
	letter-spacing: 3px;
	line-height: 56px;
	color: rgba(45, 58, 65, 1);

	padding-left: 16px;
	padding-right: 16px;
}

.jbfy-d-content>span {
	font-size: 32px;
	font-weight: 400;
	letter-spacing: 3px;
	line-height: NaNpx;
	color: rgba(16, 124, 106, 1);
}

.jbfy-d-content>span:first-of-type {
	font-size: 32px;
	font-weight: 500;
	letter-spacing: 3px;
	line-height: 38px;
	color: rgba(16, 124, 106, 1);
}

/* 屠宰加工 */
.tzjg-main {
	display: flex;
}

.tzjg-main>.tzjg-item {
	width: calc(50% - 16px);
	margin: 0 auto;
	margin-top: 8px;
	border-radius: 2px;
	border: 1px solid rgba(16, 124, 106, 1);
}

.tzjg-item>.tzjg-video-div>video {
	width: 100%;
	height: auto;
}

.tzjg-title {
	font-size: 32px;
	/* font-weight: 500; */
	font-weight: 600;
	letter-spacing: 3px;
	line-height: 68px;
	color: rgba(16, 124, 106, 1);
	text-align: center;
	padding: 8px 0px;
}

.tzjg-content {
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 3px;
	line-height: 40px;
	color: rgba(45, 58, 65, 1);
	padding: 16px;
	padding-top: 0px;
}


/* 底部标语 */
.bottom-title {
	font-size: 32px;
	font-weight: 600;
	letter-spacing: 0.96px;
	line-height: 23.17px;
	color: rgba(16, 124, 106, 1);
	margin-top: 48px;

	display: flex;
	flex-direction: initial;
	align-content: center;
	align-items: center;
	justify-content: space-between;

}

.bottom-bg {
	width: 100%;
	height: 296px;
	/* background-image: url(../images/Group1000007314.png); */
	background-image: url(../images/pc/Group1000007314.png);
	background-repeat: no-repeat;
	/* background-size: contain;
	background-position: bottom; */
	background-size: auto;
    background-position: top;
}

.display-none {
	display: none;
}


.home {
	display: flex;
	justify-content: flex-start;
}

/* .home .left {
    .left-node {
        position: relative;

        &:before {
            content: '';
            position: absolute;
            top: 25px;
            left: 160px;
            width: 60px;
            height: 2px;
            background: #3385ff;
        }

        &:after {
            content: '';
            position: absolute;
            top: 25px;
            right: -60px;
            width: 2px;
            height: 100px;
            background: #3385ff;
        }

        &:last-of-type {
            &:after {
                display: none;
            }
        }
    }
} */

.home .center {
	margin-left: 10px;

	.center-node {
		position: relative;

		&:after {
			content: '';
			position: absolute;
			top: 25px;
			left: 160px;
			width: 60px;
			height: 2px;
			background: #3385ff;
		}
	}
}

.home .right {
	margin-left: 120px;

	.right-node {
		position: relative;

		&:before {
			content: '';
			position: absolute;
			top: 25px;
			right: 160px;
			width: 60px;
			height: 2px;
			background: #3385ff;
		}

		&:after {
			content: '';
			position: absolute;
			top: 25px;
			left: -60px;
			width: 2px;
			height: 100px;
			background: #3385ff;
		}

		&:last-of-type {
			&:after {
				display: none;
			}
		}
	}
}

/* 箭头(小三角形)公共样式 */
.home .arrow {
	position: absolute;
	top: 18px;
	right: 150px;
	width: 0;
	height: 0;
	border: 8px solid #3385ff;
	border-color: transparent transparent transparent #3385ff;
}

/* flex-column公共样式 */
.home .flex-column {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/* 节点公公样式 */
.home .node {
	margin-top: 50px;
	width: 160px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	/* background: #3385ff; */
}

.node-main {
	width: 20px !important;
	background-color: inherit !important;
	font-size: 32px;
	font-weight: 500;
	letter-spacing: 3px;
	color: rgba(16, 124, 106, 1) !important;
}

.node-item {
	border-radius: 2px;
	/* background: rgba(16, 124, 106, 1) !important; */
	text-align: center;
	width: calc(100% - 32px) !important;
	height: 22px !important;
	font-size: 32px;
	font-weight: 500;
	letter-spacing: 3px;
	line-height: 22px !important;
	color: rgba(255, 255, 255, 1);
}

.node-item>.node-btn {
	border-radius: 2px;
	background: rgba(16, 124, 106, 1);
	text-align: center;
	/* width: 46px !important; */
	width: 80px !important;
	height: 22px !important;
	font-size: 32px;
	font-weight: 500;
	letter-spacing: 3px;
	line-height: 22px !important;
	color: rgba(255, 255, 255, 1);

	float: left;
}

.home .center {
	margin-left: 10px;

	.center-node.node-main {
		position: relative;

		&:after {
			content: '';
			position: absolute;
			top: 24px !important;
			left: 16px !important;
			width: 10px;
			height: 0.5px;
			background: rgba(16, 124, 106, 1) !important;
		}
	}
}

.home .right {
	margin-left: 120px;

	.right-node.node-main {
		position: relative;

		&:before {
			right: 90px !important;
			width: 60px;
			height: 0.5px !important;
			background: rgba(16, 124, 106, 1) !important;
		}

		&:after {
			content: '';
			position: absolute;
			top: 24px !important;
			left: -116px !important;
			width: 0.5px !important;
			height: 100px;
			background: rgba(16, 124, 106, 1) !important;
		}

		&:last-of-type {
			&:after {
				display: none;
			}
		}
	}
}


.home .right {

	.right-node.node-item {
		position: relative;

		display: flex;

		&:before {
			content: '';
			position: absolute;
			top: 10px !important;
			/* right: 52px !important; */
			right: 304px !important;
			width: 10px;
			height: 0.5px !important;
			background: rgba(16, 124, 106, 1) !important;
		}

		&:after {
			content: '';
			position: absolute;
			top: 10px !important;
			left: -16px !important;
			width: 0.5px !important;
			height: 73px;
			background: rgba(16, 124, 106, 1) !important;
		}

		&:last-of-type {
			&:after {
				display: none;
			}
		}

		.node-content {
			font-size: 32px;
			font-weight: 400;
			letter-spacing: 3px;
			line-height: 16px;
			color: rgba(45, 58, 65, 1);
			padding-left: 5px;
			text-align: left;
			width: 100%;
		}
	}
}

.home .right.node-list {
	margin-left: 22px !important;
}


.node-item2>.node-btn {
	border-radius: 2px;
	text-align: center;
	width: 80px !important;
	height: 22px !important;
	font-size: 32px;
	font-weight: 500;
	letter-spacing: 3px;
	line-height: 22px !important;
	border: 1px solid rgba(16, 124, 106, 1) !important;
	background: #FFF !important;
	color: rgba(16, 124, 106, 1);
}

.videoDiv {
	width: calc(100% - 32px);
	margin: 0 auto;
	margin-bottom: 26px;
}

.videoDiv2 {
	width: calc(100% - 32px);
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 26px;
	border-radius: 2px;
}

.tzjgvideo-div {
	width: calc(100% - 32px);
	margin: 0 auto;
	margin-top: 10px;
}

.videoDiv video,
.videoDiv2 video,
.tzjgvideo-div video {
	width: 100%;
	height: auto;
}