@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	font-family: "Microsoft YaHei", "微软雅黑";
	background: #fff9ee;
	line-height: 32px;
	color: #333;
	overflow-x: hidden;
	max-width: 1920px;
	margin: 0 auto;
	min-width: 1320px;
}
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5 {
	margin: 0px;
	padding: 0px;
}
a {
	color: #333333;
	text-decoration: none;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
a:hover {
	color: #cb0600;
	text-decoration: none;
}
.clear {
	clear: both;
}
dl {
	margin: 0px;
	padding: 0px;
}
dd {
	display: block;
	margin: 0px;
	padding: 0px;
	-webkit-margin-start: 5px;
}
form {
	margin: 0px;
	padding: 0px;
}
img {
	border: 0;
	margin: 0;
	padding: 0px;
}
div {
	margin: 0px;
	padding: 0px;
}
ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
p {
	margin: 0px;
	padding: 0px;
	padding-bottom: 12px;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.imgbg {
	background: no-repeat center center;
	background-size: cover;
}
.imgbg img {
	opacity: 0;
	width: 100%;
}
.bg01 {
	background: url(../images/bg01.jpg) repeat-y top center;
	width: 100%;
	overflow: hidden;
	padding-bottom:55px;
	position: relative;
}
.fixbg {
	background: url(../images/bg01.jpg) repeat-y bottom center fixed;
}

.topbg {
	background: url(../images/topbg.jpg) no-repeat top center;
	height: 665px;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.topbg img.logo {
	position: absolute;
	left: 80px;
	top: 30px;
}
.slog {
	text-align:center;
	padding-top:200px;
}
.newsshow {
	width: 100%;
	margin: 0 auto;
	padding-top: 20px;
}
.news_title {
	color: #333333;
	text-align: center;
	font-size: 32px;
	line-height: 36px;
	padding: 25px 0px 15px;
	font-weight: bold;
	clear: both;
}
.xian {
	border-bottom: 1px solid #e7e8eb;
	height: 44px;
	margin-top: 8px;
	text-align: center;
	color: #92a2b1;
	font-size: 14px;
}
.box01 {
	padding: 30px 0px 40px;
	clear: both;
	font-size: 18px !important;
	color: #333;
	line-height: 36px !important;
	text-align: justify;
	overflow: hidden;
}
.box01 p {
	text-indent: 34px;
}
.box01 img {
	max-width: 900px;
	//display: block;
	text-align: center;
	margin: 26px auto;
}
.posi {
	width: 100%;
	clear: both;
	margin: 0 auto;
	height: 59px;
	line-height: 59px;
	background: #ba0613;
	color: #ffdda3;
}
.posi a {
	color: #fff;
}

.date {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
}
.nynews {
	width: 100%;
	padding-top: 33px;
	clear: both;
	padding-bottom: 30px;
	overflow: hidden;
}
.nynews li {
	float: left;
	height: 65px;
	line-height: 65px;
	width: 100%;
	text-align: left;
	position: relative;
	margin-bottom: 10px;
	padding: 0px 15px;
	background: #f7f1e6;
	
}
.nynews li a {
	width: 85%;
	float: left;
	color: #262626;
	padding-left: 15px;
	box-sizing: border-box;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 18px;
}
.nynews li a:hover {
	color: #bf1313;
}
.fenye {
	clear: both;
	padding: 20px 0px 30px 0px;
	text-align: center;
	float: right;
	overflow: hidden;
}
.fenye span {
	border: 1px solid #e1e1e1;
	background: #fff;
	height: 36px;
	line-height: 36px;
	padding: 0px 10px;
	display: block;
	float: left;
	margin-left: 10px;
	margin-top: 9px;
}
.fenye span:hover {
	background: #d01a1c;
	color: #fff;
	border: 1px solid #d01a1c;
}
.fenye span:hover a {
	background: #d01a1c;
	color: #fff;
}


.zt_box {
	padding-bottom: 50px;
	overflow: hidden;
}
.zt_box li {
	margin-right: 30px;
	float: left;
	width:265px;
	height: 261px;
	margin-bottom: 10px;
	margin-right: 10px;
}
.zt_box li:nth-child(1){
	width:455px;
	height: 532px;
}
.zt_box li:nth-child(3) {
	margin-right:0px;
	width:540px;
}
.zt_box li:nth-child(6) {
	margin-right:0px;
}
.menubg {
	width: 100%;
	clear: both;
	margin: 0 auto;
	height: 69px;
	background: url(../images/menubg.jpg) no-repeat top center;
	z-index: 999;
}
.menu {
	width: 980px;
	clear: both;
	margin: 0 auto;
	overflow: hidden;
}
.nav {
	width: 100%;
	padding: 0 40px;
}
.nav li {
	position: relative;
}
.nav li a {
	font-size: 24px;
	float: left;
	margin: 0px 102px;
	text-align: center;
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	-ms-transition: all 0s;
	-o-transition: all 0s;
	color: #fff;
	line-height: 69px;
	height: 68px;
	font-weight: bold;
}


.w1280 {
	width: 1280px;
	margin: 0 auto;
	clear: both;
}
.titlebg {
	width: 1280px;
	margin: 56px auto 33px;
	height: 120px;
	position: relative;
	clear: both;
	text-align: center;
}

.lhcycp {
	margin: 20px auto 30px;
	width: 1250px;
	clear: both;
}
.lhcycp-slider li {
	float: left;
	width: 254px;
	height: 528px;
	background:url(../images/kbbg.png) no-repeat top center;
	box-sizing: border-box;
	margin-left: 46px;
	overflow: hidden;
}
.imgpc {
	width: 200px;
	height: 200px;
	border-radius:50%;
	margin: 0 auto;
	margin-top:13px;
}
.imgpc img {
	width: 200px;
	height:200px;
	border-radius:50%;
}
.textitle {
	font-size:22px;
	font-weight:bold;
	color:#fff;
	padding:30px;
	padding-top:60px;
	height:126px;
	padding-bottom:0px;
	overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.btn_more{
		width:86px;
		height:32px;
		line-height:32px;
		background:#ffffff;
		font-size:15px;
		color:#ae846b;
		text-align:center;
		margin-left:30px;
		margin-top:6px;
	}
.texpc {
	text-align: left;
	color: #fff;
	padding:30px;
	padding-top:10px;
	padding-bottom:15px;
	height:126px;
	line-height: 28px;
	overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.lhcycp-slider {
	zoom: 1;
	position: relative;
}
.lhcycp-slider .sPrev, .lhcycp-slider .sNext {
	position: absolute;
	left: -35px;
	top: 46%;
	display: block;
	width: 50px;
	height: 68px;
	cursor: pointer;
	z-index: 6;
	background: url('../images/zz.png') center center no-repeat;
}
.lhcycp-slider .sNext {
	left: auto;
	right: -35px;
	background: url('../images/rr.png') center center no-repeat;
}
.lhcycp-slider ul {
	zoom: 1;
}
.lhcycp-slider ul li {
}
/* 20230407add*/ 

.lunbo_l {
	width: 710px;
	height: 470px;
	float: left;
	padding:7px;
	background-image: linear-gradient(to right, #ebbc5a, #e33701);
}

#tabs-container {
	width: 696px;
	height: 456px;
	overflow: hidden;
}
#tabs-container img {
    width: 696px;
	height: 456px;
}
.lunbo_l .swiper-container-horizontal>.swiper-pagination-bullets, .lunbo_l .swiper-pagination-custom, .lunbo_l.swiper-pagination-fraction {
	text-align: right;
}
.lunbo_l .swiper-pagination-bullet {
	background: #fff;
}
.lunbo_l .swiper-pagination-bullet-active {
	opacity: 1;
	background: #ffb44b;
	width: 24px;
	border-radius: 6px;
}
.info {
	position: absolute;
	left: 0px;
	bottom: 0px;
	height: 48px;
	line-height: 48px;
	background: rgba(0,0,0,.7);
	color: #fff;
	padding: 0px 10px;
	box-sizing: border-box;
	width: 100%;
	font-size: 16px;
}
.tabs {
	width:550px;
	float: right;
}
.tabs a {
	color: #333;
	cursor: pointer;
	height:80px;
	width: 100%;
	display: block;
	background:url(../images/flod.png) #f7f1e6 no-repeat center right;
	clear: both;
	text-align: left;
	box-sizing: border-box;
	font-size: 20px;
	overflow: hidden;
    white-space: nowrap;
	line-height:80px;
	padding:0px 30px;
	margin-bottom:17px;
    text-overflow: ellipsis;

}

.tabs a.active {
	background:url(../images/floe.png) #b01a16 no-repeat center right;
	color:#fff;
	position:relative;
}

.bottombg{
	text-align:center;
	color:#262626;
	line-height:38px;
}
.white{
	background:#fff;
	padding:20px 50px 30px;
	margin-bottom:40px;
	overflow:hidden;
}
.pad100{
	padding:20px 100px 30px;
}
