/*  */
.content .content_title {
	font-size: 24px;
	font-weight: bold;
	color: #bd1a2d;
	padding-bottom: 5px;
	border-bottom: 1px solid #bd1a2d;
	padding-left: 15px;
}
.content .content_headline {
	display: flex;
	align-items: center;
	justify-content: center;
}
.content .content_headline .content_headline_icon {
	width: 20px;
	font-size: 17px;
	font-weight: bold;
	padding-right: 10px;
	border-right: 1px solid #bd1a2d;
	color: #bd1a2d;
}
.content .content_headline .content_headline_title {
	color: #bd1a2d;
	font-size: 33px;
	font-weight: bold;
	padding: 10px 20px;
}

/* 轮播图 */
.content .content_box1 .content_box_swiper, .content .content_box3 .content_box_box, .content .content_box4 .content_box_box {
	display: flex;
	justify-content: space-between;
}
.content .content_box1 .content_box_swiper .swiper_left {
	height: 460px;
	overflow: hidden;
}
.content .content_box1 .content_box_swiper .swiper_left #scrollpics {
	width: 750px;
	height: 460px;
	overflow: hidden;
	position: relative;
}
.content .content_box1 .content_box_swiper .swiper_left #scrollpics .slider {
	margin-top: 0px;
	list-style: none;
}
.content .content_box1 .content_box_swiper .swiper_left #scrollpics .slider li {
	height: 460px;
	position: relative;
}

.content .content_box1 .content_box_swiper .swiper_left #scrollpics .slider li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.content .content_box1 .content_box_swiper .swiper_left #scrollpics .num {
	position: absolute;
	right: 10px;
	bottom: 40px;
}

.content .content_box1 .content_box_swiper .swiper_left #scrollpics .num li {
	float: left;
	width: 7px;
	height: 7px;
	cursor: pointer;
	overflow: hidden;
	margin: 0px 3px;
	border: 1px solid white;
	background-color: white;
	border-radius: 5px;
}

.content .content_box1 .content_box_swiper .swiper_left #scrollpics .num li.active {
	width: 15px;
	height: 8px;
	border: 1px solid #ff7300;
	background-color: #ff7300;
}
.content .content_box1 .content_box_swiper .swiper_left #scrollpics .mask {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	color: #fff;
	background: rgb(0 0 0 / 51%);
	padding: 5px 5px;
	font-size: 17px;
}

/* 轮播图 */


.content .content_box1 .content_box_swiper .swiper_right {
	height: 460px;
	width: 535px;
}
.content .content_box1 .content_box_swiper .swiper_right .swiper_right_top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #bd1a2d;
}
.content .content_box1 .content_box_swiper .swiper_right .swiper_right_top .top_box {
	width: calc(100% / 3);
	text-align: center;
	color: #bd1a2d;
	padding: 7px 0;
	cursor: pointer;
	transition: .3s;
	font-size: 18px;
}
.content .content_box1 .content_box_swiper .swiper_right .swiper_right_top .top_box.backgroundcolor {
	background-color: #bd1a2d;
	color: #fff;
}

