/* * {
	-webkit-tap-highlight-color: transparent;
} */

article,aside,details,figcaption,figure,footer,header,main,nav,section {
	display: block;
}

div,html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,main {
	margin: 0;
	padding: 0;
}

body {
	font-size: 16px;
	font-family: '微软雅黑';
	color: #333;
	word-break: break-all;
}

a {
	text-decoration: none;
	outline: none;
	color: #333;
}

a:hover {
	color: #cd0808;
}

input,textarea {
	-webkit-appearance: none;
	border: none;
	border-radius: 0;
}

input:focus,textarea:focus {
	outline: none;
}

li {
	list-style: none;
}

a img {
	border: none;
}

img {
	vertical-align: middle;
}

table {
	background-color: transparent;
	border-spacing: 0;
	border-collapse: collapse;
	width: 100%;
	border-top: solid 1px #e4e4e4;
	border-left: solid 1px #e4e4e4;
	box-sizing: border-box;
}

table th {
	background-color: #f9f9f9;
	text-align: center;
	box-sizing: border-box;
}

table td,table th {
	padding: 10px 1%;
	border: 1px solid #e4e4e4;
	box-sizing: border-box;
}

/*gold*/
.inner {
	width: 93.75%;
	max-width: 1280px;
	margin: 0 auto;
}

.submit {
	cursor: pointer;
}

.clear {
	clear: both;
}

/*thumbnail*/
.thumbnail {
	position: relative;
	overflow: hidden;
}

.thumbnail a {
	display: block;
	padding-bottom: 75%;
	position: relative;
	overflow: hidden;
	background: no-repeat center center;
	background-size: cover;
}

.thumbnail img {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: transform .3s;
	object-fit: cover;
}

.thumbnail img:hover {
	transform: scale(1.1,1.1);
}

/*box*/
.box {
	background-color: #fff;
	box-shadow: 0px 0px 3px rgba(0,0,0,.15);
	padding: 15px;
	overflow: hidden;
}

.boxTitle,.wp-block-heading {
	font-size: 16px;
	line-height: 1.5em;
	border-bottom: 1px solid #e4e4e4;
	position: relative;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

.boxTitle:after,.wp-block-heading:after {
	content: '';
	display: block;
	width: 2em;
	height: 2px;
	background-color: #cd0808;
	position: absolute;
	left: 0;
	bottom: -1px;
}

.boxTitle i {
	font-style: normal;
	font-weight: bold;
	color: #cd0808;
}

/* Slider */
.slick-load {
	display: none;
	overflow: hidden;
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,.slick-slider .slick-list {
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:before,.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
	font-size: 0;
	line-height: normal;
}
[dir='rtl'] .slick-slide {
	float: right;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
}

.slick-arrow.slick-hidden {
	display: none;
}

.slick-dots button {
	display: block;
	border: none;
	background-color: transparent;
	cursor: pointer;
}


/*wrapper*/
#wrapper {
	padding: 20px 0;
}

#wrapper .table {
	display: table;
	table-layout: fixed;
	width: 100%;
}

#wrapper .td {
	display: table-cell;
	vertical-align: top;
}

/*main*/
#main.td {
	padding-left: 1.5625%;
}

/*slidesNav*/
#slidesNav {
	position: relative;
	margin-bottom: 1.5625%;
}

#slidesNav .slick-list {
	width: 100.79365%;
}

#slidesNav .item a {
	margin-right: 3.937%;
	display: block;
	overflow: hidden;
	background-color: #000;
}

#slidesNav .item i {
	display: block;
	color: #fff;
	background: no-repeat center center;
	background-size: cover;
	padding-bottom: 45%;
	position: relative;
	opacity: .8;
	transition: all .3s;
}

#slidesNav .slick-current i {
	opacity: 1;
}

#slidesNav .slick-dots {
	font-size: 0;
	line-height: normal;
	text-align: center;
	margin-top: 2%;
}

#slidesNav .slick-dots li {
	display: inline-block;
	margin: 0 5px;
}

#slidesNav .slick-dots button {
	width: 15px;
	height: 3px;
	background-color: rgba(168,39,67,.25);
	transition: width .3s;
	text-indent: -99999em;
	overflow: hidden;
	font-size: 0;
	line-height: normal;
}

#slidesNav .slick-dots .slick-active button {
	width: 25px;
	background-color: #a82743;
}

/*slides*/
#slides {
	overflow: hidden;
	margin-bottom: 1.5625%;
}

#slides .item a {
	display: block;
	color: #fff;
	background: no-repeat center center;
	background-size: cover;
	padding-bottom: 45%;
	position: relative;
}

#slides .item h2 {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 90%;
	padding: 5px 5%;
	font-size: 16px;
	line-height: 1.875em;
	overflow: hidden;
	text-align: center;
	color: #fff;
	white-space: nowrap;
	text-overflow: ellipsis;
	background-color: rgba(6,150,162,.15);
	font-weight: normal;
}

#slides .slick-arrow {
	position: absolute;
	top: 50%;
	display: block;
	transform: translateY(-50%);
	width: 30px;
	height: 40px;
	background: rgba(0,0,0,.35) no-repeat center center;
	background-size: contain;
	opacity: .5;
	color: #fff;
	font-size: 0;
	line-height: normal;
	transition: all .3s;
	text-indent: -99999em;
	overflow: hidden;
	z-index: 3;
	border: none;
	cursor: pointer;
}

#slides .slick-prev {
	left: -30px;
}

#slides .slick-next {
	right: -30px;
}

#slides .slick-prev:after,#slides .slick-next:after {
	content: '';
	display: block;
	width: 13px;
	height: 21px;
	position: absolute;
	left: 50%;
	margin-left: -6.5px;
	top: 50%;
	transform: translateY(-50%);
	background: url(../image/icon_arrow.png) no-repeat 0 100%;
	background-size: 100% auto;
}

#slides .slick-next:after {
	background-position: 0 0;
}

#slides:hover .slick-prev {
	left: 0;
}

#slides:hover .slick-next {
	right: 0;
}

#slides .load {
	padding-bottom: 45%;
	background-color: #f9f9f9;
	position: relative;
}

#slides .load span {
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
	font-size: 36px;
	line-height: 1.125em;
	color: #999;
	text-align: center;
}

/*recommend*/
#recommend {
	margin-bottom: 2.08334%;
}

#recommend .boxTitle {
	margin-bottom: 5px;
}

#recommend ul {
	overflow: hidden;
	width: 102%;
}

#recommend li {
	float: left;
	width: 23%;
	padding: 1.5% 2% 0 0;
}

#recommend .thumbnail {
	margin-bottom: 5px;
}

#recommend .title {
	font-size: 14px;
	line-height: 1.5em;
	height: 3em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 8px;
}

#recommend .meta {
	overflow: hidden;
	font-size: 12px;
	color: #888;
	line-height: 1.125em;
}

#recommend .meta span {
	display: block;
	max-width: 48%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#recommend .meta .l {
	float: left;
}

#recommend .meta .r {
	float: right;
}

#recommend .meta i {
	background: no-repeat left center;
	background-size: auto 10px;
	padding-left: 16px;
	font-style: normal;
}

#recommend .meta .views {
	background-image: url(../image/icon_01.png);
 /*#888888*/
}

#recommend .meta .tag {
	background-image: url(../image/icon_02.png);
}

/**/
.boxItem {
	float: left;
	width: 48.958%;
	padding-bottom: 2.08334%;
}

.boxItem:nth-child(2n) {
	float: right;
}

.boxItem .box {
	margin-bottom: 0;
}

.boxItem .info {
	position: relative;
	padding-top: 15px;
}

.boxItem .views {
	position: absolute;
	bottom: 100%;
	right: 3.125%;
	background-color: rgba(205,8,8,.75);
	color: #fff;
	font-size: 12px;
	line-height: 1.5em;
	margin-bottom: 3.125%;
	max-width: 93.75%;
	border-radius: 3px;
}

.boxItem .views span {
	background: url(../image/icon_05.png) no-repeat left center;
	background-size: auto 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-left: 16px;
	display: block;
	margin: 0 8px;
	opacity: .85;
}

