.zt_headpic {}

.zt_headpic img {
	width: 100%;
}

.zt_lm_pic {
	margin-top: 70px;
}

.zt_lm_pic img {
	width: 100%;
}

.zt_height {
	height: 50px;
}

@media (max-width: 767px) {
	.zt_lm_pic {
		margin: 0.5rem 0.3rem 0;
	}

	.zt_height {
		height: 1rem;
	}
}

.zt_ad_lmt {
	font-size: 50px;
	color: #D74339;
	line-height: 70px;
	margin-top: 60px;
	width: 100%;
}

.zt_ad_lmt_mar {
	margin-bottom: 20px;
}

.zt_ad_lmt a {
	color: #D74339;
}

.zt_ad_line {
	font-size: 0;
	line-height: 0;
	height: 1px;
	background-color: #D74339;
	margin-bottom: 1px;
	width: 100%;
}

@media (max-width: 767px) {
	.zt_ad_lmt {
		font-size: 0.6rem;
		line-height: 1rem;
		margin-top: 0.8rem;
	}

	.zt_ad_lmt_mar {
		margin-bottom: 0.2rem;
	}

	.zt_ad_lmt a {
		margin-left: 0.3rem;
	}

	.zt_ad_line {
		margin-bottom: 1px;
		width: auto;
		margin-left: 0.3rem;
		margin-right: 0.3rem;
	}
}

.zt_marglr {
	margin: 0;
}

@media (max-width: 767px) {
	.zt_marglr {
		margin: 0 0.3rem;
	}
}

.zt_focus {
	width: 690px;
	margin-top: 50px;
}

@media (max-width: 767px) {
	.zt_focus {
		width: 100%;
		margin-top: 0.3rem;
	}
}

.swiper-button-next {
	right: 10px;
}

.swiper-button-prev {
	left: 10px;
}

.swiper-pagination {
	text-align: right;
	padding-right: 20px;
}

.swiper-pagination .swiper-pagination-bullet {
	background-color: #fff;
	opacity: 0.8;
	border-radius: 50%;
	width: 15px;
	height: 15px;
}

.swiper-pagination .swiper-pagination-bullet-active {
	background-color: #D74339;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	width: 120px;
	right: 0px;
	bottom: 10px;
	left: auto;
}

@media (max-width: 767px) {
	.swiper-pagination {
		padding-right: 0;
		text-align: center;
	}

	.swiper-pagination .swiper-pagination-bullet {
		width: 0.3rem;
		height: 0.3rem;
	}

	.swiper-container-horizontal>.swiper-pagination-bullets,
	.swiper-pagination-custom,
	.swiper-pagination-fraction {
		width: 100%;
		right: 0px;
		bottom: 2rem;
	}
}

.swiper-container1 {
	border-radius: 6px;
	overflow: hidden;
}

.swiper-container1 .swiper-slide {
	position: relative;
	overflow: hidden;
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
}

.swiper-container1 .swiper-slide img {
	width: 100%;
	height: 100%;
}

.swiper-container1 .swiper-slide .backpic {
	position: absolute;
	bottom: 0;
	height: 55px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
	width: 100%;
}

.swiper-container1 .swiper-slide .title {
	height: 55px;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	font-size: 20px;
	text-align: left;
	padding: 0 20px;
	width: 570px;
	line-height: 1.2;
}

.swiper-container1 .swiper-slide .title a {
	color: #fff;
}

.swiper-container1 .swiper-slide .title a:hover {
	color: #fff;
}

.swiper-container1 .swiper-slide img {
	width: 100%;
}

.swiper-container1 .swiper-slide :hover img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

@media (max-width: 767px) {
	.swiper-container1 .swiper-slide .backpic {
		height: 1.2rem;
	}

	.swiper-container1 .swiper-slide .title {
		height: 1rem;
		font-size: 0.4rem;
		padding: 0 0.2rem;
		width: auto;
	}

	.swiper-container1 .swiper-slide-active .title {
		font-size: 0.4rem;
		margin: 0;
	}

	.swiper-container1>.swiper-pagination1 {
		bottom: 1.2rem;
	}
}

.zt_yaowen {
	width: 486px;
	margin-top: 50px;
}

.zt_yaowen ul {
	margin: 0;
}

.zt_yaowen ul li {
	font-size: 16px;
	color: #082333;
	line-height: 20px;
	height: 66px;
	border-bottom: dashed 1px #eee;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	overflow: hidden;
}

.zt_yaowen ul li:first-child {
	font-size: 20px;
	border-top: dashed 1px #eee;
	font-weight: bold;
}

.zt_yaowen ul li a {
	color: #06273a;
}

.zt_yaowen ul li:hover {
	background: #D74339;
	color: #fff;
}

.zt_yaowen ul li:hover a {
	color: #fff;
}

.zt_yaowen ul li .intro {
	float: left;
	margin: 0 6px 0 0;
}

.zt_yaowen ul li .intro span {
	font-size: 12px;
	display: inline-block;
	color: #fff;
	padding: 0 6px;
	height: 18px;
	line-height: 18px;
	overflow: hidden;
	margin: 10px 0 0 0;
}

