html,body {font-family: "PingFang SC","Microsoft YaHei","微软雅黑","Arial","sans-serif";font-size: 16px;color: #333;}
*{margin:0;padding:0;list-style:none;box-sizing: border-box;line-height: 1;}
input,textarea,select,button{vertical-align:middle;outline:none;font-family:"PingFang SC","Microsoft YaHei",微软雅黑;font-size: 16px;color:#333;}
input,select,textarea{-webkit-tap-highlight-color:transparent;tap-highlight-color:transparent;box-shadow:none;}
input::-webkit-input-placeholder {color: #a9b5bd;}
textarea{resize:none;}
h1, h2, h3, h4, h5, h6{font-weight:normal;}
i, em{font-style: normal;}
img {border: none;vertical-align: middle;}
a{font-size:16px;color:#333;text-decoration:none;outline:none;blr:expression(this.onFocus=this.blur());}
a:hover{color:#c00;}
:focus {outline: none;}
.slh {overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.tslh {text-overflow: ellipsis;overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:2;}
table {border-spacing: 0;border-collapse: collapse;border:1px solid #ddd;}
a,input,textarea,select,button {-webkit-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;}
.fzzys { font-family: fzzys; }
.swjz { font-family: swjz; }
body {
	min-width: 1570px;
	overflow: auto;
}
.head {
	width: 100%;
	height: 500px;
	background: url("../images/ztbg.jpg") center top repeat-x;
	position: relative;
}
.nav {
	position: absolute;
	top: 22px;
	left: 55px;
	right: 55px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-width: 1460px;
}
.menu {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.menu .nlink {
	margin-right: 56px;
	font-size: 22px;
}
.menu .nlink:hover {
	font-size: 24px;
}
/* @media screen and (max-width: 1500px) {
	.nav {
		left: 40px;
		right: 40px;
	}
	.menu .nlink {
		margin-right: 40px;
	}
} */
.menu .nback {
	display: flex;
	align-items: center;
	border: 1px solid #d60907;
	border-radius: 45px;
	background: rgba(255,255,255, .3);
	width: 160px;
	height: 45px;
	padding: 0 7px;
}
.menu .nback:hover {
	border: 1px dashed #d60907;
	background: rgba(255,255,255, .6);
}
.menu .nback img {
	width: 33px;
	height: 33px;
}
.menu .nback span {
	margin-left: 16px;
	font-size: 18px;
}
.indtit {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 62px 0 56px 0;
}
.indtit .lico,
.indtit .rico {
	width: 105px;
	height: 23px;
	background: url("../images/ztt_left.png") center center no-repeat;
	margin: 0 30px;
}
.indtit .rico {
	background: url("../images/ztt_right.png") center center no-repeat;
}
.indtit .tit {
	font-size: 45px;
}
.indtit .tit span {
	color: #ab160b;
}
.ztnews {
	width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.ztnews .ztnimg,
.ztnews .ztnimg img {
	width: 690px;
	height: 410px;
}
.ztnews .ztnimg {
	position: relative;
	overflow: hidden;
}
.ztnews .ztnimg img {
	transition: all 1s ease-in-out;
}
.ztnews .ztnimg img:hover {
	transform: scale(1.1);
}
.ztnews .ztnimg span {
	background: rgba(156,19,9, .8);
	backdrop-filter: blur(8px);
	height: 60px;
	line-height: 60px;
	padding: 0 20px;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	font-size: 18px;
	color: #fff;
}
.ztncon {
	width: 660px;
	margin-top: -5px;
}
.ztnli {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #e5dbd7;
	padding: 26px 0;
}
.ztnli .ldate {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #9b420c;
}
.ztnli .ldate .rq {
	font-size: 30px;
	margin-bottom: 7px;
}
.ztnli .rcont {
	flex: 1;
	width: 0;
	margin-left: 23px;
	display: flex;
	flex-direction: column;
}
.ztnli .rcont .tit {
	font-size: 20px;
	margin-bottom: 13px;
}
.ztnli .rcont .con {
	line-height: 26px;
	color: #888;
}
.history {
	width: 100%;
	height: 670px;
	margin-top: 60px;
	background: url("../images/hisbg.jpg") center top repeat-x;
	padding-top: 10px;
}
.hiscont {
	width: 1570px;
	margin: 0 auto;
	position: relative;
}
.hiscont .swiper-pagination {
	text-align: center;
	bottom: -65px;
}
.hiscont .swiper-pagination-bullets,
.hiscont .swiper-pagination-custom,
.hiscont .swiper-pagination-fraction {
	right: 0;
	width: 100%;
	height: 17px;
}
.hiscont .swiper-pagination-bullet {
	width:12px;
	height:12px;
	display:inline-block;
	border-radius:12px;
	background: rgba(127,74,16, .3);
	transition: all 0.2s ease-in-out;
	margin-left: 15px;
}
.hiscont .swiper-pagination-bullet-active {
	opacity:1;
	background:#c0000a;
	width: 12px;
}
.swiper-container {
    width: 1400px;
	margin: 0 auto;
	height: 370px;
}
.swiper-wrapper {
    display: flex;
}
.swiper-slide {
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide {
	width:320px!important;
}
.hisbox {
	width: 320px;
	height: 370px;
	border-radius: 8px;
	padding: 20px;
	border: 1px dashed rgba(127,74,16, .3);
	background: url("../images/his_blockbg.jpg") center center repeat-x;
	display: flex;
	flex-direction: column;
}
.hisbox:hover {
	border: 1px solid #bb5952;
}
.hisbox .tit {
	font-size: 24px;
	color: #ab160b;
	position: relative;
	margin: 8px -20px 25px -20px;
	padding: 0 20px;
}
.hisbox .tit:before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 6px;
	height: 24px;
	background: #ab160b;
	border-radius: 0 20px 20px 0;
}
.hisbox .slt {
	width: 280px;
	height: 110px;
	/* border-radius: 3px; */
}
.hisbox .con {
	font-size: 14px;
	line-height: 24px;
	color: #444;
	margin: 18px 0 22px 0;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:4;
}
.hisbox .more {
	display: flex;
	align-items: center;
}
.hisbox .more .txt {
	font-size: 15px;
	color: #c0000a;
	margin-right: 5px;
}
.starcont .swiper-button-prev,
.starcont .swiper-container-rtl .swiper-button-next {
	background: url(../images/star_left.png) no-repeat center center;
}
.starcont .swiper-button-next,
.starcont .swiper-container-rtl .swiper-button-prev {
	background: url(../images/star_right.png) no-repeat center center;
}
.starbox,
.starbox img {
	width: 320px;
	height: 370px;
}
.starbox img,
.starbox span,
.starbox span::after {
	transition: all 0.5s ease-in-out;
}
.starbox:hover img {
	transform: scale(1.1);
}
.starbox:hover span {
	background: rgba(156,19,9, 1);
}
.starbox:hover span::after {
	border-left: 48px solid rgba(156,19,9, 1);
}
.starbox {
	position: relative;
	overflow: hidden;
}
.starbox span {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 0 32px 0 24px;
	height: 48px;
	line-height: 48px;
	font-size: 18px;
	color: #fff;
	background: rgba(156,19,9, .8);
	
	z-index: 10;
}
.starbox span::after {
	content: '';
	position: absolute;
	bottom: 0;
	right: -48px;
	border-left: 48px solid rgba(156,19,9, .8);
	border-top: 48px solid transparent;
}
.starcont {
	margin-bottom: 58px;
}
.myyxh {
	width: 1400px;
	margin: -7px auto 0 auto;
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
}
.myyxh a {
	width: 675px;
	border-bottom: 1px solid #e5dbd7;
	height: 65px;
	line-height: 65px;
	background: url(../images/newsico.png) no-repeat 3px center;
	padding-left: 30px;
	font-size: 20px;
}
.myyxh a:hover {
	border-bottom: 1px dashed #c9281c;
}
.botmore {
	margin: 0 auto;
}
.botmore a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 180px;
	height: 50px;
	margin: 38px auto 50px auto;
	border: 1px solid #d10b07;
	color: #d10b07;
	border-radius: 50px;
}
.botmore a:hover {
	width: 192px;
	background: #ffeded;
	border: 1px dashed #d10b07;
}
.myyxh a:nth-last-child(-n+2) {
    border-bottom: none;
}
.foot {
	background: #a90e0e;
}
.copy {
	width: 1400px;
	margin: 0 auto;
	padding: 40px 0;
	display: flex;
	align-items: center;
}
.copy .centxt {
	color: #fff9f0;
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.copy .centxt span a {
	color: #fff9f0;
}
.copy .centxt span {
	line-height: 32px;
}
.copy .centxt :hover {
	color: #fff;
}
.copy .letlogo {
	margin-left: 70px;
}
.copy .rigewm {
	margin-right: 70px;
}
/****** 返回顶部 ******/
#totop {
	position: fixed;
	bottom: 30px;
	right: 20px;
	z-index: 999;
	width: 50px;
	cursor: pointer;
	display: none;
	-webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}
*html #totop {
	position: absolute;
	cursor: pointer;
	right: 20px;
	display: none;
	top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight)-112+"px")
}
#totop span {
	display: block;
	width: 50px;
	height: 50px;
	background: #000;
	filter:Alpha(opacity=60);
	opacity:0.6;
	text-align: center;
	color: #888;
	overflow: hidden;
}
#totop span img {
	width: 26px;
	height: 18px;
	margin-top: 16px;
}