.boxItem .title {
	line-height: 1.35em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 18px;
	margin-bottom: 5px;
}

.boxItem .title strong {
	color: #f00;
}

.boxItem .intro {
	font-size: 14px;
	color: #666;
	line-height: 1.75em;
	height: 5.25em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	margin-bottom: 8px;
	text-align: justify;
}

.boxItem .meta {
	color: #888;
	overflow: hidden;
	font-size: 12px;
	line-height: 1.5em;
	border-top: 1px solid #eee;
	padding-top: 8px;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.boxItem .meta a {
	color: #888;
}

.boxItem .meta a:hover {
	color: #222;
}

.boxItem .meta span {
	background: no-repeat left center;
	padding-left: 16px;
	background-size: auto 10px;
	display: block;
	float: left;
}

.boxItem .meta .tag {
	background-image: url(../image/icon_02.png);
	float: right;
}

.boxItem .meta .date {
	background-image: url(../image/icon_03.png);
}

/*文章列表*/
.blogItem {
	overflow: hidden;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #e4e4e4;
}

.blogItem .thumbnail {
	float: left;
	width: 250px;
}

.blogItem .info {
	margin-left: 265px;
	overflow: hidden;
	padding: 5px 0;
}

.blogItem .title {
	line-height: 1.35em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 18px;
	margin-bottom: 5px;
}

.blogItem .meta {
	color: #888;
	margin-bottom: 5px;
	overflow: hidden;
}

.blogItem .meta a {
	color: #888;
}

.blogItem .meta span {
	font-size: 12px;
	background: no-repeat left center;
	padding: 0 16px;
	background-size: auto 10px;
	display: block;
	float: left;
}

.blogItem .meta .views {
	float: right;
	padding-right: 0;
	background-image: url(../image/icon_01.png);
}

.blogItem .meta .tag {
	background-image: url(../image/icon_02.png);
}

.blogItem .meta .date {
	background-image: url(../image/icon_03.png);
}

.blogItem .intro {
	font-size: 14px;
	color: #666;
	line-height: 1.75em;
	height: 5.25em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	margin-bottom: 13px;
	text-align: justify;
}

.blogItem .more {
	overflow: hidden;
}

.blogItem .more a {
	display: block;
	float: right;
	color: #fff;
	background-color: #cd0808;
	padding: 0 10px;
	font-size: 12px;
	height: 26px;
	line-height: 26px;
}

.blogItem .more a:hover {
	opacity: .75;
}

/*pagenavi*/
#pagenavi {
	clear: both;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	font-size: 14px;
}

#pagenavi a, #pagenavi .current {
	display: block;
	height: 2.285em;
	line-height: 2.285em;
	min-width: 2.285em;
	padding: 0 0.5em;
	background-color: #f1f1f1;
	color: #888;
	margin: 2px;
	box-sizing: border-box;
	text-align: center;
}

#pagenavi .current,#pagenavi a:hover {
	background-color: #cd0808;
	color: #fff;
}

/*侧边*/
#sidebar {
	width: 300px;
}

/*侧边*/
.widget {
	margin-bottom: 6.667%;
	overflow: hidden;
}

.widget ul {
	overflow: hidden;
}

.widget li {
	overflow: hidden;
	font-size: 14px;
	line-height: 1.875em;
}

.widget img {
	max-width: 100%;
	height: auto;
}

.widget .custom {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #e4e4e4;
}

.widget .custom:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.widget .thumbnail {
	width: 100px;
	float: left;
}

.widget .thumbnail img {
	height: 100%;
}

.widget .custom .info {
	margin-left: 110px;
}

.widget .custom h2 {
	font-size: 14px;
	line-height: 1.75em;
	height: 3.5em;
	color: #333;
	overflow: hidden;
	margin-bottom: 5px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.widget .custom .meta {
	font-size: 12px;
	line-height: 1.5em;
	color: #888;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background: no-repeat left center;
	background-size: auto 12px;
	padding-left: 17px;
}

.widget .custom .views {
	background-image: url(../image/icon_01.png);
}

.widget .custom .cmt {
	background-image: url(../image/icon_04.png);
}

.widget .custom .date {
	background-image: url(../image/icon_03.png);
}

/*divComments*/
.divComments li {
	overflow: hidden;
	color: #444;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #e4e4e4;
	text-align: justify;
}

.divComments li:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.divComments li .top {
	border: 1px solid #eee;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.75em;
	color: #999;
	position: relative;
	margin-bottom: 10px;
}

.divComments li .top:after {
	content: '';
	display: block;
	width: 7px;
	height: 7px;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	background-color: #fff;
	transform: rotate(45deg);
	position: absolute;
	bottom: -5px;
	left: 7px;
}

.divComments li .gravatar {
	float: left;
	width: 24px;
	height: 24px;
	overflow: hidden;
	border-radius: 50%;
}

.divComments li img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.divComments li .text {
	margin-left: 30px;
	line-height: 24px;
	max-height: 48px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.divComments li a {
	overflow: hidden;
	color: #555;
}

/*divPrevious*/
.widget_recent_entries li {
	position: relative;
	padding: 0 0 10px 10px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #e4e4e4;
}

.widget_recent_entries li:before {
	width: 3.5px;
	height: 3.5px;
	content: '';
	display: block;
	background-color: #cd0808;
	position: absolute;
	left: 0;
	top: 12px;
}

.widget_recent_entries li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

/*divSearchPanel*/
.widget_search form > div {
	position: relative;
	padding-right: 40px;
	overflow: hidden;
}

.widget_search label {
	display: none;
}

.widget_search input[name='s'] {
	height: 24px;
	line-height: 24px;
	padding: 5px 3%;
	border: 1px solid #e4e4e4;
	width: 94%;
	display: block;
	box-sizing: content-box;
}

.widget_search [type='submit'] {
	color: #fff;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 40px;
	background-color: #cd0808;
	cursor: pointer;
	border: none;
}

/*divLinkage*/
.widget_archive li,
.wp-block-archives li,
.widget_links li,
.widget_pages li,
.widget_categories li,
.wp-block-categories li,
.wp-block-pages-list__item {
	float: left;
	width: 48%;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 1% 0;
}

.widget_archive li:nth-child(2n),
.wp-block-archives li:nth-child(2n),
.widget_links li:nth-child(2n),
.widget_pages li:nth-child(2n),
.widget_categories li:nth-child(2n),
.wp-block-categories li:nth-child(2n),
.wp-block-pages-list__item:nth-child(2n) {
	float: right;
}

.widget_archive li a,
.wp-block-archives li a,
.widget_links li a,
.widget_pages li a,
.widget_categories li a,
.wp-block-categories li a,
.wp-block-pages-list__item a {
	background-color: #f9f9f9;
	color: #555;
	padding: 5px 10px;
	display: block;
}


/*divTags*/
.widget_tag_cloud .tagcloud,.widget_tag_cloud .wp-block-tag-cloud {
	overflow: hidden;
	width: 102%;
	display: flex;
	flex-wrap: wrap;
}

.widget_tag_cloud a {
	display: block;
	background-color: #f9f9f9;
	border-radius: 0px;
	padding: 0 10px;
	color: #fff;
	font-size: 12px!important;
	margin: 0.5% 1% 0.5% 0;
}

.widget_tag_cloud a:hover {
	opacity: .8;
}

.widget_tag_cloud a:nth-child(8n-7) {
	background-color: #8A9B0F;
}

.widget_tag_cloud a:nth-child(8n-6) {
	background-color: #EB6841;
}

.widget_tag_cloud a:nth-child(8n-5) {
	background-color: #3FB8AF;
}

.widget_tag_cloud a:nth-child(8n-4) {
	background-color: #FE4365;
}

.widget_tag_cloud a:nth-child(8n-3) {
	background-color: #FC9D9A;
}

.widget_tag_cloud a:nth-child(8n-2) {
	background-color: #EDC951;
}

.widget_tag_cloud a:nth-child(8n-1) {
	background-color: #C8C8A9;
}

.widget_tag_cloud a:nth-child(8n) {
	background-color: #83AF9B;
}

.widget_tag_cloud a:first-child {
	background-color: #E1474D;
}

.widget_tag_cloud a:last-child {
	background-color: #3299BB;
}

/*divCalendar*/
.widget_calendar caption {
	padding-bottom: 10px;
	font-size: 16px;
	line-height: 1.35em;
	margin: 0 5px;
	vertical-align: middle;
	font-weight: bold;
}

.widget_calendar td,.widget_calendar th {
	width: 13.285%;
	padding: 1% 0.5%;
	text-align: center;
	font-size: 14px;
}

.widget_calendar td a {
	padding: 10%;
	background-color: #cd0808;
	border-radius: 50%;
	color: #fff;
}

/*article*/
#article .box {
	margin-bottom: 2.08334%;
}

/*entry*/
.entry {
	font-size: 16px;
	overflow: hidden;
}

.entry * {
	line-height: 1.875em;
}

.entry img {
	max-width: 100%;
	height: auto!important;
}
.entry.admin_cn video{
	max-width:100%;
}
.entry blockquote {
	margin: 0 2em 2.5%;
	overflow: hidden;
	padding: 2.5% 2.5% 0;
	color: #555;
	background-color: #f9f9f9;
	font-style: italic;
}

.entry ul,.entry ol {
	margin-bottom: 2.5%;
	margin-left: 2em;
	padding-left: 1em;
}

.entry ul li {
	list-style: outside disc none;
}

.entry ol li {
	list-style: outside decimal none;
}

.entry li p {
	margin-bottom: 0;
}

.entry p,.entry h1,.entry h2,.entry h3,.entry h4,.entry h5,.entry h6 {
	margin-bottom: 2.5%;
}

.entry a {
	color: #cd0808;
	text-decoration: underline;
}

.entry hr {
	border: none;
	margin-bottom: 2.5%;
	border-bottom: 1px solid #e4e4e4;
	overflow: hidden;
	clear: both;
}

/*postTags*/
#postTags {
	font-size: 14px;
	line-height: 1.75em;
}