.zt_yaowen ul li .intro img {
	margin: 10px 0 0 0;
}

.zt_yaowen ul li .red {
	background: #d74339;
	font-size: 14px;
	color: #fff;
	padding: 0 4px;
}

.zt_yaowen ul li .blue {
	background: #143eb9;
	font-size: 14px;
	color: #fff;
	padding: 0 4px;
}

.zt_yaowen ul li .yellow {
	background: #fb9a17;
	font-size: 14px;
	color: #fff;
	padding: 0 4px;
}

@media (max-width: 767px) {
	.zt_yaowen {
		width: 100%;
		margin-top: 0.5rem;
	}

	.zt_yaowen ul li {
		font-size: 0.4rem;
		line-height: 1.2;
		height: auto;
		padding: 0.3rem 0;
		margin: 0 0.3rem;
	}
}

.zt_biaoti01 {
	width: 282px;
	margin: 12px 0;
}

.zt_biaoti01 .pic {
	width: 282px;
	height: 159px;
	overflow: hidden;
	border-radius: 6px 6px 0px 0px;
}

.zt_biaoti01 .pic img {
	width: 100%;
	height: 100%;
	border-radius: 6px 6px 0px 0px;
}

.zt_biaoti01:hover .pic img {
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
}

.zt_biaoti01 .text {
	background: #F5F5F5;
	border-radius: 0px 0px 6px 6px;
	height: 86px;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	padding: 0 10px;
}

.zt_biaoti01 .text a {
	font-size: 18px;
	color: #082333;
	line-height: 1.4;
}

.zt_biaoti01:hover .text a {
	color: #D74339;
}

@media (max-width: 767px) {
	.zt_biaoti01 {
		width: 4.6rem;
		margin: 0 0.3rem;
		padding: 0.1rem 0;
	}

	.zt_biaoti01:nth-child(odd) {
		margin: 0 0 0 0.3rem;
	}

	.zt_biaoti01:nth-child(even) {
		margin: 0 0.3rem 0 0;
	}

	.zt_biaoti01 .pic {
		width: 100%;
		height: auto;
		line-height: 0;
	}

	.zt_biaoti01 .pic img {
		width: 100%;
		height: auto;
	}

	.zt_biaoti01:hover .pic img {
		-ms-transform: scale(1.0, 1.0);
		transform: scale(1.0, 1.0);
		-webkit-transform: scale(1.0, 1.0);
		-moz-transform: scale(1.0, 1.0);
		-o-transform: scale(1.0, 1.0);
	}

	.zt_biaoti01 .text {
		height: auto;
		width: 100%;
		padding: 0.2rem 0;
		float: left;
		display: flex;
		flex-flow: row wrap;
		align-items: center;
	}

	.zt_biaoti01 .text a {
		font-size: 0.4rem;
	}

	.zt_biaoti01:hover .text a {
		color: #D74339;
	}
}

.zt_biaoti02 {
	border-radius: 6px;
	width: 588px;
	margin: 0;
	padding: 20px 0;
	border-bottom: dashed 1px #ebebeb;
}

.zt_biaoti02 .pic {
	width: 204px;
	height: 114px;
	overflow: hidden;
	border-radius: 6px;
}

.zt_biaoti02 .pic img {
	width: 100%;
	height: 100%;
	border-radius: 6px;
}

.zt_biaoti02:hover .pic img {
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
}

.zt_biaoti02 .text {
	width: 350px;
	padding: 0 10px;
}

.zt_biaoti02 .text .title {
	font-size: 24px;
	color: #082333;
	display: block;
	margin: 0 0 10px 0;
	line-height: 1.2;
}

.zt_biaoti02 .text .title a {
	color: #082333;
}

.zt_biaoti02:hover .text .title a {
	color: #D74339;
}

.zt_biaoti02 .text .e_title {
	font-size: 16px;
	color: #082333;
	display: block;
}

.zt_biaoti02 .text .e_title a {
	color: #082333;
}

.zt_biaoti02:hover .text .e_title a {
	color: #D74339;
}

@media (max-width: 767px) {
	.zt_biaoti02 {
		width: 100%;
		margin: 0 0.3rem;
		padding: 0.4rem 0;
	}

	.zt_biaoti02 .pic {
		width: 4.5rem;
		height: auto;
		float: left;
		line-height: 0;
	}

	.zt_biaoti02 .pic img {
		width: 100%;
		height: auto;
		border-radius: 6px;
	}

	.zt_biaoti02:hover .pic img {
		-ms-transform: scale(1.0, 1.0);
		transform: scale(1.0, 1.0);
		-webkit-transform: scale(1.0, 1.0);
		-moz-transform: scale(1.0, 1.0);
		-o-transform: scale(1.0, 1.0);
	}

	.zt_biaoti02 .text {
		height: 100%;
		width: 4.5rem;
		padding: 0;
		float: left;
		display: flex;
		flex-flow: row wrap;
		align-items: center;
	}

	.zt_biaoti02 .text .title {
		font-size: 0.44rem;
		margin: 0 0 0.1rem 0;
		line-height: 1.2;
	}

	.zt_biaoti02 .text .e_title {
		font-size: 0.36rem;
	}
}

