@charset "utf-8";
/* CSS Document */

body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
	margin: 0;
	padding: 0
}

body {
	font: 12px"Microsoft Yahei", "Arial Narrow", HELVETICA;
	-webkit-text-size-adjust: 100%;
}

a {
	color: #333;
	text-decoration: none
}

a:hover {
	color: #c92924;
	text-decoration: none;
}

em {
	font-style: normal
}

li {
	list-style: none
}

img {
	border: 0;
	vertical-align: middle
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

p {
	word-wrap: break-word;
	color: #666;
}

.g-wp p {
	color: #000;
}

/*通用定义*/
.clearfix:after {
	clear: both;
	height: 0;
	overflow: hidden;
	display: block;
	visibility: hidden;
	content: ".";
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clearer {
	clear: both;
	height: 0;
	display: block;
	font-size: 1px;
	overflow: hidden;
}

body {
	max-width: 1920px;
	margin: 0 auto;
}

.layout,
.content {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.boxMo {
	min-width: 1200px;
}

.w810 {
	width: 810px;
}

.w860 {
	width: 860px;
}

.w300 {
	width: 300px;
}

.w350 {
	width: 350px;
}

.w430 {
	width: 430px;
}

.w1200 {
	width: 1200px;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

.mt35 {
	margin-top: 35px;
}

.mt40 {
	margin-top: 40px;
}

.mr20 {
	margin-right: 20px;
}

.ml30 {
	margin-left: 30px;
}

/* main */
.con {
	overflow: hidden;
}

.con .tit {
	position: relative;
	height: 45px;
	border-bottom: 1px solid #e7e7e7;
	overflow: hidden;
}

.con .tit a {
	position: absolute;
	padding: 0 10px 6px 0;
	font: bold 24px/25px "Microsoft Yahei";
	color: #c92924;
	border-bottom: 4px solid #c92924;
	background-color: #fff;
}

.con .tit a>* {
	display: inline-block;
	float: left;
}

.con .tit i {
	width: 37px;
	height: 36px;
	background: url(../images/icon_tit.png) no-repeat center top;
}

.con .tit span {
	margin-left: 10px;
}

.con .tit::after {
	position: absolute;
	top: 10px;
	width: 100%;
	height: 15px;
	content: "";
	background: url(../images/hd_line.png) repeat-x 0 0;
	z-index: -1;
}

.news-list {
	position: relative;
	font: 16px/54px "Microsoft Yahei";
}

.news-list li {
	height: 54px;
	position: relative;
	padding-left: 15px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.news-list li a {
	transition: all 0.3s ease;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}

.news-list li:hover a {
	color: #b61314;
	transform: translateX(5px);
}

.news-list li:before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 6px;
	height: 6px;
	margin-top: -5px;
	background-color: #c92924;
	border-radius: 50%;
	content: "";
	transition: all 0.3s ease;
}

.news-list li:hover:before {
	background-color: #b61314;
}

.top-swiper-wrap {
	position: relative;
	width: 625px;
	height: 351px;
}

.top-swiper {
	width: 625px;
	height: 351px;
	overflow: hidden;
}

.top-swiper .swiper-wrapper {
	height: auto;
}

.top-swiper .swiper-slide {
	position: relative;
}

.top-swiper .swiper-slide-active,
.top-swiper .swiper-slide-duplicate-active {}

.top-swiper .swiper-slide img {
	width: 625px;
	height: 351px;
}

.top-swiper .swiper-slide h3 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	font: bold 18px/50px "Microsoft Yahei";
	text-indent: 1em;
	color: #fff;
	text-align: justify;
	background: #000;
	background: rgba(242, 170, 117, 0.6);
	box-sizing: border-box;
}

.top-swiper .swiper-slide h3 a {
	display: block;
	max-width: 100%;
	color: #fff;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.top-swiper_control {}

.top-swiper_control>a {
	position: absolute;
	top: 50%;
	width: 33px;
	height: 63px;
	margin-top: -45px;
	background-image: url(../images/arr1.png);
	z-index: 10;
	cursor: pointer;
	outline: none;
}

.top-swiper_prev {
	left: 0;
	background-position: 0 0;
}

.top-swiper_next {
	right: 0;
	background-position: -32px 0;
}

.top-right-info {
	width: 175px;
}

.top-right-info>a {
	display: block;
}

.top-right-info a:last-child {
	margin-top: 20px;
}

.section {
	overflow: hidden;
	margin-top: 40px;
}

.section-title {
	position: relative;
	background: url(../images/dhd.png) no-repeat center top;
	width: 1200px;
	height: 82px;
	font: bold 24px/82px "Microsoft Yahei";
	color: #c92924;
	text-indent: 102px;
}

.section-title::before {
	position: absolute;
	left: 33px;
	top: 17px;
	width: 56px;
	height: 52px;
	content: "";
	background: url(../images/icon_bzhz.png) no-repeat center top;
}

.section-title2 {
	background: url(../images/dhd2.png) no-repeat center top;
}

.section-title2::before {
	background: url(../images/icon_hzhgk.png) no-repeat center top;
}

.section-title3 {
	background: url(../images/dhd3.png) no-repeat center top;
}

.section-title3::before {
	background: url(../images/icon_xglj.png) no-repeat center top;
}

.news-img {
	position: relative;
	width: 100%;
}

.news-img img {
	width: 100%;
	height: auto;
}

.news-img p {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0 10px;
	height: 63px;
	font: 18px / 26px "Microsoft Yahei";
	color: #fff;
	background: rgba(0, 0, 0, 0.6);
	box-sizing: border-box;
	display: flex;
	align-items: center;
}

.news-img-wrap .line {
	display: block;
	margin: 21px 0;
	height: 2px;
	background-color: #fee9e2;
}

.news-list-wrap li {
	position: relative;
	width: 100%;
	display: flex;
	padding: 15px;
	margin-top: 15px;
	align-items: center;
	height: 76px;
	background-color: #f9f9f9;
	box-sizing: border-box;
	font: 18px/32px "Microsoft Yahei";
	transition: all 0.3s ease;
}

.news-list-wrap li:hover {
	background-color: #f0f0f0;
	transform: translateX(5px);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.news-list-wrap li a {
	padding-left: 15px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: color 0.3s ease;
}

.news-list-wrap li:hover a {
	color: #b61314;
}

.news-list-wrap li:before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 6px;
	height: 6px;
	margin-top: -5px;
	background-color: #c92924;
	border-radius: 50%;
	content: "";
	margin-left: 15px;
}

.dsyw .news-img-wrap:first-child,
.dsyw .news-list-wrap li:first-child {
	margin-top: 30px;
}

.news-list-wrap2 li {
	position: relative;
	width: 100%;
	display: flex;
	padding: 15px;
	margin-top: 2px;
	align-items: center;
	height: 76px;
	border-bottom: 1px solid #e2e2e2;
	box-sizing: border-box;
	font: 18px/32px "Microsoft Yahei";
}

.news-list-wrap2 li a {
	padding-left: 15px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news-list-wrap2 li:before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 5px;
	height: 10px;
	margin-top: -3px;
	background: url(../images/li1.png) no-repeat center top;
	border-radius: 50%;
	content: "";
	margin-left: 15px;
}

.news-list-wrap2 li:hover:before {
	background: url(../images/li2.png) no-repeat center top;
}

.tzgg .news-list-wrap2 li {
	margin-top: 0;
	padding: 46px 15px;
}

.bgxz {
	margin-top: 27px;
}

.bannerlink {
	width: 100%;
}

.bannerlink .ite,
.bannerlink .ite img {
	width: 100%;
	height: 100px;
}

.hzhgk {
	display: flex;
	gap: 0 20px;
}

.hzhgk .item {
	margin-top: 30px;
	width: 221px;
	height: 301px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 35px;
	overflow: hidden;
	box-sizing: border-box;
	transition: all 0.3s ease;
}

.hzhgk .item:hover {
	transform: translateY(-10px);
}

.hzhgk .item:hover .icon {
	background-color: #b61314;
	transform: scale(1.1);
}

.hzhgk .item .icon {
	position: relative;
	width: 47px;
	height: 47px;
	background-color: #d60000;
	border-radius: 50%;
	transition: all 0.3s ease;
}

.hzhgk .item .icon::before {
	position: absolute;
	content: "";
	width: 24px;
	height: 23px;
	left: 50%;
	top: 50%;
	margin: -12px 0 0 -12px;
}

.hzhgk .item h3 {
	position: relative;
	font: bold 20px/32px "Microsoft Yahei";
	margin-top: 20px;
	transition: color 0.3s ease;
}

.hzhgk .item:hover h3 {
	color: #b61314;
}

.hzhgk .item h3::after {
	position: absolute;
	top: 50px;
	left: 50%;
	margin-left: -25px;
	width: 50px;
	height: 2px;
	background-color: #ffa401;
	content: "";
	transition: all 0.3s ease;
}

.hzhgk .item:hover h3::after {
	width: 80px;
	margin-left: -40px;
	background-color: #b61314;
}

.hzhgk .item a {
	color: #d60000;
}

.hzhgk .hzhgk_item_5 {
	padding-top: 0;
}

.hzhgk .item.hzhgk_item_1 {
	background: url(../images/img_hzhjj.png) no-repeat center top;
}

.hzhgk .item.hzhgk_item_2 {
	background: url(../images/img_hzhzc.png) no-repeat center top;
}

.hzhgk .item.hzhgk_item_3 {
	background: url(../images/img_stzltx.png) no-repeat center top;
}

.hzhgk .item.hzhgk_item_4 {
	background: url(../images/img_zzjg.png) no-repeat center top;
}

.hzhgk .item.hzhgk_item_1 .icon::before {
	background: url(../images/icon_hzhjj.png) no-repeat center center;
}

.hzhgk .item.hzhgk_item_2 .icon::before {
	background: url(../images/icon_hzhzc.png) no-repeat center center;
}

.hzhgk .item.hzhgk_item_3 .icon::before {
	background: url(../images/icon_stzltx.png) no-repeat center center;
}

.hzhgk .item.hzhgk_item_4 .icon::before {
	background: url(../images/icon_zzjg.png) no-repeat center center;
}

.xglj-wrap {
	display: flex;
	gap: 0 20px;
}

.xglj-wrap img {
	width: 224px;
	height: 63px;
}

/* list */
.wrapper {
	overflow: hidden;
	background: linear-gradient(to bottom, #fff0e6, #ffffff);
}

.list_left_side {
	width: 300px;
}

.list_right_side {
	width: 882px;
}

.lsit-tit {
	position: relative;
	width: 301px;
	height: 283px;
	background: url(../images/list-tit-bg.png) no-repeat center top;
	overflow: hidden;
}

.lsit-tit h2 {
	position: relative;
	font: bold 30px/32px "Microsoft Yahei";
	color: #fff;
	margin-top: 36px;
	text-align: center;
}

.lsit-tit h2::before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 30px;
	height: 4px;
	margin-left: -43%;
	background-color: #fff;
	border-radius: 20px;
	content: "";
}

.lsit-tit h2::after {
	position: absolute;
	top: 50%;
	right: 50%;
	width: 30px;
	height: 4px;
	margin-right: -43%;
	background-color: #fff;
	border-radius: 20px;
	content: "";
}

.sub_list {
	min-height: 700px;
	background-color: #c92924;
	overflow: hidden;
	display: flex;
	align-items: center;
	flex-direction: column;
}

.sub_list li {
	position: relative;
	margin-top: 20px;
	width: 264px;
	height: 65px;
	background-color: #fff;
	border-radius: 10px;
	font: bold 20px/26px "Microsoft Yahei";
	padding: 0 15px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}

.sub_list li::after {
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -14px;
	width: 27px;
	height: 27px;
	background: url(../images/list_icon_arr.png) no-repeat center top;
	content: "";
}

.sub_list li a {
	width: 219px;
	color: #333;
}

.sub_list li:hover,
.sub_list li.active {
	background-color: #9f1b17;
}

.sub_list li:hover a,
.sub_list li.active a {
	color: #fff;
}

.lsit_right_side {
	background-color: #fff;
	width: 882px;
	padding: 20px;
	box-sizing: border-box;
}

.loc {
	min-height: 37px;
	padding-left: 34px;
	font: 16px / 37px "Microsoft Yahei";
	color: #666;
	background: url(../images/list_icon_loc.png) no-repeat left top;
}

.loc_line {
	width: 100%;
	height: 15px;
	background: url(../images/hd_line.png) repeat-x 0 0;
	margin: 20px 0;
}

.gl_list {
	position: relative;
	font: 16px/54px "Microsoft Yahei";
}

.gl_list li {
	height: 54px;
	position: relative;
	padding-left: 15px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.gl_list li:before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 6px;
	height: 6px;
	margin-top: -2px;
	background-color: #c92924;
	content: "";
	transition: all 0.3s ease;
}

.gl_list li span {
	float: right;
	font-size: 18px;
	line-height: 54px;
	color: #888;
	text-align: right;
}

.gl_list li h3,
.gl_list li a {
	float: left;
	width: 85%;
	height: 73px;
	font: 18px / 54px "Microsoft Yahei";
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

/* pages */
.pages {
	margin-bottom: 30px;
	text-align: center;
}

.pages a {
	box-sizing: border-box;
	display: inline-block;
	width: 34px;
	height: 34px;
	margin: 0 4px;
	font-size: 14px;
	line-height: 32px;
	text-align: center;
	color: #666;
	background-color: #fff;
	border: 1px solid #e6e6e6;
	border-radius: 4px;
	cursor: pointer;
}

.pages span {
	font-size: 14px;
	line-height: 40px;
	margin: 0 5px;
}

.pages a.first,
.pages a.prev,
.pages a.next,
.pages a.last {
	box-sizing: border-box;
	width: auto;
	padding: 0 10px;
	height: 34px;
	cursor: pointer;
}

.pages a.current,
.pages a:hover {
	color: #fff;
	background-color: #9f1b17;
	border-color: #9f1b17;
}

.list-style-left {
	background-color: #fff;
	padding: 0 30px;
	box-sizing: border-box;
}

.gl_list_img li {
	overflow: hidden;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #dcdcdc;
}

.gl_list_img img {
	width: 214px;
	height: auto;
	float: left;
	margin-right: 20px;
	background-size: cover;
	background-position: center;
}

.gl_list_img .list-text {
	overflow: hidden;
	*zoom: 1;
}

.gl_list_img .list-text h3 {
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: 600;
	line-height: 32px;
}

.gl_list_img .list-text span {
	float: left;
	font-size: 16px;
	margin-top: 24px;
	margin-right: 20px;
	color: #888888;
}

.list-style-right .con .tit a {
	background: none;
}

.gl_content {
	min-height: 700px;
	overflow: hidden;
}

.gl_content .gl_content_tit {
	font: bold 24px/32px "Microsoft YaHei";
	text-align: center;
	margin-top: 10px;
}

.gl_content .gl_content_ite {
	margin-top: 20px;
}

.gl_content .gl_content_ite span {
	float: left;
	margin-right: 10px;
	font-size: 14px;
	line-height: 24px;
	color: #666;
}

.gl_content_con {
	margin-top: 20px;
	font-size: 16px;
	line-height: 40px;
	color: #333;
}

/* article */
.article {}

.article_tit {
	margin-bottom: 20px;
	font: bold 24px/32px "Microsoft Yahei";
	color: #333;
	text-align: center;
}

.article_subt {
	margin-bottom: 20px;
	font: 20px/28px "Microsoft Yahei";
	color: #444;
	text-align: center;
}

.article_ite {
	margin-bottom: 20px;
}

.article_ite span {
	float: left;
	margin-right: 10px;
	font-size: 14px;
	line-height: 24px;
	color: #666;
}

.article_share {
	float: right;
	height: 24px;
	color: #666;
}

.bdshare {
	position: absolute;
	right: 0;
	top: 0;
}

.bdshare_des {
	float: left;
	font-size: 14px;
	line-height: 24px;
}

.bdsharebuttonbox {
	float: left;
	margin-top: -6px;
}

#share {
	float: left;
}

.article_con p {
	font-size: 16px;
	line-height: 40px;
	color: #333;
}

.article_con img {
	display: block;
	max-width: 600px;
	height: auto;
	margin: 10px auto;
}

.article_author {
	font-size: 16px;
	line-height: 40px;
	text-align: right;
	color: #333;
}