#postTags span {
	font-weight: bold;
	color: #000;
}

#postTags a {
	margin: 0 1.5%;
}

/*postnavi*/
#postnavi {
	font-weight: bold;
	font-size: 14px;
	line-height: 1.75em;
}

#postnavi .prev,#postnavi .next {
	width: 45%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#postnavi .prev {
	float: left;
}

#postnavi .next {
	float: right;
	text-align: right;
}

/*breadcrumb*/
#breadcrumb {
	font-size: 14px;
	color: #ddd;
	margin-top: 20px;
}

#breadcrumb a {
	color: #ddd;
}

#breadcrumb .home {
	background: url(../image/icon_home.png) no-repeat left;
	background-size: auto 14px;
	padding-left: 20px;
}

#breadcrumb i {
	font-style: normal;
	
	margin: 0 5px 0 3px;
}

/*广告*/
.listpic.mt {
	margin-top: 20px;
}

.listpic.mb {
	margin-bottom: 2.5%;
}

.listpic.bxmb {
	margin-bottom: 2.08334%;
	clear: both;
}

.listpic a {
	display: block;
	overflow: hidden;
}

.listpic img {
	display: block;
	width: 100%;
	height: auto;
}

/*postTitle */
#postTitle {
	font-size: 24px;
	text-align: center;
	line-height: 1.5em;
	padding: 2% 0 3%;
}

/*postmeta*/
#postmeta {
	font-size: 0;
	line-height: normal;
	text-align: center;
	margin-bottom: 2.5%;
	border-bottom: 1px dashed #eee;
	padding-bottom: 2.5%;
}

#postmeta span {
	font-size: 14px;
	color: #888;
	margin: 0 10px;
	display: inline-block;
	background: no-repeat left center;
	padding-left: 20px;
	background-size: auto 12px;
}

#postmeta a {
	color: #888;
}

#postmeta a:hover {
	color: #cd0808;
}

#postmeta .views {
	background-image: url(../image/icon_01.png);
}

#postmeta .tag {
	background-image: url(../image/icon_02.png);
}

#postmeta .date {
	background-image: url(../image/icon_03.png);
}

/*errorPage*/
#errorPage #postTitle {
	margin-top: 10%;
}

#errorPage .entry {
	text-align: center;
	margin-bottom: 15%;
}

/*related*/
#related ul {
	overflow: hidden;
	width: 102%;
}

#related li {
	float: left;
	width: 23%;
	padding: 1% 2% 1% 0;
}

#related .thumbnail {
	margin-bottom: 5px;
}

#related h4 {
	font-size: 14px;
	line-height: 1.75em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
}

/*footer*/
#footer {
	font-size: 14px;
	line-height: 1.75em;
	color: #999;
	padding: 2.5% 0;
	background-color: #fff;
	box-shadow: 0px 0px 3px rgba(0,0,0,.15);
}

#footer a {
	color: #999;
}

#footer a:hover {
	color: #cd0808;
}

#abback {
	position: fixed;
	width: 50px;
	padding-bottom: 50px;
	background: #cd0808 url(../image/icon_backtop.png) no-repeat center center;
	background-size: 50% auto;
	right: 3.125%;
	bottom: 20%;
	z-index: 6;
	cursor: pointer;
	border-radius: 5px;
	display: none;
}

/*pagelist*/
#pagelist {
	padding: 0.78125% 0;
}

#pagelist ul {
	font-size: 0;
	line-height: normal;
}

#pagelist li {
	font-size: 14px;
	line-height: 1.75em;
	display: inline-block;
	padding-right: 25px;
	position: relative;
}

#pagelist li:after {
	width: 1px;
	height: 10px;
	background-color: #9f9f9f;
	content: '';
	display: block;
	position: absolute;
	right: 12px;
	top: 50%;
	margin-top: -5px;
}

#pagelist li:last-child:after {
	display: none;
}

/*copyright*/
#copyright {
	text-transform: uppercase;
	padding: 0.78125% 0;
	overflow: hidden;
}

#copyright .left {
	float: left;
}

#copyright .right {
	float: right;
}

#copyright a {
	display: inline-block;
}

#copyright img {
	display: inline-block;
	vertical-align: middle;
	width: auto;
	height: 18px;
	margin-top: -3px;
}

/*comment*/
#respond {
	position: relative;
	overflow: hidden;
}

#respond .item {
	margin-bottom: 2%;
	position: relative;
}

#respond label {
	display: block;
	font-size: 14px;
	line-height: 1.75em;
	color: #555;
	margin-bottom: 5px;
}

#respond label i {
	font-style: normal;
	color: #f00;
	font-size: 12px;
	margin-left: 5px;
}

#respond .input {
	border: 1px solid #e4e4e4;
	overflow: hidden;
}

#respond .text {
	font-size: 14px;
	line-height: 24px;
	padding: 5px 5%;
	width: 90%;
	display: block;
	border: none;
	border-radius: 3px;
	color: #555;
}

#respond textarea.text {
	height: 110px;
	resize: vertical;
	padding: 5px 1.5%;
	width: 97%;
}

#respond .inp {
	width: 102%;
	overflow: hidden;
}

#respond .inp .item {
	float: left;
	width: 31.333%;
	padding-right: 2%;
}

#respond .verify {
	width: 130px;
	float: left;
}

#respond .verify img {
	display: block;
	cursor: pointer;
	height: 36px;
	width: auto;
	position: absolute;
	left: 110%;
	bottom: 0;
}

#respond .btn {
	overflow: hidden;
}

#respond .submit {
	float: right;
	background-color: #cd0808;
	border: none;
	width: 100px;
	height: 35px;
	color: #fff;
	font-size: 14px;
	border-radius: 3px;
	cursor: pointer;
}

#respond .submit:hover {
	opacity: .85;
}

#cancel-comment-reply-link {
	font-size: 12px;
	color: #999;
	line-height: 2em;
}

/*warning*/
.warning {
	font-size: 12px;
	color: #999;
	line-height: 2em;
	clear: both;
	margin-bottom: 2%;
}

