/*!common:widget/css/base.css*/
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%
}

ul,ol,li {
	list-style: none
}

fieldset,img {
	border: 0
}

button,input,select,textarea {
	font-size: 100%
}

section,header,nav,footer,article {
	display: block
}

.v-middle {
	vertical-align: middle
}

.v-baseline {
	vertical-align: baseline
}

.v-top {
	vertical-align: top
}

.v-text-top {
	vertical-align: text-top
}

.v-text-bottom {
	vertical-align: text-bottom
}

.h-center {
	text-align: center
}

.h-left {
	text-align: left
}

.h-right {
	text-align: right
}

.inline {
	display: inline
}

.block {
	display: block
}

.pos-relative {
	position: relative
}

a,
a:visited,
a:hover,
a:link,
a:active {
	font: 16px/1.5 "微软雅黑", "宋体", Tahoma, Arial, Helvetica, sans-serif;
	cursor: pointer;
	text-decoration: none;
	color: #000000;
}

a {
	text-decoration: none;
}

i {
	font-style: normal;
}

.b {
	font-weight: bold;
}

/* !common:layout/css/flex-row-around-center */
.flex {
	display: flex;
	display: -webkit-flex;
}

.flex-row {
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
}

.flex-column {
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
}

.flex-around {
	display: flex;
	display: -webkit-flex;
	justify-content: space-around;
}

.flex-between {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}

/* 带有标题的列表 */
.tlist-col {
	border: 1px solid #e1e1e1;
}

.tlist-col .tli {
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
}

.tlist-col .tli .tli-title {
	display: block;
	width: 90px;
	text-align: center;
	white-space: nowrap;
}

.tlist-col .tli .tli-tlist {
	display: flex;
	display: -webkit-flex;
	align-items: center;
}

.tlist-col .tli .tli-tlist .tli-t {
	display: block;
	width: 80px;
	text-align: center;
}

/* 表格默认样式 */
table {
	border: 1px solid #EEEEEE;
	border-collapse: collapse;
	text-align: center;
	width: 100%;
	border-spacing: 0
}

table thead {
	background-color: #F8F8F8;
}

table tr {
	height: 49px;
}

table th {
	font-size: 16px;
}

table th a {
	font-size: 16px;
}

table tbody {}

table tbody td {
	border-right: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}

table tbody td:last-child {
	border-right: 0;
}

table tbody tr:last-child td {
	border-bottom: 0;
}

.fr {
	float: right !important;
}

.fl {
	float: left;
}

/* 页面 */

.zg_box {
	min-width: 1000px;
}

.zg_layout {
	width: 88%;
	margin: 0 auto;
	min-width: 1000px;
	max-width: 1632px;
	position: relative;
}

/* 弹窗-通用 */
.lx_nav_lists {
	position: absolute;
	top: 72px;
	background-color: #e60012;
	width: 100%;
	left: 0;
	padding: 8px 0;
	box-sizing: border-box;
	box-shadow: 0px 3px 11px -1px #6d0404;
	display: none;
	z-index: 999;
}

.lx_nav_lists .zg_layout {
	padding: 0 130px;
}

.lx_nav_lists .nav_list {
	display: none;
	justify-content: space-around;
	width: 72%;
	margin: 0 auto;
	max-width: 1200px;
	min-width: 800px;
	flex-wrap: wrap;
}

.lx_nav_lists .nav_list a {
	color: #fff;
}

.lx_nav_lists .nav_list a.spec {}

.lx_nav_lists .nav_list p {
	width: 100%;
	padding-bottom: 8px;
}

.lx_nav_lists .nav_list p a {
	margin-right: 16px;
}

/*!pubic.css*/
body {
	min-width: 1100px;
}

/* 通用顶通 */
.lx_top {
	background-color: #fff;
	border-bottom: 1px solid #eeeeee;
	height: 41px;
	line-height: 41px;
}

.lx_top .top_left .top_nav {
	margin-right: 30px;
}

.lx_top .top_wzdh .more {
	top: 41px;
	left: -18px;
	padding: 6px 8px;
}

.lx_top .top_sjll .more {
	top: 41px;
	left: -56px !important;
	padding: 10px 14px 0;
	/* width: 194px; */
}

.lx_top .top_sjll .more p {
	font-size: 14px;
	line-height: 26px;
}

.lx_top .top_sjll .more .info {
	color: red;
	font-weight: bold;
	margin-right: 4px;
}

