:root {
	--primary-color: #a11912;
}

.m1 {
	background: url('../img/p4-5.png') center no-repeat;
	background-size: cover;
	height: 260px;
}

.m1_1 a {
	color: #fff;
	font-size: 16px;
	margin-top: 3px;
	display: inline-block;
	margin-right: 27px;
}

.m1_1 .rit a {
	margin-right: 0px;
	margin-left: 12px;
}

.m1_2 .logo {
	width: 435px;
	height: 125px;
	background: #f8f8f8;
	margin-top: 60px;
	display: inline-block;
}

.m1_2 .search {
	width: 356px;
	margin-top: 101px;
	border-radius: 5px;
	border: 5px solid rgba(255, 255, 255, 0.5);
	position: relative;
	margin-right: -33px;
}

.m1_2 .search .text {
	width: 100%;
	border-radius: 2px;
	height: 41px;
	background: #fff;
	padding: 0px 2%;
	font-size: 14px;
}

.m1_2 .search .but {
	background-size: 100%;
	border: solid 0;
	position: absolute;
	width: 35px;
	height: 35px;
	top: 50%;
	right: 2%;
	transform: translate(0, -50%);
}
.m2 {
	background: #d2160b;
}

.m2 ul {
	display: flex;
}

.m2 ul li {
	text-align: center;
	flex: 1;
	position: relative;
}

.m2 ul li .li_a {
	color: #fff;
	display: block;
	padding: 20px 0;
	font-size: 18px;
}

.m2 ul li::before {
	content: '';
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	bottom: 0px;
	display: inline-block;
	width: 0;
	height: 0;
	display: none;
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;
	border-bottom: 10px solid #fff;
}

.m2 ul li:hover::before {
	display: block;
}

.m2 ul .on::before {
	display: block;
}

.m3 {
	padding: 20px 0;
}

.m3_1 {
	width: 42%;
	overflow: hidden;
	position: relative;
}

.m3_1 .banner_item {
	position: relative;
}

.m3_1 .banner_item .pic img {
	height: 320px;
	width: 100%;
}

.m3_1 .banner_item .text {
	position: absolute;
	width: 96%;
	height: 40px;
	left: 0px;
	bottom: 0px;
	color: #fff;
	line-height: 40px;
	padding: 0px 2%;
	background: rgba(0, 0, 0, 0.3);
}

.m3_1 .swiper-pagination {
	position: absolute;
	bottom: 8px;
	right: 8px;
	text-align: right;
	width: auto;

}

.m3_1 .swiper-pagination .swiper-pagination-bullet {
	background: #fff;
	opacity: 1;
	z-index: 88;
	bottom: 30px;
}

.m3_1 .swiper-pagination .swiper-pagination-bullet-active {
	background: #C0131F;
}

.m3_1-1 {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.m3_1-1 .banner_item {
	position: relative;
}

.m3_1-1 .banner_item .pic img {
	height: 170px;
	width: 100%;
}

.m3_1-1 .banner_item .text {
	position: absolute;
	width: 96%;
	height: 40px;
	left: 0px;
	bottom: 0px;
	color: #fff;
	line-height: 40px;
	padding: 0px 2%;
	background: rgba(0, 0, 0, 0.3);
}

.m3_1-1 .swiper-pagination {
	position: absolute;
	bottom: 8px;
	right: 8px;
	text-align: right;
	width: auto;

}

.m3_1-1 .swiper-pagination .swiper-pagination-bullet {
	background: #fff;
	opacity: 1;
	z-index: 88;
	bottom: 30px;
}

.m3_1-1 .swiper-pagination .swiper-pagination-bullet-active {
	background: #C0131F;
}


.m3_2 {
	width: 33%;
	margin-left: 2%;
}

.m3_2 .tabtar {
	display: flex;
	border-bottom: 2px solid #e4e3e1;
	position: relative;
}

.m3_2 .tabtar .item {
	color: #333;
	font-size: 18px;
	font-weight: bold;
	flex: 1;
	cursor: pointer;
	text-align: center;
	padding-bottom: 10px;
	border-bottom: 2px solid #fff;
	position: relative;
}

.m3_2 .tabtar .on {
	border-bottom: 2px solid #a11912;
	color: #a11912;
}

.m3_2 .tabtar .item:hover {
	border-bottom: 2px solid #a11912;
	color: #a11912;
}

.m3_2 .tabtar .item::before {
	content: '';
	position: absolute;
	width: 1px;
	height: 20px;
	background: #dfdedc;
	display: inline-block;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);

	right: 0px;
}

.cm_list ul li {
	position: relative;
	padding-left: 15px;
	margin-top: 11px;
	font-size: 16px;
}

.cm_list ul li::before {
	content: '';
	position: absolute;
	left: 0px;
	top: 50%;
	width: 8px;
	height: 8px;
	display: inline-block;
	background: #dbdad8;
	border-radius: 50%;
	transform: translate(0, -50%);
}