/*commentslist*/
#comments {
	overflow: hidden;
}

#comments li {
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 20px;
	border-bottom: 1px solid #f6f6f6;
	overflow: hidden;
}

#comments .gravatar {
	float: left;
	padding: 3px 0;
}

#comments .gravatar img {
	width: 40px;
	height: 40px;
	display: block;
}

#comments .info {
	margin-left: 55px;
	overflow: hidden;
}

#comments .meta {
	overflow: hidden;
	font-size: 12px;
	line-height: 1.35em;
	color: #999;
	margin-bottom: 10px;
}

#comments .meta span {
	display: block;
	float: left;
}

#comments .meta .reply {
	float: right;
}

#comments .meta a {
	color: #cd0808;
}

#comments .name {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5em;
	color: #333;
	margin-bottom: 5px;
}

#comments .name a {
	color: #333;
}

#comments .text {
	font-size: 14px;
	line-height: 2em;
	color: #666;
}

#comments .text li {
	margin-left: 0;
}

#comments li li {
	margin: 15px 0 5px 55px;
	background-color: #f9f9f9;
	padding: 15px;
	border-bottom: none;
}

#comments li li li {
	margin: 10px 10px 5px;
	background-color: #fff;
	border: 1px solid #e5e5e5;
}

/*popup*/
.popup {
	position: fixed;
	left: 0;
	top: -100%;
	width: 100%;
	display: block;
	background-color: rgba(255,255,255,0.9);
	z-index: 9;
	height: 0;
	overflow: hidden;
	transition: all .3s;
}

.popup.show {
	top: 0;
	height: 100%;
}

.popup .table {
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 100%;
}

.popup .td {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	font-size: 0;
	line-height: normal;
	text-align: center;
}

/*socialBox*/
#socialBox ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	line-height: normal;
	text-align: center;
}

#socialBox li {
	width: 180px;
	text-align: center;
	padding: 0 2%;
}

#socialBox a {
	display: block;
	overflow: hidden;
}

#socialBox .qr {
	padding: 5px;
	background-color: #fff;
	box-shadow: 0px 0px 10px rgba(0,0,0,.15);
	border: 1px solid #e4e4e4;
	margin-bottom: 10px;
}

#socialBox img {
	display: block;
	width: 100%;
	height: auto;
}

#socialBox h2 {
	font-size: 24px;
	line-height: 1.5em;
	text-align: center;
	margin-bottom: 3.5%;
}

#socialBox h3 {
	font-size: 16px;
	line-height: 1.875em;
}

/*screen width*/
@media only screen and (max-width:1365px) {
	#wrapper {
		padding: 1.5625% 0;
	}

	

	/*1365px*/
	.listpic.mt {
		margin-top: 1.5625%;
	}
}

@media only screen and (max-width:1280px) {

	/*1280px*/
	#logo {
		padding: 7.5px 0;
		width: 144px;
	}

	/*1280px*/
	#nav {
		margin-left: 145px;
	}

	#nav li {
		margin: 0 0.5%;
	}

	#nav li a {
		padding-left: 18px;
		padding-right: 18px;
	}

	/*1280px*/
	#sidebar {
		width: 280px;
	}

	/*1280px*/
	#abback {
		width: 3.90625%;
		padding-bottom: 3.90625%;
	}
}

@media only screen and (max-width:1024px) {

	/*1024px*/
	#header .inner {
		position: static;
	}

	/*1024px*/
	#search {
		top: 100%;
		right: 0;
		width: 93.75%;
		padding: 5px 3.125%;
		border-top: 1px solid #e4e4e4;
		border-radius: 0;
		transform: none;
		box-shadow: 0px 3px 3px rgba(0,0,0,.2);
	}

	#search .text {
		width: 98%;
		padding-left: 1%;
		padding-right: 1%;
		background-color: #f9f9f9;
	}

	/*1024px*/
	#navBtn {
		display: inline-block;
	}

	/*1024px*/
	#nav {
		margin: 0;
		position: fixed;
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
		z-index: 1;
		cursor: pointer;
		background-color: rgba(0,0,0,0.3);
		display: none;
	}

	#nav .menu {
		position: fixed;
		top: 0;
		left: -100%;
		width: 235px;
		background-color: #1e1e1e;
		height: 100%;
		margin: 0;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		box-shadow: 1px 0px 30px rgba(0,0,0,0.5);
		transition: left .3s;
	}

	#nav .show {
		left: 0;
	}

	#nav ul {
		padding: 60px 0;
		text-align: left;
	}

	#nav li {
		display: block;
		line-height: 50px;
		margin: 0;
	}

	#nav li.hasSub {
		padding-right: 0;
	}

	#nav li a {
		color: #fff;
		padding: 0 50px 0 2em;
	}

	#nav li a:hover {
		background-color: transparent;
	}

	#nav li.cur a:hover {
		background-color: #9f0909;
	}

	#nav li ul {
		padding: 0;
		display: none;
		width: auto;
		position: static;
		left: auto;
		top: auto;
		background-color: transparent;
		box-shadow: none;
	}

	#nav li li {
		font-size: 14px;
		line-height: 40px;
		font-weight: bold;
	}

	#nav li li a {
		padding-left: 4em;
	}

	#nav li em {
		width: 50px;
		height: 50px;
		top: 0;
		right: 0;
		z-index: 2;
		transform: none;
	}

	#nav li em:after {
		width: 6px;
		height: 6px;
		border-color: #fff;
		transform: rotate(-45deg);
		margin-left: -4px;
		transition: all .3s;
	}

	#nav li em.open:after {
		transform: rotate(45deg);
	}

	/*1024px*/
	#wrapper .table {
		display: block;
		width: auto;
	}

	#wrapper .td {
		display: block;
		width: auto;
	}
	#wrapper #sidebar{
		display: none;
	}

	/*1024px*/
	#main.td {
		padding-left: 0;
	}

	/*1024px*/
	.boxItem {
		width: 49.21875%;
		padding-bottom: 1.5625%;
	}

	.boxItem .title {
		font-size: 16px;
	}


	/*1024px*/
	.widget {
		margin: 1.5625% 0 0;
	}

	/*1024px*/
	#socialBox h2 {
		font-size: 20px;
	}

	#socialBox li {
		width: 21%;
	}

	#socialBox .qr {
		margin-bottom: 5px;
	}

	#socialBox h3 {
		font-size: 14px;
		line-height: 1.75em;
	}

	/*1024px*/
	#slidesNav .item a {
		margin-right: 4.2194%;
	}

	/*1024px*/
	#recommend,#article .box,.listpic.bxmb {
		margin-bottom: 1.5625%;
	}

	#article .box:last-child {
		margin-bottom: 0;
	}
}

