* {
	font-family: Helvetica Neue, Helvetica, Arial, Microsoft Yahei, Hiragino Sans GB, Heiti SC, WenQuanYi Micro Hei, sans-serif;
}

*,
::after,
::before {
	box-sizing: border-box;
}

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
	font-size: 125%;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
	display: block;
}

body {
	margin: 0;
	font-size: .7rem;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	background: #fff;
	margin: 0;
	padding: 0;
	overflow-x: hidden !important;
}

img {
	border: none;
}

ul li {
	list-style-type: none;
}

ol li {
	list-style-type: decimal;
}

ul,
form {
	margin: 0px;
	padding: 0px;
}

/*对齐方式*/
.text-left {
	text-align: left;
}

.text-center {
	text-align: center;
}

.web-you {
	text-align: right;
	width: 100px;
}
.web-you img{
	width: 100px;
	height: 100px;
}
.web-you img[src=""],.web-you img:not([src]){
	opacity:0;
}

a:link,
a:visited,
a:active {
	color: #333333;
	text-decoration: none;
}



/* links */
a.w:link,
a.w:visited,
a.w:active {
	color: #ffffff;
	text-decoration: none;
}

a.w:hover {
	color: #f4f3f2;
}

a.b:link,
a.b:visited,
a.b:active {
	color: #007aff;
	text-decoration: none;
}

a.b:hover {
	color: #b91528;
}

a.g:link,
a.g:visited,
a.g:active {
	color: #666666;
	text-decoration: none;
}

.w1200 {
	margin: 0 auto;
	width: 1200px;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

/*头部*/
.headweb {
	width: 100%;
	height: 100px;
	position: relative;
	background-color: #fff;
}

.clearfix {
	zoom: 1;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.headweb .wlogo {
	width: 200px;
	margin-top: 25px;
	height: 62px;
}

.headweb .wlogo a {
	width: 176px;
	line-height: 55px;
	display: block;
}

.headweb .wlogo img {
	max-width: 100%;
	height: auto;
}


.headweb .search-box .search-btn {
	width: 65px;
	height: 40px;
	color: #fff;
	cursor: pointer;
}

.headweb .search-box .search-input {
	height: 40px;
	line-height: 40px;
	width: 215px;
	padding: 0 10px;
	border: 0;
	box-sizing: unset;
}

/*导航*/
.headweb .webnav {
	margin-top: 24px;
	width: 1000px;
	height: 40px;
}

.headweb .webnav li {
	float: left;
	margin-right: 20px;
}

.headweb .webnav li a {
	position: relative;
	display: block;
	padding: 0 15px;
	line-height: 38px;
	font-size: 16px;
}

.headweb .webnav .cur::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -13px;
	width: 26px;
	height: 3px;
}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
}

/* 全屏轮播图样式 */
.fullscreen-carousel {
	width: 100vw;
	height: 500px;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	overflow: hidden;
	margin: 0;
}

.fullscreen-carousel .carousel-slides {
	display: flex;
	transition: transform 0.5s ease;
	height: 100%;
}

.fullscreen-carousel .carousel-slide {
	min-width: 100%;
	position: relative;
}

.fullscreen-carousel .carousel-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.fullscreen-carousel .carousel-nav {
	position: absolute;
	bottom: 80px;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
	gap: 15px;
}

.fullscreen-carousel .carousel-dot {
	width: 40px;
	height: 4px;
	background-color: rgba(255, 255, 255, 0.5);
	cursor: pointer;
	transition: all 0.3s;
}

.fullscreen-carousel .carousel-dot.active {
	background-color: white;
	width: 60px;
}

.fullscreen-carousel .carousel-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 50px;
	height: 50px;
	background-color: rgba(0, 0, 0, 0.3);
	color: white;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 10;
	font-size: 24px;
}

.fullscreen-carousel .carousel-arrow.prev {
	left: 30px;
}

.fullscreen-carousel .carousel-arrow.next {
	right: 30px;
}

/* 小尺寸轮播图样式 */
.small-carousel {
	width: 380px;
	height: 210px;
	position: relative;
	overflow: hidden;
	border-radius: 8px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.small-carousel .carousel-slides {
	display: flex;
	transition: transform 0.5s ease;
	height: 100%;
}

.small-carousel .carousel-slide {
	min-width: 100%;
	position: relative;
}

.small-carousel .carousel-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.small-carousel .carousel-nav {
	position: absolute;
	bottom: 10px;
	right: 10px;
	display: flex;
	gap: 5px;
}

.small-carousel .carousel-dot {
	width: 24px;
	height: 24px;
	background-color: rgba(0, 0, 0, 0.5);
	color: white;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	font-size: 12px;
	transition: all 0.3s;
}



.small-carousel .carousel-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 30px;
	height: 30px;
	background-color: rgba(0, 0, 0, 0.3);
	color: white;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 10;
	font-size: 16px;
	opacity: 0;
	transition: opacity 0.3s;
}

