.zhuanti .zhuti img {
	width: 100%;
}
.zhuanti .daoyu {
	width: 1280px;
	margin: 10px auto 46px;
}
.zhuanti .daoyu img {
	width: 100%;
}
.zhibo {
	position: relative;
	height: 670px;
	overflow: hidden;
	align-items: center;
	justify-content: center;
}
.zhibo .video {
	width: 100%;
	height: 100%;
}
.zhibo .live {
	position: absolute;
	width: 200px;
	left: 50px;
	top: 25px;
	display: block;
	z-index: 999;
}
.code {
	background-color: #e3a505;
	display: flex;
	justify-content: space-around;
	color: #fff;
	height: 160px;
}
.code p {
	font-size: 34px;
    line-height: 50px;
    padding: 10px 64px;
    text-align: center;
    flex: 4;
    letter-spacing: 5px;
	align-items: center;
	display: flex;
	
}
.code p a {
	color: #fff;
}
.code .code-info {
	flex: 1;
}
.code .code-info img {
	border: 5px solid #fff;
	width: 110px;
	margin-top: 22px;
	border-radius: 6px;
}
.code .code-info span {
	writing-mode: vertical-rl;
	font-size: 22px;
	letter-spacing: 6px;
}
.dqgj {
	margin: 80px 0;
}
.dqgj a {
	width: 100%;
	display: block;
}
.dqgj a img {
	width: 100%;
}
.dqgj-list li {
	margin-bottom: 40px;
}
.dqgj-list li a {
	width: 100%;
	display: block;
}

.dqgj-list li img {
	width: 100%;
}
.yycq {
	margin-bottom: 60px;
}
.yycq-list {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 20px;
	position: relative;
}
.sqhj-tit {
	margin-bottom: 50px;
}
.yycq-list li {
	height: 328px;	
	background-color: aliceblue;
}
.yycq-list li a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}
.yycq-list li a img {
	width: 100%;
}
.tips {
	margin: 58px 0;
	overflow: hidden;
}
.tips .sqhj {
	width: 577px;
	float: left;
	
}
.sqhj-info {
	border-left: 3px solid #e3a505;
}
.sqhj-info p {
	padding-bottom: 22px;
}
.tips .sqhj.xyly {
	width: 577px;
	float: right;
}
.tips .sqhj .sqhj-yit {
	width: 100%;
}
.tips .sqhj .sqhj-info .sqhj-pic {
	width: 100%;
	height: 280px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
.sqhj-info p a {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;
	margin-bottom: 10px;
	margin-top: 20px;
	line-height: 26px;
	padding-left: 15px;
	text-indent: 32px;
}
.tips .sqhj .sqhj-info .sqhj-pic img {
	width: 100%;
}
.tbmx {
	margin: 60px 0;
}
.tbmx img {
	width: 100%;
}
.tbmx-info {
	margin-bottom: 80px;
}






footer {
	background-color: #e3a505;
	height: 160px;
	text-align: center;
	color: #fff;
	font-size: 15px;
}
footer p {
	padding-top: 50px;
	opacity: 0.9;
	line-height: 28px;
}