@media only screen and (max-width:768px) {

	/*768px*/
	#logo {
		padding: 7.5px 0;
		width: 128px;
	}

	/*768px*/
	#topBtn {
		padding: 12.5px 0;
	}

	/*768px*/
	#nav .menu {
		width: 200px;
	}

	#nav ul {
		padding: 55px 0;
	}

	#nav li {
		font-size: 14px;
		line-height: 40px;
	}

	#nav li a {
		padding-left: 1em;
		padding-right: 40px;
	}

	#nav li li a {
		padding-left: 3em;
	}

	#nav li em {
		width: 40px;
		height: 40px;
	}

	/*768px*/
	#slides .item h2 {
		font-size: 14px;
		line-height: 1.5em;
	}

	#slides .slick-arrow {
		width: 20px;
		height: 30px;
	}

	#slides .slick-prev:after,#slides .slick-next:after {
		width: 8px;
		height: 13px;
		margin-left: -4px;
	}

	#slides .slick-prev {
		left: 0;
	}

	#slides .slick-next {
		right: 0;
	}

	/*768px*/
	#slidesNav .item a {
		margin-right: 4.23728%;
	}

	/*768px*/
	#recommend ul {
		width: 103%;
	}

	#recommend li {
		width: 47%;
		padding: 2% 3% 1% 0;
	}

	#recommend .title {
		margin-bottom: 5px;
	}

	/*768px*/
	.blogItem {
		margin-bottom: 10px;
		padding-bottom: 10px;
	}

	.blogItem .thumbnail {
		width: 100px;
	}

	.blogItem .info {
		margin-left: 115px;
		padding: 0;
	}

	.blogItem .info h2 {
		font-size: 14px;
		line-height: 1.75em;
		height: 3.5em;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		margin-bottom: 0;
		white-space: normal;
		white-space: normal;
	}

	.blogItem .intro {
		white-space: nowrap;
		display: block;
		height: auto;
		margin-bottom: 0;
	}

	.blogItem .meta,.blogItem .more {
		display: none;
	}

	.boxItem .title {
		font-size: 14px;
	}

	.boxItem .intro {
		height: 3.5em;
		-webkit-line-clamp: 2;
	}

	.boxItem .meta .tag {
		width: 4em;
	}

	/*768px*/
	#pagenavi {
		font-size: 12px;
	}

	/*768px*/
	.widget .custom {
		margin-bottom: 10px;
		padding-bottom: 10px;
	}

	.widget .custom .info {
		margin-left: 110px;
	}

	/*768px*/
	.divComments li {
		margin-bottom: 12px;
		padding-bottom: 8px;
	}

	/*768px*/
	#footer {
		padding: 25px 0;
	}

	/*768px*/
	#pagelist,#copyright {
		text-align: center;
		font-size: 12px;
	}

	#pagelist li {
		padding: 0 10px;
		font-size: 12px;
	}

	#pagelist li:after {
		right: 0;
	}

	/*768px*/
	#copyright .left,#copyright .right {
		float: none;
	}

	/*768px*/
	#related ul {
		width: 105%;
	}

	#related li {
		width: 45%;
		padding: 2% 5% 2% 0;
	}

	/*768px*/
	#postnavi {
		font-weight: normal;
		line-height: 2em;
	}

	#postnavi .prev,#postnavi .next {
		float: none;
		width: auto;
		text-align: left;
	}

	/*768px*/
	.entry {
		font-size: 14px;
	}

	.entry * {
		line-height: 1.75em;
	}

	.entry p,.entry h1,.entry h2,.entry h3,.entry h4,.entry h5,.entry h6,.entry hr,.entry blockquote,.entry ol,.entry ul {
		margin-bottom: 3%;
	}

	/*768px*/
	#postTitle {
		font-size: 20px;
		padding: 3% 0 4%;
	}

	/*768px*/
	#postmeta {
		margin-bottom: 3%;
		padding-bottom: 3%;
	}

	#postmeta span {
		margin: 0 5px;
		font-size: 12px;
		background-size: auto 12px;
		padding-left: 18px;
	}

	/*768px*/
	#breadcrumb {
		margin: 8px 0 6px;
		font-size: 12px;
	}

	#breadcrumb .home {
		background-size: auto 12px;
		padding-left: 18px;
	}

	/*768px*/
	#respond .inp {
		width: auto;
	}

	#respond .inp .item {
		float: none;
		width: auto;
		padding-right: 0;
	}

	#respond .verify {
		float: none;
	}

	#respond .btn {
		clear: both;
		padding: 2% 0;
		overflow: hidden;
	}

	#respond .submit {
		height: 30px;
		width: 80px;
	}

	/*768px*/
	#comments li {
		padding-bottom: 10px;
		margin-bottom: 10px;
	}

	#comments .gravatar img {
		width: 30px;
		height: 30px;
	}

	#comments .info {
		margin-left: 40px;
	}

	#comments .meta {
		margin-bottom: 5px;
	}

	#comments .name {
		font-size: 14px;
	}

	#comments li li {
		margin: 10px 0 5px 40px;
		padding: 10px;
	}

	#comments li li li {
		margin: 5px;
	}

	/*768px*/
	#socialBox h2 {
		margin-bottom: 10%;
	}

	#socialBox li {
		width: 46%;
		padding: 2%;
	}

	/*768px*/
	.box {
		padding: 10px;
	}

	/*768px*/
	.boxItem .info {
		padding-top: 10px;
	}

	/*768px*/
	#abback {
		width: 30px;
		padding-bottom: 30px;
		border-radius: 3px;
	}
}


.pagebar {
	padding: 20px;
	overflow: hidden;
	clear: both
}

.pagebar .pagination {
	display: flex;
	justify-content: center;
	margin-top: 10px;
}

.pagination a {
	background: #fff;
	border: 1px solid #ccc;
	color: #333;
	font-size: 12px;
	padding: 8px 10px;
	margin: 0 2px;
	border-radius: 3px;
	line-height: 100%
}

.pagination span {
	color: #333;
	font-size: 12px;
	padding: 7px 2px;
	margin: 0 2px;
	border-radius: 3px;
}

.pagination a:hover {
	color: #333;
	border: 1px solid #333;
}

.pagination a.page-num-current {
	color: #fff;
	background: #333;
	border: 1px solid #333;
}

.pagination .st {
	
}

.text-secondary {
	text-align: center;
	padding: 20px 0
}

.admin_cn img {
	max-width: 100% !important;
	height: auto !important;
	display: inline-block;
}

.admin_cn p {
	text-wrap: inherit !important;
}

.admin_cn p span {
	text-wrap: inherit !important;
}
.article_c_left P {
    max-width: 100%;
    margin-bottom: 20px;
    line-height: 2;
    font-size: 16px;
}
.article_c_ts {
    font-size: 14px;
    color: #909399;
    text-indent: 0;
    padding: 10px 20px;
    background: #f2f2f2;
    line-height: 24px;
    border-radius: 4px;
}
.article_ewm{
	justify-content: center;
	width:100%;
	padding:50px 0;
}
.article_info{
	justify-content: center;
	position: relative;
}
.article_info img{
	height:auto;
}
.article_logo{
	justify-content: center;
	position: relative;
}
.article_logox{
	display: flex;
	flex-wrap:wrap;
	justify-content: center;
	align-content:center;
	padding-right:50px;
	margin-right:50px;
	border-right:1px solid #cecece;
}
.article_logox img{
	height:100px;
}
.article_qrcode img{
	height:120px;
}
.article_qrcode p{
	text-align: center;
}

@media(max-width:1200px){
	.article_p2{
		height: auto;
		white-space: wrap;
		line-height: 1.5;
		text-align: left;
	}
	.article_zuo,.article_you,.article_za2{
		width:100%;
	}
	.article_za1,.article_zimg1{
		height:250px;
	}
}
@media(max-width:1000px){
	.article_title{
		font-size:24px;
		line-height:1.6;
	}
	.article_tab_div{
		width:100%;
	}
	.article_c_left{
		width:100%;
		padding-right:0;
		padding-bottom: 0;
	}
	.article_c_right{
		width:100%;
	}
	.article_logox{
		padding-right: 0;
		margin-right: 0;
		border-right: none;
	}
	.article_qrcode{
		margin-top: 30px;
		width:100%;
		text-align: center;
	}
	.article_ewm{
		padding:0;
	}
	
}

/*记者*/
.news15jz .flex{
	justify-content: start;
	margin:50px auto;
}
.n15a{
	display:block;
	padding:30px;
	background: #fff;
	transition:1s;
}
.n15a:hover{
	background: #d21325;
	color:#fff;
}
.n15img{
	width:200px;
	display:block;
	margin:0 auto 30px;
}
.n15img img{
	width:200px;
	display:block;
}
.text1{
	width:auto;
	display:block;
	margin:0 auto;
}
.jizhe{
	margin:30px auto;
}
.text2{
	width:100%;
}
.text2 p{
	width:200px;
	box-sizing:border-box;
	text-align:center;
}
.jizhe h1{
	text-align: center;
	color:#fff;
	text-shadow: 0 4px 5px rgb(0 0 0 / 40%);
}
.jizhe td {
    display: table-cell;
    vertical-align: inherit;
    border:1px solid #666;
    padding:10px;
    box-sizing:border-box;
}
.jizhe table {
    border-collapse: collapse;
    border-spacing: 2px;
    width:100%;
	margin:30px 0;
}
.rycx{
    display:block;
    background:#d81306;
    padding:20px 50px;
    box-sizing:border-box;
    margin:50px 0;
    
}
.rycx_title{
    color:#fff;
    font-size:30px;
    text-align:center;
    font-weight:800;
}
.rycx .searchinput{
    margin:20px auto;
}
.search_listbox {
	float: left;
	position: relative;
	z-index: 2;
	width: 60px
}
.searchinput {
	width: 360px;
	box-sizing: border-box;
	display: flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin-top:20px;
}