.lx_top .top_sjll .more p.link {
	margin-left: 46px;
}

.lx_top .top_sjll .more p.link a {}

.lx_top .top_sjll .more p.img_p {
	text-align: center;
}

.lx_top .top_sjll .more p.img_p img {
	width: 80%;
}

.lx_top .top_right {
	align-items: center;
}

.lx_top .top_right .top_nav {
	color: #666666;
	font-size: 14px;
	margin-left: 30px;
}

.lx_top .top_right .top_nav .title {
	display: flex;
	align-items: center;
	color: #666666;
}

.lx_top .top_right .top_nav .title img {
	margin-right: 4px;
}

.lx_top .top_right .top_pingtai .more {
	margin-left: -40px;
	width: 140px;
}

/* lx_header */
.lx_header {
	max-height: 100px;
	border-bottom: 2px solid #E60012;
	width: 100%;
	background-color: #fff;
	z-index: 9999;
}

.lx_header .toutiao h4 {
	text-align: center;
}

.lx_header .toutiao h4 a {
	font-size: 36px;
	color: #E60012;
	font-weight: bold;
}

.lx_header .news {
	width: 100%;
	background-color: #FFF9F1;
	height: 50px;
	margin: 30px 0 40px 0;
	display: flex;
}

.lx_header .news .news_icon {
	width: 73px;
	height: 55px;
	margin-left: 14px;
	margin-top: -4px;
}

.lx_header .news .news_icon img {
	width: 100%;
}

.lx_header .news .news_list {
	width: 90%;
	height: 100%;
	margin: 0 auto;
}

.lx_header .news .news_list a {
	line-height: 50px;
}

.lx_header .news .news_list .t_li:hover a {
	color: #E60012;
}

.lx_header .news .news_list .t_li::before {
	content: "";
	display: inline-block;
	height: 6px;
	width: 6px;
	border-radius: 6px;
	background-color: #F6CE99;
}

.lx_header .zg_layout {
	align-items: flex-end;
	/* padding: 28px 0; */
	align-items: center;
}

.lx_header .lx_logo,
.lx_header .lx_logo a {
	font-size: 0;
	display: block;
}

.lx_header .lx_logo img {}

.lx_header .lx_navs {
	width: 60%;
	font-size: 18px;
	height: 70px;
	align-items: center;
	padding-top: 15px;
}

.lx_header .lx_nav {
	height: 100%;
	display: flex;
	align-items: center;
}

.lx_header .lx_navs .lx_nav.on a {
	color: #E60012;
}

.lx_header .lx_navs .lx_nav.hover a {
	color: #E60012;
}

.lx_header .lx_navs .lx_nav a:hover {
	color: #E60012;
}

.lx_header .lx_tel {
	font-size: 22px;
	color: #E60012;
	font-weight: bold;
}

.lx_header .lx_tel img {
	margin-right: 6px;
	vertical-align: middle;
}

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

	.lx_top .top_left .top_nav .text,
	.lx_top .top_left .top_nav .title,
	.lx_top .top_left .top_nav a,
	.lx_top .top_left .top_nav h3 {
		font-size: 14px;
	}

	.lx_top .top_sjll .more {
		left: -72px !important;
	}

}

.zg_widget.t-more {
	position: relative;
}

.zg_widget.t-more .title {
	cursor: pointer;
}

.zg_widget.t-more .more {
	display: none;
	position: absolute;
	left: 0;
	z-index: 999;
	background-color: #fff;
}

/* 文字触摸显示更多框架 */
.zg_widget.th-more {
	position: relative;
}

.zg_widget.th-more .title {
	cursor: pointer;
}

.zg_widget.th-more .more {
	display: none;
	position: absolute;
	left: -20px;
	border: 1px solid #e1e1e1;
	z-index: 10000;
	background-color: #fff;
	padding: 6px 10px;
}

.zg_widget.th-more .more img {
	width: 100%;
}

/* 文字轮播框架 */
.zg_widget.lb_text {
	position: relative;
	height: 50px;
	width: 100%;
	overflow: hidden;
	line-height: 50px;
}

.zg_widget.lb_text .lb_content {
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	display: flex;
	left: 0;
}

.zg_widget.lb_text .lb_content .t_li {
	flex-wrap: nowrap;
	margin-right: 20px;
	display: flex;
	align-items: center;
	cursor: pointer;
}

