title2.header {}

.banner {
	width: 100%;
}

.nav {
	background: #ba261a;
	text-align: center;
	margin-bottom: 20px;
}

.navbar {
	display: flex;
}

.nav-item {
	flex: 1;
	line-height: 60px;
}

.nav-item a {
	color: #FFE282;
	font-size: 24px;
	font-weight: 600;
}

.layui-carousel-ind {
	top: -28px;
	text-align: right;
}

.layui-carousel-ind ul {
	background-color: transparent;
}

.description {
	width: 100%;
	display: block;
	position: absolute;
	box-sizing: border-box;
	bottom: 0px;
	padding: 10px;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.7);
}

.cont_item {
	display: flex;
	margin-bottom: 40px;
}

.cont_item1 {
	display: flex;
	margin-bottom: 40px;
}

.swiper {
	/*width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;*/
	width: 690px;
}

.cont_item .item {
	padding-left: 20px;
	flex: 1;
}

.cont_item1 .item {
	width: 50%;
}

.cont_cont {
	position: relative;
	font-size: 22px;
	color: #ba261a;
	border-bottom: 1px solid #ececec;
	padding-bottom: 5px;
	margin-bottom: 20px;
}

.cont_cont a {
	color: #ba261a;
}

.cont_cont::before {
	content: '';
	position: absolute;
	display: inline-block;
	width: 135px;
	height: 1px;
	bottom: -3px;
	border-bottom: 4px solid #ba261a;
}

.tab_wrap::before{
	display: none;
	height: 0 !important;
}
.tab_item{
	display: inline-block;
}
.ml-20{
	margin-left: 20px;
}
.tab_item::after{
	content: '';
	position: absolute;
	display: inline-block;
	border-bottom: 4px solid #ba261a;
	height: 1px;
	bottom: -3px;
}

.tab_item_zb.tab_item_active::after,.tab_item_zb:hover::after{
	width: 135px;
	left: 0;
}

.tab_item_xx.tab_item_active::after,.tab_item_xx:hover::after{
	left: 158px;
	width: 90px;
	bottom: -3px;
}

#xxdt{
	display: none;
	min-height: 380px;
}

#zbxxjy {
	min-height: 380px;
}

#xxdt_item{
	display: none;
}

@media screen and (max-width: 768px){
	#tab_item_xx{
		display: none;
	}
	#xxdt{
		display: none !important;
	}
	#zbxxjy{
		display: block !important;
	}
	#xxdt_item{
		display: block;
	}
	
	.tab_item_zb::after{
		width: 135px;
		left: 0;
	}
}

.title2::before {
	width: 90px;
}

.title3::before {
	width: 70px;
}

.title4::before {
	width: 220px;
}

.list li {
	margin-bottom: 20px;
}

.item4 {
	display: flex;
	justify-content: space-between;
}

.item4_img {
	width: 538px;
	margin-bottom: 10px;
}

.item4_div {
	width: 528px;
	padding: 0 20px;
	box-sizing: border-box;
}

.cont_item2 {
	margin-bottom: 20px;
}

.footer_img {
	margin-bottom: 20px;
}

.footer_img img{
	max-width: 100%;
	width: 100%;
}

.footer_info {
	text-align: center;
	padding: 20px 0px;
	background-color: #ba261a;
	color: white
}

.active {
	background: #951e15;
}

.crumb {
	margin-right: 20px;
}

.cnav-item {
	width: 200px;
	background: #f6f6f6;
	text-align: center;
	margin-bottom: 5px;
	font-weight: 500;
}

.cont_active {
	background: #951e15;
}

.cont_active a {
	color: #fff;
}

.list_cont {
	display: flex;
	padding-top: 20px;
	min-height: 100%;
}

.list_cont .cont_item {
	width: 200px;
}

.list_cont .list_item {
	padding-left: 30px;
	flex: 1;
}

#demo20 {
	text-align: right;
}

#biuuu_city_list li {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ececec;
}

.cnav-item a {
	display: inline-block;
	width: 200px;
	height: 60px;
	line-height: 60px;
}

.cont_detail {
	padding-left: 30px;
	padding-bottom: 30px;
	width: 100%;
}

.cont_detail .title {
	font-size: 28px;
	font-weight: 500;
	margin-bottom: 20px;
	/*padding-left: 30px;*/
	text-align: center;
}

.cont_detail .tip {
	font-size: 13px;
	padding: 5px 0;
	text-align: center;
	background: #f8e9e8;
	margin-bottom: 20px;
}

.cont_detail .tip span {
	margin-right: 40px;
}


/*.content {
    text-indent: 2em;

}
.content div {
    margin-bottom: 20px;
}*/
.content img {
    max-width: 100%!important;
    height: auto;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
	background-color: #951e15;
}