.searchinput .search_input{
	border: 1px solid #aaa;
	width: 320px;
	height: 38px;
	padding: 0 0 0 18px;
	background: #fff;
	color: #666;
	line-height: 38px;
	border-radius: 10px 0 0 10px;
	box-sizing: border-box;
	border-right: none;
	font-size:14px;
}

.searchinput .search_a {
	line-height: 38px;
	text-align: center;
	background: #fff;
	display: block;
	width: 40px;
	height: 38px;
	text-decoration: none;
	font-size: 0;
	border: 1px solid #aaa;
	border-left: none;
	border-radius: 0 10px 10px 0;
	box-sizing: border-box;
	cursor:pointer;
}
.searchinput .search_a svg{
	display: block;
}
.select_border {
	background: #fff;
	width: 58px;
	border: 1px solid #dedede;
	border-left: none;
	height: 38px;
	overflow: HIdden;
	display: block;
	border-radius: 0 20px 20px 0
}

.selectnews {
	line-height: 38px;
	color: #666;
	margin: -1px;
	font-size: 13px;
	width: 60px
}
.select_container select {
	border: 1px solid #dedede;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: url(../image/down.jpg) no-repeat 47px transparent;
	padding-right: 20px;
	padding-left: 5px
}

.select_container select::-ms-expand {
	display: none
}

@media(max-width:1200px){
	.news15jz .flex{
		justify-content: center;
		margin-top:60px;
	}
}

.flex{
	display:flex;
	justify-content: space-between;
	flex-wrap:wrap;
}
.container{
	max-width:1520px;
	padding:0 20px;
	width:100%;
	position: relative;
	display: block;
	box-sizing: border-box;
	margin:0 auto;
}
.foot{
	background: #f5f5f5;
}
.foot-top{
	padding:40px 0 50px;
	border-bottom:1px solid #e3e3e3;
}
.foot-bottom{
	padding:40px 0 50px;
	text-align: center;
	line-height: 2;
	color:#666;
}
.foot-bottom a{
	color:#666;
}
.foot-bottom a:hover{
	color:#cd0808;
}
.foot-bottom span{
	padding:0 5px;
}
.foot-p1{
	font-size:18px;
	font-weight:800;
	color:#333333;
}
.foot-p2{
	margin-top:20px;
	justify-content: start;
}
.foot-tab{
	display:block;
	width:144px;
	margin-bottom:15px;
}
@media(max-width:999px){
	.foot-top{
		display: none;
	}
}
img{
  user-select:none;
  user-drag:none;
  -webkit-user-drag: none;
}
body{
	background-image: url(../image/head-bg.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size:100% auto;
}
.head{
	height:580px;
}

.head-container{
	max-width:1640px;
	padding:0 20px;
	width:100%;
	position: relative;
	display: block;
	box-sizing: border-box;
	margin:0 auto;
}
* {
  scrollbar-width: none;
}
::-webkit-scrollbar {
    width: 7.5px;
    height: 6px;
    background-color: #f0f0f0;
	display: none;
}
::-webkit-scrollbar-thumb {
    background-color: #b1b1b1;
    border-radius: 15px;
	display: none;
}
::-webkit-scrollbar-thumb:hover {
    background-color: #777;
	display: none;
}
.head{
	text-align: center;
}

.head img{
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width:100%;
}
.head-logo{
	padding-top:3.75%;
}
.head-text{
	padding:1.875% 0 6.25%;
}
@media(max-width:1910px){
	.head-logo img{
		width:30%;
	}
	.head-text img{
		width:71.875%;
	}
}
.nav{
	padding:5% 0 0;
}
.nav-block{
	column-gap: 50px;
	row-gap: 0;
}
.nav-tab{
	margin-bottom:20px;
	/* flex: 0 0 12%; */
	box-sizing: border-box;
	min-width:80px;
}
.nav-tab-a{
	color:#fff;
	font-size:18px;
	padding:5px 0;
	border-bottom: 1px solid rgb(255,255,255,0);
	box-sizing: border-box;
}
.nav-tab-a:hover{
	border-bottom: 1px solid #fff;
	color:#fff;
}
.nav-tab-2-a{
	color:#fff;
}
.nav-block-2 span{
	color:#fff;
}
.nav-block3{
	display: none;
}
.nav-block4{
	display: none;
}
.nav-block5{
	display: none;
}
@media(max-width:1566px){
	.nav-block{
		column-gap: 32px;
	}
}
@media(max-width:1366px){
	.nav-block{
		column-gap: 20px;
	}
	.nav-block-2 span{
		display: none;
	}
}
@media(max-width:999px){
	.nav{
		background-color: #d81306;
		margin-top:20px;
		padding-bottom:10px;
	}
	.nav-block{
		display: none;
	}
	.nav-block-2{
		display: none;
	}
	.nav-block3{
		display: block;
		overflow-x: scroll;
	}
	.nav-block4{
		display: block;
		overflow-x: scroll;
	}
	.nav-block5{
		display: block;
		overflow-x: scroll;
		height:30px;
	}

	.nav-line{
		width:960px;
	}
	.nav-line2{
		width:1680px;
	}
	.nav-tab{
		width: 80px;
		min-width: 0px;
		margin-bottom: 10px;
	}
	.nav-block5 .nav-tab{
		width:50px;
		height:20px;
	}
	.nav-tab-a{
		font-size:14px;
		line-height: 1;
	}
	
	.nav-tab-a:hover{
		border:none;
	}
}
.nav-block-2 > *:last-child {
  display: none;
  /* 或使用 visibility: hidden 保留元素空间 */
}
@media(max-width:1800px){
	.head{
		height:540px;
	}
}
@media(max-width:1700px){
	.head{
		height:500px;
	}
}
@media(max-width:1600px){
	.head{
		height:460px;
	}
}
@media(max-width:1500px){
	.head{
		height:420px;
	}
}
@media(max-width:1400px){
	.head{
		height:380px;
	}
}
@media(max-width:1300px){
	.head{
		height:360px;
	}
}
@media(max-width:999px){
	.head{
		height:280px;
	}
	.nav{
		padding-top:20px;
	}
}
@media(max-width:800px){
	.head{
		height:240px;
	}
}
@media(max-width:700px){
	.head{
		height:200px;
	}
}
@media(max-width:600px){
	.head{
		height:180px;
	}
}
@media(max-width:500px){
	.head{
		height:160px;
	}
	.nav {
		margin-top: 0px;
	}
}
@media(max-width:450px){
	.head{
		height:140px;
	}
}
@media(max-width:415px){
	.head{
		height:130px;
	}
}
@media(max-width:380px){
	.head{
		height:120px;
	}
}
#leftimg {
    position: fixed;
    left: 0px;
    height:100vh;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    z-index: 99;
    bottom: unset;
    top: 200px;
    display: none;
}