.zt_biaoti03 {
	font-size: 20px;
	color: #082333;
	line-height: 26px;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	height: 74px;
	border-bottom: dashed 1px #EBEBEB;
}

.zt_biaoti03:nth-child(1),
.zt_biaoti03:nth-child(5) {
	font-size: 22px;
	font-weight: bold;
}

.zt_biaoti03 a {
	color: #082333;
}

.zt_biaoti03:hover a {
	color: #D74339;
}

@media (max-width: 767px) {
	.zt_biaoti03 {
		font-size: 0.4rem;
		padding: 0.2rem 0;
		line-height: 1.2;
		height: auto;
		margin: 0 0.3rem;
	}

	.zt_biaoti03 a {
		color: #082333;
	}

	.zt_biaoti03:hover a {
		color: #082333;
	}

	.zt_biaoti03:nth-child(1),
	.zt_biaoti03:nth-child(5) {
		font-size: 0.5rem;
	}
}

.zt_biaoti04 {
	margin: 0 0 20px 0;
}

.zt_biaoti04 .pic {
	position: relative;
	cursor: pointer;
	overflow: hidden;
}

.zt_biaoti04 .pic img {
	width: 100%;
}

.zt_biaoti04 .title {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 98%;
	text-align: left;
	z-index: 99;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.2;
	color: #fff;
	overflow: hidden;
	height: 56px;
	margin: 0 10px;
}

.zt_biaoti04 .title a {
	color: #fff;
}

.zt_biaoti04 .title a:hover {
	color: #fff;
}

.zt_biaoti04 .text {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 74px;
	width: 100%;
	background: url(//www.qstheory.cn/n10/images/zt_images_20230227_01.png) repeat-x;
}

@media (max-width: 767px) {
	.zt_biaoti04 {
		margin: 0 0.3rem;
		padding: 0.5rem 0 0.2rem;
	}

	.zt_biaoti04 .title {
		font-size: 0.44rem;
		max-height: 1rem;
		margin-bottom: 0.2rem;
	}
}

.zt_biaoti05 {
	width: 282px;
}

.zt_biaoti05 .pic {
	position: relative;
	cursor: pointer;
	overflow: hidden;
}

.zt_biaoti05 .pic img {
	width: 100%;
}

.zt_biaoti05 .title {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 96%;
	text-align: left;
	z-index: 99;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.2;
	color: #fff;
	overflow: hidden;
	height: 42px;
	margin: 0 10px;
}

.zt_biaoti05 .title a {
	color: #fff;
}

.zt_biaoti05 .title a:hover {
	color: #fff;
}

.zt_biaoti05 .text {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 74px;
	width: 100%;
	background: url(//www.qstheory.cn/n10/images/zt_images_20230227_01.png) repeat-x;
}

@media (max-width: 767px) {
	.zt_biaoti05 {
		margin: 0;
		padding: 0.1rem 0 0.2rem;
		width: 4.6rem;
	}

	.zt_biaoti05 .title {
		font-size: 0.36rem;
		max-height: 0.88rem;
		margin-bottom: 0;
	}
}

.zt_biaoti06 {
	font-size: 20px;
	color: #082333;
	line-height: 26px;
	padding: 20px 0;
	border-bottom: dashed 1px #EBEBEB;
}

.zt_biaoti06:nth-child(2) {
	font-size: 22px;
	font-weight: bold;
}

.zt_biaoti06 a {
	color: #082333;
}

.zt_biaoti06:hover a {
	color: #D74339;
}

@media (max-width: 767px) {
	.zt_biaoti06 {
		font-size: 0.4rem;
		padding: 0.2rem 0;
		margin: 0 0.3rem;
		line-height: 1.2;
		border-bottom: solid 1px #d7d7d7;
	}

	.zt_biaoti06 a {
		color: #082333;
	}

	.zt_biaoti06:hover a {
		color: #082333;
	}

	.zt_biaoti06:nth-child(2) {
		font-size: 0.5rem;
	}
}

.zt_biaoti07 {
	width: 282px;
	margin-bottom: 20px;
}

.zt_biaoti07 .pic {
	width: 100%;
	height: 159px;
}

.zt_biaoti07 .pic img {
	width: 100%;
	height: 159px;
	border-radius: 6px 6px 0px 0px;
}

.zt_biaoti07 .text {
	background: #f5f5f5;
	border-radius: 0px 0px 6px 6px;
	height: 100px;
	font-size: 16px;
	color: #082333;
	line-height: 1.2;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	padding: 0 10px;
}

@media (max-width: 767px) {
	.zt_biaoti07 {
		width: 4.6rem;
		margin-bottom: 0.2rem;
	}

	.zt_biaoti07 .pic {
		width: 100%;
		height: auto;
	}

	.zt_biaoti07 .pic img {
		width: 100%;
		height: auto;
	}

	.zt_biaoti07 .text {
		height: auto;
		font-size: 0.36rem;
		padding: 0.3rem;
	}
}