.small-carousel:hover .carousel-arrow {
	opacity: 1;
}

.small-carousel .carousel-arrow.prev {
	left: 10px;
}

.small-carousel .carousel-arrow.next {
	right: 10px;
}

@media (max-width: 768px) {

	.card,
	.ad-small {
		width: calc(50% - 10px);
	}

	.fullscreen-carousel {
		height: 300px;
	}
}

@media (max-width: 480px) {

	.card,
	.ad-small {
		width: 100%;
	}

	.fullscreen-carousel {
		height: 200px;
	}

	.small-carousel {
		width: 100%;
	}
}


/*2号广告样式*/
.small-ad {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.small-ad .ad-item {
	width: 190px;
	min-width: 190px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	overflow: hidden;
}

.small-ad .ad-item img {
	width: 190px;
	height: 145px;
	display: block;
}

.small-ad h3 {
	display: none;
}

.ad_03_s h3 {
	display: none;
}

.ad_04_s h3 {
	display: none;
}

.ad_05_s h3 {
	display: none;
}

.ad_06_s h3 {
	display: none;
}

.ad_07_s h3 {
	display: none;
}

/*3号广告样式*/
.ad_03_s .ad-item {
	float: left;
	margin-right: 10px;
}

.ad_03_s .ad-item:nth-child(2n) {
	margin-right: 0;
}

.ad_03_s .ad-item img {
	width: 595px;
}

/*4号广告样式*/
.ad_04_s {
	margin-top: 0;
}

.ad_04_s .ad-item img {
	width: 380px;
	height: 190px;
	margin-bottom: 24px;
}

/* .ad_04_s .ad-item:nth-child(2n) {
    margin-bottom: 7px;
} */
/*5号广告样式*/
.ad_05_s {
	margin-top: 10px;
}

.ad_05_s .ad-item img {
	width: 1200;
	height: 80px;
	margin-bottom: 20px;
}

.bank3 {
	margin-top: 30px;
}


.slide {
	background: #fafafa;
	overflow: hidden;
}

.cont {
	width: 1200px;
	margin: 0 auto;
}

.public {
	display: inline-flex;
	justify-content: space-between;
	align-items: center;
}

/* 资讯 */
.news {
	width: 1200px;
	margin-top: 40px;
	font-size: 0;
	margin-bottom: 15px;
}

.news_left,
.news_cont,
.news_right {
	width: 380px;
	display: inline-block;
	margin-bottom: 15px;
}

.news_left {}

.nc_lists {
	width: 800px;
}

.news_server {
	margin-top: 10px;
}
    
.n_tit {
	border-bottom: 1px solid #cfcfcf;
}

.n_tit h4 {
	font-size: 16px;
	margin: 0;
	font-weight: normal;
	width: 50px;
	margin-bottom: -1px;
}

.n_list {
	width: 380px;
}

.n_list li::before {
	content: '•';
	color: #505050;
	margin-right: 10px;
}

.nc_list {
	margin-top: 5px;
}

.nc_tit {
	background-color: #ededed;
	display: inline-flex;
}

.tit_380 {
	width: 380px;
}

.tit_800 {
	width: 800px;
	/* margin-top: 20px; */
}

.nc_tit div {
	color: #000;
	font-size: 18px;
	padding: 5px 0;
	height: 37px;
}

.nc_tit_k {
	float: left;
	width: 10px;
	margin-right: 8px;
}

.nc_title::before {
	content: '•';
	margin-right: 5px;
	color: #505050;
}

.nc_title {
	width: 280px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14.5px;
	display: inline-block;
	vertical-align: top;
}

.fsxw_hot {
	width: 380px;
	margin-top: 10px;
}

.fs_img {
	width: 160px;
	display: inline-block;
}

.fs_img img {
	width: 160px;
	height: 104px;
}

.fs_tit {
	width: 180px;
	margin-right: 20px;
	overflow: hidden;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-height: 26px;
	font-size: 14px;
	font-weight: bold;
}

.nc_ls {
	margin-top: 10px;
}

.nc_ls li {
	display: inline-block;
	color: #333333;
	width: 380px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 31px;
	line-height: 31px;
	font-size: 15px;
}

.nc_ul_li li {
	float: left;
	margin-right: 20px;
}

.nc_ls li::before {
	content: "▪";
	color: #505050;
	margin-right: 5px;
}

.nc_ad2 ul {
	width: 380px;
	height: 142.5px;
}

.nc_ad2 li {
	margin-top: 15px;
	display: inline-block;
}

.nc_ad2 img {
	width: 182px;
	height: 104px;
}

.nc_a_t {
	width: 180px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	color: #808080;
	font-size: 14px;
	margin-top: 5px;
}

/*简介*/
.jianjie {
	width: 1200px;
	height: 300px;
	margin-top: 35px;
	box-shadow: 0 1px 20px rgba(0, 0, 0, 0.1);
}

.jianjie_img {
	float: left;
	width: 530px;
}

.jianjie_img img {
	width: 530px;
	height: 300px;
}

.jianjie_video {
	width: 530px;
	height: 300px;
	margin-top: -300px;
	display: block;
}

.jianjie_test {
	width: 670px;
	height: 300px;
	float: left;
	padding: 25px 40px;
}

.jianjie_test div {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #666;
	border-bottom: 1px solid #cfcfcf;
	padding: 6px 60px;
}

.jianjie_test p {
	line-height: 2.2;
	margin-top: 15px;
	font-size: 15px;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

/*商城*/
.sell {
	width: 1200px;
	margin-top: 20px;
	font-size: 0;
}

.mall_cont {
	width: 1200px;
	display: inline-flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.web_qh {
	margin-top: 15px;
	padding-top: 3px;
}

.tabs-qhsub {
	display: flex;
	line-height: 0;
}

.tabs-qhsub .tabs-qhtit {
	align-items: center;
	justify-content: flex-start;
	display: flex;
	flex: 1;
	font-size: .9rem;
	font-weight: 400;
}

.tabs-qhtit h2 {
	position: relative;
	float: left;
	padding: 0 10px;
	font-size: 20px;
}

.tabs-qhsub .tab-list {
	justify-content: flex-end;
	display: flex;
}

.web_qh .tab-list {
	margin-bottom: -1px;
	margin-right: 10px;
}

.web_qh .tab-list li {
	margin: 0;
	padding: 0 7px;
}

.tabs-qhsub .tab-list li {
	margin-left: .5rem;
	margin-right: 0;
}

.mall_cont li {
	/* width: 195px; */
	padding: 20px;
	padding-bottom: 10px;
	/* text-align: center; */
	border-bottom: 1px solid gainsboro;
	border-right: 1px solid gainsboro;
	transition: 1s;
}

.tab-list li {
	display: inline-block;
	margin-right: .5rem;
	position: relative;
}

.web_qh .tab-list li a {
	color: #666;
}

.tab-list li a {
	display: block;
	color: #76838F;
	padding: .6rem .2rem;
	font-size: .75rem;
}

.web_qh .tab-qbk {
	margin-top: 5px;
	border-top: 0;
	display: flex;
}

.web_qh .tab-qbk .tab-qhnr {
	flex: 1;
	padding: 15px 0;
	min-height: 680px;
}

.web_imglb {
	height: auto;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
}

.web_qh .web_imglb {
	margin: 0 0 -14px -14px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.web_imglb-item {
	position: relative;
	z-index: 1;
	float: left;
	width: 289px;
	margin-left: 14px;
	background: #fff;
	transition: box-shadow .5s linear, -webkit-box-shadow .5s linear;
	box-sizing: unset;
}

.web_imglb-item:hover {
	box-shadow: 0 1px 20px rgba(0, 0, 0, 0.1);
}

.brick-item-m-2 {
	height: 380px;
}

.web_imglb-item {
	cursor: pointer;
	margin-bottom: 20px;
}

.web_imglb-item>a {
	display: block;
	height: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 20px;
}

.web_imglb-tp {
	position: relative;
	overflow: hidden;
}

.web_pic-1 .web_imglb-tp {
	width: 259px;
	height: 259px;
	margin: 0 auto 18px;
}

.tab-qhnr .tab-xjnr img {
	max-width: 100%;
}

.web_pic-2 .web_imglb-tp img {
	min-height: 100%;
}

.web_imglb-tp img {
	position: absolute;
	z-index: 1;
}

.web-txt {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.web_pic-tit {
	margin: 0 10px 2px;
	font-size: 14px;
	font-weight: 400;
	color: #333;
	text-align: center;
}

.web_imglb-home .price-num {
	margin-top: 11px;
	width: 100%;
	line-height: 1.5;
	overflow: hidden;
	padding: 15px;
}

.web_imglb-home .price {
	font-size: 14px;
	color: #f00;
}

.web_imglb-home .num_y {
	font-size: 14px;
	color: #999;
	text-decoration: line-through;
}

.fl_y {
	float: left;
	margin-left: 10px;
}

.web_imglb-home .num_m {
	width: 40px;
	height: 22px;
	background-color: #fff;
	font-size: 12px;
	border-radius: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #f00;
	border: 1px solid #f00;
}

.web_imglb p {
	font-size: 12px;
}


.tabs {
	position: relative;
	margin-bottom: 20px;
}

.tabs-qhsub {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.tabs-qhtit h2 {
	margin: 0 20px 0 0;
	font-size: 18px;
}

.tab-titles {
	display: flex;
	gap: 10px;
	list-style: none;
	padding: 0;
}

.tab-titles li {
	position: relative;
	padding: 0;
}

.tab-titles li:hover {
	box-shadow: 0 1px 20px rgba(0, 0, 0, 0.1);
}

.tab-titles li a {
	display: block;
	text-decoration: none;
	border-radius: 4px;
	transition: all 0.3s;
	font-size: 0.75rem;
	padding: 15px 15px;
}

.current-indicator {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: transparent;
}


.tab-xjnr {
	display: none;
	animation: fadeIn 0.3s;
}

.tab-xjnr.active {
	display: block;
}

.web_imglb p {
	margin: 5px 0;
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.mall_t {
	font-size: 20px;
	display: inline-block;
}

.web_footer {
	background: #222;
	padding: 30px 0 20px 0;
}

.web_footer .link {
	color: #555;
}

.web_footer .link a {
	color: #fff;
	padding: 0 15px;
	border-left: 1px solid #555;
}

.web_footer .link a:first-child {
	padding-left: 0;
	border-left: 0;
}

.copyright {
	color: #666;
	margin-top: 25px;
	font-size: 13px;
	line-height: 24px;
}

.copyright a {
	color: #666;
}

.copyright a:hover {
	color: #fff;
}

.web_lt {
	background: #f5f5f5;
	border-top: 1px solid #eee;
}

.web_index {
	background: #f5f5f5;
	padding: 15px 0;
	min-height: 400px;
}

.web-crumb ul {
	list-style: none;
	color: #999;
}

.web-crumb ul li {
	display: inline-block;
	font-size: .7rem;
	color: #999;
}

.web-crumb ul li a {
	font-size: .7rem;
}

.web-crumb ul a {
	color: #999;
}

.mt-15 {
	margin-top: .75rem;
}

.filter {
	background: #fff;
	padding: .5rem 1rem 1rem 0;
}

.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.filter .sx-fl {
	text-align: right;
	padding-top: .9rem;
	color: #999;
}

.col-1 {
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}

.filter .sx-fr {
	padding-left: .5rem;
}

.col-11 {
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
}

.filter .sx-fr a {
	padding: .4rem .75rem;
	border-radius: .1rem;
	margin: .5rem .5rem 0 0;
	display: inline-block;
	color: #999;
}

.filter a.active {
	font-weight: bold;
}

.mb-30 {
	margin-bottom: 1.5rem;
}

.webitem {
	margin: 0 0 20px -14px;
}

/*分页*/
.page_cp{
    margin-bottom: 30px;
}

.pagination {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}

.pagination a,
.pagination span {
	display: inline-block;
	padding: 8px 16px;
	margin: 0 4px;
	border: 1px solid #ddd;
	color: #333;
	text-decoration: none;
}

.pagination a:hover {
	background-color: #f5f5f5;
}

.pagination .active {
	color: white;
}

.ey-container {
	position: relative;
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding: 15px 0;
	overflow: hidden;
}

.ey-section--box {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	-webkit-box-shadow: 1px 2px 12px -5px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 2px 12px -5px rgba(0, 0, 0, 0.1);
}

.ey-section {
	position: relative;
	width: 100%;
	margin-bottom: 20px;
}

.ey-section--b {
	width: 880px;
}

.ey-section__head {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 56px;
	font-size: 14px;
	border-bottom: 1px solid #ebeced;
}

.obs-navtab {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 60px;
	padding-left: 10px;
}

.obs-navtab__item {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 64px;
	line-height: 64px;
	padding-bottom: 10px;
	cursor: pointer;
	margin-right: 50px;
	font-size: 16px;
	color: #666;
}

.obs-navtab__item span {
	color: #999;
}

.obs-navtab__item:last-child {
	margin-right: 0;
}

.obs-navtab__item.is-active {
	padding-bottom: 8px;
}

.obs-navtab__item.is-active a {
	font-weight: bold;
}

.article-box {
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 30px 24px;
}

.live-preview__cont {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 30px 30px 0;
}

.live-preview__item {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding-left: 19px;
	padding-top: 1px;
	padding-bottom: 27px;
	font-size: 14px;
	line-height: 20px;
	border-left: 1px solid #ebeced;
}

.live-preview__item:last-child {
	border-left: none;
}

.live-preview__item::after {
	content: "";
	position: absolute;
	left: -5px;
	top: 0;
	width: 10px;
	height: 10px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #ebeced;
}

.live-preview__item.is-active::after {
	background: #ff6f06;
}

.live-preview__item .mt-5 {
	margin-top: 5px;
}

.live-preview__item .time {
	color: #ff6f06;
	font-weight: bold;
}

.live-preview__item .tag {
	display: inline;
	padding: 0 6px;
	background-color: #ff6f06;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	color: #fff;
}

.live-preview__item .tit {
	display: block;
	max-height: 40px;
	color: #666;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box;
}

.live-preview__item .tit:hover {
	color: #ff6f06;
}

.clear {
	clear: both;
	display: block;
	font-size: 0;
	overflow: hidden;
}

.ey_both {
	margin-top: 20px;
}

.span_time {
	font-size: 12px;
	position: absolute;
	right: 25px;
	padding: 5px;
	color: #666;
}

.ml20 {
	margin-left: 20px !important;
}

.ey-section--s {
	width: 300px;
}

.fl_l_img img {
	width: 274px;
	height: 156px;
	margin: 13px 13px 0 13px;
}

.xwlb_n {}

.xwlb_n ul {
	margin-top: 5px;
}

.xwlb_n ul li {
	height: 40px;
	border-bottom: 1px solid #ebeced;
	display: flex;
	align-items: center;
}

.xwlb_n ul li a {
	float: left;
	font-size: 16px;
	width: 670px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.xwlb_n ul li span {
	right: 30px;
	font-size: 12px;
	color: #666;
	position: absolute;
}

.ad_07_s {
	padding-bottom: 17px;
}

.ad_07_s img {
	width: 274px;
	height: 156px;
	margin: 17px 13px 0 13px;
}

.ad_07_s a {
	display: flex
}





/* 新增弹窗样式 */
.modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.7);
	z-index: 1000;
	display: none;
}

.modal-container {
	background: #fff;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	max-width: 100%;
	max-height: 100vh;
	min-height: 100vh;
	overflow-y: auto;
	z-index: 1001;
	margin-top: -1px;
}

.fanh {
	height: 45px;
}

.fanh a {
	color: #666;
	font-size: 16px;
	height: 40px;
	padding: 5px;
	width: 80px;
	display: block;
}

.news_det {
	width: 1200px;
}

.article-detail {
	background: #fff;
	padding: 35px;
}

.article-title {
	font-size: 1rem;
	margin-bottom: 30px;
	font-weight: 500;
}

.center {
	text-align: center;
}

.article-author {
	height: 40px;
	background: #f2f2f2;
	padding: 10px;
}

.introduce {
	float: left;
}

.introduce span {
	float: left;
	margin-right: 20px;
}

.article-date {
	float: right;
	color: #666;
}

.article-content {
	margin-top: 40px;
	min-height: 200px;
}

.article-content p {
	line-height: 2.4;
	font-size: 0.8rem;
	margin: 0;
}

.ad-detail {
	margin-top: 30px;
	margin-bottom: 20px;
	min-height: 150px
}

.ad-detail h3 {
	display: none;
}
.ad-detail img {
	width: 1200px;
	height: 200px;
}
.qyml_list{
	background: #fff;
	margin-top: 10px;
}
.qyml_list ul{
	padding: 30px;
}
.qyml_list ul li{
	height:120px;
	border-bottom: 1px solid #ebeced;
}
.qyml_list ul li img{
	width: 100px;
	height: 100px;
	float: left;
	margin: 10px 20px 10px 0;
}
.qyml_list ul li .qyml_list_nr{
	width: 1020px;
	height: 100px;
	float: left;
	margin-top: 10px;
}
.qyml_list_nr h5{
	margin: 5px;
	font-size: 16px;
}
.qyml_list_nr p{
	margin: 5px;
	font-size: 14px;
	line-height: 2;
	display: -webkit-box;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.error {
    color: #999;
    padding: 5px 20px;
    font-size: 12px;
}