#rightimg {
    position: fixed;
    right: 0px;
    height:100vh;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    z-index: 99;
    bottom: unset;
    top: 200px;
    display: none;
}
.nav-close{
	margin:0 auto;
	height:20px;
	width:20px;
	line-height: 20px;
	text-align: center;
	border-radius: 50px;
	border:1px solid #000;
	color:#000;
	cursor: pointer;
}
.s1{
	margin-top:40px;
}
.s1-con{
	padding:30px;
	border-radius: 10px;
	background: #fff;
}
.s1-left{
	width:calc(65% - 20px);
	box-sizing: border-box;
}
.s1-right{
	width:calc(35% - 20px);
	box-sizing: border-box;
}
.s1-a1{
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size:26px;
	font-weight:800;
	color:#333;
	margin-bottom:20px;
}
.s1-a2{
	width:calc(50% - 20px);
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size:18px;
	font-weight:400;
	color:#333;
	margin-bottom:20px;
}
.s1-box3{
	margin-top:40px;
	background: #f7f7f7;
	border-radius: 15px;
	overflow: hidden;
}
.s1-a3-text{
	width:45%;
	padding:30px 30px 30px 60px;
	box-sizing: border-box;
}
.s1-a3-img{
	width:55%;
	height:320px;
	overflow: hidden;
	position: relative;
}
.s1-a3-img img{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: transform .3s;
	object-fit: cover;
}
.s1-pagination{
	width: 200px !important;
	left:60px!important;
	text-align: left!important;
	bottom:30px!important;
}
.s1-pagination .swiper-pagination-bullet{
	background: #333333!important;
}
.s1-pagination .swiper-pagination-bullet-active{
	width:30px!important;
	border-radius: 5px!important;
}
.s1-p1{
	padding:10px 20px;
	background: #d81306;
	color:#fff;
	font-size:16px;
	display: inline-block;
	border-radius: 5px;
}
.s1-p2{
	margin-top:30px;
	font-size:26px;
	font-weight:800;
	color:#333;
	display:-webkit-box;
	-webkit-line-clamp:3;
	-webkit-box-orient:vertical;
	overflow: hidden;
}
.s1-p2 span{
	display: inline-block;
	padding:6px 10px;
	background: #3377ff;
	font-size:14px;
	color:#fff;
	transform: translate(0px,-5px);
}
.s1-p3{
	margin-top:20px;
}
.s1-next{
	width: 40px !important;
	height:40px!important;
	line-height: 40px!important;
	text-align: center!important;
	background: #333333!important;
	border-radius: 25px!important;
}
.s1-next:after{
	font-size:16px!important;
	color:#fff!important;
}
.s1-prev{
	width: 40px !important;
	height:40px!important;
	line-height: 40px!important;
	text-align: center!important;
	background: #333333!important;
	border-radius: 25px!important;
}
.s1-prev:after{
	font-size:16px!important;
	color:#fff!important;
}