.cm_list ul li a {
	display: block;
}

.cm_list ul li a:hover {
	color: #C0131F;
}

.m3_3 {
	width: 21.25%;
}

.m3_3 .tit {
	border-bottom: 2px solid #a11912;
	padding-bottom: 12px;
}

.m3_3 .tit .t {
	color: #a11912;
	font-size: 18px;
	font-weight: bold;
}

.m3_3 .tit a {
	font-size: 14px;
	color: #666;
	margin-top: 5px;
}

.m5 {
	margin: 20px auto;
}

.m5 .item {
	width: 18.33%;
	margin-right: 2%;
}

.m5 .item:nth-child(5) {
	margin-right: 0px;
}

.m5 .item a {
	display: block;
	background: #fdf5f2;

	border-radius: 5px;
	color: var(--primary-color);
	font-weight: bold;
	font-size: 18px;
	width: 100%;
	text-align: center;
	padding: 12px 0;
}

.cm_tit2 {
	border-bottom: 1px solid #e4e3e1;
}

.cm_tit2 span {
	font-size: 18px;
	color: var(--primary-color);
	display: inline-block;
	padding: 0px 15px;
	font-weight: bold;
	padding-bottom: 8px;
	border-bottom: 2px solid var(--primary-color);
}

.m6 .let {
	width: 72%;
}

.m6 .let .list {
	width: 49%;
	margin-bottom: 25px;
}

.m6 .let .list:nth-child(2n) {
	float: right;
}

.cm_list_time ul li {
	position: relative;
	padding-right: 50px;
}

.cm_list_time ul li .time {
	position: absolute;
	color: #999;
	font-size: 14px;
	position: absolute;
	right: 0px;
	top: 3px;
}

.m6 .rit {
	width: 26%;
}

.m6_1 {
	background: #f8f8f8;
}

.m6_1 .dm {
	padding: 20px;
	padding-bottom: 10px;
}

.m6_1 .dm .t1 {
	color: var(--primary-color);
	font-size: 20px;
	/* font-weight: bold; */
}

.m6_1 .item {
	margin-top: 30px;
}

.m6_1 .item .t2 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
	color: var(--primary-color);
}

.m6_1 .item .t2 span em {
	font-size: 20px;
	display: inline-block;
	margin-right: 5px;

}

.m6_1 .item .t2 i {
	display: inline-block;
	width: 50px;
	position: relative;
	top: -5px;
	margin: 0 5px;
	height: 1px;
	background: var(--primary-color);
}

.m6_1 .item .hot {
	color: #333;
	font-size: 18px;
	/* font-weight: ; */
}
.m6_1  .cm_list {}


.m7 .let{
	width: 28%;
}
.m7 .let .m7_1{
	margin-bottom: 15px;
}
.m7 .rit{
	width: 70%;
}
.m7 .rit .tab{
	margin-top: 10px;
}
.m7 .rit .tab table{
	width: 100%;
	font-size: 16px;
	border-collapse: collapse;
}

.m7 .rit .tab table tr td{
	padding: 10px 10px;
	font-size: 14px;
	border-bottom: 1px solid #e6e4e4;
}
.m7 .rit .tab table thead tr td{
	background: #f6f6f6;
	font-size: 16px;
}

.m7 .rit .tab table tr td span{
	color: #66e149;
}
.m8{
	margin: 20px 0;
}
.m8 .item{
	width: 23%;
	margin-right: 2%;
}
.m8 .item:nth-child(4n){
	margin-right: 0px;
}
.m8 .item a{
	display: block;
	width: 100%;
	padding: 20px 0;
	text-align: center;
	color: var(--primary-color);
	font-size: 18px;
	font-weight: bold;
	border: 1px solid var(--primary-color);
}

.m9{
	background: var(--primary-color);
	padding: 25px 0;
	color: #fff;
	font-size: 14px;
}
.m9 .w{
	position: relative;
}
.m9 .link a{
	font-size: 14px;
	margin: 0px 5px;
	color: #fff;
}
.m9 .link a:nth-child(1){
	margin-left: 0px;
}
.m9 .info_cen{
	margin: 10px 0;
}

.m9 .info span{
	margin: 0px 5px;
}
.m9 .info span:nth-child(1){
	margin-left: 0px;
}
.m9 .info span img{
	width: 15px;
}
.m9 .ewm{
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translate(0,-50%);
}
.m9 .ewm a{
	margin-left: 15px;
}
.m9 .ewm .icon_1{

	 height: 65px;

}
.m9 .ewm .icon_2{
	 height: 65px;
}

.m10{
	position: fixed;
	top: 20%;
	right: 8%
}

.m10 .ewm{
	width: 160px;
	height: 160px;
	background: #f8f8f8;
}
.m10  .t1{
	text-align: center;
	margin-top: 15px;
	font-size:16px;
	line-height: 30px;
}