.content .content_box1 .content_box_swiper .swiper_right .swiper_right_top .top_box a {
	color: #bd1a2d;
}
.content .content_box1 .content_box_swiper .swiper_right .swiper_right_top .top_box.backgroundcolor a {
	color: #fff;
}
.content .content_box1 .content_box_swiper .swiper_right .swiper_right_down {
	padding-left: 20px;
	overflow: hidden;
}
.content .content_box1 .content_box_swiper .swiper_right .swiper_right_down .boxnone {
	display: none;
}
.content .content_box1 .content_box_swiper .swiper_right .swiper_right_down .text {
	line-height: 39px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.content .content_box1 .content_box_swiper .swiper_right .swiper_right_down .text:hover {
	background-color: #eee;
	transition: .3s;
}
.content .content_box1 .content_box_swiper .swiper_right .swiper_right_down .text .text_l {
	width: calc(100% - 100px);
	padding: 1.5px 0;
}
.content .content_box1 .content_box_swiper .swiper_right .swiper_right_down .text .text_l a {
	color: #000;
	font-size: 17px;
}
.content .content_box1 .content_box_swiper .swiper_right .swiper_right_down .text .text_l:hover a {
	color: #bd1a2d;
}
.content .content_box1 .content_box_swiper .swiper_right .swiper_right_down .text .text_r {
	width: 90px;
	color: #a5a5a5;
	text-align: right;
	margin-right:8px;
}
.content .content_box1 .content_box_swiper .swiper_left, .content .content_box3 .content_box_box .box_left {
	width: 750px;
}
.content .content_box3 .content_box_box .box_left .left_top, .content .content_box3 .content_box_box .box_left .left_down {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.content .content_box3 .content_box_box .box_left .left_top .box, .content .content_box3 .content_box_box .box_left .left_down .box {
	width: calc(97% / 3);
	height: 130px;
	background-color: #e7e7e7;
	/*display: flex;*/
	/*justify-content: center;*/
 /*   align-items: center;*/
    transition: .3s;
}
.content .content_box3 .content_box_box .box_left .left_top a, .content .content_box3 .content_box_box .box_left .left_down a {
    display: contents;
}



.content .content_box3 .content_box_box .box_left .left_top .box.box1 {
    background:  no-repeat;
	background-size: cover;
}
.content .content_box3 .content_box_box .box_left .left_top .box.box1:hover {
    background:  no-repeat;
	background-size: cover;
}
.content .content_box3 .content_box_box .box_left .left_top .box.box2 {
    background:  no-repeat;
	background-size: cover;
}
.content .content_box3 .content_box_box .box_left .left_top .box.box2:hover {
    background:  no-repeat;
	background-size: cover;
}
.content .content_box3 .content_box_box .box_left .left_top .box.box3 {
    background:  no-repeat;
	background-size: cover;
}
.content .content_box3 .content_box_box .box_left .left_top .box.box3:hover {
    background:  no-repeat;
	background-size: cover;
}

.content .content_box3 .content_box_box .box_left .left_down .box.box1 {
    background:  no-repeat;
	background-size: cover;
}
.content .content_box3 .content_box_box .box_left .left_down .box.box1:hover {
    background:  no-repeat;
	background-size: cover;
}
.content .content_box3 .content_box_box .box_left .left_down .box.box2 {
    background:  no-repeat;
	background-size: cover;
}
.content .content_box3 .content_box_box .box_left .left_down .box.box2:hover {
    background:  no-repeat;
	background-size: cover;
}
.content .content_box3 .content_box_box .box_left .left_down .box.box3 {
    background:  no-repeat;
	background-size: cover;
}
.content .content_box3 .content_box_box .box_left .left_down .box.box3:hover {
    background:  no-repeat;
	background-size: cover;
}



.content .content_box3 .content_box_box .box_right {
	height: 270px;
	width: 535px;
}
.content .content_box3 .content_box_box .box_right .box_right_top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #bd1a2d;
}
.content .content_box3 .content_box_box .box_right .box_right_top .top_box {
	width: calc(100% / 2);
	text-align: center;
	color: #bd1a2d;
	padding: 7px 0;
	cursor: pointer;
	transition: .3s;
	font-size: 18px;
}
.content .content_box3 .content_box_box .box_right .box_right_top .top_box.backgroundcolor {
	background-color: #bd1a2d;
	color: #fff;
}

.content .content_box3 .content_box_box .box_right .box_right_top .top_box a {
	color: #bd1a2d;
}
.content .content_box3 .content_box_box .box_right .box_right_top .top_box.backgroundcolor a {
	color: #fff;
}

.content .content_box3 .content_box_box .box_right .box_right_down {
	padding-left: 20px;
	overflow: hidden;
}
.content .content_box3 .content_box_box .box_right .box_right_down .boxnone {
	display: none;
}
.content .content_box3 .content_box_box .box_right .box_right_down .text {
	line-height: 39px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.content .content_box3 .content_box_box .box_right .box_right_down .text:hover {
	background-color: #eee;
	transition: .3s;
}
.content .content_box3 .content_box_box .box_right .box_right_down .text .text_l {
	width: calc(100% - 100px);
}
.content .content_box3 .content_box_box .box_right .box_right_down .text .text_l a {
	color: #000;
	font-size: 17px;
}
.content .content_box3 .content_box_box .box_right .box_right_down .text .text_l:hover a {
	color: #bd1a2d;
}
.content .content_box3 .content_box_box .box_right .box_right_down .text .text_r {
	width: 90px;
	color: #a5a5a5;
	text-align: right;
	margin-right:8px;
}
.content .content_box4 .content_box_box {
	padding: 0 15px 15px;
}
.content .content_box4 .content_box_box a {
    display: contents;
    color: #000;
}
.content .content_box4 .content_box_box .box {
	width: calc(97% / 4);
	height: 45px;
	font-size: 20px;
	display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e7e7e7;
    transition: .3s;
}
.content .content_box4 .content_box_box .box:hover {
    background-color: #bd1a2d;
    color: #fff;
}