/* 文章列表切换框架 */
.zg_widget.wz_change_list {
	width: 100%;
}

.zg_widget.wz_change_list .wz_tabs a {
	width: 115px;
	line-height: 40px;
	font-size: 16px;
	text-align: center;
	border-radius: 20px;
	background-color: #F8FAFC;
	color: #333;
	margin-right: 15px;
}

.zg_widget.wz_change_list .wz_tabs a.active {
	background-color: #E60012;
	color: #FFF;
}

.zg_widget.wz_change_list .wz_cons {
	padding-top: 26px;
}

.zg_widget.wz_change_list .wz_cons .wz_con {
	display: none;
}

.zg_widget.wz_change_list .wz_cons .wz_con.active {
	display: block;
}

.zg_widget.wz_change_list .wz_cons .wz_con p {
	margin-bottom: 28px;
	/* display: flex;
  align-items: center; */
}

.zg_widget.wz_change_list .wz_cons .wz_con p i {
	width: 8px;
	height: 8px;
	display: inline-block;
	background-color: #e2e2e2;
	border-radius: 8px;
}

.zg_widget.wz_change_list .wz_cons .wz_con p:hover a {
	color: #E60012;
}

.zg_widget.wz_change_list .wz_cons .wz_con p:hover i {
	background-color: #E60012;
}

.zg_widget.wz_change_list .wz_cons .wz_con p .tt {
	color: #9e9e9e;
	float: right;
}

.zg_widget.wz_change_list .wz_cons .wz_con .wz_con_part {
	width: 49%;
	float: left;
}

.zg_widget.wz_change_list .wz_cons .wz_con .wz_con_part p {
	margin-bottom: 18px;
}

.zg_widget.wz_change_list .wz_cons .wz_con .wz_con_part p a:nth-child(3) {
	width: 62%;
	overflow: hidden;
	display: inline-block;
	white-space: nowrap;
	vertical-align: bottom;
	text-overflow: ellipsis;
}

/* lx_header */
.lx_header {
	max-height: 100px;
	border-bottom: 2px solid #E60012;
	width: 100%;
	background-color: #fff;
	z-index: 9999;
}

.lx_header .zg_layout {
	align-items: flex-end;
	/* padding: 28px 0; */
	align-items: center;
}

.lx_header .lx_logo,
.lx_header .lx_logo a {
	display: inline-block;
}

.lx_header .lx_logo a {
	display: block;
	float: left;
}

.lx_header .lx_logo a.sf {
	line-height: 52px;
	vertical-align: baseline;
	font-size: 18px;
	font-weight: bold;
	height: 52px;
	padding-top: 4px;

}

.lx_header .lx_navs {
	width: 60%;
	font-size: 18px;
	height: 70px;
	align-items: center;
	padding-top: 15px;
}

.lx_header .lx_navs.lx_fnavs {
	width: 100%;
}

.lx_header .lx_nav {
	height: 100%;
	display: flex;
	display: -webkit-flex;
	align-items: center;
}

.lx_header .lx_navs .lx_nav.on a {
	color: #E60012;
}

.lx_header .lx_navs .lx_nav a:hover {
	color: #E60012;
}


.lx_header .lx_tel {
	font-size: 22px;
	color: #E60012;
	font-weight: bold;
}

.lx_header .lx_tel img {
	margin-right: 6px;
	vertical-align: middle;
}

.lx_header_xiala {
	padding: 30px 0;
	box-shadow: 0px 10px 10px -8px #d0d0d0;

	width: 100%;
	background-color: #fff;
	z-index: 9999;
}

.lx_header_xiala .toutiao h4 {
	font-size: 36px;
	color: #E60012;
	text-align: center;
}

.lx_header_xiala .news {
	width: 100%;
	background-color: #FFF9F1;
	height: 50px;
	margin: 30px 0 40px 0;
	display: flex;
}

.lx_header_xiala .news .news_icon {
	width: 73px;
	height: 55px;
	margin-left: 14px;
	margin-top: -4px;
}

.lx_header_xiala .news .news_icon img {
	width: 100%;
}

.lx_header_xiala .news .news_list {
	width: 90%;
	height: 100%;
	margin: 0 auto;
}

.lx_header_xiala .news .news_list a {
	line-height: 50px;
}

.lx_header_xiala .news .news_list .t_li:hover a {
	color: #E60012;
}