.s1-box4{
	box-sizing: border-box;
	border-radius: 5px;
	overflow: hidden;
}
.s1-videobox{
	background: #000;
	height:270px;
}
.s1-video{
	width:100%;
	height:270px;
}
.s1-box4-text{
	border: 1px solid #eee;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	padding:15px 0;
}
.s1-box4-a{
	display: flex;
	justify-content: start;
	align-items: flex-end;
	font-size:16px;
	color:#333;
	padding:15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.s1-box4-a a{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.s1-box4-a1{
	background: #f7f7f7;
	font-weight:800;
	color:#d81306;
}
.live-icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: center;
    justify-content: center;
	margin-right:5px;
}

.live-icon,.live-icon-bar {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.live-icon-bar {
    background-color: #d81306;
    display: inline-block;
    margin-bottom: 2px;
	width: 2px; 
	margin-right: 2px; 
	border-radius: 7px;
}

.live-icon-bar-1 {
    animation: live-icon-1 .5s linear infinite alternate-reverse
}

.live-icon-bar-2 {
    animation: live-icon-2 .3s linear infinite alternate-reverse
}

.live-icon-bar-3 {
    animation: live-icon-3 .5s linear infinite alternate-reverse;
    margin-right: 0!important
}

.live-icon-bar-1-static {
    height: 30%
}

.live-icon-bar-2-static {
    height: 60%
}

.live-icon-bar-3-static {
    height: 50%
}

@-webkit-keyframes live-icon-1 {
    0% {
        height: 30%
    }

    50% {
        height: 60%
    }

    to {
        height: 30%
    }
}

@keyframes live-icon-1 {
    0% {
        height: 30%
    }

    50% {
        height: 60%
    }

    to {
        height: 30%
    }
}

@-webkit-keyframes live-icon-2 {
    0% {
        height: 90%
    }

    50% {
        height: 60%
    }

    to {
        height: 30%
    }
}

@keyframes live-icon-2 {
    0% {
        height: 90%
    }

    50% {
        height: 60%
    }

    to {
        height: 30%
    }
}

@-webkit-keyframes live-icon-3 {
    0% {
        height: 60%
    }

    50% {
        height: 30%
    }

    to {
        height: 60%
    }
}

@keyframes live-icon-3 {
    0% {
        height: 60%
    }

    50% {
        height: 30%
    }

    to {
        height: 60%
    }
}
@media(max-width:999px){
	.s1-con{
		padding:0px;
	}
	.s1-left{
		width:100%;
	}
	.s1-a1{
		white-space: normal;
		font-size: 20px;
	}
	.s1-a2{
		white-space: normal;
		font-size: 20px;
		width:100%;
	}
	.s1-a3-text{
		width:100%;
		padding:10px;
	}
	.s1-a3-img{
		width:100%;
		height:260px;
	}
	.s1-p2{
		max-height:75px;
		overflow: hidden;
	}
	.s1-right{
		width:100%;
		margin-top:20px;
	}
}
.s2{
	margin-top:50px;
}
.s2-top{
	width:100%;
	background-image:url(../image/s2-bg.jpg);
	background-position:left center;
	background-repeat:no-repeat;
	background-size:cover;
	border-radius: 5px;
	box-sizing: border-box;
	padding-left:200px;
}
.s2-nav{
	padding:20px;
	font-size:18px;
	display: inline-block;
	color:#fff;
	margin-right:50px;
	cursor: pointer;
}
.s2-nav:hover{
	background: #a81306;
	color:#fff;
}
.s2-nav-hover{
	background: #a81306;
}
.s2-bottom{
	margin-top:30px;
}
.s2-tab{
	display: none;
}
.s2-left{
	width:30%;
	border: 1px solid #eee;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0px 1px 5px 1px rgba(6, 6, 6, 0.09);
}
.s2-center{
	width:50%;
}
.s2-right{
	width:calc(20% - 40px);
}
.s2-1-a{
	display: block;
	width:100%;
	height:250px;
	position: relative;
	
}
.s2-1-img{
	display: block;
	width:100%;
	height:100%;
}
.s2-1-div{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgb(0,0,0,0.3);
	
}
.s2-1-p{
	color:#fff;
	position: absolute;
	bottom:0;
	padding:20px;
	box-sizing: border-box;
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
}

.s2-1-a:hover .s2-1-p{
	color:#d81306;
}
.s2-1-text{
	padding:30px;
}
.s2-2-a{
	font-size:18px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom:10px;
	width:100%;
	display: block;
}
.s2-circle{
	height:10px;
	width:10px;
	border-radius: 10px;
	background: #d81306;
	margin-right:10px;
	display: inline-block;
}
.s2-center-1{
	padding:20px;
	box-sizing: border-box;
	width:100%;
	height: 150px;
	border: 1px solid #eee;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0px 1px 5px 1px rgba(6, 6, 6, 0.09);
	position: relative;
	padding-left:130px;
}
.s2-tag{
	position: absolute;
	background:linear-gradient(104.04deg,#a81306 0%, #d81306 100%);
	top:0;
	left:0;
	font-size:22px;
	color:#fff;
	padding:10px;
	font-family: '宋体';
}
.s2-center-2{
	box-sizing: border-box;
	width:100%;
	height: 210px;
	margin-top:20px;
}
.s2-center-2-tab{
	position: relative;
	padding:10px;
	box-sizing: border-box;
	width:calc((100% - 40px) / 3 );
	height: 210px;
	border: 1px solid #eee;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0px 1px 5px 1px rgba(6, 6, 6, 0.09);
}
.s2-3-img{
	width:100%;
	height:120px;
	border-radius: 5px;
}
.s2-3-p{
	margin-top:10px;
}
.s2-right-tab{
	display: block;
	width:100%;
	height:114px;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0px 1px 5px 1px rgba(6, 6, 6, 0.09);
}
.s2-4-img{
	display: block;
	width:100%;
	height:100%;
}
.s2-right{
	align-content: space-between;
}
@media(max-width:999px){
	.s2-top{
		padding:0px;
		display: flex;
		flex-wrap: wrap;
	}
	.s2-nav{
		width:50%;
		margin-right:0;
		padding:10px 0;
		box-sizing: border-box;
		text-align: center;
		font-size: 18px;
	}
	.s2-left{
		width:100%;
	}
	.s2-center{
		width:100%;
		margin-top:20px;
	}
	.s2-right{
		width:100%;
		margin-top:20px;
	}
	.s2-tag{
		display: none;
	}
	
	.s2-center-1{
		padding:20px;
	}
	.s2-center-2{
		height:auto
	}
	.s2-center-2-tab{
		margin-bottom:20px;
		width:100%;
		height:auto;
	}
	.s2-1-a{
		height:200px;
	}
	.s2-right-tab{
		margin-bottom:20px;
		height:150px;
	}
}
.s3{
	margin-top:40px;
}
.s3-left{
	width:calc((100% - 60px) / 3);
}
.s3-center{
	width:calc((100% - 60px) / 3);
}
.s3-right{
	width:calc((100% - 60px) / 3);
}
.s3-tab{
	width:100%;
	margin-bottom:20px;
}
.view-tab{
	width:100%;
	display: block;
	border-bottom: 2px solid #f6f6f6;
}
.view-title{
	display: inline-block;
	padding:10px 0;
	color:#d81306;
	border-bottom: 2px solid #d81306;
	font-size:22px;
	font-weight:800;
}
.s3-a1{
	padding:20px 0;
	font-size: 18px;
	line-height: 2;
	color: #333;
}
.s3-a1 img{
	width:50%;
	height:130px;
	border-radius: 5px;
	box-shadow: 0 0 10px 3px rgba(0,0,0,0.05);
}
.s3-a1 .s3-a1-text{
	width:calc(50% - 10px);
	height:110px;
	display:-webkit-box;
	-webkit-line-clamp:3;
	-webkit-box-orient:vertical;
	overflow: hidden;
}
.s3-a2{
	display:flex;
	flex-wrap: wrap;
	justify-content: start;
	align-items: center;
	font-size:18px;
	line-height: 2;
	color:#333;
	max-width:100%;
}
.s3-a2 span{
	display: block;
	width:calc(100% - 10px);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.s3-a2-d{
	display: inline-block;
	height:5px;
	width:5px;
	background: #333;
	margin-right:5px;
	border-radius: 5px;
}
.s3-a2:hover .s3-a2-d{
	background: #d81306;
}
@media(max-width:999px){
	.s3-left{
		width:100%;
	}
	.s3-center{
		width:100%;
	}
	.s3-right{
		width:100%;
	}
}
.s3-ry{
	justify-content: start;
}
.s3-a3{
	display: block;
	width:25%;
	text-align: center;
}
.s3-a3 img{
	display: block;
	width:80px;
	height:80px;
	border-radius: 50px;
	margin:0 auto;
}
.s3-p1{
	font-size:18px;
	font-weight:800;
	color:#333;
	margin-bottom:10px;
	
}
.s3-p2{
	font-size:16px;
	font-weight:400;
	color:#333;
	line-height:1.5;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.s3sw{
	position: relative;
}
.s3-next{
	right: 0 !important;
	top: 30px !important;
	width: 100px !important;
	color:#333!important;
}
.s3-next img{
	margin-right:5px;
}
.s3-next:after{
	display: none!important;
}

.index-image{
	width:100%;
}
.index-image img{
	width:100%;
	display: block;
	border-radius: 5px;
	overflow: hidden;
}
.s6{
	width:100%;
	padding:20px 0;
}
.s6-title{
	font-size:22px;
	color:#333333;
	font-weight:800;
	margin-bottom:20px;
}
.s6 a{
	border-radius: 5px;
	margin-right:10px;
	display: block;
}
.s6 a:hover{
	box-shadow: 0 0 10px 3px rgba(0,0,0,0.05);
}
.s6-con{
	justify-content: start;
}
.s4{
	padding:20px 0;
}
.s4-top{
	width:100%;
}
.s4-bottom{
	width:100%;
}
.s4-left{
	width: calc((100% / 3 * 2) - 30px);
}
.s4-right{
	width: calc((100% - 60px) / 3);
}
.view-title2{
	width:100%;
	padding:30px 0;
}
.view-title2-block{
	display: inline-block;
	height:24px;
	width:4px;
	background: #d81306;
	margin-right:10px;
}

.view-title2-text{
	font-size:24px;
	font-weight: 800;
	color:#d81306;
	line-height: 1;
	justify-content: start;
	align-items: center;
}
.view-title2-more{
	font-size:18px;
}
.view-title2-more span{
	color:#d81306;
}
.s4-left-1{
	width:calc(50% - 15px);
	display: block;
	height:430px;
}
.s4-left-2{
	width:calc(50% - 15px);
	height:430px;
	background-image: linear-gradient(104.04deg, #f5f5f5 0%, #fff 100%);
	border-radius: 5px;
	padding:20px;
	box-sizing: border-box;
	align-items: center;
}
.s4-left-1 img{
	width: 100%;
	display: block;
	height:300px;
	border-radius: 5px;
}
.s4-p1{
	margin-top:20px;
	font-size:20px;
	color:#333;
	font-weight:800;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.s4-p2{
	margin-top:10px;
	font-size:18px;
	color:#666;
	font-weight:400;
	line-height: 2;
}
.s4-left-1:hover .s4-p1{
	color:#d81306;
}
.s4-a-2{
	width:100%;
	line-height: 1;
}
.s4-a-2-1{
	width:calc(100% - 100px);
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.s4-a-2-2{
	width:100px;
	display: block;
}

.s4-a3{
	display: block;
	border-radius: 5px;
	padding:20px;
	color:#fff;
	background-image: linear-gradient(104.04deg, #d81306 0%, #f64c46 100%);
	transition: 1s;
}
.s4-a3:hover{
	background-image: linear-gradient(104.04deg, #f64c46 0%, #d81306 100%);
}
.s4-p3{
	font-size:18px;
	font-weight:800;
	color:#fff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.s4-p4{
	font-size:16px;
	font-weight:400;
	color:#fff;
	line-height: 1.5;
	margin-top:10px;
}
.s4-a4{
	display: block;
	width:100%;
	background-image: linear-gradient(104.04deg, #f5f5f5 0%, #f8f8f8 100%);
	border-radius: 5px;
	padding: 20px;
	box-sizing: border-box;
	align-items: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom:10px;
}
.s4-b{
	margin-top:20px;
	width:100%;
}
.s4-bottom{
	margin-top:20px;
}
.s4-bottom .s3-tab{
	width: calc((100% - 60px) / 3);
}
@media(max-width:999px){
	.s4-left{
		width:100%;
	}
	.s4-left-1{
		width:100%;
	}
	.s4-left-2{
		width:100%;
	}
	.s4-right{
		width:100%;
	}
	.s4-bottom .s3-tab{
		width:100%;
	}
}
.s5{
	padding:20px 0;
}
.s5-top{
	width:100%;
}
.s5-bottom{
	width:100%;
}
.s5-left{
	width: calc((100% - 60px) / 3);
}
.s5-center{
	width: calc((100% - 60px) / 3);
}
.s5-right{
	width: calc((100% - 60px) / 3);
}
.s5 .s3-a1{
	padding:0;
	margin-bottom:10px;
}
.s5 .view-title2{
	border-bottom: 2px solid #f6f6f6;
	padding-bottom:0px;
	margin-bottom:20px;
	height:70px;
	box-sizing: border-box;
}
.s5-b1{
	width:calc(50% - 10px);
}
.s5-b1 img{
	display: block;
	width:100%;
	border-radius: 5px;
	height:350px;
}
.s5-p1{
	font-size:18px;
	line-height: 1.6;
}
@media(max-width:999px){
	.s5-left{
		width:100%;
	}
	.s5-center{
		width:100%;
	}
	.s5-right{
		width:100%;
	}
	.s5-b1 img{
		height:150px;
	}
}

