/* 公共样式 */
body {
	font-size: 14px;
	color: #333;
}

a {
	font-size: 14px;
	color: #333;
}

/* .clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
} */
.body1{
	width:100%;
	margin:0 auto;
	background:url(../img/bodyBg.png) no-repeat center 1200px;
	background-size:1920px 557px;
}
.container{
	background:#fff;
}

.mb-30 {
	margin-bottom: 30px;
}

.no-mg {
	margin: 0!important;
}

/* 内容部分 */
.l1-slider {
	position: relative;
	width: 492px;
	height: 312px;
}

.l1-slider .swiper-container {
	position: relative;
	width: 100%;
	height: 100%;
	
}

.l1-slider .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* 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: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.l1-slider .swiper-pagination {
	/* position: relative; */
	height: 40px;
	bottom: 0 !important;
	background-color: rgba(0, 0, 0, .45);
	text-align: right;
}

.l1-slider .swiper-pagination-bullet {
	margin-top: 15px !important;
}

.l1-slider .swiper-pagination-bullet:last-child {
	margin-right: 31px !important;
}

.l1-slider .bd li {
	height: 312px;
}



.l1-slider p {
	position: absolute;
	width: 100%;
	left: 10px;
	bottom: 12px;
	color: #fff;
	z-index: 99;
}

:root {
	--swiper-theme-color: #A62126;
}


.box {
	position: relative;
	width: 378px;
		height:303px;
	line-height: 100%;
	margin-left: 34px;
	overflow: hidden;
}

.box h5 {
	height: 35px;
	line-height: 35px;
	padding-left: 30px;
	font-weight: normal;
	background: url(../img/icon1.png) no-repeat left center;
	border-bottom: 2px solid #A62126;
	font-size: 20px;

}

.box .more {
	position: absolute;
	top: 10px;
	right: 13px;
}

.box ul li {
	
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-top: 24px;
    cursor: pointer;
}

.l1 .box {
	width: 678px;
}

.l1 .box .more {
	top: 3px;
}

.l1 .box h5 {
	height: auto;
	padding-bottom: 8px;
	font-size: 20px;
	line-height: 1;
	background-position: 0 0;
	cursor:pointer
}

.l1 .box li {
	padding-left: 16px;
	background: url(../img/icon2.png) no-repeat 0 30px;
}

.l2 .box:first-child {
	margin: 0;
}
.l1 .box li:hover span{
color:rgb(166, 33, 38)
}

.l3 {
	position: relative;
}

.l3 .box {
	width: 100%;
	margin: 0;
}

.l3 .more {
	position: absolute;
	right: 13px;
	top: 10px;
}

.l3-slider {
	width: 100%;
	margin-top: 20px;
	text-align: center;
}


.l3 .l3-slider p {
	margin: 17px 0;
	text-align: center;
}

.l4 {
	margin-bottom: 78px;
}

.l4 .box:first-child {
	margin: 0;
}

.slideTxtBox2 {
	width: 1200px;
	height:309px;
	margin: 0 auto;
	margin-top: 10px;
	font-family: "微软雅黑";
}

.slideTxtBox2 .hd ul {
	height: 35px;
	line-height: 35px;
	padding-left: 30px;
	font-weight: normal;
	background: url(../img/icon1.png) no-repeat left center;
	border-bottom: 2px solid #A62126;
	font-size: 20px;
}

.slideTxtBox2 .hd li {
	display: inline-block;
	height: 35px;
	line-height: 35px;
	padding: 0;
}


.slideTxtBox2 .bd .hceg {
	width: 234px;
	float: left;
	padding: 20px 29px 0 0;
}

.slideTxtBox2 .bd .hceg:last-child {
	padding-right: 0;
}

.slideTxtBox2 .bd .hceg p {
	width: 100%;
	text-align: center;
	margin: 17px 0;
}

.infoList {
	width: 1200px;
	overflow: hidden;
}


.slideTxtBox2 .bdr .tempWrap {
	width: 100% !important;

}

.slideTxtBox2 .bdr  li:hover p{
		color:rgb(166, 33, 38)
}
.tabs .tabitems>ul {
	display: none;
}

.tabs .tabitems>ul.active {
	display: block;
}

.clk{
	color:rgb(166, 33, 38)
}
.box .more:hover{
	color:rgb(166, 33, 38) !important;
}
.l3 .more:hover {
	color:rgb(166, 33, 38) !important;
}
.box ul li:hover{
	color:rgb(166, 33, 38) !important;
}