.lx_header_xiala .news .news_list .t_li::before {
	content: "";
	display: inline-block;
	height: 6px;
	width: 6px;
	border-radius: 6px;
	background-color: #F6CE99;
}

.lx_header_xiala .rdks {
	width: 63%;
}

.lx_header_xiala .rdks .title {
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 18px;
}

.lx_header_xiala .zbkt {
	width: 33%;
}

.lx_header_xiala .zbkt .title {
	margin-bottom: 18px;
	height: 30px;
}

.lx_header_xiala .zbkt .title img {
	height: 100%;
}

.lx_header_xiala .zbkt .kt_list {
	margin-left: 14px;
	border-left: 2px solid #bdbdbd;
}

.lx_header_xiala .zbkt .kt_list ul {
	margin-left: -14px;
}

.lx_header_xiala .zbkt .kt_list li {
	display: flex;
	align-items: center;
	margin-bottom: 18px;
	cursor: pointer;
}

.lx_header_xiala .zbkt .kt_list li::before {
	content: "";
	background: url(../../images/icons/vedio_icon.png) no-repeat;
	width: 30px;
	height: 26px;
	background-size: auto 100%;
}

.lx_header_xiala .zbkt .kt_list li a {
	font-size: 16px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
}

.lx_header_xiala .zbkt .kt_list li a span {
	font-size: 16px;
	font-weight: bold;
	margin-right: 14px;
	margin-left: 14px;
}

.lx_header_xiala .zbkt .kt_list li:hover::before {

	background: url(../../images/icons/vedio_on_icon.png) no-repeat;
	background-size: auto 100%;
}

.lx_header_xiala .zbkt .kt_list li:hover a {

	color: #E60012;
}

.lx_header_xiala .zbkt .kt_list li:hover a span {

	color: #E60012;
}

.zg_footer {
	height: 106px;
	line-height: 105px;
	font-size: 0;
	border-top: 1px solid rgba(231, 231, 231, 0.1);
	text-align: center;
	background: #333;
}

.zg_footer section {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    line-height: 28px;
    color: #999;
}

.zg_footer section a {
	color: #999;
}

/* add 20211221 end */

@media screen and (max-width:1600px) {
	.tlist-col .tli {
		line-height: 30px;
	}
}

@media screen and (max-width:1366px) {
	.lx_header .lx_logo {
		margin-top: 10px;
	}

	.lx_header .lx_logo img {
		width: 130px;
	}

	.lx_header .lx_logo a.sf {
		line-height: 33px;
		font-size: 14px;
		height: 15px;
	}
}

/* new code start */
.header-fixed {
	height: 70px;
	border-bottom: 2px solid #E60012;
	width: 100%;
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	align-items: center;
	display: none;
}

.header-fixed .header-fixed-inside {
	width: 88%;
	margin: 0 auto;
	min-width: 1000px;
	max-width: 1632px;
	position: relative;
	align-items: center;
}

.header-fixed .header-fixed-inside .header-fixed-logo,
.header-fixed .header-fixed-inside .header-fixed-logo a {
	font-size: 0;
	display: block;
}

.header-fixed .header-fixed-content {
	width: 40%;
	font-size: 18px;
	height: 100%;
	align-items: center;
}

.header-fixed .header-fixed-content a:hover {
	color: #E60012;
}

.header-fixed .header-fixed-inside .header-fixed-search {
	width: 30%;
	height: 36px;
	border: 1px solid #E60012;
	border-radius: 18px;
	position: relative;
	padding: 0px 16px;
}

.header-fixed .header-fixed-inside .header-fixed-search .header-fixed-button {
	position: absolute;
	top: 0;
	right: 10px;
	width: 40px;
	height: 40px;
	background: url(http://lxks.offcn.com/statics/images/icons/fangdajing.png) center no-repeat;
}

.header-fixed .header-fixed-inside .header-fixed-search>input {
	height: 100%;
	display: block;
	width: 100%;
	border: none;
	background: transparent;
	outline: none;
}

.header-fixed .header-fixed-inside .header-fixed-insert {
	font-size: 22px;
	display: none;
}

.header-fixed.header-title-block .header-fixed-inside .header-fixed-logo,
.header-fixed.header-title-block .header-fixed-content {
	display: none;
}

.header-fixed.header-title-block .header-fixed-inside .header-fixed-insert {
	display: block;
}

/* new code end */